Guest User

Untitled

a guest
Jan 17th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. index1 := 0
  2. index2 := 0
  3. SetTimer, conquer, 100
  4. return
  5.  
  6.  
  7. conquer:
  8. Loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  9. {
  10. If InStr(A_LoopReadLine, "bietet dir eine Heilung für")
  11. index1 := a_index
  12. }
  13. if (index2 < index1)
  14. {
  15. SendInput t/conquer{enter}
  16. SendInput t/conquer{enter}
  17. SendInput t/conquer{enter}
  18. index2 := index1
  19. }
  20. return
Add Comment
Please, Sign In to add comment