private void btnMaxLevel_Click(object sender, EventArgs e)
 {
     if (attached)
     {
         PS4.WriteByte(processID, 0x2000B26D1, 99);
     }
 }