/* |
WhatsApp Web Spam Script written by flaredragon. |
DISCLAIMER: I do not take any responsibility for any damage caused with this script. |
Usage: Copy all of this script (Ctrl+A, Ctrl+C).Visit WhatsApp Web, select your |
desired contact and Press Ctrl+Shift+I to and paste it in the console and press Enter. |
(Imp Note - Whatsapp Controls the message sending rate so sending ~500 together may |
cause your Whatsapp to hang so use the script smartly) |
*/ |
//To Get The React Component |
functionfindReactComponent(dom){ |
for(varkeyindom) |
if(key.startsWith('__reactInternalInstance$')){ |
varcompInternals=dom[key]._currentElement; |
varcompWrapper=compInternals._owner; |
varcomp=compWrapper._instance; |
returncomp; |
} |
returnnull; |
}; |
varinputComponent=findReactComponent(document.getElementsByClassName('block-compose')[0]); |
//Get the react component for the chat input |
varchat=inputComponent.props.chat; |
//Set the number of times to send in the loop Eg - 10 Right now |
for(vari=0;i<10;i++) |
{ |
//Delay Helps in Sending Messages at a faster Rate |
setTimeout(function(){ |
chat.sendMessage('Enter any Message here'); |
},1000); |
} |
WhatsApp Scams: How To Avoid. WhatsApp does not have a voicemail email notification. Do not click ‘Play’ or “Listen”. On the other hand, do not download or upgrade anything that comes from external links until the Whatsapp app sends you the official message for upgrading via iTunes or GooglePlay. Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
commented Mar 24, 2020
Bot Whatsapp – Selamat pagi siang sore ataupun malam sobat aptoide kembali lagi nih bersama mimin, nah kali ini mimin ingin membahas tentang Auto Reply Tanpa Aplikasi Dengan Mudah di whatsapp.Saat ini WhatsApp masih menjadi unggulan dari di semua aplikasi perpesanan, gak akan ada habisnya jika membahas semua kelebihan yang dipunyai oleh WhatsApp. Read reviews, compare customer ratings, see screenshots, and learn more about WhatsApp Desktop. Download WhatsApp Desktop for macOS 10.10.0 or later and enjoy it on your Mac. With WhatsApp on the desktop, you can seamlessly sync all of your chats to your computer so that you can chat on whatever device is most convenient for you. Jan 14, 2015 Download Spam bot for free. It basicly spams whatever text. There is 4 collons where you can write some text, and when you click spam the text you wrote will be spammed to whatever text thingy you have like skype.
commented Mar 24, 2020
commented Aug 11, 2020
var chat = inputComponent.props.chat; im getting an error here |
commented Aug 23, 2020
- //Instructions at the down side of the pastebin.
- function general(){
- item.innerHTML = '<img src='http://k30.kn3.net/9CE61B28D.png'>'
- item2 = document.getElementsByClassName('pane-header pane-list-header')[0];
- panel = document.getElementsByClassName('pane pane-list')[0];
- elemento.innerHTML = '<header><input type='text' size='30'><input type='number' min='1'>Times </header>';
- panel.insertBefore(elemento, panel.childNodes[1]);
- document.getElementById('spam').addEventListener('click', spam);
- var evt = document.createEvent('TextEvent');
- evt.initTextEvent (eventType, true, true, window, char, 0, 'en-US');
- target.dispatchEvent(evt);
- texto = document.getElementById('mensaje').value
- reps = document.getElementById('repeticiones').value
- campo = document.getElementsByClassName('input')[1];
- while(contador<=reps){
- var input = document.getElementsByClassName('icon btn-icon icon-send');
- contador++;
- }
- //How it works: go to web.whatsapp.com and select your whatsapp contact. Press F12 on your keyboard and select console.
- //If you've done it correct, you'll see a pop-up on the right top of the screen.
- //Enter your text and how many time you want your message to be spammed and lay back!
- //If you want to stop your spam before the spam bot finished his amount of texts, just press F5