Well today i added the "Transparent Right click" And i changed the settings to make the right click Xray Vision.
You do not need any sprites or anything for this its a basic change for the stuff, and it's pretty cool..
In Client Class search this void method40
Replace this whole method with this:
Code:
public final void method40(byte byte0)
{
int i = anInt949;
int j = anInt950;
int k = anInt951;
int l = anInt952;
int i1 = 0x5d5447;
Class30_Sub2_Sub1.transparentBox(l, j, i, i1, k, 0, 400);
if(byte0 == 9)
byte0 = 0;
else
return;
Class30_Sub2_Sub1.method336(16, j + 1, i + 1, 0, k - 2, 0);
Class30_Sub2_Sub1.method337(i + 1, k - 2, l - 19, 0, j + 18, true);
aClass30_Sub2_Sub1_Sub4_1272.method385(i1, "Choose Option", j + 14, 822, i + 3);
int j1 = super.anInt20;
int k1 = super.anInt21;
if(anInt948 == 0)
{
j1 -= 4;
k1 -= 4;
}
if(anInt948 == 1)
{
j1 -= 553;
k1 -= 205;
}
if(anInt948 == 2)
{
j1 -= 17;
k1 -= 357;
}
for(int l1 = 0; l1 < anInt1133; l1++)
{
int i2 = j + 31 + (anInt1133 - 1 - l1) * 15;
int j2 = 0xffffff;
if(j1 > i && j1 < i + k && k1 > i2 - 13 && k1 < i2 + 3)
j2 = 0xffff00;
aClass30_Sub2_Sub1_Sub4_1272.method389(false, true, i + 3, j2, aStringArray1199[l1], i2);
}
}
Now go into Class30_sub2_sub1 and add this method.
Code:
public static void transparentBox(int i, int j, int k, int l, int i1, int j1, int opac)
{
int j3 = 256 - opac;
if(k < anInt1383)
{
i1 -= anInt1383 - k;
k = anInt1383;
}
if(j < anInt1381)
{
i -= anInt1381 - j;
j = anInt1381;
}
if(k + i1 > anInt1384)
i1 = anInt1384 - k;
if(j + i > anInt1382)
i = anInt1382 - j;
int k1 = anInt1379 - i1;
int l1 = k + j * anInt1379;
if(j1 != 0)
anInt1374 = -374;
for(int i2 = -i; i2 < 0; i2++)
{
for(int j2 = -i1; j2 < 0; j2++){
int i3 = anIntArray1378[l1];
anIntArray1378[l1++] = ((l & 0xff00ff) * opac + (i3 & 0xff00ff) * j3 & 0xff00ff00) + ((l & 0xff00) * opac + (i3 & 0xff00) * j3 & 0xff0000) >> 8;
}
l1 += k1;
}
}
Picture:
Credits:
-Demise
-Legacy508