bigganigga1991

join and exit game autohotkey script

Jul 11th, 2014
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. loop{
  2. Click
  3. Sleep, 25000
  4. Process,Close,bf4.exe
  5. sleep 12000
  6. }
  7.  
  8.  
  9. ;save as .ahk
  10. ;leave mouse over join server button
  11. ;4 battlepacks every ~30 seconds
  12. ;Note: you might have to change the amount of delay depending on how fast your game loads
Add Comment
Please, Sign In to add comment