Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Challenge] iKinky Minecraft Client [Challenge]
#8
(10-12-2014, 09:39 PM)Bibl Wrote:  add client.jar and libs.jar to eclipse buildpath

Code:
void main()
class c = nb.class;
for(field f : c.getdeclaredfields())
if f.getname.equals("z")
string[] strings = f.get(null);
for(string s : strings){
system.out.println(s);
}

Even better! I realized that was possible after I posted that post haha.
Reply
 


Messages In This Thread
RE: [Challenge] iKinky Minecraft Client [Challenge] - by Konloch - 10-12-2014, 11:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website