Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. sleep 2000
  12.  
  13. sendinput Y
  14.  
  15. sleep 350
  16.  
  17. sendinput /igname - CLASSIFIED -
  18.  
  19. sendinput {Enter}
  20.  
  21.  
  22.  
  23.  
  24. sleep 350
  25.  
  26. sendinput Y
  27.  
  28. sleep 350
  29.  
  30. sendinput /hadvert [THIS IS THE SHURA COUNCIL OF EVOCITY]
  31.  
  32.  
  33. sleep 350
  34.  
  35. sendinput {Enter}
  36.  
  37.  
  38.  
  39.  
  40. sleep 350
  41.  
  42. sendinput Y
  43.  
  44. sleep 350
  45.  
  46. sendinput /hadvert [IF YOU FAIL TO REMOVE THE LAWS THAT ARE RESTRICTING US, BLOOD FIRE AND TERROR WILL BE AT YOUR DOOR!]
  47.  
  48. sleep 350
  49.  
  50. sendinput {Enter}
  51.  
  52.  
  53.  
  54.  
  55.  
  56. sleep 350
  57.  
  58. sendinput Y
  59.  
  60. sleep 350
  61.  
  62. sendinput /hadvert [YOU HAVE 5 MINUTES]
  63.  
  64. sleep 350
  65.  
  66. sendinput {Enter}
  67.  
  68.  
  69.  
  70.  
  71. sleep 350
  72.  
  73. sendinput Y
  74.  
  75. sleep 350
  76.  
  77. sendinput /igname Kristian Nebula
  78.  
  79. sleep 350
  80.  
  81. sendinput {Enter}
  82.  
  83.  
  84.  
  85. Escape::
  86. Exitapp
  87. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement