Results 1 to 5 of 5
  1. #1
    BloodOwner's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    132
    Reputation
    -1
    Thanks
    6
    My Mood
    Angry

    How to get PTC Commands!

    A Console Command Should look like this:

    push "cursor Center 1"
    call edx
    "Cursor Centrer" should be almost there.

    Than you need to get Edx.And you need to get the pointer.
    MOV EAX, DWORD PTR DS: [POINTER]//Pointer
    MOV EDX, DWORD PTR DS: [EAX + OFFSET]//Offset
    push "cursor Center 1"
    call edx
    And here some PTC Commands:
    id PushToConsole( char *Command )
    {
    //getmodulehandle(cshell.dll);
    DWORD *Pntr = (DWORD*)(cshell.dll + 0xAddress);
    void *Caller = *(DWORD*)(Pntr + 0xOffset);

    __asm
    {
    push Command;
    call Caller;
    add esp, 4;
    }
    }

  2. #2
    infidel_'s Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    blah
    Posts
    184
    Reputation
    10
    Thanks
    138
    My Mood
    Twisted
    I had this problem while attaching the dumped cshell.dll to olly.
    Link: https://www.mpgh.net/forum/242-crossf...ml#post2628847

    However, I also found this using IDA Pro.
    Code:
    .text:102610EF                 align 10h
    .text:102610F0 aUnlimitedammo  db 'UnlimitedAmmo',0
    .text:102610FE                 align 10h
    .text:10261100 aAmmodamage     db 'AmmoDamage',0

  3. #3
    mrkiller2010's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    In CrossFire
    Posts
    724
    Reputation
    12
    Thanks
    311
    My Mood
    Yeehaw
    hmm doesnt work lol xD

  4. #4
    BloodOwner's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    132
    Reputation
    -1
    Thanks
    6
    My Mood
    Angry
    Quote Originally Posted by mrkiller2010 View Post
    hmm doesnt work lol xD
    You need to know how to make it work /

  5. #5
    mrkiller2010's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    In CrossFire
    Posts
    724
    Reputation
    12
    Thanks
    311
    My Mood
    Yeehaw
    Quote Originally Posted by BloodOwner View Post


    You need to know how to make it work /
    i know how to code but i try and dint work /

Similar Threads

  1. How to use PTC commands?
    By yovel55 in forum Combat Arms EU Help
    Replies: 0
    Last Post: 06-14-2011, 08:50 AM
  2. [Help] [SOLVED] How to get ptc commands?
    By kepyasnamalaki234 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 11-10-2010, 07:16 AM
  3. Get Original Values of PTC Commands
    By ppl2pass in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 07-15-2010, 02:45 AM
  4. Does any one know how to get these 2
    By AdamWest in forum WarRock - International Hacks
    Replies: 19
    Last Post: 06-29-2006, 11:00 AM
  5. How to get Perl
    By shercipher in forum Programming
    Replies: 2
    Last Post: 01-02-2006, 11:28 PM