Thread: PTC??

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127

    PTC??

    so what exactly does PushToConsole do?

  2. The Following User Says Thank You to kibbles18 For This Useful Post:

    -0x00 (08-31-2010)

  3. #2
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    omg i literally logged in just for this
    because you know how you see all of these leechers trying to act badass with there hacks and no one responded to this(the ones that are leechers not all are) becuase they dont know anyway

    its using inline asm to send a string to a function(this is the conolse) and it applies it to game
    in other words its like having the console in MW2 just you cant see it

  4. The Following User Says Thank You to TheFallenOwns For This Useful Post:

    -0x00 (08-31-2010)

  5. #3
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by TheFallenOwns View Post
    omg i literally logged in just for this
    Lmao, I just didn't even bother to answer /
    Dont ban me

  6. The Following User Says Thank You to markoj For This Useful Post:

    -0x00 (08-31-2010)

  7. #4
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by markoj View Post
    Lmao, I just didn't even bother to answer /
    i know that was pointed toward the leechers not the coders

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

    -0x00 (08-31-2010),markoj (08-28-2010)

  9. #5
    UKnownError's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ERROR
    Posts
    280
    Reputation
    27
    Thanks
    32
    My Mood
    Breezy
    its a hack like
    this->pushtoconsol ("Blablabla") 1;
    else
    this->pushtoconsol ("Blablabla") 2;

  10. The Following User Says Thank You to UKnownError For This Useful Post:

    -0x00 (08-31-2010)

  11. #6
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by UKnownError View Post
    its a hack like
    this->pushtoconsol ("Blablabla") 1;
    else
    this->pushtoconsol ("Blablabla") 2;
    fail<to short>

  12. The Following User Says Thank You to TheFallenOwns For This Useful Post:

    -0x00 (08-31-2010)

  13. #7
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    What the fuck you did respond so therefore "I didn't bother to respond" makes no sense. All he wants to know is how it works so why you guys being assholes. PushToConsole uses ASM to "Push" the command to the engine. You can look at it as a method to use to call voids on combat arms. If you do not know anything about voids or how they work this would be a example.

    Code:
    void Chams() {
    Show-A-Message-Box("LOL");
    }
    This is not correct C++ nor how it works, but it can give you a general idea of whats going on. So if we used the above code we would do..

    Code:
    PushToConsole("Chams");
    Which would show a messagebox of course if the functions were declared. Again all of these codes are incorrect its just my method I used to help explain it. Hopefully you some what get it now.

  14. The Following 2 Users Say Thank You to CoderNever For This Useful Post:

    -0x00 (08-31-2010),kibbles18 (08-29-2010)

  15. #8
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by UKnownError View Post
    its a hack like
    this->pushtoconsol ("Blablabla") 1;
    else
    this->pushtoconsol ("Blablabla") 2;
    its not a hack, and this pointers aren't even required in that code /
    Last edited by markoj; 08-29-2010 at 03:12 AM.
    Dont ban me

  16. The Following 2 Users Say Thank You to markoj For This Useful Post:

    -0x00 (08-31-2010),TheFallenOwns (08-28-2010)

  17. #9
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by CoderNever View Post
    What the fuck you did respond so therefore "I didn't bother to respond" makes no sense. All he wants to know is how it works so why you guys being assholes. PushToConsole uses ASM to "Push" the command to the engine. You can look at it as a method to use to call voids on combat arms. If you do not know anything about voids or how they work this would be a example.

    Code:
    void Chams() {
    Show-A-Message-Box("LOL");
    }
    This is not correct C++ nor how it works, but it can give you a general idea of whats going on. So if we used the above code we would do..

    Code:
    PushToConsole("Chams");
    Which would show a messagebox of course if the functions were declared. Again all of these codes are incorrect its just my method I used to help explain it. Hopefully you some what get it now.
    erm i wasnt being an ass to anyone care to re-read my post? except for the last guy

  18. The Following User Says Thank You to TheFallenOwns For This Useful Post:

    -0x00 (08-31-2010)

  19. #10
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    1. thank you codernever for the help and explanation
    2. does this work for all games?
    3. what does the number after the qoutation marks mean in the pushtoconsole function
    4. Is this the only method to make some hacks? i feel like its cheating...
    Last edited by kibbles18; 08-29-2010 at 02:49 AM.

  20. The Following User Says Thank You to kibbles18 For This Useful Post:

    -0x00 (08-31-2010)

  21. #11
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by kibbles18 View Post
    1. thank you codernever for the help and explanation
    2. does this work for all games?
    3. what does the number after the qoutation marks mean in the pushtoconsole function
    4. Is this the only method to make some hacks? i feel like its cheating...
    no infact i dont even consider this real hacking unless you were the one to find it (gellin)

  22. The Following User Says Thank You to TheFallenOwns For This Useful Post:

    -0x00 (08-31-2010)

  23. #12
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    it would be appreciated if those who replied to my questions gave me answers. THeFallenOwns i am asking you to stop these meaningless replies on my thread. thank you
    Last edited by kibbles18; 08-29-2010 at 03:56 AM.

  24. The Following User Says Thank You to kibbles18 For This Useful Post:

    -0x00 (08-31-2010)

  25. #13
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    Quote Originally Posted by kibbles18 View Post
    it would be appreciated if those who replied to my questions gave me answers. THeFallenOwns i am asking you to stop these meaningless replies on my thread. thank you
    are you fucking serious?
    i told you exactly how PTC worked in my first post and now you say you think its pointless and i put my opionion and your telling me to get the fuck out wow

  26. The Following User Says Thank You to TheFallenOwns For This Useful Post:

    -0x00 (08-31-2010)

  27. #14
    UKnownError's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ERROR
    Posts
    280
    Reputation
    27
    Thanks
    32
    My Mood
    Breezy
    um dude hacking is cheating but game hacking unless its serversided is not ilegal but like most hacking is ilegal

  28. The Following User Says Thank You to UKnownError For This Useful Post:

    -0x00 (08-31-2010)

  29. #15
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    UKnownError Fuck you. Shit Head. You fucking don't know shit

  30. The Following User Says Thank You to Stephen For This Useful Post:

    -0x00 (08-31-2010)

Page 1 of 2 12 LastLast

Similar Threads

  1. multiclicker2 - Auto Clicker websites PTC.
    By hTk # COGUSTYLE in forum General Hacking
    Replies: 1
    Last Post: 10-14-2018, 09:42 AM
  2. PTC Commands
    By Solify in forum Combat Arms EU Hack Coding/Source Code
    Replies: 85
    Last Post: 08-06-2012, 10:12 AM
  3. [Discuss] Revive and Target Distance PTC
    By ppl2pass in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 07-12-2010, 02:40 AM
  4. [Request]How do i make a ptc website.
    By trevor206 in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 03-17-2010, 02:51 PM
  5. here is a quick tutorial on how to use PTC sites
    By thesynyster32 in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 05-05-2009, 09:07 PM