<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>在线轰炸机</title><link>https://www.yunhu899.com/hongzha/</link><description>在线轰炸机</description><item><title>迷你短信轰炸台</title><link>https://www.yunhu899.com/hongzha/?id=9</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;title&gt;云呼呼死你&lt;/title&gt;&lt;!-- 引入Google字体 --&gt;&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500&amp;display=swap&quot; rel=&quot;stylesheet&quot;/&gt;&lt;style&gt;body {
            font-family: 'Noto Sans SC', sans-serif;
            background-color: #f3f4f9;
            margin: 0;
            padding: 0;
        }
        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
        }
        .form-container {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 450px;
        }
        h2 {
            text-align: center;
            color: #333;
        }
        fieldset {
            border: none;
            margin-bottom: 20px;
        }
        legend {
            font-size: 1.2rem;
            color: #ff7f00;
            margin-bottom: 10px;
            text-align: center;
        }
        label {
            font-weight: 600;
            margin-bottom: 8px;
            display: block;
        }
        input[type=&quot;text&quot;] {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            border-radius: 5px;
            border: 1px solid #ddd;
            margin-bottom: 20px;
            box-sizing: border-box;
            transition: border 0.3s ease;
        }
        input[type=&quot;text&quot;]:focus {
            border: 1px solid #ff7f00;
            outline: none;
        }
        .button {
            width: 100%;
            padding: 12px;
            background-color: #ff7f00;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .button:hover {
            background-color: #e76f00;
        }
        .info {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }
        .info u {
            color: #ff7f00;
        }
        .info br {
            margin-bottom: 10px;
        }
        .progress-container {
            width: 100%;
            background-color: #ddd;
            border-radius: 5px;
            margin-top: 20px;
            height: 20px;
            display: none;
        }
        .progress-bar {
            height: 100%;
            width: 0;
            background-color: #ff7f00;
            border-radius: 5px;
            transition: width 0.1s;
        }
        .progress-text {
            text-align: center;
            font-size: 14px;
            color: #333;
            margin-top: 10px;
        }&lt;/style&gt;&lt;!-- 中心化表单容器 --&gt;&lt;div class=&quot;container&quot;&gt;&lt;div class=&quot;form-container&quot;&gt;&lt;h2&gt;云呼呼死你&lt;/h2&gt;&lt;form id=&quot;Form1&quot; action=&quot;call/index.html&quot; method=&quot;get&quot; onsubmit=&quot;startBombing(event)&quot;&gt;&lt;fieldset&gt;&lt;legend&gt;免费在线短信轰炸工具&lt;/legend&gt;&lt;label for=&quot;telcode&quot;&gt;手机号&lt;/label&gt;&lt;input name=&quot;telcode&quot; type=&quot;text&quot; id=&quot;telcode&quot; placeholder=&quot;请输入被轰炸的手机号码&quot; class=&quot;text&quot; required=&quot;&quot;/&gt;&lt;input name=&quot;btnSend&quot; type=&quot;submit&quot; id=&quot;btnSend&quot; class=&quot;button&quot; value=&quot;开始轰炸&quot;/&gt;&lt;/fieldset&gt;&lt;/form&gt;&lt;div class=&quot;progress-container&quot; id=&quot;progress-container&quot;&gt;&lt;div class=&quot;progress-bar&quot; id=&quot;progress-bar&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;progress-text&quot; id=&quot;progress-text&quot;&gt;&lt;/div&gt;&lt;button id=&quot;pauseButton&quot; class=&quot;button&quot; style=&quot;margin-top: 10px; display: none;&quot; onclick=&quot;pauseBombing()&quot;&gt;暂停&lt;/button&gt;&lt;div class=&quot;info&quot;&gt;&lt;p&gt;主要功能：&lt;/p&gt;&lt;p&gt;1. 本平台提供免费在线短信轰炸服务，&lt;span style=&quot;text-decoration:underline;&quot;&gt;不会产生任何费用&lt;/span&gt;。&lt;/p&gt;&lt;p&gt;2. 发送的短信不会泄露您的电话号码。&lt;/p&gt;&lt;p&gt;3. 兼容支持移动、联通、电信三大运营商。&lt;/p&gt;&lt;p&gt;注意：本工具仅供娱乐使用，请勿用于恶意骚扰他人。&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script&gt;let round = 0;  // 当前轮次
    const totalRounds = 5;  // 总轮次
    let interval;  // 定时器用于控制进度
    let progress = 0;
    let isPaused = false;  // 暂停状态标志

    const areaCodes = [
        '138', '139', '150', '151', '152', '153', '154', '155', '156', '157', 
        '158', '159', '130', '131', '132', '133', '134', '135', '136', '137', 
        '138', '139', '150', '151', '152', '153', '154', '155', '156', '157'
    ];

    function getRandomPhone() {
        const areaCode = areaCodes[Math.floor(Math.random() * areaCodes.length)];
        const number = Math.floor(Math.random() * 1000000000).toString().padStart(8, '0');
        return `${areaCode}${number}`;
    }

    function getRandomPhones(num) {
        let phones = [];
        for (let i = 0; i &lt; num; i++) {
            phones.push(getRandomPhone());
        }
        return phones;
    }

    function startBombing(event) {
        event.preventDefault();  // 阻止表单提交

        document.getElementById('btnSend').style.display = 'none';
        document.getElementById('progress-container').style.display = 'block';
        document.getElementById('pauseButton').style.display = 'inline-block';

        let progressBar = document.getElementById('progress-bar');
        let progressText = document.getElementById('progress-text');
        
        function updateProgressText() {
            const phones = getRandomPhones(5).join(', ');
            progressText.textContent = `正在进行第 ${round + 1} 轮轰炸... ${progress}% 通过来自以下号码: ${phones}`;
        }

        function simulateRound() {
            progress = 0;
            progressBar.style.width = '0%';
            updateProgressText();

            interval = setInterval(function () {
                if (isPaused) {
                    clearInterval(interval);  // 暂停
                    return;
                }
                
                progress += 2;
                progressBar.style.width = progress + '%';
                updateProgressText();

                if (progress &gt;= 100) {
                    clearInterval(interval);
                    if (round &lt; totalRounds - 1) {
                        round++;
                        setTimeout(simulateRound, 1500);
                    } else {
                        setTimeout(finishBombing, 1000);
                    }
                }
            }, 1000);  // 每1秒更新一次进度
        }

        simulateRound();  // 开始模拟轰炸
    }

    function finishBombing() {
        document.getElementById('progress-text').textContent = '轰炸完成！';
        setTimeout(function() {
            document.getElementById('btnSend').style.display = 'block';
            document.getElementById('progress-container').style.display = 'none';
            document.getElementById('Form1').reset();
            round = 0;
        }, 1000);
    }

    function pauseBombing() {
        isPaused = !isPaused;
        const button = document.getElementById('pauseButton');
        if (isPaused) {
            button.textContent = '继续';
        } else {
            button.textContent = '暂停';
            startBombing(new Event('click'));  // 继续轰炸
        }
    }&lt;/script&gt;&lt;!--!doctype--&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 13 Jan 2021 22:55:18 +0800</pubDate></item><item><title>免费在线电话轰炸工具</title><link>https://www.yunhu899.com/hongzha/?id=8</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;title&gt;电话轰炸工具&lt;/title&gt;&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500&amp;display=swap&quot; rel=&quot;stylesheet&quot;/&gt;&lt;style&gt;body {
            font-family: 'Noto Sans SC', sans-serif;
            background-color: #f3f4f9;
            margin: 0;
            padding: 0;
        }
        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
        }
        .form-container {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 450px;
        }
        h2 {
            text-align: center;
            color: #333;
        }
        fieldset {
            border: none;
            margin-bottom: 20px;
        }
        legend {
            font-size: 1.2rem;
            color: #ff7f00;
            margin-bottom: 10px;
            text-align: center;
        }
        label {
            font-weight: 600;
            margin-bottom: 8px;
            display: block;
        }
        input[type=&quot;text&quot;], input[type=&quot;number&quot;] {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            border-radius: 5px;
            border: 1px solid #ddd;
            margin-bottom: 20px;
            box-sizing: border-box;
            transition: border 0.3s ease;
        }
        input[type=&quot;text&quot;]:focus, input[type=&quot;number&quot;]:focus {
            border: 1px solid #ff7f00;
            outline: none;
        }
        .button {
            width: 100%;
            padding: 12px;
            background-color: #ff7f00;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .button:hover {
            background-color: #e76f00;
        }
        .progress-container {
            width: 100%;
            background-color: #ddd;
            border-radius: 5px;
            margin-top: 20px;
            height: 20px;
            display: none;
        }
        .progress-bar {
            height: 100%;
            width: 0;
            background-color: #4caf50;
            border-radius: 5px;
            transition: width 0.1s;
        }
        .progress-text {
            text-align: center;
            font-size: 14px;
            color: #333;
            margin-top: 10px;
        }
        .info {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }&lt;/style&gt;&lt;!-- 中心化表单容器 --&gt;&lt;div class=&quot;container&quot;&gt;&lt;div class=&quot;form-container&quot;&gt;&lt;h2&gt;电话轰炸工具&lt;/h2&gt;&lt;form id=&quot;Form1&quot; onsubmit=&quot;startBombing(event)&quot;&gt;&lt;fieldset&gt;&lt;legend&gt;设置轰炸参数&lt;/legend&gt;&lt;label for=&quot;phoneNumber&quot;&gt;对方手机号&lt;/label&gt;&lt;input type=&quot;text&quot; id=&quot;phoneNumber&quot; placeholder=&quot;请输入被轰炸的手机号码&quot; required=&quot;&quot;/&gt;&lt;label for=&quot;bombCount&quot;&gt;设置轰炸次数&lt;/label&gt;&lt;input type=&quot;number&quot; id=&quot;bombCount&quot; placeholder=&quot;请输入轰炸次数&quot; required=&quot;&quot; min=&quot;1&quot;/&gt;&lt;input type=&quot;submit&quot; class=&quot;button&quot; value=&quot;开始轰炸&quot;/&gt;&lt;/fieldset&gt;&lt;/form&gt;&lt;div class=&quot;progress-container&quot; id=&quot;progress-container&quot;&gt;&lt;div class=&quot;progress-bar&quot; id=&quot;progress-bar&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;progress-text&quot; id=&quot;progress-text&quot;&gt;&lt;/div&gt;&lt;button class=&quot;button&quot; id=&quot;pauseButton&quot; onclick=&quot;pauseBombing()&quot; style=&quot;display:none;&quot;&gt;暂停轰炸&lt;/button&gt;&lt;div class=&quot;info&quot;&gt;&lt;p&gt;功能说明：&lt;/p&gt;&lt;p&gt;1. 本工具提供免费电话轰炸服务，&lt;span style=&quot;text-decoration:underline;&quot;&gt;不会产生任何费用&lt;/span&gt;。&lt;/p&gt;&lt;p&gt;2. 通过随机生成的号码，拨打目标号码，实现电话轰炸效果。&lt;/p&gt;&lt;p&gt;3. 本工具仅供娱乐使用，请勿用于恶意骚扰他人。&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script&gt;let round = 0;  // 当前轮次
    let bombCount = 0;  // 总轰炸次数
    let isPaused = false;  // 是否暂停
    let currentBombCount = 0;  // 已经执行的轰炸次数
    let bombingInterval;  // 存储轰炸的间隔定时器

    // 模拟不同地区的手机号码
    const areaCodes = ['138', '139', '150', '151', '152', '153', '154', '155', '156', '157'];

    // 随机生成手机号，确保是11位
    function getRandomPhone() {
        const areaCode = areaCodes[Math.floor(Math.random() * areaCodes.length)];
        const number = Math.floor(Math.random() * 1000000000).toString().padStart(8, '0');  // 生成8位数
        return `${areaCode}${number}`;  // 11位手机号
    }

    // 更新进度文本
    function updateProgressText(phoneNumber) {
        const randomPhone = getRandomPhone();  // 随机生成号码
        document.getElementById('progress-text').textContent = `正在呼叫: ${randomPhone} 对目标号码 ${phoneNumber}，已执行 ${currentBombCount} 次轰炸`;
    }

    // 模拟每次呼叫
    function simulateCall(phoneNumber) {
        if (isPaused) return;

        const progressBar = document.getElementById('progress-bar');
        let progress = 0;
        progressBar.style.width = '0%' ;

        // 显示模拟呼叫窗口
        updateProgressText(phoneNumber);

        bombingInterval = setInterval(function () {
            progress += 10;  // 每次增加10%
            progressBar.style.width = progress + '%';

            if (progress &gt;= 100) {
                clearInterval(bombingInterval);  // 停止进度条
                currentBombCount++;

                if (currentBombCount &lt; bombCount) {
                    // 继续下一轮
                    setTimeout(() =&gt; {
                        if (!isPaused) simulateCall(phoneNumber);  // 如果没暂停则继续
                    }, 3000);  // 每次呼叫间隔3秒
                } else {
                    finishBombing();
                }
            }
        }, 1000);  // 每秒更新一次进度条
    }

    // 开始轰炸
    function startBombing(event) {
        event.preventDefault();  // 阻止表单提交

        const phoneNumber = document.getElementById('phoneNumber').value;
        bombCount = parseInt(document.getElementById('bombCount').value);

        // 隐藏提交按钮
        document.querySelector('.button').style.display = 'none';

        // 显示进度条和暂停按钮
        document.getElementById('progress-container').style.display = 'block';
        document.getElementById('pauseButton').style.display = 'block';

        currentBombCount = 0;  // 重置轰炸次数
        simulateCall(phoneNumber);  // 开始模拟呼叫
    }

    // 暂停轰炸
    function pauseBombing() {
        isPaused = !isPaused;
        const button = document.getElementById('pauseButton');
        button.textContent = isPaused ? '继续轰炸' : '暂停轰炸';

        if (isPaused) {
            clearInterval(bombingInterval);  // 暂停当前轰炸
        } else {
            simulateCall(document.getElementById('phoneNumber').value);  // 继续轰炸
        }
    }

    // 完成轰炸
    function finishBombing() {
        document.getElementById('progress-text').textContent = '轰炸完成！';
        setTimeout(function() {
            // 显示重新开始按钮
            document.querySelector('.button').style.display = 'block';
            document.getElementById('progress-container').style.display = 'none';
            document.getElementById('pauseButton').style.display = 'none';
            document.getElementById('Form1').reset();  // 重置表单
        }, 1000);
    }&lt;/script&gt;&lt;!--!doctype--&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 13 Jan 2021 22:50:51 +0800</pubDate></item></channel></rss>