Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    coryster2100's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    394
    Reputation
    13
    Thanks
    1,175
    Quote Originally Posted by Tyrannus View Post
    I CAN GO ALL DAY NIG.
    YOUR A FAG NIG.

    /Nuff Said

  2. #17
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by coryster2100 View Post
    YOUR A FAG NIG.

    /Nuff Said
    LOL your gay,
    He is pro as

  3. #18
    coryster2100's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    394
    Reputation
    13
    Thanks
    1,175
    Quote Originally Posted by ac1d_buRn View Post


    LOL your gay,
    He is pro as
    Lol i was JKing

  4. #19
    Shimmy-'s Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    62
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by tahha View Post
    i have a completly working but different way
    add the vars
    Code:
    int speeda = 70;
    int speedb = 285;
    int speedc = 285;
    int speedd = 285;
    and this is the hotkey part
    Code:
    //speed
    //Left{-1}/Right{+1}/end{Default}
    char speeder[255];
    if(GetAsyncKeyState(VK_END)<0){
    	speeda = 70;
    	speedb = 285;
    	speedc = 285;
    	speedd = 285;
    }
    
    if(GetAsyncKeyState(VK_LEFT)<0){
    	speeda = speeda - 50;
    	speedb = speedb - 50;
    	speedc = speedc - 50;
    	speedd = speedd - 50;
    }
    
    if(GetAsyncKeyState(VK_RIGHT)<0){
    	speeda = speeda + 50;
    	speedb = speedb + 50;
    	speedc = speedc + 50;
    	speedd = speedd + 50;
    }
    
    sprintf(speeder,"WalkVel %d",speeda);
    PTC(speeder);
    
    sprintf(speeder,"FRunVel %d",speedb);
    PTC(speeder);
    
    sprintf(speeder,"BRunVel %d",speedc);
    PTC(speeder);
    
    sprintf(speeder,"SRunVel %d",speedd);
    PTC(speeder);
    
    Sleep(50);
    works perfect for what ur after i think

    im not sure about the held down part tho
    i never tried holding down my hotkeys

    but its worth a shot


    i also have this for virtual jump if you want that
    but if i find out u use my code with out credits i will hurt ur computer jk
    but for reals give credits if u use
    Simple but awesome.

  5. #20
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Code:
    			char* pushCmd;
               pushCmd=("PTC HERE NOW");
                PushToConsole( pushCmd );
                if( GetAsyncKeyState( VK_SHIFT ) < 0 ){
                pushCmd=("PTC HERE NOW");
                PushToConsole( pushCmd );
             }else{
                pushCmd=("PTC HERE NOW");
                PushToConsole( pushCmd );
    			}
    		}

    Remember to bool it /yea

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [HELP] Tapper Hotkeys
    By Jàzzà_ in forum Visual Basic Programming
    Replies: 1
    Last Post: 10-30-2009, 05:32 PM
  2. Mass help with Hotkeys Warrock
    By araz in forum Visual Basic Programming
    Replies: 3
    Last Post: 03-23-2008, 08:04 PM
  3. [Help] Mouse Hotkeys
    By ilovepie21 in forum Visual Basic Programming
    Replies: 1
    Last Post: 03-09-2008, 06:22 AM
  4. [HELP] VB6 Hotkey for Zoom not working
    By SteeL in forum WarRock - International Hacks
    Replies: 13
    Last Post: 11-10-2007, 03:06 AM
  5. [Help]With Hotkeys..
    By dor619 in forum Visual Basic Programming
    Replies: 2
    Last Post: 10-14-2007, 12:03 PM