10-14-2013, 02:07 AM
(10-13-2013, 06:11 PM)Evane Wrote:(10-13-2013, 03:02 AM)Sil Wrote: Notepad is the preferred editor for AHK scripts. You'll be wanting to edit the script, not the exe.
In arhive only exe file
Above the link to the archive is a CODE section, which is what you put in your .ahk file. You can use the code below (I've made the change) to save you the trouble of editing it yourself.
Code:
#SingleInstance,Force
#MaxThreadsPerHotkey 2
var = 0
return ; end of autoexecute section
INS::
var := !var
Loop
{
SetTitleMatchMode, 1
ControlSend,,0,FINAL FANTASY XIV
Sleep, 1000
}
return
Alternatively you could wait about week and see if I can wrap my head around LUA so I can make a module for this.