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
I think this is right. I fixed up my menu. Fkn still DC'd. Closed C++, No DC. I use 2008 Express Edition
Originally Posted by markoj 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.
Originally Posted by Frit0 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.
Originally Posted by markoj Thanks! I'll try that right now. you could also most likely solve your problem by packing your hack
Son of a bitch.. The little dude in the bottom left corner when CA loads like freezes up.. thats like fucked. T__T
Originally Posted by Stephen 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
Originally Posted by CAFlames 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
Originally Posted by swatfx 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
Originally Posted by CAFlames 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