Results 1 to 15 of 61

Threaded View

  1. #1
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed

    !CN's ConsolePush

    Well this is the method I been using for PushToConsole for awhile!

    The Current *cough* lets see if I can get away with this!....

    NA CN Address : 0x007d9200

    EU CN Address : 0x007d9200

    [php]void ConsolePush(const char* Command) {
    DWORD CNADDIE = 0x007d9200;
    void* Send = ( void* )*( DWORD* )(CNADDIE);
    __asm
    {
    /* CREDITS TO CN */
    push Command;
    call Send;
    add esp, -3-1+2+6;
    }
    }[/php]

    Note : Tyrannus pointed out this is leached from Alternitive Console, but just to assure everyone its not this code is slightly different. Also I tried using my CN addie with Alternitive, and I got D/c.
    Last edited by CoderNever; 07-19-2010 at 01:44 AM.

  2. The Following 3 Users Say Thank You to CoderNever For This Useful Post:

    markoj (07-19-2010),Polo™ (07-19-2010),ppl2pass (07-19-2010)

Similar Threads

  1. CN!'s ConsolePush
    By CoderNever in forum Combat Arms EU Hack Coding/Source Code
    Replies: 31
    Last Post: 07-30-2010, 05:51 AM