Results 1 to 7 of 7
  1. #1
    milfshake22's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    please help with fly hack quick reply plzzz!

    how do you fly hack please reply quick i need help thanks so much!

  2. #2
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Well are you asking how to add it to a hack? or how to use it with a hack?

    Most hack have it where you turn on then press space bar to fly, but some have it where you turn it on and off to fly around

  3. #3
    Houston's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    The Netherlands
    Posts
    1,941
    Reputation
    175
    Thanks
    2,468
    My Mood
    Blah
    Do you want it control able?

  4. #4
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    use the ptc PlayerGravity and controll it with the spacebar (GetAsyncKeyState)

  5. #5
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    here a snipet
    Code:
    if(!FLHV.Slider.value)
    			if(Hover.Enabled && GetAsyncKeyState(Hack.Values.Hoverkey))
    				Hack.Misc****nConsoleCommand("PlayerGravity 0");
    			else
    				Hack.Misc****nConsoleCommand("PlayerGravity -1099");
    		else
    			if(Fly.Enabled && GetAsyncKeyState(Hack.Values.Flykey))
    				Hack.Misc****nConsoleCommand("PlayerGravity 500");
    			else
    				Hack.Misc****nConsoleCommand("PlayerGravity -1099");
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  6. #6
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    This is Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very VeryVery Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very v Very Very Very Very Very Very Easyyyyyyyyyyyyyy


    Code:
    if( Fly > 0 ){
    if( GetAsyncKeyState( VK_SPACE ) )
    Alessandro( "PlayerGravity 800" );
    else
    Alessandro( "PlayerGravity -800" );
    }

  7. #7
    AVGN's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Kekistan
    Posts
    15,566
    Reputation
    1817
    Thanks
    6,678
    im tired of moving threads from here

    this is WORST SECTION for people posting in the wrong section..

    I'm just gonna start deleting or closing this shit.




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

    jonnyboy9985 (01-30-2011),the grim reaper (01-30-2011)