Attention Developers!

Posts 1626 of 26 · Page 2 of 2
I found out why my hack gets detected and its the weirdest thing, i cant have PTC's like chams, but as soon as i add
Code:
if( Menu.mopt[].nopt > 0 ){
it becomes detected, with out that on my ptc, it works o.0

But for me its not detected::
VC++ 2008 Express
Quote Originally Posted by markoj View Post
I found out why my hack gets detected and its the weirdest thing, i cant have PTC's like chams, but as soon as i add
Code:
if( Menu.mopt[].nopt > 0 ){
it becomes detected, with out that on my ptc, it works o.0

But for me its not detected::
VC++ 2008 Express
change your struct/vairable names:
Code:
Menu.mopt[].nopt
so that the end result is something like this:
Code:
New_Menu.New_mopt[].Noped

My menu was also detected but buy changing the struct/vairable names it helped me solve this problem.
Quote Originally Posted by Frit0 View Post
change your struct/vairable names:
Code:
Menu.mopt[].nopt
so that the end result is something like this:
Code:
New_Menu.New_mopt[].Noped

My menu was also detected but buy changing the struct/vairable names it helped me solve this problem.
Thanks! I'll try that right now.
Quote Originally Posted by markoj View Post
Thanks! I'll try that right now.
you could also most likely solve your problem by packing your hack
I think this is right. I fixed up my menu.
Fkn still DC'd. Closed C++, No DC.

I use 2008 Express Edition
Son of a bitch.. The little dude in the bottom left corner when CA loads like freezes up.. thats like fucked. T__T
Quote Originally Posted by Stephen View Post
Son of a bitch.. The little dude in the bottom left corner when CA loads like freezes up.. thats like fucked. T__T
Right corner*


Also, for Hans base (or topblasts) How would you list like if(Menu.opt[1].nopt > 0){

for hans base?
the actual hack part
Quote Originally Posted by CAFlames View Post


Right corner*


Also, for Hans base (or topblasts) How would you list like if(Menu.opt[1].nopt > 0){

for hans base?
the actual hack part
Hans base uses a different menu class
Quote Originally Posted by swatfx View Post
Hans base uses a different menu class
Well im using half topblast half hans.... i used parts of topblast ( including menu) so how would youdo that
Quote Originally Posted by CAFlames View Post


Well im using half topblast half hans.... i used parts of topblast ( including menu) so how would youdo that
i don't know.. i have never used either..

but i thought TopBlast's base was just a modified version of Han's so i don't know why you would combine the 2
what visual c++ version do you have?

the 2008 work fine
Posts 1626 of 26 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?