Results 1 to 8 of 8
  1. #1
    Stelthkid's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    dont know
    Posts
    203
    Reputation
    10
    Thanks
    12
    My Mood
    Sneaky

    [Release/Help/Tutorial] SuperJump/fly hack

    heres a small tut on how to get MPGH vip superjump in ur hacks

    Code:
    void main()
    {
    bool GravityJump = false;
    while(true)
    {
    		if(GetAsyncKeyState(VK_SPACE)<0){
                if(SuperJump){
                    PushToConsole( "PlayerGravity -400" );
                    GravityJump = false;
    				 } else {
                    PushToConsole( "PlayerGravity 1000" );
                    GravityJump = true;  
    			 
    			}
    		Sleep(200); //to make sure
    		}		
      }
    		PushToConsole( "PlayerGravity -1200" );
    its simple but still buggy
    once u try it u should know what to do if u knwo how to code unlike me lol

    Edit i think i might of left to meny { when i removed my other features :S

    well yer





    dont flame/ insult me .. etc
    im a learngin coder and im new to c++
    Last edited by Stelthkid; 07-19-2010 at 11:40 PM.

    Help me raise my Habamon!


    Kills.....43781
    Deaths.....2124
    KDR.....20.61
    Streak.....113
    HS.....18391
    HS%.....40%
    GP.....93284




    Thank Me If I Helped.

  2. The Following 2 Users Say Thank You to Stelthkid For This Useful Post:

    -Dimensions- (07-29-2010),AGWStge5rya$@% (07-23-2010)

  3. #2
    zdog311's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    I will thank you, but first how do i actually use this??? I am new to hacking this game, so could you tell me step by step exactly what to do to get this into combat arms and working??? I will greatly appreciate it if you do!!!

  4. #3
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Quote Originally Posted by Stelthkid View Post
    heres a small tut on how to get MPGH vip superjump in ur hacks

    Code:
    void main()
    {
    bool GravityJump = false;
    while(true)
    {
    		if(GetAsyncKeyState(VK_SPACE)<0){
                if(SuperJump){
                    PushToConsole( "PlayerGravity -400" );
                    GravityJump = false;
    				 } else {
                    PushToConsole( "PlayerGravity 1000" );
                    GravityJump = true;  
    			 
    			}
    		Sleep(200); //to make sure
    		}		
      }
    		PushToConsole( "PlayerGravity -1200" );
    its simple but still buggy
    once u try it u should know what to do if u knwo how to code unlike me lol

    Edit i think i might of left to meny { when i removed my other features :S

    well yer





    dont flame/ insult me .. etc
    im a learngin coder and im new to c++
    Lol Failness xD its not even a tutorial. You made it so when you press space it turns it on/off. So every time you jump it toggles it use a NUMPAD key or something like F9.

  5. The Following 2 Users Say Thank You to CoderNever For This Useful Post:

    remusrowle34 (07-23-2010),Yepikiyay (07-23-2010)

  6. #4
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Why PlayerGravity? If you have fly hack in your code then it wont change correctly. Use JumpVel instead.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  7. The Following User Says Thank You to whatup777 For This Useful Post:

    Yepikiyay (07-23-2010)

  8. #5
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    this is like..terrible. my cat could have done better :P
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  9. The Following User Says Thank You to zmansquared For This Useful Post:

    remusrowle34 (07-23-2010)

  10. #6
    Stelthkid's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    dont know
    Posts
    203
    Reputation
    10
    Thanks
    12
    My Mood
    Sneaky
    whatup777 fly hack is just flying around and that sucks when u want to land and now im working on it so when i press space once its normal jump thne if i press and hold it keeps going up and yer usefull for getting up on top of trucks buildings instead if having to float up then turn the fly hack off waisting time its simular to mpgh vip jump hack but its getting more advance


    never coder u have it all wrong im not just making i sumple shitty jump hack where it jumps up really high and lands then u have to jump again like the jumpvel or what ever i dont its and as i said its simular to mpgh vip super jump if u have ever had it and plus i said i was new to coding and all so dont flame me and say i fail just add the code into a blank base and try it its abit glitchy and all but im perfecting it and im working on it so when i press space once its normal legit jump and if i press and hold space it keeps going up.. and i have added another numpad key to turn this whole feature off and on so yer so dont criticize me for something plus i did learn all my coding off u so u fail then... noone will read this lol cus its a day old thread but i hope u do
    plus who cares if its just a c& p tut its for nubs anyway
    zman i said that i was new to c++ sure there is and will be better ways for this to work but again "im new to coding"

    im a "NEWB" coder
    Last edited by Stelthkid; 07-22-2010 at 09:04 PM.

    Help me raise my Habamon!


    Kills.....43781
    Deaths.....2124
    KDR.....20.61
    Streak.....113
    HS.....18391
    HS%.....40%
    GP.....93284




    Thank Me If I Helped.

  11. #7
    killerld's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    345
    Reputation
    11
    Thanks
    193
    My Mood
    Twisted
    Stelthkid i'm totaly agree with you Gravity is better than SuperJump and no one can disagreee this :P


    Sorry for my bad English ! I'm French Canadian !

    - When you use my hack, Please Thank Me

    Release some Hacks []
    Able to code in PhP / Mysql []
    Able to code in VB []
    Able to code in C# []
    Able to do VB Injector []
    Release an Injector []
    Active Member in the Community []
    Member who help small Hacker []

  12. #8
    ®Jack's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Australia
    Posts
    75
    Reputation
    10
    Thanks
    37
    Agreed Fly hack is useless, whats the point you cant have any fun cause all you do is die on impact. As no fall damage was server sided. super jump with set hights Or Gravity work best and recomended in hacks.

Similar Threads

  1. [Help Request] help on fly hack for g force
    By arsenal1514 in forum CrossFire Help
    Replies: 7
    Last Post: 07-10-2011, 06:55 PM
  2. Play to help make a fly hack/God mode
    By bug_NOT_ME in forum Combat Arms Hacks & Cheats
    Replies: 25
    Last Post: 08-25-2009, 12:31 AM
  3. NEED HELP ABOUT VIP FLY HACK AND ... PLZ
    By manu123 in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 12-23-2008, 09:11 AM
  4. help with my best hack ever i will release if u...
    By josephjboogie3 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 11-13-2007, 04:24 AM
  5. I need help with fly hack
    By snoop1994 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-15-2007, 06:29 PM