Results 1 to 2 of 2
  1. #1
    mazysz997's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Bunny Hoop macro

    It s posilbe to have bunyhop script macro if sb have this macro can he upload there.

  2. #2
    nbadaro's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Bahia
    Posts
    223
    Reputation
    10
    Thanks
    181
    My Mood
    Amazed
    1- install autohotkey
    2- make a new ahk script
    3- be happy


    heres the code for the script
    Code:
    F11:: Hotkey, *~$Space, Toggle
    
    End::
    ExitApp
    
    *~$Space::
    Sleep 5
    Loop
    {
        GetKeyState, SpaceState, Space, P
        If SpaceState = U
            break 
        Sleep 1
        Send, {Blind}{Space}
    }
    Return
    just press F11 to enable/disable
    [IMG]https://cloud-4.steamuserconten*****m/ugc/442826765975372222/FAD9EFDA82E9BE1E5136981060D37C65BDFBF902/[/IMG]

Similar Threads

  1. [Help] Bunny hop Macro help?
    By rynkiller1 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 0
    Last Post: 12-31-2012, 05:18 PM
  2. [Request] Bunny hop macro
    By BananaBoy223 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 8
    Last Post: 12-01-2010, 06:17 AM
  3. Crazy macro :P
    By sf0d in forum General Gaming
    Replies: 1
    Last Post: 06-22-2006, 11:28 AM
  4. Macro SS
    By EleMentX in forum Gunz General
    Replies: 1
    Last Post: 05-16-2006, 02:07 AM