Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • TheSaint

    Scripter+
    • Posts

      58
    • Joined

    • Last visited

    • Days Won

      1

    Everything posted by TheSaint

    1. Hey, can you send me a message on discord please ill take a look! Thanks. My discord link is in my signature below this post.
    2. Message me in discord
    3. Saints Mule Features Trades gold/items to and from the mule depending on the request from the other script. Runs on port 12345. Mule will stay logged out until it receives a request from another script. Once a request is received by the mule it will head to the location and world given and wait for the other account to arrive. Instructions If using the mule to give gold/items to other accounts, ensure the mule has the gold/items required and just press start. If using the mule to receive gold/items, just press start.
    4. Hey, the link seems to work for me but here is a fresh invite link : https://discord.gg/AEJ7rERf Or you can add me as a friend and DM me, my username is : thesaintdb
    5. Hey please message me in discord buddy ill help ya. Discord link in my signature below the message.
    6. It would be impossible for me to know the ban rate as we don't really know what causes bans. I have included random delays in milliseconds between every action but we have no idea how much of a difference randomization makes. There is a free 24H trial for the script you could run it and make an account or 2 and see if you have any problems with bans. Thanks
    7. Revenant Account Builder Free 24H trial available Requirements An account with membership and gold for supplies. Pricing Preset Builds If you just want to get straight into the action there is 24 different preset builds you can choose from. Just select a build and hit start, and the account will be created. You can also modify the tasks of the preset builds. Task System There are 3 types of task to choose from: Skill Quest Break Tasks are completed in the order that they are added. You can change the order of the tasks using the up/down arrow and dispose of a task using the X. Inventory/Equipment Selector When training ranged, defence or slayer you can choose your own equipment and inventory setups. You can choose different setups for different ranged levels so that you can upgrade your equipment as your ranged level increases. Skill Tasks Ranged / Defence Slayer Prayer Woodcutting Crafting Quest Tasks Break Tasks MISC Settings Antiban Manager CLI Usage Need Support? Join the Discord
    8. Are you trying to save a list of tiles that your player has walked on? I'm not sure if i am understanding what you are trying to do mate but if you are just trying to store tiles to a list whenever you walk on one : List<Tile> tilesList = new ArrayList<>(); @Override public int onLoop() { if (!tilesList.contains(Players.getLocal().getTile())) { tilesList.add(Players.getLocal().getTile()); } return 300; } That will check if your list of tiles already contains the current tile you are stood on and if the list doesn't contain that tile, it will add it to the list. To get the amount of tiles you have walked on you can use : tilesList.size() That will return the size of the list (the amount of tiles the list contains). Although i may have misunderstood what your trying to do.
    9. There aren't any public ones available that i know of.
    10. The offical OSRS game is currently offline, back at 1pm BST.
    11. An easy way to get 20 kills is to kill the boss on your main till it is low health, then run in on the new account and deal just a bit of damage so it counts as a kill! I have done this by just getting 13 mage and 40 prayer for overheads and using fire strike at the Callisto. Another way i have done is to just afk range at sand crabs till 50 range so i have msb then run in and msb spec the boss.
    12. Hey, i created this bot nearly 1 year ago when the wilderness bosses first came out before i was a scripter on Dreambot and i have never been banned using it. This is just my personal experience, hope that helps, cheers
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.