You must register to post or download hacks.
If you are having any issues, shoot us an email, Contact MPGH Support. As always, have fun and enjoy your stay! - MPGH Staff
Well... I have a problem with my Hack... I am a Noob in C++ but i codet already hacks for Ca... Now my Problem is that No Spread is always activated and idk Why... So my Code: I am a noob so please dont abuse me I am thanking in advance for Help... If False section Move please and Sorry If...
Is that it? as in theres no if(nospread){ //code } else { //original code } That sorta thing?
Originally Posted by Spaztaz666 Is that it? as in theres no if(nospread){ //code } else { //original code } That sorta thing? Thats not the whole Code There are few other things.. Not in the Screen.. So another Problem... i cant deactivate the hacks... Why... Sorry i am Noobish
bool spread = false; if(getasynckeystate("key")<0){ if(spread){ Sleep(200); //original code spread = false; }else{ Sleep(200); //hack spread = true; } }