Jump to content

Search the Community

Showing results for tags 'ge'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OSBot
    • News & Announcements
    • Community Discussion
    • Bot Manager
    • Support Section
    • Mirror Client VIP
    • Script Factory
  • Scripts
    • Official OSBot Scripts
    • Script Factory
    • Unofficial Scripts & Applications
    • Script Requests
  • Market
    • OSBot Official Voucher Shop
    • Currency
    • Accounts
    • Services
    • Other & Membership Codes
    • Disputes
  • Graphics
    • Graphics
  • Archive

Product Groups

  • Premium Scripts
    • Combat & Slayer
    • Money Making
    • Minigames
    • Others
    • Plugins
    • Agility
    • Mining & Smithing
    • Woodcutting & Firemaking
    • Fishing & Cooking
    • Fletching & Crafting
    • Farming & Herblore
    • Magic & Prayer
    • Hunter
    • Thieving
    • Construction
    • Runecrafting
  • Donations
  • OSBot Membership
  • Backup

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location:


Interests

Found 3 results

  1. 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
  2. Hello, This is a one-click progressive F2P Woodcutter. The only requirement is ~50k GP. Features: It will purchase its own supplies. randomized selection for chopping locations multiple locations for each tree type banking support in certain locations support up to Willows -- Yews will be added soon automatically upgrades its own axes and the type of tree it's chopping automatically hops worlds to avoid players, depending on player count This is available for download on the script network. Enjoy!! Cheers, DROID
  3. Heres a script that i made. it just alchs air battlestaffs TO DO: // Nicer paint // Get active traded price from osbuddy for buying price // make gui with amount of staff you want to restock on (same with runes) // gui, which item to alch // GE wait till items are bought, is now on a sleep. Or even buy when there are less then 100 alchable items in inventory // better anti ban?? Things to keep in mind: It only alchs air battlestaffs use it near the GE Please have the spell & the alchable item in this inventory space probably more but idk Keep in mind this is my first script and if you see things that can be improved please comment it RedAlcher.jar
×
×
  • Create New...