Thread: PTC Method?

Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic

    PTC Method?

    Does anyone got an updated PTC Method?

  2. #2
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    void __cdecl cBase::PushToConsole(const char* szCommand )
    {
    DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    if( dwCShell != NULL )
    {
    DWORD *LTClient = ( DWORD* )( 0x377E7810 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );//
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }

  3. The Following User Says Thank You to NOOBJr For This Useful Post:

    SpadeCA (09-27-2010)

  4. #3
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by Zane Slayman View Post
    void __cdecl cBase::PushToConsole(const char* szCommand )
    {
    DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    if( dwCShell != NULL )
    {
    DWORD *LTClient = ( DWORD* )( 0x377E7810 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );//
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    don't come crying and begging if it get's patched





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  5. #4
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic
    Yea i got a error
    heres what i got

    a little help

  6. #5
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    you are missing a } at the end
    that is the simplest error you could get





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  7. #6
    tahha's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    my keyboard or my bed
    Posts
    122
    Reputation
    9
    Thanks
    3
    Quote Originally Posted by GodHack2 View Post
    you are missing a } at the end
    that is the simplest error you could get
    i wouldnt have told him....
    but its a big duh question
    (BTW: My Name Is PowerHouse On Other Forums)

    Click this to get PowerHouse Private!

  8. #7
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Add a brace

    EDIT : nvm already answered by GodHack2

  9. #8
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by tahha View Post
    i wouldnt have told him....
    but its a big duh question
    I wouldnt have told him too :P

  10. The Following User Says Thank You to ac1d_buRn For This Useful Post:

    tahha (09-27-2010)

  11. #9
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic
    Srry for the noob question but i barely learned C++ yesterday(and that was was like a one page summary of it)
    WHERE???
    and if its right after the last brace
    i still get a fail message

  12. #10
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    Quote Originally Posted by SpadeCA View Post
    Srry for the noob question but i barely learned C++ yesterday(and that was was like a one page summary of it)
    WHERE???
    and if its right after the last brace
    i still get a fail message
    Under the bracket, not next to it. That summary really sucked, read a real book and have patience
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



  13. #11
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic
    Quote Originally Posted by Amatowarrior View Post
    Under the bracket, not next to it. That summary really sucked, read a real book and have patience
    That where i added it like this right


    Everyone Left
    Last edited by SpadeCA; 09-27-2010 at 07:37 PM.

  14. #12
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Correct Cookies for you! *
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  15. #13
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic
    still doesnt work
    just tested and the hack wont turn on

  16. #14
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Im not going to hold your hand.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  17. #15
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic
    Quote Originally Posted by whatup777 View Post
    Im not going to hold your hand.
    Didnt ask you to
    dont want to help me then dont

Page 1 of 3 123 LastLast

Similar Threads

  1. I believe the PTC method was patched
    By mistertex in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 19
    Last Post: 09-20-2010, 06:23 PM
  2. PTC Method
    By DBag4Life69 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 09-12-2010, 06:34 PM
  3. PTC Method
    By Crash in forum Combat Arms EU Hack Coding/Source Code
    Replies: 4
    Last Post: 08-21-2010, 12:32 AM
  4. ptc method
    By HaX4LiFe! in forum Combat Arms EU Hack Coding/Source Code
    Replies: 23
    Last Post: 08-20-2010, 07:27 AM
  5. PTC Methods?
    By ~Liberty~ in forum Combat Arms EU Help
    Replies: 3
    Last Post: 07-26-2010, 09:41 AM