Results 1 to 5 of 5
  1. #1
    GoldWhite's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    46

    PTC comands don't working

    When i push hothey game crashes.Help please or give me working consule string.

  2. #2
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by GoldWhite View Post
    When i push hothey game crashes.Help please or give me working consule string.
    Post code or nobody can help.

    Oh no! Vortex is gay!

  3. #3
    Neutrino994's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    28
    Quote Originally Posted by GoldWhite View Post
    When i push hothey game crashes.Help please or give me working consule string.
    https://www.mpgh.net/forum/207-combat...s-changes.html
    This is the new way of doing them

  4. #4
    GoldWhite's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    46
    void __stdcall PushToConsole( const char* Command)
    {
    DWORD* Addr = ( DWORD* ) dwLTClientEXE;

    __asm
    {
    Pushad;
    Push Command
    call Addr
    add esp, 0x4
    Popad;
    }
    }

    and
    void __stdcall RunConsoleCmd( const char* command)
    {
    if(!rccAdr)
    rccAdr = dwLTClientEXE;

    typedef void(__cdecl*RunConsoleCommandFn)(const char*,int&);
    RunConsoleCommandFn RunConsoleCmd = (RunConsoleCommandFn)rccAdr;

    int v4;
    RunConsoleCmd(command,v4);
    }

  5. #5
    GoldWhite's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    46
    2 ways don't work

Similar Threads

  1. [Help Request] PTC comands don't working
    By GoldWhite in forum Combat Arms Coding Help & Discussion
    Replies: 20
    Last Post: 01-10-2013, 12:16 PM
  2. PTC comands working?
    By GoldWhite in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 16
    Last Post: 11-22-2012, 03:40 AM
  3. Why all hacks don't work for me
    By frits1 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 07-19-2008, 12:31 PM
  4. HACKS DON'T WORK!! after 23-05-07
    By jaspertjuhh in forum WarRock - International Hacks
    Replies: 19
    Last Post: 05-25-2007, 09:31 AM
  5. GPS and InstaSpawn Don't Work On CQC
    By sirbannedalot in forum WarRock - International Hacks
    Replies: 7
    Last Post: 04-13-2007, 06:32 AM