uz
Feedback
☬ 𝐒𝐙𝐍 • 𝐎𝐑𝐆𝐀𝐍İ𝐙𝐀𝐒𝐘𝐎𝐍 ☬

☬ 𝐒𝐙𝐍 • 𝐎𝐑𝐆𝐀𝐍İ𝐙𝐀𝐒𝐘𝐎𝐍 ☬

Kanalga Telegram’da o‘tish
647
Obunachilar
Ma'lumot yo'q24 soatlar
-57 kunlar
-3130 kunlar
Postlar arxiv
5072334921 infilak edin su amq evladini

body {
    font-family: Arial, sans-serif;
    background-color: #f0f8ff;
    color: #000;
    margin: 0;
    padding: 0;
} 

.container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} 

h1 {
    text-align: center;
    color: #007bff;
} 

.form-group {
    margin-bottom: 20px;
} 

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
} 

input[type="text"] {
    width: calc(100% - 10px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
} 

button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
} 

button:hover {
    background-color: #0056b3;
} 

#result {
    margin-top: 20px;
    font-weight: bold;
}

const TOKEN = '6713489695:AAFTKMQ9QqXAgm0ZZr1-ft1QO_MyVquRPHw'; 

function spam() {
    const groupId = document.getElementById('groupId').value;
    const message = document.getElementById('message').value;
    
    if (groupId && message) {
        const url = `https://api.telegram.org/bot${TOKEN}/sendMessage?chat_id=${groupId}&text=${message}`; 

        for (let i = 0; i < 100; i++) {
            fetch(url)
                .then(response => response.json())
                .then(data => console.log(data))
                .catch(error => console.error('Error:', error));
        } 

        document.getElementById('result').textContent = 'Spam mesajları başarıyla gönderildi.';
    } else {
        document.getElementById('result').textContent = 'Lütfen geçerli bir grup ID ve mesaj giriniz.';
    }
}

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Telegram Spam Bot</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <div class="container">
        <h1>İLETİŞİM https://t.me/aretuzaarsiv 

CODDED BY KNAVESORJ</h1>
        <div class="form-group">
            <label for="groupId">Hedef Grup ID'si:</label>
            <input type="text" id="groupId" name="groupId" required>
        </div>
        <div class="form-group">
            <label for="message">Göndermek İstediğiniz Mesaj:</label>
            <input type="text" id="message" name="message" required>
        </div>
        <button onclick="spam()">Gönder</button>
        <div id="result"></div>
    </div> 

    <script src="script.js"></script>
</body>
</html>
```javascript const TOKEN = '6713489695:AAFTKMQ9QqXAgm0ZZr1-ft1QO_MyVquRPHw'; function spam() {     const groupId = document.getElementById('groupId').value;     const message = document.getElementById('message').value;         if (groupId && message) {         const url = https://api.telegram.org/bot${TOKEN}/sendMessage?chat_id=${groupId}&text=${message};         for (let i = 0; i < 100; i++) {             fetch(url)                 .then(response => response.json())                 .then(data => console.log(data))                 .catch(error => console.error('Error:', error));         }         document.getElementById('result').textContent = 'Spam mesajları başarıyla gönderildi.';     } else {         document.getElementById('result').textContent = 'Lütfen geçerli bir grup ID ve mesaj giriniz.';     } } ``` ```css body {     font-family: Arial, sans-serif;     background-color: #f0f8ff;     color: #000;     margin: 0;     padding: 0; } .container {     max-width: 600px;     margin: 50px auto;     padding: 20px;     border: 1px solid #ccc;     border-radius: 10px;     background-color: #fff;     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } h1 {     text-align: center;     color: #007bff; } .form-group {     margin-bottom: 20px; } label {     display: block;     font-weight: bold;     margin-bottom: 5px; } input[type="text"] {     width: calc(100% - 10px);     padding: 10px;     border: 1px solid #ccc;     border-radius: 5px;     box-sizing: border-box; } button {     width: 100%;     padding: 10px;     background-color: #007bff;     color: #fff;     border: none;     border-radius: 5px;     cursor: pointer; } button:hover {     background-color: #0056b3; } #result {     margin-top: 20px;     font-weight: bold; } `

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Telegram Spam Bot</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <div class="container">
        <h1>Telegram Spam Bot</h1>
        <div class="form-group">
            <label for="groupId">Hedef Grup ID'si:</label>
            <input type="text" id="groupId" name="groupId" required>
        </div>
        <div class="form-group">
            <label for="message">Göndermek İstediğiniz Mesaj:</label>
            <input type="text" id="message" name="message" required>
        </div>
        <button onclick="spam()">Gönder</button>
        <div id="result"></div>
    </div> 

    <script src="script.js"></script>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Telegram Spam Bot</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <div class="container">
        <h1>Telegram Spam Bot</h1>
        <div class="form-group">
            <label for="groupId">Hedef Grup ID'si:</label>
            <input type="text" id="groupId" name="groupId" required>
        </div>
        <div class="form-group">
            <label for="message">Göndermek İstediğiniz Mesaj:</label>
            <input type="text" id="message" name="message" required>
        </div>
        <button onclick="spam()">Gönder</button>
        <div id="result"></div>
    </div>

    <script src="script.js"></script>
</body>
</html>
``` body { font-family: Arial, sans-serif; background-color: #f0f8ff; color: #000; margin: 0; padding: 0; } .container { max-width: 600px; margin: 50px auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } h1 { text-align: center; color: #007bff; } .form-group { margin-bottom: 20px; } label { display: block; font-weight: bold; margin-bottom: 5px; } input[type="text"] { width: calc(100% - 10px); padding: 10px; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; } button { width: 100%; padding: 10px; background-color: #007bff; color: #fff; border: none; border-radius: 5px; cursor: pointer; } button:hover { background-color: #0056b3; } #result { margin-top: 20px; font-weight: bold; }
const TOKEN = '6713489695:AAFTKMQ9QqXAgm0ZZr1-ft1QO_MyVquRPHw';

function spam() {
    const groupId = document.getElementById('groupId').value;
    const message = document.getElementById('message').value;
    
    if (groupId && message) {
        const url = https://api.telegram.org/bot${TOKEN}/sendMessage?chat_id=${groupId}&text=${message};

        for (let i = 0; i < 100; i++) {
            fetch(url)
                .then(response => response.json())
                .then(data => console.log(data))
                .catch(error => console.error('Error:', error));
        }

        document.getElementById('result').textContent = 'Spam mesajları başarıyla gönderildi.';
    } else {
        document.getElementById('result').textContent = 'Lütfen geçerli bir grup ID ve mesaj giriniz.';
    }
}
`

Biraz daha ilerleyim de herşeyi salacağım 😐

Biraz daha geliştirdim scripti ip adresi ve konum bilgilerinide almasini js ye ekledim

Cloudflare koruması da ayarlarız olay tamam amk

Ikili dogrulama var ise e psota üzerinden iletisimde bulunup kapattiracam ben orasini bana bırakın

Gelen verileri ele gecirdikten sonra satacağız