why not code it yourself? its not that hard :/ just update this: Code: void cHacks::SuperBullets( bool SuperBullets ) { if( SuperBullets ) tools->WriteOpCode( (PBYTE)ADDR_S_BULLLETS, (PBYTE)"\x33\xC0\x90", 3 ); else tools->WriteOpCode( (PBYTE)ADDR_S_BULLLETS, (PBYTE)"\x0F\x94\xC0", 3 ); } this isn't c + p...