Search the Community
Showing results for tags 'world'.
-
Artificial's Plank Collector [FREE] | 200K PER HOUR | NO REQS | ABC2
Guest posted a topic in Outdated
Summary Collects planks that at the barbarian outpost plank spot. Banks the planks once you have a full inventory and hops worlds when all planks on one world have been picked up. Makes up to 200K+ an hour with no requirements needed. Just start the bot at the Barbarian Outpost bank or near the planks. Implements ABC2 Antiban methods. Supports custom world hopping method Antiban methods based on real life data from human players. Makes 200K+ an hour No requirements or starting cash needed. Features dynamic paint that shows status of script, GP p -
Error: I am able to login to any world on any other osrs client This issue on the Tribot client only occurs for certain worlds (about half of em) I've redownloade client, issue persists Using world hopper, same issue
-
When tribot is selecting world it wont click on the worlds
MinusTheGaming posted a topic in Bot Help
Hi i just started using tribot ive set it up using aminer but when it wants to worldhop it logs out and clicks on change world and then clicks in between the worlds not clicking on them complelty missing them also it clicked on a world that was a members world and its on a f2p account please help thanks. -
Im working on an in game world hopper, thought id post it here. Please roast my code and offer suggestions/improvements. import java.awt.Rectangle; import org.tribot.api.General; import org.tribot.api.Timing; import org.tribot.api.input.Mouse; import org.tribot.api.types.generic.Condition; import org.tribot.api2007.GameTab; import org.tribot.api2007.Interfaces; import org.tribot.api2007.NPCChat; import org.tribot.api2007.WorldHopper; import org.tribot.api2007.types.RSInterfaceChild; import org.tribot.api2007.types.RSInterfaceComponent; public class AMWorldHopper { private static R
-
Is there a way to blacklist dmm worlds? My accounts are going to get banned from this. They login in to dmm worlds when I'm not at the computer and then they sit there and do something stupid then take a break then log back in and start doing it again. How do I blacklist dmm worlds?
-
i am currently mining runite ore using mfMiner v1.1, but when it tries to hop world it's just stuck on the login screen and i have to enter my login details manually. Is there any way to set it up so that it enters your details for you?
-
Hey guys, So I'm adding functionality to my bot to hop if it gets put into one of the "botting worlds", 385 or 386. How would I check in my script which world I'm in while in game? I want to add it to the front of my loop so like (pseudoCode): while(isRunning){ if(World.getWorld() == 385 || World.getWorld == 386){ //HOP WORLDS } // CONTINUE WITH SCRIPT}