AHK assistance
Posted: Sat Oct 23, 2021 6:40 pm
Hi All,
I was wondering if any of you use AHK to automate using the ingame cheats? And before you get all the pitchforks out on cheating...I only play single player. Father of 2 with very little free time so I enjoy "easy mode".
I have this script that works just fine outside of the game but I cannot get it to work in the chat window:
F12::
Send setany strength 30
Send {Enter}
Send setany ammo 30
Send {Enter}
Send setany experience 100000
Send {Enter}
return
Any thoughts?
Thanks in advance.
I was wondering if any of you use AHK to automate using the ingame cheats? And before you get all the pitchforks out on cheating...I only play single player. Father of 2 with very little free time so I enjoy "easy mode".
I have this script that works just fine outside of the game but I cannot get it to work in the chat window:
F12::
Send setany strength 30
Send {Enter}
Send setany ammo 30
Send {Enter}
Send setany experience 100000
Send {Enter}
return
Any thoughts?
Thanks in advance.