Leaderboard
Popular Content
Showing content with the highest reputation on 08/14/22 in Posts
-
RUNNING 4 SESSIONS PER NODE NODE [2] WITH 4 MORE BOTS Showcase: 8 bots same time generating ~2.8m/hr which equals to roughly ~67m/day! 1 MULE PER MACHINE FAQ What is the script ID? 782 Can I run this bot with the Bot Manager? Yes, the parameters will be the saved file name in the setup window, you will see once you run the bot. Can I request features added to this bot? Yes, I am always listening to requests and adding new features all the time!1 point
-
Hello all. I'm writing a fighter bot that picks up loot from the tile where the last target died. I was wondering if someone could point me to a more efficient and clean way to write the for loops that check for relevant items on the tile and picks them up (see below). Looking forward to learn more. public void lootingLastKilled() { List<GroundItem> itemsOnTile = getGroundItems().get(targetTile.getX(), targetTile.getY()); List<String> itemsToLoot = Stream.of("Feather","Bones").collect(Collectors.toList()); // Check for items on target tile that match items the bot should loot for (int i = 0; i < itemsOnTile.size(); i++) { for (int j = 0; j < itemsToLoot.size(); j++) { if (itemsOnTile.get(i).getName().equals(itemsToLoot.get(j))) { // Pick up ground item that matches items to loot GroundItem itemToPickUp = itemsOnTile.get(i); itemToPickUp.interact("Take"); (new ConditionalSleep(3000) { public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }).sleep(); } } } }1 point
-
1 point
-
1 point
-
We gotta turn off [Don't load extra images/hud] to show the normal paint, otherwise it shows minimal style overlay to save cpu/memory ^^1 point
-
1 point
-
Ya will take a look at that No there is 0 point in doing that, only increases bann rates.1 point
-
1 point
-
1 point
-
Whenever I start the script to high alch it logs me out right away. Not sure what I'm doing wrong.1 point
-
okay so it got stuck again and this is the log [INFO][Bot #1][08/13 08:37:48 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:48 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:48 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:48 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:48 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:48 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:48 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:48 PM]: Unable to detect suitable npcs from detected (10 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:49 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:49 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:49 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:49 PM]: Unable to detect suitable npcs from detected (10 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:49 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:49 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:49 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:49 PM]: Unable to detect suitable npcs from detected (10 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:50 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:50 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:50 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:50 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:50 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:50 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:50 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:50 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:50 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:50 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:50 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:50 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:51 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:51 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:51 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:51 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:52 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:52 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:52 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:52 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:52 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:52 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:52 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:52 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:53 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:53 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:53 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:53 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:53 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:53 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:53 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:53 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:53 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:53 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:53 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:53 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:54 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:54 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:54 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:54 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:54 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:54 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:54 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:54 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:55 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:55 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:55 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:55 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:56 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:56 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:56 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:56 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:56 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:56 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:56 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:56 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:56 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:56 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:56 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:56 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:57 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:57 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:57 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:57 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:57 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:57 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:57 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:57 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:58 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:58 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:58 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:58 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:58 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:58 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:58 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:58 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:58 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:58 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:58 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:58 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:37:59 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:37:59 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:37:59 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:37:59 PM]: Unable to detect suitable npcs from detected (7 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:38:00 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:38:00 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:38:00 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:38:00 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:38:00 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:38:00 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:38:00 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:38:00 PM]: Unable to detect suitable npcs from detected (8 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:38:01 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:38:01 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:38:01 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:38:01 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:38:01 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:38:01 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:38:01 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:38:01 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:38:02 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:38:02 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:38:02 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:38:02 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:38:02 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:38:02 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:38:02 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:38:02 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector.. [INFO][Bot #1][08/13 08:38:02 PM]: DOING HANDLETELEPORT FOR FIGHT!! [INFO][Bot #1][08/13 08:38:02 PM]: NOT IN SAFESPOT ([x=2894, y=9791, z=0])! 11 from [x=2884, y=9796, z=0] [INFO][Bot #1][08/13 08:38:02 PM]: we cant return to safespot, we got things to do. [INFO][Bot #1][08/13 08:38:02 PM]: Unable to detect suitable npcs from detected (9 npcs), resorting to backup detector..1 point
-
thank you czar, still the best scripts out there by far! how do i get it to use the portals in my house because i dont have a nexus as im a broke ironman lol i can only see an option for house tab then nexus? and is it possible to use the alter in my house to recharge prayer? ive been running blue drags all day and it freezes in that area like every 3 or 4 runs.1 point
-
How does sandboxie use proxies tho? I can open 2 clients with proxifier with seperate proxy IPS but when i do the sandboxie steps it just opens a 3rd osrs client and im not sure what ip it is attached to. any tips? edit: oooh i see it automatically takes the proxifier settings you used for each client. genius1 point
-
Why did you think as a botter with no experience it would be a great idea to start botting your main right away? It's never good idea to bot your main anyway1 point
-
I'm back bitches! Kicking off with the second 99: fletching! Thanks to Extra Fletcher (@ExtraBotz) for the great script that got me fletching xp very quickly.1 point
-
I tend to rely on information that has actual citations behind it. Unless someone can provide definitive proof that 'chains bans are a myth' you should be using caution and not making it so blatantly easy that a quick regex expression wouldn't pull up x amount of accounts made by the same person. We don't know what system Jagex has and if you google "Chain ban" there are results that show people have been chain banned so I don't know about that one. I just feel if you're learning, you should be learning good methods.1 point
-
Continue the dialog for 2 seconds. Also, before botting a game, play it for a day1 point