Advertisement
Gendrome

me is bad person

Nov 25th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.32 KB | None | 0 0
  1. HotKeySet ("{F2}", "kill")
  2. Func kill ()
  3.     While 1
  4.         Exit
  5.     WEnd
  6. EndFunc
  7.  
  8.  
  9. MsgBox (0, "Title", "Preparing")
  10. $target = InputBox ("Title", "Define target", "cares")
  11. $Delay = InputBox ("Title", "Define delay", "3000")
  12. MouseClick ("Left", 1868, 972)
  13. While 1
  14. Sleep ($Delay)
  15. Send ("/ping " & $target)
  16. Send ("{enter}")
  17. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement