Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    1on1's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    68
    Reputation
    14
    Thanks
    9
    so is the hot key hack doesnt work can you guys teach em how to make a menu hack?

  2. #17
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Bro download either of nubzgetkillz bases and they both are easy to use.



    Put this image in your signature if you support HTML5 development!

  3. #18
    Krschy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Than make a PushTOConsole App..

    Define PushToConsole:

    Code:
    //NOW COPY HERE
    
    void __cdecl PushToConsole( const char* szCommand )
    {
    DWORD AURICHAX = ( DWORD )( 0x3776FCC8 );
    void* CONoff = ( void* )*( DWORD* )( AURICHAX + 0x208 );
    
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    Code:
    //AND THE NXCHAMS HERE
    
    int NxChams = 0;
    if(Hack1)
    {
    PushToConsole("SkelModelStencil","1" );
    NxChams = 1;
    }else{
    PushToConsole("SkelModelStencil","0" );
    NxChams = 0;
    } 
    
    //END

    If(hack1) is a code from my Menühack.. You must write ..void and getasynckeystate


    Thx pls^^!

  4. #19
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Krschy View Post
    Than make a PushTOConsole App..

    Define PushToConsole:

    Code:
    //NOW COPY HERE
    
    void __cdecl PushToConsole( const char* szCommand )
    {
    DWORD AURICHAX = ( DWORD )( 0x3776FCC8 );
    void* CONoff = ( void* )*( DWORD* )( AURICHAX + 0x208 );
    
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    Code:
    //AND THE NXCHAMS HERE
    
    int NxChams = 0;
    if(Hack1)
    {
    PushToConsole("SkelModelStencil","1" );
    NxChams = 1;
    }else{
    PushToConsole("SkelModelStencil","0" );
    NxChams = 0;
    } 
    
    //END

    If(hack1) is a code from my Menühack.. You must write ..void and getasynckeystate


    Thx pls^^!
    Dont talk shit! That Ptc Method is patched. Damned. And it means menu not menü -.-

    Thanks Cosmos


Page 2 of 2 FirstFirst 12