FINAL FANTASY VIII

FINAL FANTASY VIII

View Stats:
volvegta Sep 20, 2019 @ 11:54pm
Chocobo world demon king
after getting my butt kicked by the demon king I have decided to to see if I can use auto hotkey key to make it easier to defeat and it was successful. what I did was took ff9 Hiipo auto hotkey and change the key commands and drop the delay from 80 to 60

just for making it easy for people here is the script

CARDS_KEY = Right
CANCEL_KEY = Left
DELAY = 60
$z::
Loop
{
if not GetKeyState("z", "P")
break

SendInput {%CARDS_KEY% down}
Sleep %DELAY%
SendInput {%CARDS_KEY% up}

SendInput {%CANCEL_KEY% down}
Sleep %DELAY%
SendInput {%CANCEL_KEY% up}
}
Return

< >
Showing 1-1 of 1 comments
Marcycle Apr 24 @ 7:18am 
This is great. Thanks. Just one more tidbit, this is using AutoHotKey v.1.1, and you hold down on the "z" key to activate
< >
Showing 1-1 of 1 comments
Per page: 1530 50