Basicly started a client loader with bcel tools. I put it in my ob client creator aswell (private one).
Current features
Calling methods by a scripting system, example:
Code:
class client method method77 int end call 2 end
This will select the class client, select the method77(int) and then call it method77(2).
Browsing classes/methods.
By executing commands, you can open a frame with a list in it. By just clicking, you can browse through classes and methods.
External script support
I'm going to try and make edit functions, I do not know (yet) if you can edit files while your using them.

More to come