See if the console gives you any error + check if the code is well alligned with the statement blocks etc... Mostly my problems when it comes to running on CMD is because of code allignment and spaces between certain parts of the code. CMD is delicate xDD
- - - Updated - - -
In my opinion you shouldn't translate because who did the ahk script might code different/think then you, and then you could not understand something.
But if you want to translate then go ahead! To build it yourself, remember you gotta make the script pull the mouse down, then think of how and build around that.
Make your imports so you can use some expressions, create your functions and if statements so when you press LMB you want the recoil to start working. Use mouse_event to ensure compability with the game, and test your code when you chage/try to implement something new!
5 days ago I did not knew nothing about pyton. Not even how to print something. Today I've got my no recoil script working for 5 different weapons supporting "Basic Sights","X2 Scope",X4 Scope" recoils. I've learned other programming languages before and never got too advanced only basic / medium, but that for sure helped me getting the logics done and the code built in python, still with effort and a bunch of hours I made it. If I can with effort you can too! Good Luck!
- - - Updated - - -
In my opinion you shouldn't translate because who did the ahk script might code different/think then you, and then you could not understand something.
But if you want to translate then go ahead! To build it yourself, remember you gotta make the script pull the mouse down, then think of how and build around that.
Make your imports so you can use some expressions, create your functions and if statements so when you press LMB you want the recoil to start working. Use mouse_event to ensure compability with the game, and test your code when you chage/try to implement something new!
5 days ago I did not knew nothing about pyton. Not even how to print something. Today I've got my no recoil script working for 5 different weapons supporting "Basic Sights","X2 Scope",X4 Scope" recoils. I've learned other programming languages before and never got too advanced only basic / medium, but that for sure helped me getting the logics done and the code built in python, still with effort and a bunch of hours I made it. If I can with effort you can too! Good Luck!

