Umm May i get the codes for superbullet . THis is my code but it crashes in game i dont know why
if(superbullets)
{
memcpy((LPVOID)SuperBullets, "\x33\xC0\x90", 3);
} else {
memcpy((LPVOID)SuperBullets, "\x0F\x94\xC0", 3);
}
@
FailHacker
And This is for weapon Range. It crashes please i need codes?
if (weprange)
{
Memory((LPVOID)WeaponRange1, "\xB8\x00\x00\x00\x10\x90", 6);
Memory((LPVOID)WeaponRange2, "\xB8\x00\x00\x00\x10\x90", 6);
}else{
Memory((LPVOID)WeaponRange1, "\x8B\x80\xC8\x02\x00\x00", 6);
Memory((LPVOID)WeaponRange2, "\x8B\x80\xC8\x02\x00\x00", 6);
}