Post: [RELEASE/1.16] Neat Prestige Source Code C#
03-14-2014, 10:26 AM #1
ByteSource
League Champion
(adsbygoogle = window.adsbygoogle || []).push({});
Hey Modders and Non Modders, today im releasing my ghetto or non ghetto Prestige Toggle For Mod Menus!
i seen that some people use if() or cases well i made this. I know its not something new nor big! but im trying to help people before i retire from modding. CORRECT me if im wrong dont hate like a little bitch!


    private void GhettoSelect(int Client)
{
int count = [COLOR="#FF0000"]0[/COLOR];
if (count > [COLOR="#FF0000"]11[/COLOR]) count = -[COLOR="#FF0000"]1[/COLOR]; count++;
Byte[] Bytes = BitConverter.GetBytes(count);
Array.Reverse(Bytes);
PS3.SetMemory(0x026fa994, Bytes);
RPC.iPrintln(Client, "^2" + count.ToString() + " ^7: Prestige Set!");
RPC.iPrintln(Client, "Made By: ^2TeamIdentity");
}


#TeamIdentity
Credits:
Mango - Offset
Milky - Correction
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked ByteSource for this useful post:

Asian
03-14-2014, 05:42 PM #2
Asian
Banned
nOICE Relece
03-14-2014, 07:59 PM #3
ItsLollo1000
Little One
Originally posted by TeamIdentity View Post
Hey Modders and Non Modders, today im releasing my ghetto or non ghetto Prestige Toggle For Mod Menus!
i seen that some people use if() or cases well i made this. I know its not something new nor big! but im trying to help people before i retire from modding. CORRECT me if im wrong dont hate like a little bitch!


    private void GhettoSelect(int Client)
{
int count = [COLOR="#FF0000"]0[/COLOR];
if (count > [COLOR="#FF0000"]11[/COLOR]) count = -[COLOR="#FF0000"]1[/COLOR]; count++;
Byte[] Bytes = BitConverter.GetBytes(count);
Array.Reverse(Bytes);
PS3.SetMemory(0x026fa994, Bytes);
RPC.iPrintln(Client, "^2" + count.ToString() + " ^7: Prestige Set!");
RPC.iPrintln(Client, "Made By: ^2TeamIdentity");
}


#TeamIdentity
Credits:
Mango - Offset
Milky - Correction


Ain't tested this but for me this point doesn't make sense
             int count = 0;
if (count > 11) count = -1; count++;

Because u always set it to 0 when u call the function => u can only set your self to prestige 1

The following user thanked ItsLollo1000 for this useful post:

Nerdfailkiller
03-14-2014, 08:42 PM #4
ByteSource
League Champion
Originally posted by ItsLollo1000 View Post
Ain't tested this but for me this point doesn't make sense
             int count = 0;
if (count > 11) count = -1; count++;

Because u always set it to 0 when u call the function => u can only set your self to prestige 1


no dude its correct.
if (count > 11)
count = -1;
count++;

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo