there an easier way to do it? all I want to do is just make it undetected its not hooked the anti hack just recognizes something in that line of code. Its punkbuster if you wanna know
there an easier way to do it? all I want to do is just make it undetected its not hooked the anti hack just recognizes something in that line of code. Its punkbuster if you wanna know
I don't have much experiance with Punk Buster, so I am not sure if it hooks anything or not. But to undetect something, just think of a different way of doing it:
Code:
int orginal;
original = 20;
Can also be written as:
Code:
int newone;
newone=10;
newone+=10;
You could also go overboard:
Code:
int newone2;
for(newone2=0;newone2<21;newone2++)
__asm nop
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum