Facebook Bomb using VB-script
Script : ‘ InputBoxes Message = InputBox(“What Is The Message?”,”WhatsApp DDos”) MsgBox “VBScript Written By Priyank Gada” 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://www.facebook.com/messages”, 1) ‘ […]
Whatsapp Bomb using VB-Script
Today , we are going to learn how to bomb messages on web whatsapp using VB-Script. Explanation of the script. ‘ InputBoxes This section is the data input. Here we are taking inputs from the user . Contact stores the name of the contact. Message stores the message , T stores the times. ‘ Go […]