YOOOO screenshot hack?any one know the know the anti screenshot addys and are they ptc? im about to release a hack and i want that in it/yea
You dont need Addies for it it should look like this Code: PushToConsole("CamAngleFlare 280"); else PushToConsole("CamAngleFlare 0"); Just add that in
it will NOT be a ptc. ill look for you man and get back to ya edit: i cant find anything in cshell. sorry bro
Originally Posted by zmansquared it will NOT be a ptc. ill look for you man and get back to ya Ohh thats what i use bro just telling the kid
Originally Posted by zmansquared it might be. i might be mistaken... Yea man you made a mistake its alright i asked some people and this is what they have Code: PushToConsole("CamAngleFlare 268"); else PushToConsole("CamAngleFlare 0");
Originally Posted by KawaiiSlut Yea man you made a mistake its alright i asked some people and this is what they have Code: PushToConsole("CamAngleFlare 268"); else PushToConsole("CamAngleFlare 0"); That looks like it....
here it is Code: this->PushToConsole( "FlareBlindCamAngle 243" ); else this->PushToConsole( "FlareBlindCamAngle 0" );
Originally Posted by GameTrainerMaker here it is Code: this->PushToConsole( "FlareBlindCamAngle 243" ); else this->PushToConsole( "FlareBlindCamAngle 0" ); its not workin hw do i ptc it for hotkey? is it the 0 value or the 243 value? or auto on idc i jus want it to work lol
take out the this-> then it will Obviously Your Not 100% C++ Coder yet ;P other wise you would have known that ;P here : if(GetAsyncKeyState(VK_NUMPAD1)<0); PushToConsole( "FlareBlindCamAngle 243" ); // On else PushToConsole( "FlareBlindCamAngle 0" ); // Off
Originally Posted by GameTrainerMaker take out the this-> then it will Obviously Your Not 100% C++ Coder yet ;P other wise you would have known that ;P here : if(GetAsyncKeyState(VK_NUMPAD1)<0); PushToConsole( "FlareBlindCamAngle 243" ); // On else PushToConsole( "FlareBlindCamAngle 0" ); // Off ehh im geting there still got tons to learn and people+tuts to learn from