Skip to content

Instantly share code, notes, and snippets.

@xtuaok
Last active August 29, 2015 14:16
Show Gist options
  • Save xtuaok/10958956a9920578ad22 to your computer and use it in GitHub Desktop.
Save xtuaok/10958956a9920578ad22 to your computer and use it in GitHub Desktop.
makuro.uws
id = GETID("FINAL FANTASY XIV: A Realm Reborn","FFXIVGAME")
ACW(id,257,9,1926,1109,0)
MOUSEORG(id, 2)
COUNT=0
WIND=0
While True
// if GETKEYSTATE(VK_SPACE) then break
KBD(VK_1,CLICK,300)
KBD(VK_LEFT,DOWN)
COUNT=COUNT+1
WIND=WIND+1
if COUNT >= 150 then
COUNT=0
repeat
COUNT=COUNT+1
KBD(VK_4,CLICK,150)
until (COUNT >=15)
COUNT=0
endif
if WIND >= 190 then
WIND=0
repeat
WIND=WIND+1
KBD(VK_2,CLICK,150)
until (WIND >= 15)
WIND=0
endif
Wend
KBD(VK_LEFT,UP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment