Thread: Public PTC

Results 1 to 9 of 9
  1. #1
    cubanelite's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    192.168.1.1
    Posts
    138
    Reputation
    81
    Thanks
    113
    My Mood
    Hungover

    Public PTC

    Here's the PTC I used before I quit coding ca hacks... I believe it is still working.

    Code:
    #define consoleunwrapped = 0x486010;
    
    void __cdecl push( const char* cCommand)
    {
    	void* address = ( void* ) consoleunwrapped;
    
    	__asm
    	{
    		Push cCommand
    		call address
    		add esp, 0x4
    	}
    }
    Good luck, and have fun.

  2. #2
    CookieMonster™'s Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Engine.exe
    Posts
    263
    Reputation
    31
    Thanks
    137
    My Mood
    Yeehaw
    Uses consoleunwrapped.
    You need to #define CONSOLEUNWRAPPED (Address)
    for it to work.

  3. #3
    cubanelite's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    192.168.1.1
    Posts
    138
    Reputation
    81
    Thanks
    113
    My Mood
    Hungover
    Quote Originally Posted by CookieMonster™ View Post
    Uses consoleunwrapped.
    You need to #define CONSOLEUNWRAPPED (Address)
    for it to work.
    The define is obviously inside of the code tags?... Look before you post. Thanks :3

  4. #4
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,589
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Won't work. If it does, it will crash.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  5. #5
    Reflex-'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    192.168.1.01
    Posts
    6,625
    Reputation
    584
    Thanks
    2,267
    My Mood
    Dead
    I'm gonna test this in a Few Minutes.

  6. #6
    cubanelite's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    192.168.1.1
    Posts
    138
    Reputation
    81
    Thanks
    113
    My Mood
    Hungover
    Quote Originally Posted by comando2056 View Post
    Won't work. If it does, it will crash.
    works perfectly fine for me... I just tested it. thanks?

  7. #7
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    i was scared for a moment that it was the same as mine ... went n checked... thank god XD

    commando: You're probably the best non-coder coder I know LOL


  8. #8
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,589
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by cubanelite View Post
    works perfectly fine for me... I just tested it. thanks?
    Play two whole games. Thanks.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  9. #9
    wraithkilla's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    905
    My Mood
    Busy
    lol why always a new PTc ? i dont understand lol...

    just call it from class directly...

    im using the same 2 liner ptc without any asm for about 6 months now lol

Similar Threads

  1. Opening MPGH Publicly
    By Dave84311 in forum News & Announcements
    Replies: 9
    Last Post: 02-28-2008, 07:38 PM
  2. SCHOOl's PUblic FOLDERS
    By Gourav2122 in forum Suggestions, Requests & General Help
    Replies: 7
    Last Post: 12-10-2006, 09:33 PM
  3. bf2 PUBLIC hack
    By kapocris in forum Hack Requests
    Replies: 6
    Last Post: 10-14-2006, 08:37 PM
  4. Opening the forum to PUBLIC?
    By arunforce in forum Suggestions, Requests & General Help
    Replies: 35
    Last Post: 07-10-2006, 12:31 PM
  5. WertyRO Public Runnable's [02-06-06]
    By WertyRO in forum Gunz Hacks
    Replies: 16
    Last Post: 02-22-2006, 06:21 AM