Conversation Between _Fk127_ and teehee15

3 Visitor Messages

  1. umm then do u now where i can get a base??
  2. All that you have is two functions, neither of which are ever called. That base would never do anything.
  3. hey i created my first hack and i think it would work... but my base (hotkey) is only for windows xp... can i get something to fix that?
    BASE:
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    return false;
    }
    VOID ConsolePush(CONST CHAR *Command)
    {


    __asm {

    PUSHAD;
    NOP;
    MOV EAX, LTClientEXE;
    WAIT;
    MOV EBX, LTClientEXE;
    WAIT;
    NOP;
    CMP EAX, EBX;
    NOP;
    add eax, 4
    JZ Hello;
    NOP;
    Hello:
    NOP;
    PUSH Command;
    NOP;
    MOV EAX, LTClientEXE;
    NOP;
    CALL EAX;
    NOP;
    ADD ESP, 0x4;
    NOP;
    sub EDI, 0x5;
    sub esi, 0x1;
    POPAD;
    }
    can u help?
    (i ran outta pms when talking to the person i learned hacking from)
Showing Visitor Messages 1 to 3 of 3