Results 1 to 7 of 7
  1. #1
    sylar07's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    C++ Visual Basic
    Posts
    28
    Reputation
    10
    Thanks
    3

    [Help] What is PTC?

    can anyone will help me with this question?

    Please?

  2. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    PushToConsole..
    Which you can do with any Lithtech Game

  3. #3
    Decoder back's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    197
    Reputation
    28
    Thanks
    112
    ptc = push to console

    example like here : https://www.mpgh.net/forum/263-combat...-br-dicas.html

    Code:
    }
    void cVoids::PushToConsole(char *szCommand) 
    { 
        typedef int (__cdecl* RunConsoleCommand_t)(char* cmd); 
        RunConsoleCommand_t RCC = (RunConsoleCommand_t)Hack.Addresses. L t Client;//Endereço Engine    RCC(szCommand); 
    }
    
    
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }	
    void main()
    {
    while(true)
    {
    Hacks.Voids.PushToConsole ("BLAH BLAH BLAH")
    }

    also why did you asked what is a ptc command if you already did a hack ?

    eu também sou coder, já fiz alguns hacks tbm. "eu" particularmente já tenho prática no assunto
    did you copied and pasted codes ? isn't it ?

    LOL

    if you did , you are not going away ..
    Last edited by Decoder back; 11-20-2010 at 12:58 PM.

  4. #4
    sylar07's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    C++ Visual Basic
    Posts
    28
    Reputation
    10
    Thanks
    3
    -Decoder Back- Yes I Hack can be certain, never thought that the personnel used the word PTC for this control, that is why I asked! As you can see I had not cadastre in MPGH when I learned to create Hack nor was it in this forum! It may seek my work in web or if you search Google by "WCH Hack"

  5. #5
    Decoder back's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    197
    Reputation
    28
    Thanks
    112
    Quote Originally Posted by sylar07 View Post
    -Decoder Back- Yes I Hack can be certain, never thought that the personnel used the word PTC for this control, that is why I asked! As you can see I had not cadastre in MPGH when I learned to create Hack nor was it in this forum! It may seek my work in web or if you search Google by "WCH Hack"
    ANYWAYS , IM HERE TO HELP YOU , NOT TO DISCUSS ABOUT LITTLE THINGS...

    OK BRO , NOW YOU KNOW WHAT IS A PTC ,


    IF YOU HAVE ANY DOUBTS,

    FEEL FREE TO ASK ...
    Last edited by Decoder back; 11-20-2010 at 01:07 PM.

  6. #6
    sylar07's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    C++ Visual Basic
    Posts
    28
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by Decoder back View Post
    ANYWAYS , IM HERE TO HELP YOU , NOT TO DISCUSS ABOUT LITTLE THINGS...

    OK BRO , NOW YOU KNOW WHAT IS A PTC ,


    IF YOU HAVE ANY DOUBTS,

    FEEL FREE TO ASK ...
    xD alright face was worth dear! It seems noob even but it is only a doubt xD sorry if the answer I gave seems very unwise.

  7. #7
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Solved..
    /Closed