Luckeyy
Retired - Lead Content Manager
if (checkEdit1.Checked)
{
(0xXXXXXX, new byte[] { 0x30, 0xA5, 0x00, 0x00 });//Enable antiban
(0xXXXXXX, new byte[] { 0x39, 0x00, 0x00, 0x00 });
(0xXXXXXX, new byte[] { 0x38, 0x60, 0x00, 0x00 });
(0xXXXXXX, new byte[] { 0x38, 0xC0, 0x00, 0x00 });
}
else
{
(0xXXXXXX, new byte[] { 0x30, 0xE7, 0x00, 0x00 });//Disable Antiban
(0xXXXXXX, new byte[] { 0x3B, 0xA0, 0x00, 0x00 });
}
These are just random numbers but its idea how to do it