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
Last edited by Blair. ; 11-28-2015 at 09:28 AM.

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

Boliberrys, Hunter926, ModdingInStyle-, NeverrLobby, XxBlud23xX, ZyloMods
10-19-2015, 04:45 PM #2
well k den Happy appreciate the source m8
10-21-2015, 12:57 PM #3
Tnx for this share m8

The following user thanked ModdingInStyle- for this useful post:

sherdil
10-21-2015, 04:00 PM #4
XxBlud23xX
< ^ > < ^ >
You can't stop people from trying to decompile your tool, people decompiled my tool and it sucks lol
10-21-2015, 04:06 PM #5
Blair.
Bounty hunter
Originally posted by DEXBLUD23 View Post
You can't stop people from trying to decompile your tool, people decompiled my tool and it sucks lol


All g I don't care anymore people can do what they want. Just doesn't make them look any good at all by cracking a tool and using its shit.

The following user thanked Blair. for this useful post:

XxBlud23xX
10-21-2015, 05:51 PM #6
XxBlud23xX
< ^ > < ^ >
Originally posted by Blair. View Post
All g I don't care anymore people can do what they want. Just doesn't make them look any good at all by cracking a tool and using its shit.


True, it's not going to get them anywhere in life.
10-23-2015, 08:01 PM #7
Restrain
CoD Services
None of this works lol.
10-23-2015, 08:47 PM #8
PSNServices
Are you high?
Yay thanks man
10-23-2015, 11:17 PM #9
Restrain
CoD Services
Originally posted by PSNServices View Post
Yay thanks man


If you get it to work, let me know lol. I think i'm doing something wrong.
10-24-2015, 02:00 AM #10
Blair.
Bounty hunter
Originally posted by Restrain View Post
None of this works lol.


None of this works ? Idk what your trying to do but it does

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo