Thread: ptc method

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    Killahr's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Germany
    Posts
    164
    Reputation
    10
    Thanks
    43
    My Mood
    Yeehaw
    Quote Originally Posted by techial2 View Post


    Yes but simply just add some functions and it works
    Thats what i did.
    Edit:Who can be my 100th thanker? xD
    thank you
    Press thanks when I helped













    ↓↓↓↓

  2. #17
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Well...
    I just Mixed a bit now i got my Own Base working...
    So...
    I am using the Alternative LTC Method not the Auto Updater...
    Just Mix a bit at the void __cdecl PushToConsole part...

    Thanks Cosmos


  3. #18
    schim's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My chair
    Posts
    367
    Reputation
    10
    Thanks
    114
    My Mood
    Twisted
    I don't have any problems with my base...

    Maybe try something different

  4. #19
    Drake's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Belgium,Oost-Vlaanderen
    Posts
    12,680
    Reputation
    1801
    Thanks
    4,929
    Quote Originally Posted by Cristyboy View Post
    i have to disagree ... if nexon is doing a good job, why dont they put the xyz to their servers? ...
    the servers already lagg enough .

  5. #20
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Try this and you get ok xD


    void __cdecl PTC( const char* szCommand ){
    DWORD *Ltclient = ( DWORD* )( LtClient );
    void* CONoff = ( void* )*( DWORD* )( *Ltclient + 0x208 );
    __asm{
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }

    and in the thread

    DWORD CShell = (DWORD)GetModuleHandle("CShell.dll");
    DWORD LtClient = FindPattern(CShell, 0x8eb000, (PBYTE)"\xF8\x8F\x7D\x00\xD8\x05\x00\x00\x00\x00\x 68\x00\x00\x00\x00\x37", "xxxxxx????x????x");

    and will get work

    Sry 4 bad english xD

  6. #21
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    Quote Originally Posted by coogle007 View Post
    Try this and you get ok xD


    void __cdecl PTC( const char* szCommand ){
    DWORD *Ltclient = ( DWORD* )( LtClient );
    void* CONoff = ( void* )*( DWORD* )( *Ltclient + 0x208 );
    __asm{
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }

    and in the thread

    DWORD CShell = (DWORD)GetModuleHandle("CShell.dll");
    DWORD LtClient = FindPattern(CShell, 0x8eb000, (PBYTE)"\xF8\x8F\x7D\x00\xD8\x05\x00\x00\x00\x00\x 68\x00\x00\x00\x00\x37", "xxxxxx????x????x");

    and will get work

    Sry 4 bad english xD
    u need the findpattern function? :P

  7. #22
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Yes use google xD

  8. #23
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    damn... i searched in the whole google xD haven't find it .-.

  9. #24
    117185's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    1
    Ive got my Base + PTC working! ;-)
    I had some probs first 2 but i packed it with UPX.
    And now its working fine! ;-)

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Request] Latest addys + PTC Method
    By flameswor10 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 09-29-2010, 07:28 PM
  2. 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
  3. PTC Method
    By DBag4Life69 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 09-12-2010, 06:34 PM
  4. PTC Method
    By Crash in forum Combat Arms EU Hack Coding/Source Code
    Replies: 4
    Last Post: 08-21-2010, 12:32 AM
  5. PTC Methods?
    By ~Liberty~ in forum Combat Arms EU Help
    Replies: 3
    Last Post: 07-26-2010, 09:41 AM