Post: [RELEASE] Full League Best Code With Easy Negative Rank
10-19-2015, 03:58 PM #1
Blair.
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); okay so since people are trying to crack my tool i thought id just release it. its very simple anyway! and hey who cares this game is old as.

make a numerical up down for editing the rank then
make a button called set rank and put this code into it
    byte[] Leaguerank = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Text)); PS3.SetMemory(0x263CA8C, Leaguerank);


now make a clear button. with this in it this will clear the rank fro your player card.
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x00 });


now make a set rank 1 buton for each division.

Master -
     PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x06 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Platinum -
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x05 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Gold -
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x04 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Silver -
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x03 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Bronze -
     PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x02 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Iron -
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x01 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });



now if you wish you can add negative rank which is very simple Smile do this in the numercal up down -
You must login or register to view this content.


Enjoy Smile i havent seen this released anywhere and i dont know why... but yeah and please if you use this in your tool put me in the credits Smile
(adsbygoogle = window.adsbygoogle || []).push({});

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

Boliberrys, Hunter926, ModdingInStyle-, NeverrLobby, XxBlud23xX, ZyloMods
10-24-2015, 02:02 AM #11
Restrain
CoD Services
Originally posted by Blair. View Post
None of this works ? Idk what your trying to do but it does


I followed everything you said.... And none work.
10-24-2015, 02:05 AM #12
Blair.
Bounty hunter
Originally posted by Restrain View Post
I followed everything you said.... And none work.


Your doing something wrong .. It works for me and everyone that's used it
10-24-2015, 02:40 AM #13
Restrain
CoD Services
Originally posted by Blair. View Post
Your doing something wrong .. It works for me and everyone that's used it


I'll try fixing it
10-31-2015, 07:46 PM #14
thanks!
10-17-2016, 02:43 AM #15
Luckeyy
Retired - Lead Content Manager
Originally posted by Blair. View Post
okay so since people are trying to crack my tool i thought id just release it. its very simple anyway! and hey who cares this game is old as.

make a numerical up down for editing the rank then
make a button called set rank and put this code into it
    byte[] Leaguerank = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Text)); PS3.SetMemory(0x263CA8C, Leaguerank);


now make a clear button. with this in it this will clear the rank fro your player card.
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x00 });


now make a set rank 1 buton for each division.

Master -
     PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x06 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Platinum -
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x05 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Gold -
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x04 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Silver -
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x03 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Bronze -
     PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x02 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });

Iron -
    PS3.Extension.WriteBytes(0x263CA7A, new byte[] { 0x01 });
PS3.Extension.WriteBytes(0x263CA8C, new byte[] { 0x01 });



now if you wish you can add negative rank which is very simple Smile do this in the numercal up down -
You must login or register to view this content.


Enjoy Smile i havent seen this released anywhere and i dont know why... but yeah and please if you use this in your tool put me in the credits Smile


Need this, Thanks a lot for sharing Smile

The following user thanked Luckeyy for this useful post:

Blair.
11-03-2016, 07:12 PM #16
You must login or register to view this content.


way i have this when i put this in the buttons with the right numericUpDown
help pleas
11-03-2016, 09:34 PM #17
Luckeyy
Retired - Lead Content Manager
Originally posted by Restrain View Post
I followed everything you said.... And none work.


How did you code it cause it works perfectly in my tool, All address that Blair supplied us with
12-04-2016, 09:50 PM #18
Thanks for the code i rlly need it

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo