Thread: PTC Method?

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    remove the cBase::
    next time read the error and try to solve it b4 posting it





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  2. #17
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic
    You Know what
    ive tryed and this piece of shit thing is getting on my nerves so
    im done with it(it not finished but im fucking sick of it)
    This piece of trash all you people call hacks

  3. #18
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    lol you just don't want to give credits :P





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  4. #19
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    You know thats the way i feel some times but youll get used to it just try harder and read your book more im like 75% in my book im about to learn d3d soon after i finish it. =)

    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;
    }
    }
    [php]
    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;
    }
    }[/php]
    Ill Show You The Errors and whats rong with this method.
    [php]
    void __cdecl PushToConsole( const char* szCommand )
    {
    DWORD *LTClient = ( DWORD* )( 0x377E7810 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }[/php]
    This is the correct function the guy just wanted you to get errors and figure it out yourself thats all.
    Last edited by eXaLtIc™; 09-28-2010 at 01:47 AM.

  5. #20
    AVGN's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Kekistan
    Posts
    15,566
    Reputation
    1817
    Thanks
    6,678
    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
    You learned c++ in one day? wow, you are one epic dude




  6. #21
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    Quote Originally Posted by AVGN View Post


    You learned c++ in one day? wow, you are one epic dude
    No he just started reading the C++ book he got on one day der.

  7. #22
    AVGN's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Kekistan
    Posts
    15,566
    Reputation
    1817
    Thanks
    6,678
    Quote Originally Posted by eXaLtIc™ View Post
    No he just started reading the C++ book he got on one day der.
    i was being facetious der.




  8. #23
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    [php]void __cdecl Base::PushToConsole( const char* szCommand)
    {

    void* CONoff = ( void* ) dwPTCAddress;

    if(!CONoff)
    return;

    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }[/php]

    anti crash is better as a dumb file xD

  9. #24
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic
    My visual basic is being dumb and not building the dll
    Ill try it later

  10. #25
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    LOL IT'S C++.. You dont' make hacks with Visual Basics
    No I do not make game hacks anymore, please stop asking.

  11. #26
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic
    Visual C++ 2008 Express is the program name
    i call it Visual Basic

  12. #27
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    You cant call a function from a non-existent class. Either remove the class or create it, those are you're 2 choices.

    Read your errors, don't expect us to spoonfeed you, most errors show at what line the error occur. EG filename.cpp(86) that means there is an error on line 86 of filename.cpp, Read the error than check out you're line. I recommend you spend more time learning C++.

  13. #28
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    I make my hack's with notepad.

  14. #29
    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 wassup40 View Post
    I make my hack's with notepad.
    Thats why you fail even harder.
    Get Visual C++. iitz the best.

  15. #30
    SpadeCA's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    7
    Thanks
    22
    My Mood
    Psychedelic
    fixed the PTC(well im not getting any errors)
    Now i think my commands are off because the hacks arent working still

Page 2 of 3 FirstFirst 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