Jump to content


Photo

Looking for a no recoil script [MW3 PC]


  • Please log in to reply
2 replies to this topic

#1 Zedriv

Zedriv
  • Members
  • 1 posts

Posted 12 September 2012 - 12:26 PM

Hello!
I am looking for a No Recoil script that I can use when I play MW3 on my PC
I have been looking on google, youtube etc. and found nothing. I even checked out Gamebanana and found nothing to MW3, only Counterstrike.

Please post a No Recoil script here if you know of any.

moved from scripts -> Gaming to SUpport -> Gaming

#2 Wingfat

Wingfat
  • Members
  • 932 posts

Posted 13 September 2012 - 05:23 PM

I dont play MW3.. how would would this be achived with out a script?
do you have to "fire" your gun so many times in so much time for it to not recoil?
there are a few MW2 scripts on our fourms here, but i do not recall anyone needing a no recoil....

#3 GodlyCheese

GodlyCheese
  • Members
  • 593 posts

Posted 13 September 2012 - 08:35 PM

It depends entirely on how MW3 calculates recoil. If they calculate recoil by forcing the mouse to move then it would be pretty simple to write a script to compensate for that. Or if the recoil requires your mouse to move in a specific direction at a set speed then it would also be simple to write a script. But you have to keep in mind that this would not be some magical cheat. You would not be able to shoot normally but without recoil unless you made something very very advanced in AHK, so any of these scripts we could make to combat recoil would only work under very specific circumstances.

AHK functions best by taking user/superficially defined data and using it, normally to execute some task. That data has to be predefined in a certain sense that seriously limits its use in games, it has to process the information outside of the game and then react outside of the game. It cannot (easily) function as something that reads and reacts to the game's data under the visual level.

So from my limited perspective what you're asking for is, honestly, probably best done by some professional bot designer who uses a different programming language to latch onto MW3's code and react to that. Rather than AHK which could only react to a PixelColor/ScreenImage/MouseGetPos/Hotkey in its most basic forms.