ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 967

help protection

by carlos_20 - 10-29-2019 - 01:58 PM
#1
case 8:PROTECTION_FAKE_LEAVE2 = !PROTECTION_FAKE_LEAVE2;
if (PROTECTION_FAKE_LEAVE2 == true)
{

char BYTES_ON_PROTECTION_FREEZE_V2[] = { 0x60, 0x00, 0x00, 0x00 };
write_process(0x9FBBC8, BYTES_ON_PROTECTION_FREEZE_V2, 4);
char buf[100];
snprintf(buf, sizeof(buf), "%s Tried Fake Leave v2", PLAYER::GET_PLAYER_NAME(selectedPlayer));
printf(buf, 5000);
PROTECTION_FAKE_LEAVE2 = true;
}
else
{
char BYTES_OFF_PROTECTION_FREEZE_V2[] = { 0x7E, 0xE1, 0x08, 0x08 };
write_process(0x9FBBC8, BYTES_OFF_PROTECTION_FREEZE_V2, 4);
PROTECTION_FAKE_LEAVE2 = false;
} break;
Why don't you let me know when you get fake v2?
Reply

Users browsing: 1 Guest(s)