Purpose:To Fix the World 1 thing
Difficulty: 1- Depends on your knowlage, If your a retard. You will be like: Yow, dis is hurd cus leik wat us puwlibc vodi?! wer iz dis sht sopus ta gu? - Lol
Assumed Knowledge: How to Search, How to highlight and how to read.
Server Base: I have tested on P16, Jorsa, Phone, And Test. All worked.
Classes Modified: Client.Java
open client.java
First off,
Search for
Code:
public void loadpm(long name, int world)
Replace all that with this:
Code:
public void loadpm(long name, int world) {//Fixed by P I M P//
if(world != 0) {
//world += 9;}
world = 2; }
else if(world == 0){
world += 1;
}
outStream.createFrame(50);
outStream.writeQWord(name);
if(world == 2) {
outStream.writeByte(world);
}
else if(world != 2) {outStream.writeByte(0);
}
}
Now,
Insted of it saying some crap like world 1 it'll say offline and online! =)
Creds : Mehh
repp ++ would be nice =)
Please post