Advertisement
Guest User

FFXIV Turn-in program from u/Titietgrom

a guest
Mar 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. detectHiddenWindows, on
  2.  
  3. MsgBox, 64,, Welcome to the Turn-in script.`n`nPress F8 for help`nPress F9 to start`nPress F10 to pause`nPress F11 to close.`n`n`n Created by Yonini from Shiva.
  4.  
  5. Loop {
  6. pause
  7.  
  8. F8::
  9. MsgBox, 64,, To get the script to work, you have to trade your item once. When done, simply press F9 and press OK.`nIt will run in the background, so you are free to do what you want while this will trade!`n`nThis is my first script, if you run into any error of have ideas, please respond to the reddit thread or pm me u/Titietgrom.
  10. MsgBox, 64,, Thanks for using the Turn-in script.`n`nPress F8 for help`nPress F9 to start`nPress F10 to pause`nPress F11 to close.`n`n`n Created by Yonini from Shiva.
  11. Continue
  12.  
  13. F9::
  14. MsgBox, Turn-in script started.
  15. WinGet, programid, List, FINAL FANTASY XIV
  16. Loop {
  17. ControlSend,, {NumPad0 down}, ahk_id %programid1%
  18. ControlSend,, {NumPad0 up}, ahk_id %programid1%
  19. Sleep, 300
  20. }
  21.  
  22. F10::
  23. MsgBox, Turn-in script paused. Press F9 to resume.
  24. Continue
  25.  
  26. F11::
  27. MsgBox, Turn-in script closed.
  28. exitapp
  29.  
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement