• 📢 Notice: Our community has moved to Zelo.cx! Visit us at Zelo.cx for the latest updates and discussions.

Whatsapp Web Spammer [Premium Free]

MrGoogleboY4NK

Premium member
Premium
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
1
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE
[HIDE] WhatsApp web spammer[/HIDE]
Install Tamper monkey extension on your browser
2)Click on create a new script
3)Copy and paste the above script into that project
4)Install the script
5)Go to WhatsApp ,There you notice "SPAM"
6)Enter message to spam and set interval
7)Sit back and Relax
Enjoy x D



Script
[HIDE]
// ==UserScript==
// @name WhatsApp Web Spammer
// @Namespace http://tampermonkey.net/
// @version 1.55
// @Description Spam people with this beautiful WhatsApp Web spammer.
// @Author telegram.me/MrGoogleboy
// @Match https://web.whatsapp.com/*
// @Grant none
// ==/UserScript==

var repeatingSpamFunction = null;
var repeatingCreateSpamButtonFunction = null;
var message = '';

function getElementByXpath(path) {
return document.evaluate(path, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;
}

document.onclick = function(){
createSpamButton();
};

function createSpamButton () {
if(document.getElementById('spamButton') != null)
return;
var composeBar = getElementByXpath("//*[@id=\"main\"]/footer/div[1]");
if(composeBar == null)
return;
composeBar.oninput = function(){
editSpamButton();
};

var spamButton = document.createElement('button');
spamButton.setAttribute("id", "spamButton");
spamButton.innerHTML = 'SPAM';
spamButton.style.fontSize = '100%';
spamButton.style.padding = '0px 0px 10px 10px';
composeBar.append(spamButton);
editSpamButton();
}

function sendMessage () {
var evt = new Event('input', {
bubbles: true
});

var input = getElementByXpath("//*[@id=\"main\"]/footer/div[1]/div[2]/div/div[2]");
input.innerHTML = message;
input.dispatchEvent(evt);

getElementByXpath("//*[@id=\"main\"]/footer/div[1]/div[3]/button").click();
}

function doSpam(element) {
if(element.innerHTML == 'SPAM'){
var input = getElementByXpath("//*[@id=\"main\"]/footer/div[1]/div[2]/div/div[2]");
if(input.innerHTML == '' || input.innerHTML == null){
window.alert('Please Enter a Text to be spammed before using the spam button.');
return;
}
element.innerHTML = 'STOP';
message = input.innerHTML;
var interval = parseInt (prompt('Please enter spam-interval:', '500'));
repeatingSpamFunction = window.setInterval(function(){
sendMessage();
}, interval);
} else {
element.innerHTML = 'SPAM';
window.clearInterval(repeatingSpamFunction);
}
editSpamButton();
}

function editSpamButton(){
var spamButton = document.getElementById('spamButton');
var input = getElementByXpath("//*[@id=\"main\"]/footer/div[1]/div[2]/div/div[2]");
if(input.innerHTML == '' || input.innerHTML == null){
spamButton.style.cursor = 'not-allowed';
spamButton.style.color = '#D3D3D3';
spamButton.onclick = null;
} else {
spamButton.style.cursor = 'pointer';
spamButton.style.color = '#039be5';
spamButton.onclick = function(){
doSpam(this);
};
}
}



My Channel: MrGoogleboY to Support [join and support]
This leak has been rated as not working 1 times this month. (1 times in total)
Github Students Pack at 15$ [Cheapest ever]

Store Link [Road to 1000 customers]:https://telegram.me/omnistuffstore

Check out Profile for more Accounts, Combos, Self Methods

My BTC Wallet to Donate: Never Mind :)
 
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
2
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE

Klunkk

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
26
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE

BirPezevenk

Royal
Royal
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
26
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE

48,736

38,247

238,888

Top