But in that way bro how do you put the protection with an addoption or an addbooloption?
(04-29-2019 - 02:14 PM)PhucedMODZ Wrote: or a neater way of doing it would be like this
Code:char BYTES_ON_PROTECTION_FAKE_LEAVE_V2[] = { 0x64, 0x60, 0xFD, 0xCF };
char BYTES_OFF_PROTECTION_FAKE_LEAVE_V2[] = { 0x2C, 0x03, 0x00, 0x00 };
PROTECTION_FAKE_LEAVE_V2 ? WriteBytes(0x9FBACC, BYTES_ON_PROTECTION_FAKE_LEAVE_V2, 4) : WriteBytes(0x9FBACC, BYTES_OFF_PROTECTION_FAKE_LEAVE_V2, 4);
Code:
WriteBytes(0x9FBACC, PROTECTION_FAKE_LEAVE_V2 ? BYTES_ON_PROTECTION_FAKE_LEAVE_V2 : BYTES_OFF_PROTECTION_FAKE_LEAVE_V2, 4);
(04-29-2019 - 03:27 PM)mamasita1515 Wrote: But in that way bro how do you put the protection with an addoption or an addbooloption?
bool
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Users browsing: 3 Guest(s)