If you're reading this, just want to tell you that the AutoHotkey Program that you made is very helpful from the first time i've downloaded it on 2016 and then someone made an in game toggle aim for fallout 4, What you made is very useful since my right mouse button is broken and it's double clicking everytime. I've been using it in so many old or new games with no Toggle Aim function. Always works like a charm! except on GTA Definitive, but idc. I really appreciate your work bro. Bless you my friend.
People having problems with this need to open the RM-PRESS-HOLD.ahk file with notepad and make sure the script matches the title of their game window. by default it's "#IfWinActive, Fallout 4" but my game window is Fallout4. Just match the names and save. Hopefully this helps someone.
it's amazing how many self-entitled ignorant people are so quick to fault the software when it's literally their own technical incompetence that gives them a headache... stupid people be stupid
Honestly the developer of the mod could take a few moments of their time to actually describe this in the mod's description. If they're competent enough to create what at face value looks like a useful mod, then there's no excuse for them to not be able to tell us how to use it.
thank you so much for proofing the code.... didn't work at first, until I saw your comment. edited the file, still didn't work. Then I ran it as admin... and it works! Hooray! thanks again
Is there a way that doesn't need me to start one programm, then confirm twice and then start another programm to play Fallout?
I already got it in a bat file but when you start both at once the box pops up and asks me if I want to start the program I jsut started andd then Fallout starts and I have to tab back to the desktop to klick yes and okay. Timeout or pause command also only work if I click no for whatever reason.
45 comments
I've been using it in so many old or new games with no Toggle Aim function.
Always works like a charm!
except on GTA Definitive, but idc.
I really appreciate your work bro.
Bless you my friend.
*RButton Up::
If (Toggle := !Toggle){
Send {Click Down Right}
}
Else{
Send {RButton up}
}
Return
Run script as Admin..........has issues as well its working fine now
Install Auto Hot Key, then double click the "RM-PRESS-HOLD.ahk" file and it should run and work in game. Does for me.
I already got it in a bat file but when you start both at once the box pops up and asks me if I want to start the program I jsut started andd then Fallout starts and I have to tab back to the desktop to klick yes and okay. Timeout or pause command also only work if I click no for whatever reason.