News Ticker

Virus Writing-Writing Virus Codes in VBS

By Ajay Verma - Tuesday 10 November 2015 No Comments
hello friends, i already provided you several tutorials on funny codes (Like Virus), in batch now this time i am going to share a virus code in VBS.
this will prompt several messages and fatal errors and after that system will shutdown.
Just write below codes in notepad,
av=msgbox ("Would You Like to Hack your enemy's computer ?",20,"Question")
x=inputbox ("Okay...So..We'll go with YES Shall We? Hmm...Yes, Yes.....Type your rivals full name and the county they live in below (Separtated by a comma). Then We will open up their PC so you can hack them!",4+48,"Enter their details")
av=msgbox ("Thank You Very Much. Your Donation of: £750 will go to the Computer Virus Trust. Thank You for your Generousity!",0,"Thank You!")
av=msgbox ("Now, The virus that you asked for will be shortly delivered to your PC.",0,"Message")
av=msgbox ("FATAL ERROR DETECTED. ERROR CODE - {01929429328}",16,"ERROR")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("An Error occured In C:Program FilesVirus MakerVirusm.exe ",5+48,"Error")
av=msgbox ("Cannot Locate Windows. System Shutdown will now start",16,"System Shutdown")
set shell = CreateObject("Wscript.Shell")
shell.run "shutdown.exe -s -t 3"

save it as name.vbs and click on it to see the effect. :)
saving procedure is important just check this image else it will not work.
hope you like this funny code. this will not crash system it will only shutdown system.
see you with some another new virus codes, or hacking articles :)

No Comment to " Virus Writing-Writing Virus Codes in VBS "