Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. generalsensei

    Weekly botting ban results published by Jagex

    Some people already know this, but Jagex actually posts weekly statistics on the number of bots they ban, for anyone interested you can view them here. Support Stats – Support . I only found this page after seeing it in one of OakDice's recent youtube videos in which he covers how much of the...
  2. generalsensei

    Question Viewing your bots flow in a diagram form

    Was wondering if anyone was interested in learning how to render their bot flow in a diagram as shown in the image ive attached to this thread. Its definitely help me figure out splits in my logic flow much easier than having everything pictured in my head, and has saved me countless hours to date.
  3. generalsensei

    Question Having issues climbing up same stairs im able to climb down

    Hey guys im having some issue with custom web and the lumbridge bank. I am currently adding GameObjects to my web manually, such as below //lummy 1st floor south staircase up addGameObjectVertex(new Coordinate(3205, 3208, 0), "Staircase", "Climb-up", Collections.emptyList(), new...
  4. generalsensei

    Question Efficiency and new query calls

    Hey guys im noticing whenever I poll for enemies to attack in my fighter bot I am having substantial stuttering and lag during the new query. The query in question is as follows, and makes sure enemies found are within my defined area constraints. Npc cow =...
  5. generalsensei

    Resource Determining if a drop originally belongs to LocalPlayer

    Does anyone got a good piece of code they use for determining if a drop originated for the LocalPlayer? Something to prevent iron mans from clicking on loot that doesn't belong to them and thus cant collect?
  6. generalsensei

    Question How to more easily see entity ids, coordinates, etc in real time?

    Guys there has gotta be a better way to detemine coordinates then by moving your character around an area and logging all the points. I remember on a previous bot client there was a way to overlay all of this information on the client itself, so you could just see all the ids in the viewport of...
Top