if (checkBox1.Checked == true)
{
byte[] UAV = new byte[] { 0xFF, 0xFF, 0xFF, 0xFF };
PS3.SetMemory(0x01CC7F38, UAV);
}
else
{
byte[] UAV = new byte[] { 0x43, 0xFA, 0x00, 0x00 };
PS3.SetMemory(0x01CC7F38, UAV);
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.