Difficulty: 1/10
Anti leech? No
Description To add Hp Above heads (like moparscape).
Classes modified: client.java
Open client.java (in your client).
find
Code:
public boolean aBoolean1157;
add this underneath it
Code:
public boolean hp = true;
now under
Code:
if(((Class30_Sub2_Sub4_Sub1) (obj)).anInt1532 > anInt1161)
{
method127(true, ((Class30_Sub2_Sub4_Sub1) (obj)), ((Class30_Sub2_Sub4_Sub1) (obj)).anInt1507 + 15);
if(anInt963 > -1)
{
add
Code:
if(hp == true)
aClass30_Sub2_Sub1_Sub4_1272.method382(0xff0000, anInt963, -918, (new StringBuilder()).append(((Class30_Sub2_Sub4_Sub1)(Class30_Sub2_Sub4_Sub1)obj).anInt1533).append("/").append(((Class30_Sub2_Sub4_Sub1)(Class30_Sub2_Sub4_Sub1)obj).anInt1534).toString(), anInt964 - 9, true);
===========================
now the command, this is 100% credits to xharveyx
Code:
if(aString887.equals("::hpon")) {
hp = true;
}
if(aString887.equals("::hpoff")) {
hp = false;
}