Thread: My PTC Method!

Page 1 of 5 123 ... LastLast
Results 1 to 15 of 72
  1. #1
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85

    My PTC Method!

    Hey everyone! I made this PTC Method, so credits to me!

    NOTICE: THIS IS "NOOB-PROOF", SO DON'T JUST COPY AND PASTE RIGHT AWAY!

    [php]void __cdecl CPush(char *Command, char *Value)
    {
    char *PCommand = new char[256]; //Define PCommand
    sprintf(PCommand, "%s %s", Command, Value); //Define PCommand as "Command(Space)Value"
    DWORD LTC = 0x485E10; //Define the LTC (Gordon's LTC)
    void *Control = (void*)LTC; //Define Control method as the LTC
    __asm //Start of ASM code
    {
    push PComand;
    call Control;
    add esp, 4;
    }
    }

    CPush("ShowFPS", "1");[/php]

    Remember because this is using Gordon's LTC you will need to put your "CPush" inside a void that is hooked like Renderframe.

    As you can see there is an error.
    Hint: After you fix this error there is another problem that will not show up as a warning or error.
    Last edited by seeplusplus; 12-28-2010 at 03:16 PM.
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  2. The Following 7 Users Say Thank You to seeplusplus For This Useful Post:

    Alessandro10 (12-28-2010),DannyIzHere (12-28-2010),flameswor10 (12-28-2010),J (12-28-2010),joered (12-30-2010),moo9801 (12-28-2010),Turbulence (03-22-2011)

  3. #2
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    Hey SeePlusPlus, I'm starting C++, because i know C# VB2010 and JAVA.
    How do you guys find mem addresses? is there a specific program or what? i know how to do it; i've done it with other programs like cheat engine, etc. but CA blocks that.

    Thanks in advance
    Moo9801

  4. #3
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Nice work there
    No I do not make game hacks anymore, please stop asking.

  5. #4
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by moo9801 View Post
    Hey SeePlusPlus, I'm starting C++, because i know C# VB2010 and JAVA.
    How do you guys find mem addresses? is there a specific program or what? i know how to do it; i've done it with other programs like cheat engine, etc. but CA blocks that.

    Thanks in advance
    Moo9801
    Just Use MHS or Make / Use Address Logger

  6. #5
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by seeplusplus View Post
    Hey everyone! I made this PTC Method, so credits to me!

    NOTICE: THIS IS "NOOB-PROOF", SO DON'T JUST COPY AND PASTE RIGHT AWAY!

    [PHP]void __cdecl CPush(char Command, char Value)
    {
    char *PCommand = new char[256]; //Define PCommand
    sprintf(PCommand, "%s %s", Command, Value); //Define PCommand as "Command(Space)Value"
    DWORD LTC = 0x485E10; //Define the LTC (Gordon's LTC)
    void *Control = (void*)LTC; //Define Control method as the LTC
    __asm //Start of ASM code
    {
    push PComand;
    call Control;
    add esp, 4;
    }
    }

    CPush("ShowFPS", "1");[/PHP]

    Remember because this is using Gordon's LTC you will need to put your "CPush" inside a void that is hooked like Renderframe.

    As you can see there is an error.
    Hint: After you fix this error there is another problem that will not show up as a warning or error.
    Why would this work and gordons dont?

  7. #6
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Quote Originally Posted by Mr.Magicman View Post


    Why would this work and gordons dont?
    Does Gordon's work for you?
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  8. #7
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by Mr.Magicman View Post


    Why would this work and gordons dont?
    push PComand;
    call Control;
    add esp, 4;



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

  9. #8
    Reimy's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    178
    Reputation
    28
    Thanks
    704
    My Mood
    Sleepy
    Nice Job...


    ---------------------------------------------
    ---------------------------------------------

    Quote Originally Posted by ihackyoufack View Post
    reimys hack looks epic and has epic features
    NOBODY SHALL DEFEAT REIMY!!!
    exept chocolate but chocoleate hacks in real life :O


  10. #9
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by seeplusplus View Post
    Does Gordon's work for you?
    If you Do it right yes...

  11. #10
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Quote Originally Posted by Reimy View Post
    Nice Job...
    Thank you...
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  12. #11
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by _Fk127_ View Post
    push PComand;
    call Control;
    add esp, 4;
    Understand code and then you'll know why you dont do that with engine ltc

  13. #12
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Uhmmm good job i guess.

  14. The Following User Says Thank You to Fabolous For This Useful Post:

    seeplusplus (12-28-2010)

  15. #13
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by Mr.Magicman View Post


    Understand code and then you'll know why you dont do that with engine ltc
    lol it works for me too in my method so fmm



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

  16. #14
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    I release something like this already but i used Float

    I am not using any of this in my PTC method (still needs to be tested but I am getting there)
    Last edited by topblast; 12-28-2010 at 02:23 PM.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  17. #15
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Nice Job SeePlusPlus, now that this was released wont be long till it gets patched!

Page 1 of 5 123 ... LastLast