talran

anti-afk FFXIV v2

Dec 3rd, 2021 (edited)
1,647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SendMode Input
  2. SetTitleMatchMode, 2 ;
  3. if not A_IsAdmin
  4. {
  5. Run *RunAs "%A_ScriptFullPath%"
  6. ExitApp
  7. }
  8.  
  9. Loop
  10. {
  11. #InstallKeybdHook
  12. #SingleInstance, Force
  13. #Persistent
  14. Random, dly, 120000, 300000
  15. Sleep, dly
  16. ControlSend , , {j}, FINAL FANTASY XIV
  17. Sleep 500
  18. ControlSend , , {n}, FINAL FANTASY XIV
  19. Sleep 500
  20. ControlSend , , {j}, FINAL FANTASY XIV
  21. Sleep 500
  22. ControlSend , , {n}, FINAL FANTASY XIV
  23. }
  24.  
  25. return
Add Comment
Please, Sign In to add comment