Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  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 , , {space}, FINAL FANTASY XIV
  17. Sleep 1000
  18. ControlSend , , {w down}, FINAL FANTASY XIV
  19. Sleep 250
  20. ControlSend , , {w up}, FINAL FANTASY XIV
  21. }
  22.  
  23. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement