private void PrestigeToggle(int c)
{
int count = 0;
if (count > 11) count = -1; count++;
Byte[] Bytes = BitConverter.GetBytes(count);
Array.Reverse(Bytes);
PS3.SetMemory(0x26FD014, Bytes);
RPC.iPrintln(c, "^2" + count.ToString() + " ^7: Prestige Set!");
RPC.iPrintln(c, "Made By: ^2Tehk9 | ADK");
}
private void PrestigeToggle(int c)
{
int count = 0;
if (count > 11) count = -1; count++;
Byte[] Bytes = BitConverter.GetBytes(count);
Array.Reverse(Bytes);
PS3.SetMemory(0x26FD014, Bytes);
RPC.iPrintln(c, "^2" + count.ToString() + " ^7: Prestige Set!");
RPC.iPrintln(c, "Made By: ^2Tehk9 | ADK");
}

PS3.Extension.WriteByte(0x26FD014, NumricUpDown1.Value);
private void PrestigeToggle(int c)
{
int count = 0;
if (count > 11) count = -1; count++;
Byte[] Bytes = BitConverter.GetBytes(count);
Array.Reverse(Bytes);
PS3.SetMemory(0x26FD014, Bytes);
RPC.iPrintln(c, "^2" + count.ToString() + " ^7: Prestige Set!");
RPC.iPrintln(c, "Made By: ^2Tehk9 | ADK");
}

PS3.Extension.WriteByte(0x26FD014, NumricUpDown1.Value);
Copyright © 2026, NextGenUpdate.
All Rights Reserved.