Advertisement
Superszean

3 Phased Troll 1

Jan 28th, 2020
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. MsgBox,,Activate Phase 1,
  2. (
  3. Type "phase1 " and then a space to activate phase 1.
  4.  
  5. DISCLAIMER: Please safely save and close all notepad windows you currently have open before proceeding with this.
  6. )
  7. Return
  8.  
  9. F5::
  10. Reload
  11. Return
  12.  
  13. ::phase1::
  14. sleep 150
  15. MsgBox,,Activate Phase 2,You have activated phase 1. Go to your address bar and type phase2.,5
  16. Return
  17.  
  18. ::phase2::
  19. sleep 150
  20. send, http://google.com
  21. send, {enter}
  22. msgbox,,https://google.com,You are now in google.com
  23. msgbox,,Activate Phase 3,Go to your address bar again and type phase3.
  24. return
  25.  
  26. ::phase3::
  27. sleep 150
  28. send, http://autohotkey.com
  29. send, {enter}
  30. msgbox,,VIRUS,PHASE 3 ACTIVATED. PROCEEDING TO VIRUS DOWNLOAD.,0.75
  31. msgbox,,Downloading Virus,Virus downloading...,1
  32. msgbox,,Virus Downloaded,Virus downloaded,1
  33. run notepad
  34. sleep 150
  35. IfWinActive, Untitled - Notepad
  36. loop
  37. {
  38. IfWinActive, Untitled - Notepad
  39. {
  40. send, Spreading Virus.
  41. sleep 1500
  42. send, Virus Spreaded. :D
  43. msgbox,,Warning,Countdown until computer is dead: 15 seconds,3
  44. msgbox,,Countdown,15,1
  45. msgbox,,Countdown,14,1
  46. msgbox,,Countdown,13,1
  47. msgbox,,Countdown,12,1
  48. msgbox,,Countdown,11,1
  49. msgbox,,Countdown,10,1
  50. msgbox,,Countdown,9,0.9
  51. msgbox,,Countdown,8,0.8
  52. msgbox,,Countdown,7,0.6
  53. msgbox,,Countdown,6,0.5
  54. msgbox,,Countdown,5,0.5
  55. msgbox,,Countdown,4,0.5
  56. msgbox,,Countdown,3,0.5
  57. msgbox,,Countdown,2,0.5
  58. msgbox,,Countdown,1,1.5
  59. msgbox,,Sike!,Gotcha! There was no virus. XD,5
  60. sleep 150
  61. Process, Close, notepad.exe
  62. exitapp
  63. }
  64. }
  65. exitapp
  66. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement