
Originally Posted by
reddevil12312
Well idk if it can modify it, but RSbot uses BCEL just like we use reflection. Even though they show the same things, tiles and ect, i think they just work in different languages. thats what i've picked up so far. The only reason i know anything about it is, i use to use RSbot, but I switched to Scar and Srl. They just seemed like the better program.
In no way, did i mean to sound as i was advertising. I'm sorry if any one got that idea.-
Not right.
Code:
The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class).
Code:
Reflection is commonly used by programs which require the ability to examine or modify the runtime behavior of applications running in the Java virtual machine.
RsBot doesn't just use BCEL, they also have reflection techniques.