Thread: New PTC????

Results 1 to 7 of 7
  1. #1
    justiniscool5's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    idk
    Posts
    884
    Reputation
    -12
    Thanks
    182
    My Mood
    Bitchy

    New PTC????

    Hey can anyone help me and tell me the new PTC method cause pRunCouncelCommand or like that it doesnt work anymore for me. Can anyone help me and give me the new ptc method???? Or if anyone can update SeePlusPlus PTC and give me

  2. #2
    IcySeal's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    300
    Reputation
    34
    Thanks
    148
    My Mood
    Amused
    [Trolol]I agree somebody give this guy new PTC. He are obv entitled to get/have free update from those who know how do it.[/trolol]

  3. #3
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Hey justiniscool5 =p heres one

    Code:
    typedef int (__cdecl* ptc_t)(char* cmd); 
    ptc_t Do = (ptc_t)0x485E10;
    Code:
    void cBase::Push(const char* cmd)
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485E10
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    Credits to noob for this ptc

    and yea then simply post a hack like to

    Code:
    Push("NexonFails 1");

  4. #4
    justiniscool5's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    idk
    Posts
    884
    Reputation
    -12
    Thanks
    182
    My Mood
    Bitchy
    it's working right or is patched

  5. #5
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    it works for me so should work for you.

  6. #6
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    it migh idk still down so...

    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. #7
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by Dead 4 Real View Post
    Hey justiniscool5 =p heres one

    Code:
    typedef int (__cdecl* ptc_t)(char* cmd); 
    ptc_t Do = (ptc_t)0x485E10;
    Code:
    void cBase::Push(const char* cmd)
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485E10
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    Credits to noob for this ptc

    and yea then simply post a hack like to

    Code:
    Push("NexonFails 1");
    Those are two separate console command methods. You could use the first or second.

  8. The Following 2 Users Say Thank You to NOOB For This Useful Post:

    Dead 4 Real (01-21-2011),why06 (01-19-2011)