SofaKingWeTardEd Posted May 18, 2008 Posted May 18, 2008 First of all - I'm a complete newb when it comes to Autoit. - I'm playing a game called Enemy Territory: Quake Wars - and I was wondering if it's possible to null the Sniper recoil? The recoil is HUGE on that game for a Sniper Rifle. But I'm not entirely sure where to start... I have my script, simple (like me) and you will most definatly laugh at it. But I do try. Here's the code I was/am using: #include <Misc.au3> Opt ("MouseCoordMode",2) HotKeySet ("{ESC}","_ExitP") While 1 If _IsPressed(0x01) Then MouseMove (0,0,10) EndIf WEnd Func _ExitP() Exit EndFunc I've had other codes with the MouseCoord set to 0 & 1 before to no avail. Although I can use like Send ("w") etc to move forward, but no mouse movement.. any help please? I've had WinWaitActive ("ETQW"), and many others and it's just all gone tits up.
Hiyoal Posted May 18, 2008 Posted May 18, 2008 Games use memory to store information about what is happening in the game. If you can find the "Recoil Address" then you could make a memory bot to stop the recoil. Search for "NomadMemory" to find out about memory, it should also give some examples. Hiyoal
SofaKingWeTardEd Posted May 18, 2008 Author Posted May 18, 2008 You shouldn't be suprised but; I don't really understand that stuff lol
Hiyoal Posted May 19, 2008 Posted May 19, 2008 Read this: http://www.elitepvpers.de/forum/co2-guides...ry-address.htmlThis tutorial is for hacking Conquer Online with nomad memory, but you can incorporate the ideas from it.Hiyoal
SofaKingWeTardEd Posted May 19, 2008 Author Posted May 19, 2008 Read this: http://www.elitepvpers.de/forum/co2-guides...ry-address.htmlThis tutorial is for hacking Conquer Online with nomad memory, but you can incorporate the ideas from it.Hiyoal Lol thank you I'll try.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now