Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    namename41's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    171
    Reputation
    57
    Thanks
    153

    Requesting a ptc?

    This is a request can anyone please help me? I want to release my hack on mpgh again but i need a working unpatched ptc. I cant get one working and i cant find one. Could someone help me out? Please dont rage.

  2. #2
    BobDaBuilderFoo's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    1
    Noone is going to give you one I found this one not sure if it works.

    void WINAPIV PTC( const char* cmd )
    {
    _asm
    {
    PUSH cmd
    MOV EAX, 0x00485FA0
    CALL EAX
    ADD ESP, 0x4
    }
    }

  3. #3
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    That will not work its patched

  4. #4
    BobDaBuilderFoo's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    1
    Fuck..
    #tooshort

  5. #5
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t Comando = (RunConsoleCommand_t) 0x00485FA0; //Endereço do LTClientEXE

    Esse é antigo mais ainda funciona , fiz uns pequenos ajustes espero que funcione ai .

  6. #6
    BobDaBuilderFoo's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by luizimloko View Post
    typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t Comando = (RunConsoleCommand_t) 0x00485FA0; //Endereço do LTClientEXE

    Esse é antigo mais ainda funciona , fiz uns pequenos ajustes espero que funcione ai

    This is even more ancient works, I made some minor adjustments i hope it works. ? .
    Does this Work?

    ypedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t PushToConsole = (RunConsoleCommand_t) 0x377C8690; LTClientEXE;

  7. #7
    namename41's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    171
    Reputation
    57
    Thanks
    153
    No that doesnt work

  8. #8
    Nightmare's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    North of Hell
    Posts
    2,396
    Reputation
    149
    Thanks
    6,601
    My Mood
    Worried
    Code:
    void __cdecl PushIt( const char* cmd)
    {
    	void* Command = (void*) LTClient;
    	_asm
    	{
    		PUSH cmd;
    		NOP;
    		CALL Command 
    		NOP;
    		ADD ESP, 0x4;
    
    	}
    }
    @namename41 , That such...

  9. #9
    namename41's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    171
    Reputation
    57
    Thanks
    153
    Does it really work @_|Messi|_

  10. #10
    NSixx's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    244
    Reputation
    12
    Thanks
    246
    My Mood
    Amused
    Quote Originally Posted by _|Messi|_ View Post
    Code:
    void __cdecl PushIt( const char* cmd)
    {
    	void* Command = (void*) LTClient;
    	_asm
    	{
    		PUSH cmd;
    		NOP;
    		CALL Command 
    		NOP;
    		ADD ESP, 0x4;
    
    	}
    }
    @namename41 , That such...
    just a question
    ima have to put
    #define LTClient 0xwhatever is here

    so it can read the addie right?
    If we don't end war, war will end us.

  11. #11
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    Quote Originally Posted by NSixx View Post
    just a question
    ima have to put
    #define LTClient 0xwhatever is here

    so it can read the addie right?
    Yes that would be correct.
    Keep me motivated for my hack development!

  12. #12
    teehee15's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    329
    Reputation
    52
    Thanks
    109
    Quote Originally Posted by _|Messi|_ View Post
    Code:
    void __cdecl PushIt( const char* cmd)
    {
    	void* Command = (void*) LTClient;
    	_asm
    	{
    		PUSH cmd;
    		NOP;
    		CALL Command 
    		NOP;
    		ADD ESP, 0x4;
    
    	}
    }
    @namename41 , That such...
    sorry to burst your bubble... but that PTC is detected on CANA

  13. #13
    Itsbobodabuilder's Avatar
    Join Date
    Nov 2011
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by teehee15 View Post
    sorry to burst your bubble... but that PTC is detected on CANA
    Code:
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL 
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL 
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    return false;
    }
    void __cdecl PTC(char *szCommand) 
    { 
    	typedef int (__cdecl* RunConsoleCommand_t)(char* cmd);
    RunConsoleCommand_t PushToConsole = (RunConsoleCommand_t) 0x485FF0;
    }
    Is this?

  14. #14
    L80mans's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    155
    My Mood
    Blah
    Quote Originally Posted by Jeff View Post


    Yes that would be correct.
    trooooooooooooooolllllllllllllllllll

  15. #15
    Defcon 1's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    10
    Reputation
    1
    Thanks
    2
    OP IS A ****** CANDY-ASS ROODY-POO
    For all you that don't know
    namename14 = justiniscool5
    All he does is leech from here and takes it to this shitty website (which I have fucked over and deleted for him )
    So please do not help him in any way.
    That is all for now. Bai roody-poos


    Sharpie in pooper pls

  16. The Following User Says Thank You to Defcon 1 For This Useful Post:

    ac1d_buRn (11-26-2011)

Page 1 of 2 12 LastLast

Similar Threads

  1. [REQUEST]PTC and LTC PH
    By TheGamer321 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 10-11-2010, 03:52 AM
  2. [Request] LTClient And PTC Commands Please
    By ken53406 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 10-10-2010, 12:42 AM
  3. [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
  4. (Request) A Good list of PTC Commands
    By gcflames12 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 08-08-2010, 08:04 AM
  5. [Request]How do i make a ptc website.
    By trevor206 in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 03-17-2010, 02:51 PM