Jump to content

undetected AHK rapid fire scripts


Recommended Posts

*$LButton::
     
    While GetKeyState("LButton", "P"){
     
    Click
     
    Sleep 0,01  ; milliseconds
     
    }
     
    return
     
    #If
F1::                 
    Suspend
    Return
*space::
    Loop                                                                                                                
    {
        GetKeyState,state,space,P
        If state = U
            Break
        Send,{space}              
        Sleep,20
    }  

Here is some gameplay with it 

https://www.youtube.com/watch?v=2942BB1JXFk

 

rapid fire and bhop.zip

  • Like 4
  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...