Advertisement
Guest User

manager.ahk

a guest
Dec 2nd, 2018
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 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. #Include FindText.ahk
  6. #SingleInstance Force
  7.  
  8. ;Insert key to start // Delete key to quit // Replace values following <*wildcard*>
  9.  
  10. Del::ExitApp
  11. Ins::
  12. Loop {
  13. if (ok:=FindText(0,0,150000,150000,0,0,"|<lava>*141$23.TzzyzzzxyBq/zfjbsLMDipi1VrV")) {
  14. Send, {Esc}
  15. Sleep, 100
  16. if (ok:=FindText(0,0,150000,150000,0,0,"|<disconnect>*161$25.3TzzizzzrK6C/eyutpXTQuyii3Essk"))
  17. FindText_Left_Click(ok,X_Adj:=0,Y_Adj:=0,MoveBack:=0)
  18. }
  19. if (ok:=FindText(0,0,150000,150000,0,0,"|<respawn>*161$29.3zzzyvzzzwCC5C/fftjbEMrMCjyViRV3TV"))
  20. FindText_Left_Click(ok,X_Adj:=0,Y_Adj:=0,MoveBack:=0)
  21. if (ok:=FindText(0,0,150000,150000,0,0,"|<serverlist>*163$26.zzzxjzzzRqBDqRRBxbELzOhxzqrVTyc")) {
  22. FindText_Left_Click(ok,X_Adj:=0,Y_Adj:=0,MoveBack:=0)
  23. Sleep, 100
  24. if (ok:=FindText(0,0,150000,150000,0,0,"|<rawr>*133$23.HXRGPuuNy5JvvefrsMLk"))
  25. Sleep, 1000
  26. FindText_Double_Click(ok,X_Adj:=0,Y_Adj:=0,MoveBack:=0)
  27. }
  28. }
  29. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement