Need help with reduced recoil script Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Joshmahdudes

Need help with reduced recoil script  Topic is solved

08 Aug 2017, 02:42

Ok, I am trying to learn autohotkey and make a kinda complex script, but it would be useful. I want to reduce recoil for a game I play. The spray pattern move straight up, then left and right back and forth Its like a T shape. This is the script I have so far, but I want to make it customizable some how. Like, where you can use hotkeys to change the values in game, or hit a key to select what gun you are using and it will use that spray pattern. Any help would be great.

Code: Select all

    #NoEnv
    SendMode Input
    MsgBox Recoil Reducer v0.2 by n3rHACK and Purse
     
    Insert:: Hotkey, *~$LButton, Toggle
     
    *~$LButton::
        while GetKeyState("LButton")
        {    
            DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
            Sleep, 15
            DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
            Sleep, 5
        }
    Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 56 guests