Post: [RELEASE/1.09] Neat Prestige Source Code (C#)
03-14-2014, 07:07 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!


My Way:
    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(0x1792B1C, Bytes);
RPC.iPrintln(Client, "^2" + count.ToString() + " ^7: Prestige Set!");
RPC.iPrintln(Client, "Made By: ^2TeamIdentity");
}


Seb5594's Way:
    
private void TogglePrestige(Int32 clientIndex)
{
Int32 temp = PS3Lib.Extension.ReadInt32(0x1792B20) + 1;
temp = temp > [COLOR="#FF0000"]10[/COLOR] ? [COLOR="#FF0000"]0[/COLOR] : temp;
PS3Lib.Extension.WriteInt32(0x1792B20, temp);
RPC.iPrintln(clientIndex, "^2Prestige set: ^7" + temp.ToString());
RPC.iPrintln(clientIndex, "Made By: ^2Seb5594");
}


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

The following 2 users say thank you to ByteSource for this useful post:

-SuperMan, xROccOx
03-14-2014, 08:10 AM #2
-SuperMan
Krazy Weed
Nice But Put "
    " Its Gonna be more Clean !!
03-14-2014, 08:24 AM #3
ByteSource
League Champion
Originally posted by SuperMan View Post
Nice But Put "
    " Its Gonna be more Clean !![/QUOTE]

Thanks!, i had it like that but code doesnt let you see full script but ill put it.
03-14-2014, 08:52 AM #4
-SuperMan
Krazy Weed
Originally posted by TeamIdentity View Post
Thanks!, i had it like that but code doesnt let you see full script but ill put it.


Your Welcome, See More Organised.
03-14-2014, 09:11 AM #5
ByteSource
League Champion
Originally posted by SuperMan View Post
Your Welcome, See More Organised.


:y: & i made + released a CID Generator. But cant upload to NGU. HappyDDD
03-14-2014, 09:13 AM #6
-SuperMan
Krazy Weed
Originally posted by TeamIdentity View Post
:y: & i made + released a CID Generator. But cant upload to NGU. HappyDDD


Does it Really Generate Unbanned Cids ?

Probably Not.
03-14-2014, 09:17 AM #7
ByteSource
League Champion
Originally posted by superman View Post
does it really generate unbanned cids ?

Probably not.


6-7/10% :d
03-14-2014, 09:22 AM #8
-SuperMan
Krazy Weed
Originally posted by TeamIdentity View Post
6-7/10% :d


Please Read This You must login or register to view this content.

In The End Its Impossible Lol
03-14-2014, 09:28 AM #9
ByteSource
League Champion
Originally posted by SuperMan View Post
Please Read This You must login or register to view this content.

In The End Its Impossible Lol


Well.. from that point on the combos i put on gen are not the same order. but enough talking about the CID because staff these days get butt hurt over 1 simple thing. SkypeL iHc-XD if you wana know more or talk about it
03-14-2014, 09:34 AM #10
MrNewbie
Bounty hunter
Hey bro please could you pm me the cid genrator im banned off ghosts and really poor too afford a new cid atm

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo