Compiles just doesnt work ingame addys: #define No_Bounds_1 0xBF1FC8 #define No_Bounds_2 0xBF1FD0 #define ADR_SPAWN_1 0xBFABE0 #define ADR_SPAWN_2 0xBFABE8 #define ADR_FASTAMMO 0xBCAD94 #define ADR_FASTREPAIR 0xBCAD98 #define ADR_FASTFLAG 0xBCADA0 #define ADR_FASTHEALTH 0xBCAD9C Hack Code: //Fast All { *(float*)(ADR_FASTAMMO) = 20.0f; *(float*)(ADR_FASTHEALTH) = 20.0f; *(float*)(ADR_FASTREPAIR) = 20.0f; *(float*)(ADR_FASTFLAG) = 20.0f; } //No Bounds *(int*)(No_Bounds_1)=0;*(int*)(No_Bounds_2)=0; //No Spawn Wait { *(float*) ADR_SPAWN_1 = 0; *(float*) ADR_SPAWN_2 = 0; } This is for a non menu hack
Originally Posted by Zithium What happens ingame...? Crashes? Or just nothing happens? just nothing happens all my other hacks that i had on there work