Post: [1.18] Set Any Level
08-29-2014, 11:43 AM #1
Hash847
Purple God
(adsbygoogle = window.adsbygoogle || []).push({});
So Josh wanted this before, and I quote
You must login or register to view this content.
Cool Troll

    
public static uint[] XP = new uint[] {
800, 1900, 3300, 5300,
7900, 11100, 14900, 19300,
24300, 30100, 36700, 44100,
52300, 61300, 71100, 81700,
93100, 105300, 118300, 132100,
146700, 162100, 178300, 195300,
213100, 231700, 251100, 271300,
292300, 314100, 337100, 361300,
386700, 413300, 441100, 470100,
500300, 531700, 564300, 598100,
633100, 669300, 706700, 745300,
785100, 826100, 868300, 911700,
958300, 1002100, 1049100, 1097300,
1146700, 1249100
};

public static void SetXP(int Level) {
byte[] i = BitConverter.GetBytes(Convert.ToInt32(XP[Level - 2]));
if (Level <= 55)
PS3.Extension.WriteBytes(0x26FD02C, i);
else
Console.Write("Value is greater than 55");
}//SetXP(33);


Credit to Mango for the XP Offset.
and You must login or register to view this content. for the XP Values

Enjoy!
(adsbygoogle = window.adsbygoogle || []).push({});

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

_Antonio96_, ALI ALHILFI, Boliberrys, Geo, iJosh, Maverick, Swaqq, Ciri, Zambie
08-29-2014, 12:33 PM #2
Boliberrys
^^ Sexy ^^
Can i put it on a Numericupdown?
08-29-2014, 12:59 PM #3
Hash847
Purple God
Originally posted by Boliberrys View Post
Can i put it on a Numericupdown?


Just do

SetXP((int)numericUpDown1.Value);
//Replace 1 with your numericUpDown.

The following user thanked Hash847 for this useful post:

Boliberrys
08-29-2014, 01:14 PM #4
Boliberrys
^^ Sexy ^^
Originally posted by Winter View Post
Just do

SetXP((int)numericUpDown1.Value);
//Replace 1 with your numericUpDown.


Yes yes. Thanks mate! You are awesome!
08-29-2014, 02:05 PM #5
Geo
Don't Believe The Title
HA IGN :troll:
08-29-2014, 02:08 PM #6
thanks Smile Smile
08-29-2014, 03:36 PM #7
omg r u hakr ?
08-29-2014, 10:36 PM #8
iJosh
Quit, Bigger & Better Things
Thanks winter.
08-29-2014, 11:53 PM #9
Leo
Are you high?
Is this a Xp lobby that can permently level up people online >???
08-30-2014, 12:17 AM #10
Geo
Don't Believe The Title
Originally posted by BAREFACEHOST View Post
Is this a Xp lobby that can permently level up people online >???


Lol no, it lets you set any rank without setting the XP amount, i.e putting 35 into a numericUpDown and being level 35

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo