HELP

Posts 111 of 11 · Page 1 of 1
HELP
hello imma choob/yea trying to make a simple hack

i got my source codes for everthing i want in it...

right now i wanna just make simple PTC hacks

i got nx chams to work and now i wanna add more hacks

how do i add more hacks to my codes can anyone help me
so you just copy and pasted, and now want to be rewarded for a hack you didn't make? and now you want to add more hacks to it, even tho. u will just c/p. and make other people do the work for you. learn c++ and gtfo.
Quote Originally Posted by DeadLinez View Post
so you just copy and pasted, and now want to be rewarded for a hack you didn't make? and now you want to add more hacks to it, even tho. u will just c/p. and make other people do the work for you. learn c++ and gtfo.
no i will give credits to all the people i get codes from...

and i know c++

and that really didnt even help me
refer to the stickied thread, on the tutorial, and then refer to my thread with a list of good ptc that u can use.
Quote Originally Posted by DeadLinez View Post
refer to the stickied thread, on the tutorial, and then refer to my thread with a list of good ptc that u can use.
i know that but when i wanna add my socond hack do i paste it like this:
void main()
{
while(true)
{
PushToConsole("SkelModelStencil 1");
}
PushToConsole("ShowFPS 1");
}

or like this
void main()
{
while(true)
{
PushToConsole("SkelModelStencil 1");
PushToConsole("ShowFPS 1");
}
}
Quote Originally Posted by jake1919199 View Post
i know that but when i wanna add my socond hack do i paste it like this:
void main()
{
while(true)
{
PushToConsole("SkelModelStencil 1");
}
PushToConsole("ShowFPS 1");
}

or like this
void main()
{
while(true)
{
PushToConsole("SkelModelStencil 1");
PushToConsole("ShowFPS 1");
}
}
No man thats not how u fucking do it. Learn c++ and then ask questions.
lol bro you dont know c++, you fail.
well that helped me...

i got it anyways so suck it
Wow you fail. Learn statements and its not that hard.....
yes you do it like this..

void main()
{
while(1)
{
PushToConsole("SkelModelStencil 1");
PushToConsole("ShowFPS 1");
}
}
Quote Originally Posted by whit View Post
yes you do it like this..

void main()
{
while(1)
{
PushToConsole("SkelModelStencil 1");
PushToConsole("ShowFPS 1");
}
}
i just downloaded a base so i dont need your help anymore but thanks
Posts 111 of 11 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?