Guest User

Untitled

a guest
Oct 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;writen by armucat
  2. #NoEnv
  3. SendMode Input
  4. SetWorkingDir %A_ScriptDir%
  5. killbots := "o.stop,.clegle.stop,!jeopardy.stop,~join,~stopuno"
  6. #persistent
  7. #MaxThreadsPerHotkey 1
  8. hotkey, f10, kill, on
  9. return
  10.  
  11.  
  12.  
  13. kill:
  14. loop, parse, killbots, `,
  15. {
  16. send, {RAW}%a_loopfield%
  17. send, {ENTER}
  18. }
  19. sleep, 5000
  20. return
Add Comment
Please, Sign In to add comment