Post: [1.18] Prestige Selector [C#]
05-22-2014, 07:09 AM #1
ByteSource
League Champion
(adsbygoogle = window.adsbygoogle || []).push({});
Hello NGU,
this is a simple "Prestige Selector" I've noticed that a lot of people like using "if(int == #)", here's your way to the easy way of life. I understand this isn't big nor new but i'm here to help people before i officially retire from modding and coding.
Hope you enjoy.


    
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");
}


Credit: Mango | Offsets.
(adsbygoogle = window.adsbygoogle || []).push({});

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

Asian, B777x, D3sKmَ, Geo, iTпDM, Mango_Knife
05-22-2014, 07:19 AM #2
B777x
Hurah!
Originally posted by TehK9
Hello NGU,
this is a simple "Prestige Selector" I've noticed that a lot of people like using "if(int == #)", here's your way to the easy way of life. I understand this isn't big nor new but i'm here to help people before i officially retire from modding and coding.
Hope you enjoy.


    
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");
}


Credit: Mango | Offsets.


there is a easy way Smile
    
PS3.Extension.WriteByte(0x26FD014, NumricUpDown1.Value);
05-22-2014, 07:32 AM #3
ImSooCool
Vault dweller
Originally posted by B777x View Post
there is a easy way Smile
    
PS3.Extension.WriteByte(0x26FD014, NumricUpDown1.Value);


The way he is trying to do, is for mod menus.
05-22-2014, 07:35 AM #4
B777x
Hurah!
Originally posted by ImSooCool View Post
The way he is trying to do, is for mod menus.


oh, but not many people do mod menus Smile
05-22-2014, 07:37 AM #5
ImSooCool
Vault dweller
Originally posted by B777x View Post
oh, but not many people do mod menus Smile


Yea i know, but i was letting you know that because you probably thought it was for tools.
05-22-2014, 09:15 AM #6
Shark
Retired.
Originally posted by TehK9
Hello NGU,
this is a simple "Prestige Selector" I've noticed that a lot of people like using "if(int == #)", here's your way to the easy way of life. I understand this isn't big nor new but i'm here to help people before i officially retire from modding and coding.
Hope you enjoy.


    
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");
}


Credit: Mango | Offsets.


er nice but why are you doing if (count > 11) count = -1; count++;

why not just count = 0; lol
05-22-2014, 09:23 AM #7
Hash847
Purple God
Originally posted by B777x View Post
there is a easy way Smile
    
PS3.Extension.WriteByte(0x26FD014, NumricUpDown1.Value);


It's because no one has explored PS3.Extension
05-23-2014, 01:06 AM #8
ByteSource
League Champion
Originally posted by Shark View Post
er nice but why are you doing if (count > 11) count = -1; count++;

why not just count = 0; lol

You'r right but this way isn't wrong either and doesn't fail so either way there both right.
Originally posted by B777x View Post
there is a easy way Smile
    
PS3.Extension.WriteByte(0x26FD014, NumricUpDown1.Value);


There's a lot of methods to this, numeric box isn't hard neither a textbox with integers.
05-25-2014, 05:55 AM #9
Can i have unlock all on bo2 for free
07-23-2014, 02:28 PM #10
How to use this i don't understand

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo