What's new

Solved Is it possible to reset rank to 1?

  • Thread starter WALMART COP
  • Start date
  • Views 525
Status
Not open for further replies.
WALMART COP

WALMART COP

Enthusiast
Messages
268
Reaction score
46
Points
85
Sin$
0
I modded my rank back in December using the memory stick method but have since grown tired of not being able to rank. Just wondering if its possible to reset my rank, by joining a lobby or something. Not asking for a spot, just wondering if its even possible.
 
Tehweak

Tehweak

Enthusiast
Messages
94
Reaction score
7
Points
70
Sin$
0
You must need a modified default_mp.xex which can be found using the search button.

The code you'll need is:
Code:
self setPlayerData( "prestige", 1 );
self setPlayerData( "rank", 1 );

Under
Code:
if (self.name == level.hostname) {

In your onPlayerSpawned()

Or you can just add the setPlayerData under any of your functions.
 
Upvote 0
ActionScript

XG R4PiDzZ

XG R4PiDzZ
Grizzled Veteran Programmer Modder
Messages
2,649
Reaction score
1,405
Points
475
Sin$
0
If you read what he has written he states that he used the old method not via a Jtag.

You need a Jtag Xbox with your account on
default_mp.xex with checks removed
A keyvault to be online when setting the values

Use these in the patch_mp.ff

Code:
self setPlayerData( "prestige", 1 );
self setPlayerData( "rank", 1 );

If you dont have a Jtag you will need to let someone recover your account to derank it while they are online with the Jtag.
 
Upvote 0
Status
Not open for further replies.
Top Bottom
Login
Register