How to: Bomb Someone's Whatsapp with VBScript 2.0

Bomb Someone's Whatsapp with VBScript 2.0

Hello guys, I recently made a how to about whatsapp but the problem with that script is that it is way to long and you need to copy and paste it so many times so I made a new one that works just fine and is more easy to use lets get into it

(Here Is How The Code Supposed To Look)

Bomb Whatsapp Code 2.0:

well here is the code:
' InputBoxes
Contact = InputBox("Which Conctact Do You Want To DDos?", "WhatsApp DDos")
Message = InputBox("What Is The Message?","WhatsApp DDos")
T = InputBox("How Many Times Needs It To Be Send?","WhatsApp DDos")
If MsgBox("You've Filled It In Correctely", 1024 + vbSystemModal, "WhatsApp DDos") = vbOk Then

' Go To WhatsApp
Set WshShell = WScript.CreateObject("WScript.Shell")
Return = WshShell.Run("https://web.whatsapp.com/", 1)

' Loading Time

If MsgBox("Is WhatsApp Loaded?" & vbNewLine & vbNewLine & "Press No To Cancel", vbYesNo + vbQuestion + vbSystemModal, "WhatsApp DDos") = vbYes Then

' Go To The WhatsApp Search Bar
WScript.Sleep 50
WshShell.SendKeys "{TAB}"

' Go To The Contacts Chat
WScript.Sleep 50
WshShell.SendKeys Contact
WScript.Sleep 50
WshShell.SendKeys "{ENTER}"

' The Loop For The Messages
For i = 0 to T
WScript.Sleep 5
WshShell.SendKeys Message
WScript.Sleep 5
WshShell.SendKeys "{ENTER}"
Next

' End Of The Script
WScript.Sleep 3000
MsgBox "DDosing Of " + Contact + " Is Done", 1024 + vbSystemModal, "DDos Is Done"

' Canceled Script
Else
MsgBox "Process Has Been Canceled", vbSystemModal, "DDos Canceled"
End If
Else
End If

The Explaination:

The ' Command:

This command is used to make a commend in the script. so if you take the command line ' InputBoxes for example it does nothing, so it is just for the person who examens the code a reminder

The Something = Something Command

This command is used to set a variable, and the variable name can be anything actually. After the = character comes the object you want it to be, and is pretty handy. For example you want 2 or more things to have the same input at ones. Like you want 2 message boxes but don't want 2 input boxes but one so you say:

Message = InputBox("Type Your Message")
MsgBox Message
MsgBox Message
and that's basically what it is.

The InputBox() Command

This command is used to make a pop-up box where you can type something into. The Syntax is: InputBox(prompt, title, default , xpos, ypos, helpfile, context)

The MsgBox Command
This command is used to popup a box with a message. The syntax is:
MsgBox(prompt , buttons, title , helpfile, context)

The If..Then..Else Command
This is used to do/activate things when a specific case is so. The syntax is:
If condition Then Statements Else Else-Statements End If
for example if you have a messagebox with a yes and no button and you want to respond to it would be
if MsgBox("Do You Want To Be Friends?", vbYesNo, "") = vbYes Then MsgBox("Yippeee We Are Friends", 1024, "")
Else
MsgBox("Well I Thought It Was Going So Wel Between Us", 1024, "")
That's It

The .Sleep Command
This command is used to set a pause for a amound of time in milliseconds. The syntax is: Wscript.Sleep Amount of time

The .SendKeys Command

This command is used to send a key. The syntax is: WshShell.SendKeys "here your key Here the amound of times it has to be pressed)"

The For..Next Command

This command is used to repeat a groep or a command untill it has done a number of times. The syntax is: For i = 0 to (here your number)

Commands
next

Saving And Run It

To run the vbs script you need to save it, of course! You do this by copy and paste it in notepad (or any other text editor program). and save it as yourfilename.vbs

the .vbs is important as it let the pc know what kind of code it is and to not save it as YourFileName.vbs.txt but YourFileName.vbs. The next thing you need to do is clicking under the name of your folder and select "all files" so it is not a txt file. Now save it and double click it to run it.

And That's All there is in this How To/Lession this was my second tutorial and any commends are appriciated. let me know what you think of it if you have any questions or just if you want to share your thought

And let me know if you guys want me to make more of these funny things

for more examples and explanaitions visit http://ss64.com/vb/ it has helped me a lot

Just updated your iPhone? You'll find new emoji, enhanced security, podcast transcripts, Apple Cash virtual numbers, and other useful features. There are even new additions hidden within Safari. Find out what's new and changed on your iPhone with the iOS 17.4 update.

44 Comments

I like it, Nice job :)

What language is this in? How do I run it?

Grinnin G Veil

it is a VBScript and you run it by opening notepad paste the code make sure it looks like the picture and then save it as yourfilename.vbs and select all files when saving

THE_PSYCHOPATH

Cool nice script :)

Thanks, in class im getting bored pretty quick and then I'm going to screw around with my laptop so I was making harmless viruses and that got out of hand XD so now here it's the code for whatsapp bombing XD

It seems like fun. Gonna try it soon.

Ehy! I'm having some troubles here.. i saved it as .vbs aswell, but when i opened the terminal it still wasn't a executable file, then i used chmod to be able to execute it, but as soon as i run it says this:

./bll.vbs: line 39: unexpected EOF while looking for matching `"'
./bll.vbs: line 43: syntax error: unexpected end of file

I tried to look forward on line 39 and 43, but i don't really know what's the problem in it.. do you know any suggestion to figure out what could it be?

that's becuz you are using linux and it is a pre-installed language on windows so you need to to it on a windows os or download a vbscript compiler if there is any good luck

Okay i get it now.. thanks pal!

No thanks I'm always in the mood to help someone out

When it says which contact? Do I provide the name?

it is the contact of how it is saved as in your whatsapp

LOL. This is so cool. Is there anyway I can use it on my android device? I tried it with windows and web whatsapp. It works fine. Thank you.

you have to rewrite it and put it in a apt file for androit and i mean you dont have to entierly rewrite it just the parts of witch app and such im going to work on it thanks for the idea pall!

Can we steal browser cookies using this trick..???

sir basically...what is main prpose of this ....VB script ....plz tell me in deeply......

chashing someones whatsapp/mobile
deeply enough? XD

Wouldn't this expose yourself through your mobile number?

you can change your private settings or you buy a prepaid card and have a new mobile number and 2 whatsapp acounts on 1 phone

Hello, my trouble is that when i finish the vbs he dont do anything, just go to the search space and write the "name" and the message that i wrote, what am i doing wrong ?

Thanks but what exactly will this script do ? Send too many messages as one contact or send many messages as many contacts ?

because if you're sending too many messages to one contact they can simply block you ... not so useful in that case

i cannot run it, it opens the vbs file as a text edit document

I am able to run vb script but it doesn't send send any msg to contact which is selected
pls help

' Go To The Site You Choose
Site = InputBox("What Site To DDos?", "What Site")
Set WshShell = WScript.CreateObject("WScript.Shell")
Return = WshShell.Run(Site, 1)

' Speed Of Reloading
Speed = InputBox("How Fast In MiliSeconds Needs It To Be Reloaded", "How Fast")

' Choose If You Want Infinative Or A Amount Of Number The Site Reload

If MsgBox("Do You Want to Infinative Reload Or A Number Of Times?" & vbNewLine & "Yes For Infinative" & vbNewLine & "No For A Number Of Times", vbYesNo + vbQuestion, "Infinative Or Number?") = vbYes Then

' Infinative
Inf = 0
Do
WScript.Sleep Speed
WshShell.SendKeys "{F5}"
Loop Until Inf = 1

' Reload The Site
Else
Num = InputBox("How Many Times Do You Want To Reload?" & vbNewline & "Only Put A Number In.", "How Many Times")
For i = 0 to Num
WScript.Sleep Speed
WshShell.SendKeys "{F5}"
Next

' End Of Script When vbNo Is Pressed
MsgBox "The DDos Is Done", 1024, "End DDos Done"
End If

hi, When i Tried to use the code it works ok.. But finally it says You Have Filled it Incorrectly

I think i have entered every thing right ! Help me please

thats perfect as per the script.
CLICK "OK"
Your default browser will open the web.whatsapp.com
When its loaded and you are QR verified ,Click YES
It will search for the given contact in the search option of the whatsapp
and the contact receives the loads .........

But one thing ,if anybody can tell how to text anonymously..

I m a newbie, so can tell me how to make this script on linux-mint?

okay i researched a little bit and found a way to run it on linux
but its not working
i tried this code
wine wscript whatsqpp.vbs

and opened and in the end it says you've filed it incorrectly and then asks me to open my whatsapp account and i did that too.

Hello i have windows but i donno how to run it. Can u please guide me. And also tell me how to use it for group.

Thanks

I tried it but nothing happened is there a specific text to type

Hi..please someone helpme to do this..i didnt understand what you guys saying..
help me with a video
Note:- Noob here

hey gwen im the author of this article but i was locked out of my account xD just put the code in notepad and save it as allfiles and name your file: 'yourfilename'.vbs it will save as a .vbs file and you can run it before you run it you should login onto whatsapp.web.com just google the website and close the browser start your file and just folow the text boxes and my explaination

hey everyone,

I'm the author of this article but got locked out of my account I'm getting back into this sort of scripting so check this account I'll be posting more scripts,

let me know what you guys think.

Hey author,
What should I do to send messages to a group..

Hey Admin,
Just let me know what is this code for??
I didn't get it!!
N moreover what version of vb do i need to have in my system??
Please help!!

Hey Andrew,
this code basically is to send messages to someone on whatsapp

so lets say its a spam bot how it works is that you can connect with your pc to whatsapp with web.whatsapp.com on this website you can send messages to your contacts this script is made to automatically send an amount which you can put in and the sender and what the message is.

also it is just a file with the extention .vbs and it is already installed in windows even windows xp has it installed i believe here's my account link to another few tutorials with vbs and if enough people want it i can go on and make a little series. anymore questions?

For those people who are having trouble with the script mainly being that the script just spams the message in the search box.

This is because that this script will not work for everyone as it will need to take into account of your computer's speed. Personally, I've added a delay of about 500 ms around the part where it is transitioning between the search box and the chat box and it worked for me.

Example:
' Go To The Contacts Chat
WScript.Sleep 100
WshShell.SendKeys Contact
WScript.Sleep 100
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500

Hi.. I like the way you wrote this script. Can you plz tell me what should I do to bombard with multiple group ? I mean rather sending msg in private chat I want script to creat Groups( infinite number) then add a specific contact into those groups and send (infinite numbers) msg. It would be great if you could tell more like after sending msg the group admin exit the group like,.. lets say A creats groups then add a member(B) into those groups and then send desired msg and leave the group. Thank you

If I created WhatsApp group then I m admin but which person I m adding those person couldn't exit this group is there any command or app that they couldn't exit that group without my permission if there plz send me on my email

Could this program used to send many repeated messages to a whatsapp group..? I think the code should be modified a bit to do so. Please anyone do the modifications if you know how.

Share Your Thoughts

  • Hot
  • Latest