Advertisement
Doug4347

Auto Script Exit GTA SA

Oct 15th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SetTimer, GTALoop, On
  2. Return
  3.  
  4. GTALoop:
  5. Process, Exist, gta_sa.exe
  6. If Not Errorlevel
  7.     {
  8.         ExitApp
  9.     }
  10. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement