10-06-2013, 12:52 AM
(10-06-2013, 12:31 AM)Sil Wrote: Do you know if this particular modification will send it to the window in the background (so I can do other stuff while it bots)?
Code:#SingleInstance,Force
#MaxThreadsPerHotkey 2
var = 0
return ; end of autoexecute section
INS::
var := !var
Loop
{
if !var
break
SetTitleMatchMode, 1
ControlSend, {Space}, FINAL FANTASY XIV
Sleep, 900000
}
return
i do not believe it sends it to the actual window. My best advice is to just alt tab every 15 minutes if you're sitting at your computer and use this script while ur afk