Thread: Working PTC

Results 1 to 13 of 13
  1. #1
    the grim reaper's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Ca Na Section
    Posts
    166
    Reputation
    19
    Thanks
    48
    My Mood
    Amazed

    Question Working PTC

    hey guys i need a working ptc cause all the ones i have tryed wont work like the hacks wont work this is the currernt PTC i have atm

    Code:
    void Push( const char* cmd )
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485F60
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    can some one tell me what im doing wrong

    or give me a new ptc method

    Thanks
    Respect List:
    [MPGH]Dave84311
    freedompeace
    _FK127_
    Reimy
    Speedforyou
    wolffang0000



    If i helped at all please press the thanks button

  2. #2
    S0aD's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    2,247
    Reputation
    5
    Thanks
    590
    Make ur PTC!!!

  3. #3
    _|Alessandro10|_'s Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    90
    Reputation
    14
    Thanks
    45
    Code:
    void __cdecl FuckYouNoob(char* szVal)
    {
    	void* vSetVar = (void*)0x485F60;
    	_asm
    	{
    		push szVal
    		call vSetVar
    		add esp, 4
    	}
    }
    Code:
    FuckYouNoob("ShowFps 1");

  4. #4
    the grim reaper's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Ca Na Section
    Posts
    166
    Reputation
    19
    Thanks
    48
    My Mood
    Amazed
    very mature

    maybe you guys should get layed some time
    Respect List:
    [MPGH]Dave84311
    freedompeace
    _FK127_
    Reimy
    Speedforyou
    wolffang0000



    If i helped at all please press the thanks button

  5. The Following User Says Thank You to the grim reaper For This Useful Post:

    asdj3h93984h32hndnansd (05-18-2011)

  6. #5
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    0.o LOL well... XD are you sure its PTC?

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

  7. #6
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Quote Originally Posted by speedforyou View Post
    0.o LOL well... XD are you sure its PTC?
    It's a imature PTC. Not 100% sure its working after patch though.

  8. #7
    S0aD's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    2,247
    Reputation
    5
    Thanks
    590
    Code:
    VOID WINAPIV NoobsFromHell(CHAR * CmdForGays){
    
    	INT YourMomIsMine = LTClient;
    
    	_asm {
    
    		Push CmdForGays
    		Call YourMomIsMine
    		Add Esp, 4
    }
    }

  9. #8
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Quote Originally Posted by S0aD View Post
    Code:
    VOID WINAPIV NoobsFromHell(CHAR * CmdForGays){
    
    	INT YourMomIsMine = LTClient;
    
    	_asm {
    
    		Push CmdForGays
    		Call YourMomIsMine
    		Add Esp, 4
    }
    }
    Not much different from _|Alessandro10|_ 's, though, you didn't include the actual ltclient.

  10. #9
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Code:
    Function JustBarely(Const szFingerInButtHole: String): Boolean;
    var 
     dwForHelp: Dword;
    begin
    
     dwForHelp:= $PtcAddress
    
     If dwForHelp <> Nil then
      Result:= True
     Else
      Result:= False;
    
     asm
      Push szFingerInButtHole
      Call dwForHelp
      Add esp, (5-1)
    end;
    End;
    Code:
    JustBarely('PTC Command');
    Last edited by Departure; 05-18-2011 at 11:38 PM.

  11. #10
    _|Alessandro10|_'s Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    90
    Reputation
    14
    Thanks
    45
    Quote Originally Posted by Departure View Post
    Code:
    Function JustBarely(Const szDrugs: String): Boolean;
    var 
     MyName: Dword;
    begin
     MyName:= $PtcAddress
     Result:= False;
     
     asm
      Push szDrugs
      Call MyName
      Add esp, (5-1)
    end;
    End;
    Code:
    JustBarely('PTC Command');
    JustBarely is JustinBieber ?

  12. #11
    ++PashaAmd++'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    229
    Reputation
    11
    Thanks
    37
    Quote Originally Posted by _|Alessandro10|_ View Post
    JustBarely is JustinBieber ?
    /fp .

  13. #12
    the grim reaper's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Ca Na Section
    Posts
    166
    Reputation
    19
    Thanks
    48
    My Mood
    Amazed
    go get layed some time guys ??
    Respect List:
    [MPGH]Dave84311
    freedompeace
    _FK127_
    Reimy
    Speedforyou
    wolffang0000



    If i helped at all please press the thanks button

  14. #13
    poplm2's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    23
    Reputation
    -1
    Thanks
    6
    My Mood
    Yeehaw
    or we could use the search button and search for a TUT on how to make our own... C+p'er /: D