Results 1 to 6 of 6
  1. #1
    plany's Avatar
    Join Date
    Sep 2014
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    0

    Wink C++ Bunny hop script.

    A simple script that spams space. ty

  2. #2
    phoenix8383's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    15
    My Mood
    Fine
    Quote Originally Posted by plany View Post
    A simple script that spams space. ty
    Why not just use the 10 million AHK "Bhop" scripts found on the internet?

  3. #3
    AmejiOrape's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    184
    Reputation
    27
    Thanks
    99
    My Mood
    Relaxed
    Depends, some games like CS:GO don't let you bunnyhop just for spamming space.

  4. #4
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Here you are my son
    Code:
    int main(int argc, char** argv) {
        std::cout << "This is a simple script that spams space." << std::endl;
        std::cout << "    " << std::endl;
        std::cout << "    " << std::endl;
        return 0;
    }
    ^_^
    huehueheuheuehuehe

  5. #5
    Asymmetry's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    There are over millions of "jump scripts" for really every game.

    Also it depends on what game you're talking about.

  6. #6
    ITkhazeplov's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Code:
    while (1)
    	{
    		if (bunny)
    		{
    			if (GetAsyncKeyState(VK_SPACE))
    			{
    				keybd_event(VK_SPACE, 0, 0, 0);
    				Sleep(1);
    				keybd_event(VK_SPACE, 0, KEYEVENTF_KEYUP, 0);
    			}
    		}
    		return 1;
    	}

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