Thread: Working ptc?

Results 1 to 10 of 10
  1. #1
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed

    Working ptc?

    i know there's many posts around mpgh for a working ptc but i am not sure witch ones work and witch don't so could some please post a working ptc thanks.

  2. #2
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Why would I post working PTC
    Dont ban me

  3. #3
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Cause your nice, and you would love to help me =D

  4. #4
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Maybe you should not be a copypaster, and actually make your OWN hack. Get rid of them shitty bases, and make YOUR OWN HACK! We do NOT need another coryyster around here.
    Sammy told me to...

  5. #5
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by jonnyboy9985 View Post
    Maybe you should not be a copypaster, and actually make your OWN hack. Get rid of them shitty bases, and make YOUR OWN HACK! We do NOT need another coryyster around here.
    How, when he didnt got any C++ skills, just C+P.

    Thanks Cosmos


  6. #6
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Quote Originally Posted by jonnyboy9985 View Post
    Maybe you should not be a copypaster, and actually make your OWN hack. Get rid of them shitty bases, and make YOUR OWN HACK! We do NOT need another coryyster around here.
    lol, well yet you want me to make one from scratch i'd love to see you do this anyways thanks for the bumping your just getting this thread more attention.

    and this is the help section if you dont got nothing good or helpful to say dont post, attention whore

    Kong same goes for you and well anyone else if you got nothing to say please dont post, i didn't make this thread to feed all your post counts.

  7. #7
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by jonnyboy9985 View Post
    Maybe you should not be a copypaster, and actually make your OWN hack. Get rid of them shitty bases, and make YOUR OWN HACK! We do NOT need another coryyster around here.
    I WOULD LOVE TO SEE YOU DO THIS -.-



    Put this image in your signature if you support HTML5 development!

  8. #8
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    lol, i guess i should rename thread? all Starving posters rejoice!

  9. #9
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Code:
    typedef int (__cdecl* ptc_t)(char* cmd); 
    ptc_t Do = (ptc_t)0x485E10;
    Code:
    void Push( const char* cmd )
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485E10
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    Last edited by NOOB; 01-16-2011 at 03:27 PM.

  10. #10
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Quote Originally Posted by ᴺᴼᴼᴮ View Post
    Code:
    typedef int (__cdecl* ptc_t)(char* cmd); 
    ptc_t Do = (ptc_t)0x485E10;
    Code:
    void Push( const char* cmd )
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485E10
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    Thanks you! ᴺᴼᴼᴮ
    Last edited by Dead 4 Real; 01-16-2011 at 03:40 PM.