Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ^::
  2. if (IsMenuOpen() == 0 && IsDialogOpen() == 0 && IsChatOpen() == 0){
  3. Loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  4. {
  5. If(InStr(A_LoopReadLine, "Anrufer: ") && InStr(A_LoopReadLine, "(/notruf "))
  6. {
  7. RegExMAtch(A_LoopReadLine, "/notruf (.*))\, Nummer: ", notruf)
  8. }
  9. }
  10. SendInput, t%notruf1%{enter}
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement