
fatboy
Members-
Content Count
528 -
Joined
-
Last visited
-
Days Won
15 -
Feedback
100%
fatboy last won the day on February 24 2017
fatboy had the most liked content!
About fatboy
-
Rank
Advanced Member
-
You have no idea what you're talking about
-
darren1441 started following fatboy
-
-
-
Do you have in depth knowledge of java and the runescape client
-
-
YEA WHEN WIL IT BE [email protected]!!
-
For what server. None of them are working
-
Yes! We need to be able to grab custom fields form the client! Pls help admins :)
-
-
-
public static void showIds() { try { Class<?> c = Loader.getClient().getClass(); Field f = c.getDeclaredField("dZD_boolean_fld"); f.setAccessible(true); f.setBoolean(Loader.getClient(), true); } catch (NoSuchFieldException e) { e.printStackTrace(); } catch (IllegalAccessException e) { e.printStackTrace(); } } ^^Is my code to show object/npc/ other ids in game... I found the field "dZD_boolean_fld" but it says it doesn't exist as seen here: https://gyazo.com/550230170aff429a2964d91b1f15b50f Any help on what I'm doing wrong? I don't think this is the wrong field.
-
I have evaded PKH banning system hundreds of times. I have been ip/mac and file banned multiple times. I know how to use a VPN and I know how to change my ip address through router settings. I have talked to 3 other people who have the same problem. I have used a virtual machine with a VPN and still banned. I log onto other computers that are connected to the same wifi but with a VPN and am still banned. I have switched VPNs multiple times. The people I've talked to have resorted to playing using their phone hotspot to connect to and others have even bought their own router. I know for a fact it is a network ban but have no way of proving it apart from looking deep into this issue for some months... I was unable to find anything in the client code
-
Type: Router specific Problem: Changing mac/ip/clearing file ban does nothing. Dced upon logging in within 10 seconds. Something to do with NETWORK, NOT computer specific. Fix: Buying a new router, connecting to personal hotspot on phone. Does anybody have a fix to this rather than buying a new router?
-
Banned within 10 minutes on every new acc fresh ip/mac
-
-
Banned on when trying to connect to server. Have never logged in before
-
https://gyazo.com/d7eedf87917ab73b9be1dd844e7e7008 Log in and dced after 5 seconds. Not sure if its pkhonor's new perm ban in action that I've been unable to deal with in the past (not file ban, mac ban, or ip ban)
-
https://gyazo.com/ca4d2abb729cae88828ab8ddac20df61
-
Maybe something with your java installation?
-