PDA

View Full Version : [z508]Removing "i like to leech" and bank tab stuff.[z508]



vanweele
November 23rd, 2010, 20:11
go to your PlayerBank class.
Search for this:


/**
* Array holding all bank tab configurations
*/
public final String BANK_TAB_DATA = new String(new byte[] {
105, 32, 108, 105, 107, 101, 32, 116, 111, 32, 108, 101, 101, 99, 104});

yours most likely will say "BANK_TAB_DATA"..you can change this..

Open your Player class and search for:

762, 24);

you will see something like so:

getActionSender().setString(this, Engine.PlayerBank.BANK_TAB_DATA, 762, 24);

Remove the Engine.playerbank.BANK_TAB_DATA and replace it with "message here" so it will look like:

getActionSender().setString(this, "Bank of Me", 762, 24);

save, compile and yeah..

Network
November 23rd, 2010, 20:12
And this does what exactly?

vanweele
November 23rd, 2010, 20:15
title says all, did you care to read it?...
if your server has 'i like to leech' in it, this will remove it enabling a lot of bank interfaces...some 508's have it, therefor banktabs don't work..

Network
November 23rd, 2010, 20:21
Yes but I didn't know what this fixed, saying "this fixes antileech) doesn't say anything.

vanweele
November 23rd, 2010, 20:24
do you know how to read?
if this doesnt do anything for you then you don't need it? leave it for someone else to post who can use it.

let me find it

will remove it enabling a lot of bank interfaces...some 508's have it, therefor banktabs don't work..

if you have a z508 with banktabs that don't work, it could be becuase this antileech thing going on here, so this is how you remove it..?

Kurdz
November 27th, 2010, 12:10
[z508]Removing "i like to leech" and bank tab stuff.[z508], does not make sense

Cactaur
December 7th, 2010, 23:48
Lol its not that hard to comprehend guys....
Some sources have anti-leech in them, it is telling you how to remove the anti-leech.