Results 1 to 3 of 3
  1. #1
    Nabuu's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Tired

    Unhappy Any bunny hop script?

    hey!
    can anyone post a auto bunny hop script? thanks

  2. #2
    Cukuzz's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    {
    auto pLocal = g_Interfaces->EntityList->GetClientEntity( g_Interfaces->EngineClient->GetLocalPlayer() );
    if (!pLocal || pLocal->LifeState())
    return;

    auto nFlags = pLocal->Flags();

    if (cmd->buttons & IN_JUMP && GetAsyncKeyState( VK_SPACE ))
    {
    if (!(nFlags & FL_ONGROUND))
    cmd->buttons &= ~IN_JUMP;
    }
    }

  3. #3
    Chivalry235's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    19
    My Mood
    Psychedelic
    use ahk man

Similar Threads

  1. [Release] Bunny hop script.
    By ehwhutwhutwhut in forum Counter-Strike 2 Hacks
    Replies: 4
    Last Post: 01-07-2013, 04:50 AM
  2. Bunny-Hop Script? (BHOP)
    By Samuria in forum Counter-Strike 2 Discussions
    Replies: 2
    Last Post: 08-25-2012, 10:44 PM
  3. Bunny hop script/hack
    By Andysaur in forum Combat Arms Hack Requests
    Replies: 4
    Last Post: 08-05-2011, 06:03 PM
  4. [SOLVED] bunny hop script crossfire
    By Fogest in forum CrossFire Help
    Replies: 5
    Last Post: 02-28-2011, 03:17 PM
  5. [Release] Bunny Hop Script (UNDETECTABLE)
    By darthbobo1 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 23
    Last Post: 06-26-2010, 01:36 PM