Page 3 of 3 FirstFirst 123
Results 31 to 38 of 38
  1. #31
    richdude212's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Tampa, FL
    Posts
    352
    Reputation
    10
    Thanks
    56
    My Mood
    Inspired
    Quick q. I want it so when the player presses nub4 it start the hack so when they press spacebar they can fly but when they turn it off with nub 4 they press spacebar and jump. Here is the script what did I do wrong? (bool hack = false; is higher up in the script)

    [php]if(GetAsyncKeyState(VK_NUMPAD4) < 0){ //Fly
    if( hack == false ){
    if( GetAsyncKeyState(VK_SPACE) < 0 )
    {
    ConsolePush( "PlayerGravity 800" );
    }else{
    ConsolePush( "PlayerGravity -800" );
    }

    hack = true;
    } else {
    hack = false;
    }
    Sleep(200);
    }[/php]

    All my other simple on/off hacks work just fine.
    [IMG]https://i516.photobucke*****m/albums/u330/richdude212-2.jpg[/IMG]


    [IMG]https://i516.photobucke*****m/albums/u330/richdude212/leet.gif[/IMG]

    Get NX Cash For Completing Offers Here! (will redirect)


    Remember to press when people help you!
    Not bad for $14.99 a month...

  2. #32
    tahha's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    my keyboard or my bed
    Posts
    122
    Reputation
    9
    Thanks
    3
    Quote Originally Posted by richdude212 View Post
    Quick q. I want it so when the player presses nub4 it start the hack so when they press spacebar they can fly but when they turn it off with nub 4 they press spacebar and jump. Here is the script what did I do wrong? (bool hack = false; is higher up in the script)

    All my other simple on/off hacks work just fine.
    try this instead
    [php]if(GetAsyncKeyState(VK_INSERT) < 0){
    if(fly==false){
    fly=true;
    }else{
    fly=false;
    }
    }
    if( fly == true ){
    if(GetAsyncKeyState(VK_SPACE) < 0 ){
    ConsolePush( "PlayerGravity 800" );
    }else{
    ConsolePush( "PlayerGravity -800" );
    }
    }else{
    ConsolePush( "PlayerGravity -800" );
    }[/php]

  3. #33
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    /Close request all here typing the same thing again and again i_i

  4. #34
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    No be queit none of these have worked for me. im still trying diffrent thing but its not working!

  5. #35
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Try mine.


    Code:
    if(GetAsyncKeyState(VK_INSERT)< 0){
    			ConsolePush("PlayerGravity 800");
    			Sleep(200);
    			ConsolePush("PlayerGravity -800");
    		}else{
    			ConsolePush("PlayerGravity -800");
    		}
    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

  6. #36
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Wow.. I dont understand on how ppl need help with hotkeys.. LoL

    Its self explanatory... if you use a TUT

  7. #37
    jdeezy313's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Braco22 View Post
    This is a controllable fly hack for your hotkey hack!

    Add it to your loop.
    Code:
    	if(GetAsyncKeyState(VK_SPACE)<0)
    		PushToConsole( "PlayerGravity 800" );
    	else
    		PushToConsole( "PlayerGravity -800" );
    were do you type it in in new and dont no much

  8. #38
    kingkuz00's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    544
    Reputation
    14
    Thanks
    58
    My Mood
    Mellow
    wow i can use this, thanks every1
    [COLOR="Magenta"]

    Purple IS Life.
    Quote Originally Posted by cokenmentos View Post
    If this works i will make love to you even if you refuse.

Page 3 of 3 FirstFirst 123

Similar Threads

  1. My source code for all my great hacks!!!
    By ilo66 in forum CrossFire Hacks & Cheats
    Replies: 32
    Last Post: 02-26-2010, 02:02 PM
  2. My source code for a Combat Arms hack!!
    By ilo66 in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 02-26-2010, 01:31 PM
  3. Source code for any d3d/memory hack
    By Ragehax in forum C++/C Programming
    Replies: 6
    Last Post: 10-01-2009, 09:10 PM
  4. give me .net(code) for warrock hacks
    By srinuv in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-02-2009, 10:23 AM
  5. Trading VIP Hacks And Retail M60 Code For LVL 16+ Warrock ACCT
    By xth0rx in forum Trade Accounts/Keys/Items
    Replies: 12
    Last Post: 06-29-2007, 02:51 PM