Autohotkey doesnt work in titanfall
Hey guys im new here so i apologize, but anyways i tried many different scripts in autohotkey and none of them even work in titanfall whatsoever, autohotkey works just fine on the desktop but once in the game the mouse goes back to normal as if the script has been suspended, im very familiar with how to use and code autohotkey but i want to know if there any alternatives that work with titanfall. thanks guys
Didn't steam make it so you can't use that? I believe so.
I will have to look into this more, since I don't use Hotkeys.
I have titanfall and autohotkey works for me, you probably have the delay set too low.
idk if this is against the rules or anything but, here is the script i use and it works with the semi auto rifle, and pistols.
Instert turns on and off.
Ins::Suspend
LButton::
Loop
{SetMouseDelay 50
Click
If (GetKeyState("LButton","P")=0)
Break
}
works for me too. maybe try to reinstall both.