Advertisement
Guest User

Untitled

a guest
May 29th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !numpadDiv::
  2. plswitch := false
  3. sendchat("/pl")
  4. sleep 300
  5. send, {enter}
  6. sleep 300
  7. loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
  8. {
  9.     if RegExMatch(A_LoopReadLine, "^\[\d{2}:\d{2}:\d{2}\] \* Ответ принят\: " clipboard " вышел при аресте и посажен в тюрьму строгого режима\.")
  10.     {
  11.         plswitch := true
  12.     }
  13. }
  14. if (plswitch)
  15. {
  16.     send, /q arrest[P][%A_MDAY%.%A_MM%.%A_Year% %A_Hour%:%A_Min%]{enter}
  17. }
  18. else
  19. {
  20.     send, /q arrest[%A_MDAY%.%A_MM%.%A_Year% %A_Hour%:%A_Min%]{enter}
  21. }
  22. sleep 300
  23. send, %clipboard%{enter}
  24. sleep 300
  25. send, {esc}
  26. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement