Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/29/24 in all areas

  1. Tysm!! It means a lot to me worked so hard on this one
    1 point
  2. This is the method I have on my Timer class public int getPerHour(int value) { return (int) (value * 3600000d / (System.currentTimeMillis() - start)); } About the same as you have, except for the fact I multiply first instead of diving so there are no rounding errors
    1 point
  3. This Script is the BESTTTTTT , Any1 thinking wether or not if they should get a GOTR Script !!! trust me bro : This is the one! i promise you wont be disappointed shout out to Czar
    1 point
  4. Hello Czar, What type of Anti pking does this script have? I see some bots do like 8 way instant mage swaps and entangle etc. Does this do that at all or is it a really quick reaction to run into TP away?
    1 point
  5. Launch legacy client through Jagex launcher, launch mirror as normal
    1 point
  6. You could simplify it to something like this (Although didn't test it), another step would be changing the traintype to an enum but yeah. public void setAttackStyle(String trainType) { int style = script.getConfigs().get(43); switch (trainType) { case "DEFENCE": if (style != 3) { selectAttackStyle(17, 4); } break; case "ATTACK": if (style != 0) { selectAttackStyle(5, 4); } break; case "STRENGTH": if (style != 1) { selectAttackStyle(9, 4); } break; } } private void selectAttackStyle(int childId, int subChildId) { if (!script.getTabs().open(Tab.ATTACK)) { return; } RS2Widget widget = script.widgets.get(593, childId, subChildId); if (widget != null && widget.isVisible()) { widget.interact(); } }
    1 point
  7. It's all random as fuck, I have a main with 1750+ total 112 combat 2 99s and every skill botted. The account being 10h+ online a day which still hasn't gotten one single ban. On the other side I got my babypure banned 2 days ago which I had like 600 total lvl on and 80 questpoints. My mistake was the day it got banned I botted it 10 hours with 2 breaks inbetween tho.
    1 point
  8. Definitely not good for farms, at some point farms will certainly get banned while you could probably slowly build up a maxed main over the course of a couple years.
    1 point
  9. Notice "How to not get banned" basically makes botting worthless. The key to botting is to accept that you will get banned and maximize profit before it happens.
    1 point
×
×
  • Create New...