Zeimten 17 Posted June 28, 2015 If this bot is pure reflection, why does it have injection charecteristics, drawing models, grabbing ID's ingame. I don't get that, I thought reflection couldn't or shouldn't grab those. I may just be stupid but why is this
Notorious 342 Posted June 28, 2015 If this bot is pure reflection, why does it have injection charecteristics, drawing models, grabbing ID's ingame. I don't get that, I thought reflection couldn't or shouldn't grab those. I may just be stupid but why is this We have access to the same data as a injection clients do, though there are a few differences with how we grab that data. Injection clients add callback methods inside the game itself, so that the variable they need is sent to a interface which they created. Reflection just reads the values we need without adding any sort of code to the game, in hopes it circumvents Jagex detecting code changes (They have a system in place, though its usage is undetermined). I'll skip all the technical stuff, but mainly we have access to the same data, just how we access it is different.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.