Jump to content

Updated BHOP & RAPID FIRE AHK SCRIPT


PalaxeCS
 Share

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
    }  
spacer.pngspacer.pngspacer.png

Here is me using it 

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

(1) WhatsApp - Google Chrome 23_07_2020 18_20_23.png

rapid fire and bhop.zip

Edited by PalaxeCS
  • Like 6
  • Thanks 2
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...