Lol_marcus Posted May 8, 2020 Share Posted May 8, 2020 (edited) Hi all, this is a very simple GE Walker/Runner for people who are: Too lazy to walk to the GE Fresh off of Tutorial Island and are still, too lazy to walk to the GE Have just died, gone to the bank, realized you have no runes or teleport tabs, and are way too lazy to walk to the GE Features Will turn off auto-retaliate (in case you're coming from Lumbridge as a fresh level 3 and are attacked by those pesky dark wizards) Will turn on run if it's above 15 Uses Webwalking, which means it'll climb up/down stairs, open doors, and basically figure out the best way to the GE Ideally you're not going to want to start this from the other side of the map. If that is the case for your character, you're better off teleporting to Lumbridge first and only then running the script. Downloading the script You can find the .jar download at the end of the post and add it to: C:\Users\*YOURUSERNAME*\OSBot\Scripts or Source code package core; import org.osbot.rs07.api.map.constants.Banks; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(name = "GE Walker", version = 1, author = "Marcus", logo = "", info = "Walks and runs to the GE") public class Main extends Script { @Override public int onLoop() throws InterruptedException { if (Banks.GRAND_EXCHANGE.contains(myPosition())) { stop(true); } else { combat.toggleAutoRetaliate(false); getWalking().webWalk(Banks.GRAND_EXCHANGE); } return 700; } } Thanks and enjoy. Any feedback as well is more than welcome. GE Walker.jar Edited May 8, 2020 by Lol_marcus Punctuation :) Quote Link to comment Share on other sites More sharing options...
SmallBank Posted June 3, 2020 Share Posted June 3, 2020 Life saver, works a treat mate 1 Quote Link to comment Share on other sites More sharing options...
MrJT Posted June 7, 2020 Share Posted June 7, 2020 Simple, effective, saved me many clicks! Fancy AIO things are cool and all, but little unitaskers like this are the lifeblood of any lazy bachelor's kitchen drawer! 2 Quote Link to comment Share on other sites More sharing options...
Nyb Posted June 29, 2020 Share Posted June 29, 2020 Used it , its cool ty 1 Quote Link to comment Share on other sites More sharing options...
SmaTTeR Posted November 3, 2020 Share Posted November 3, 2020 Still works perfect as of 11/2/2020. Very useful for when your making mass accounts and wanna get them to ge while you setup the other bots. Quote Link to comment Share on other sites More sharing options...
SkyMuffinz Posted November 3, 2020 Share Posted November 3, 2020 2 hours ago, SmaTTeR said: Still works perfect as of 11/2/2020. Very useful for when your making mass accounts and wanna get them to ge while you setup the other bots. Khal tutorial walks to g.e. after finishing tut island Quote Link to comment Share on other sites More sharing options...
SmaTTeR Posted November 4, 2020 Share Posted November 4, 2020 23 hours ago, SkyMuffinz said: Khal tutorial walks to g.e. after finishing tut island I do mine by hand because Ive had more accounts banned after using the tut island script than when I do by hand then bot. Quote Link to comment Share on other sites More sharing options...
SkyMuffinz Posted November 4, 2020 Share Posted November 4, 2020 I made two khal wcers using khal tut and got them both to 70 but only one was banned. Same ip lol it was weird. Quote Link to comment Share on other sites More sharing options...
SpaceBuond Posted May 10, 2023 Share Posted May 10, 2023 Still works thanks mate 1 Quote Link to comment Share on other sites More sharing options...