CIP Cyber

Facebook Bomb using VB-script

Table of Contents

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)

‘ Loading Time

If MsgBox(“Search for the name and click on message section?” & vbNewLine & vbNewLine & “Press No To Cancel”, vbYesNo + vbQuestion + vbSystemModal, “WhatsApp DDos”) = vbYes Then

‘ 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 “Please Visit www.youtube.com/c/priyankgada”

Set WshShell = WScript.CreateObject(“WScript.Shell”)

Return = WshShell.Run(“http://www.youtube.com/priyankgada”, 1)

‘ Canceled Script

Else

MsgBox “Process Has Been Canceled”, vbSystemModal, “DDos Canceled”

End If

Else

End If

CIP Cyber Staff

CIP Cyber Staff

CIP Cyber Staff comprises CIP cybersecurity experts committed to delivering comprehensive information on critical infrastructure protection. The content covers diverse topics, equipping professionals to defend organizations and communities in an ever-evolving cyber landscape.

Most popular

Industrial Cybersecurity

Want always be up to date?

Don't miss the latest news

By subscribing to our mailing list, you will be enrolled to receive our new trainings, latest blog posts, product news, and more.

CIP Training & Certifications

Transform your cybersecurity skills with CIP Cyber’s comprehensive training & course offerings

Related Articles

Want always be up to date?

Don't miss the latest news

By subscribing to our mailing list, you will be enrolled to receive our new trainings, latest blog posts, product news, and more.

CIP Training & Certifications

Transform your cybersecurity skills with CIP Cyber’s comprehensive training & course offerings