Post: [1.12][C#] Prestige Selector
05-23-2014, 03:46 AM #1
Azus
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); Welp, I don't really have a reason for releasing this because it's pointless and everyone knows how but yolo so ya

For Menus:
(Requires PS3Lib)
    
void PrestigeToogle()
{
Int32 temp = PS3.Extension.ReadInt32(0x179651C) == 10 ? 0 : PS3.Extension.ReadInt32(0x179651C) + 1;
PS3.Extension.WriteInt32(0x179651C, temp);
iPrintln(0, "^7Prestige Set To^0:" + "^1" + temp.ToString());
}


For Tools:
(Requires PS3Lib)
    
private void prestigeToggle()
{
PS3.Extension.WriteByte(0x179651C, NumricUpDown1.Value);
}


Credits:
seb5594 - A better script for the menu version
Mango_Knife - Prestige Offset
Me - Swegs Coding
Last edited by Azus ; 05-27-2014 at 05:55 AM.

The following 9 users say thank you to Azus for this useful post:

Red-EyeX32, Mango_Knife, Notorious, Laser,
05-23-2014, 03:56 AM #2
iTпDM
Vault dweller
You tried it ?
05-23-2014, 04:04 AM #3
Azus
Little One
Originally posted by TnDM View Post
You tried it ?


Well I posted it sooooo, I would imagine I tried it.

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

05-23-2014, 04:33 AM #4
Originally posted by Azus View Post
Welp, I don't really have a reason for releasing this because it's pointless and everyone knows how but yolo so ya

For Menus:
    
private void prestigeToggle(int p)
{
int counter = 0;
if (counter > 11) counter = -1; counter++;
Byte[] bytes = BitConverter.GetBytes(counter);
Array.Reverse(bytes);
PS3.SetMemory(0x179651C, bytes);
iPrintln(p, "^7Prestige Set To^0:" + "^1" + counter.ToString());
}


For Tools:
    
private void prestigeToggle()
{
PS3.Extension.WriteByte(0x179651C, NumricUpDown1.Value);
}


Credits:
Mango_Knife - Prestige Offset
Me - Swegs Coding


This is thread is similar to TehK9-z one?
05-23-2014, 04:34 AM #5
Azus
Little One
Originally posted by Nature View Post
This is thread is similar to TehK9-z one?


Didn't know he had one but alright ahaha
05-23-2014, 06:12 AM #6
Shark
Retired.
Originally posted by Azus View Post
Welp, I don't really have a reason for releasing this because it's pointless and everyone knows how but yolo so ya

For Menus:
    
private void prestigeToggle(int p)
{
int counter = 0;
if (counter > 11) counter = -1; counter++;
Byte[] bytes = BitConverter.GetBytes(counter);
Array.Reverse(bytes);
PS3.SetMemory(0x179651C, bytes);
iPrintln(p, "^7Prestige Set To^0:" + "^1" + counter.ToString());
}


For Tools:
    
private void prestigeToggle()
{
PS3.Extension.WriteByte(0x179651C, NumricUpDown1.Value);
}


Credits:
Mango_Knife - Prestige Offset
Me - Swegs Coding


lmao tf, this thread is identical to TehK9's one, cause I commented about him doing num = -1; num++; when he could just num = 0....
05-23-2014, 08:53 AM #7
MeowDev
Power to the Premium
Originally posted by Shark View Post
lmao tf, this thread is identical to TehK9's one, cause I commented about him doing num = -1; num++; when he could just num = 0....


Old habits die hard.
05-23-2014, 11:06 AM #8
Azus
Little One
Originally posted by Shark View Post
lmao tf, this thread is identical to TehK9's one, cause I commented about him doing num = -1; num++; when he could just num = 0....


You know just as well as anyone that there is a lot of ways to do this and that's the way I chose, it's not a rocket science function lmao

The following user thanked Azus for this useful post:

05-23-2014, 12:16 PM #9
seb5594
Proud Former Admin
sorry but i can't edit my post so here again (forgot the write part lol)

Requires PS3Lib

    
void PrestigeToogle()
{
Int32 temp = PS3.Extension.ReadInt32(0x179651C) == 10 ? 0 : PS3.Extension.ReadInt32(0x179651C) + 1;
PS3.Extension.WriteInt32(0x179651C, temp);
iPrintln(0, "^7Prestige Set To^0:" + "^1" + temp.ToString());
}

The following user thanked seb5594 for this useful post:

Azus

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo