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
  • Im A Baller

    Members
    • Posts

      921
    • Joined

    • Last visited

    • Days Won

      1

    Reputation Activity

    1. Like
      Im A Baller got a reaction from fenix31 in Baller Progressive WC [Progressive Leveling] [Upgrades Axes] [All Trees] [AIO Custom Locations] [Custom 3 Tier System] [Powerchopping] [Bird nests] [Dragon Axe Special] [Universal Banking]   
      Baller Progressive Woodcutter
      Baller Progressive WC includes everything you could need in a woodcutting script - progressive leveling, axe upgrades, AIO custom locations, over 50 pre-coded locations, dragon axe special, birds nests, universal banking, and more!

      Most Important Features
      Progressivity
      This is one of the many features that makes Baller's Progressive Woodcutter unique. Currently featuring 36 different locations, there are an infinite number of unique possible paths that you can create, meaning your actions will consistently be different from anyone else's. Using progressive mode, you can easily go from 1 to 99 woodcutting, automatically hopping between trees, locations, and switching axes! You can go from regular to magic trees, and switch from bronze axes all the way up to dragon without even touching your computer! For each individual task, you also have the option to powerchop logs, or bank them, making quick profit or XP for any given type of tree that YOU decide!
       
      Free Mode - AIO Custom Locations
      Free Mode is an AIO chopper in which you can decide your own area to chop, what trees you'd like to chop, and whether you'd like to bank or just powerchop! If you choose banking, not only will it bank your logs, but the script will also automatically choose the best possible axe that you can use from your bank, letting you to go from bronze to dragon without touching your computer!
      Antiban
      Finally, the last tier to this amazing script is the antiban unique to all Baller scripts, that ultimately puts you in control. Beside our custom progressive and AIO systems that mean you never do the exact same actions as everybody else, if you want more randomized actions, you have the opportunity to complete them at whatever timed or totally random percent intervals that you'd like, making your customized actions truly random!
       
       
      Feature Overview
      Redwood trees
      rogressive woodcutting
      Progressive axe-switching
      50 pre-set locations across the RuneScape map
      Custom locations
      Dragon Axe Special Attack
      Picking up Bird's Nests
      All types of trees
      Powerchopping
      Universal banking
      Different trees at the same time
      Random, percent-based antiban and time-interval antiban
       
    2. Like
      Im A Baller got a reaction from z10n in Baller Progressive WC [Progressive Leveling] [Upgrades Axes] [All Trees] [AIO Custom Locations] [Custom 3 Tier System] [Powerchopping] [Bird nests] [Dragon Axe Special] [Universal Banking]   
      Baller Progressive Woodcutter
      Baller Progressive WC includes everything you could need in a woodcutting script - progressive leveling, axe upgrades, AIO custom locations, over 50 pre-coded locations, dragon axe special, birds nests, universal banking, and more!

      Most Important Features
      Progressivity
      This is one of the many features that makes Baller's Progressive Woodcutter unique. Currently featuring 36 different locations, there are an infinite number of unique possible paths that you can create, meaning your actions will consistently be different from anyone else's. Using progressive mode, you can easily go from 1 to 99 woodcutting, automatically hopping between trees, locations, and switching axes! You can go from regular to magic trees, and switch from bronze axes all the way up to dragon without even touching your computer! For each individual task, you also have the option to powerchop logs, or bank them, making quick profit or XP for any given type of tree that YOU decide!
       
      Free Mode - AIO Custom Locations
      Free Mode is an AIO chopper in which you can decide your own area to chop, what trees you'd like to chop, and whether you'd like to bank or just powerchop! If you choose banking, not only will it bank your logs, but the script will also automatically choose the best possible axe that you can use from your bank, letting you to go from bronze to dragon without touching your computer!
      Antiban
      Finally, the last tier to this amazing script is the antiban unique to all Baller scripts, that ultimately puts you in control. Beside our custom progressive and AIO systems that mean you never do the exact same actions as everybody else, if you want more randomized actions, you have the opportunity to complete them at whatever timed or totally random percent intervals that you'd like, making your customized actions truly random!
       
       
      Feature Overview
      Redwood trees
      rogressive woodcutting
      Progressive axe-switching
      50 pre-set locations across the RuneScape map
      Custom locations
      Dragon Axe Special Attack
      Picking up Bird's Nests
      All types of trees
      Powerchopping
      Universal banking
      Different trees at the same time
      Random, percent-based antiban and time-interval antiban
       
    3. Upvote
      Im A Baller reacted to OGCritical in Osbot or Dreambot ?   
      I've tried both for years. Overall Dreambot is more human like and I've got less bans.
    4. Like
      Im A Baller reacted to Riprekt in RipBananas | Steals bananas from an innocent store owner   
      Pretty straightforward, steals bananas from Wydin's back room.
      Requirements:
       - White apron (in bank or inventory)
       - Partial completion of Pirate's treasure so you can enter the back room (you need to have smuggled the karamja rum)
      PLANNED FEATURES:
       - Add pirates treasure
       - Grab apron if you don't have one in bank
       - Add a (profit) counter
    5. Upvote
      Im A Baller reacted to flipjazz in Basic Lumbridge Anchovies Fisher w/ Banking   
      Hey, started to learn how to script. Here is a basic Lumbridge anchovies fisher I wrote.
      Let me know if you have any tips! I saw some scripts do some human like movements like clicking on skills tab or change camera angle. Wondering how important this is and how to do it.
       
      import org.dreambot.api.Client; import org.dreambot.api.methods.MethodProvider; import org.dreambot.api.methods.container.impl.Inventory; import org.dreambot.api.methods.container.impl.bank.Bank; import org.dreambot.api.methods.container.impl.bank.BankLocation; import org.dreambot.api.methods.container.impl.bank.BankType; import org.dreambot.api.methods.interactive.NPCs; import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.methods.map.Area; import org.dreambot.api.methods.walking.impl.Walking; import org.dreambot.api.script.AbstractScript; import org.dreambot.api.script.Category; import org.dreambot.api.script.ScriptManifest; import org.dreambot.api.wrappers.interactive.Entity; import org.dreambot.api.wrappers.interactive.NPC; import org.dreambot.api.wrappers.interactive.Player; @ScriptManifest( name = "Script Name", description = "My script description!", author = "Developer Name", version = 1.1, category = Category.UTILITY, image = "") public class TestScript extends AbstractScript { private final Area fishArea = new Area(3243, 3150, 3245, 3153); private final Area lumbridgeBank = BankLocation.LUMBRIDGE.getArea(2); @Override public int onLoop() { MethodProvider.log("On loop is called..."); if (!Inventory.isFull()) { doFish(); } else { goBank(); } return (int) (Math.random() * 500) + 500; } private void goBank() { Player currPlayer = Players.localPlayer(); if (currPlayer.isAnimating()) { MethodProvider.log("Player is moving."); return; } if (!lumbridgeBank.contains(currPlayer)) { MethodProvider.log("Go to bank."); Walking.walk(lumbridgeBank.getRandomTile()); return; } Entity banker = Bank.getClosestBank(BankType.NPC); if (banker != null) { MethodProvider.log("depositing."); Bank.openClosest(); Bank.depositAll(item -> item.getName().equals("Raw shrimps")); return; } } private void doFish() { Player currPlayer = Players.localPlayer(); if (currPlayer.isAnimating()) { MethodProvider.log("Player is moving."); return; } NPC fishingSpot = NPCs.closest("Fishing spot"); if (fishingSpot != null) { MethodProvider.log("Cast Net."); fishingSpot.interact("Net"); return; } if (!fishArea.contains(currPlayer)) { MethodProvider.log("Walk to area."); Walking.walk(fishArea.getRandomTile()); return; } } }  
    6. Upvote
    7. Like
      Im A Baller got a reaction from RonaldRunesca in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    8. Upvote
      Im A Baller got a reaction from SilentusDuks in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    9. Like
      Im A Baller got a reaction from valenti94 in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    10. Upvote
      Im A Baller got a reaction from bearnews in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    11. Like
      Im A Baller got a reaction from Goldnield in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    12. Like
      Im A Baller got a reaction from Ohmu944 in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    13. Like
      Im A Baller got a reaction from 3423423423423 in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    14. Like
      Im A Baller got a reaction from champabotter9 in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    15. Like
      Im A Baller got a reaction from Crown07 in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    16. Like
      Im A Baller got a reaction from KobbGaming in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    17. Like
      Im A Baller got a reaction from Stobbzy50 in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    18. Like
      Im A Baller got a reaction from swifter in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    19. Upvote
      Im A Baller got a reaction from imhelios in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    20. Like
      Im A Baller got a reaction from DakkAttack in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    21. Upvote
      Im A Baller got a reaction from Kelton1 in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    22. Like
      Im A Baller got a reaction from lalous in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    23. Upvote
      Im A Baller got a reaction from bot farm 1 in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    24. Like
      Im A Baller got a reaction from Sandman in Baller's Beast Tanner [2-tiered antiban] [All hides] [Potion support] [Estimated profit]   
      Introducing Baller's Beast Tanner
       
      (1) All hides supported, including snakeskins, and soft/hard leather.
      (2) Customizable antiban through 0-100% percent activity or timing.
      (3) All potions supported - energy, super energy, stamina, drinking each of them at the perfect times to look as humanlike as possible, while still conserving resources as necessary! Do you want any other potions to be added? Just ask . 
      (4) The fastest tanner on Dreambot! Using super energy potions, one can tan up to 2900 hides PER HOUR! That's over 300k+ per hour!
      (5) An incredibly useful paint that not only shows time ran, the script's current status, what you're tanning, how many hides you've tanned, how many hides you've tanned per hour, and ultimately how much money you're making per hour, grabbed straight from GE prices!

    25. Upvote
      Im A Baller got a reaction from alch my ex in Baller's #1 Agility Pyramid [250k+/hr!] [All potions & food supported (includes banking!)] [Cashes pyramids or logs out if desired] [Advanced Antiban] [Sleek GUI]   
      GUI

      Note: Before reporting a bug, first make sure your zoom settings are correct first! Without correct zoom settings, any script you run (including this one) will not function properly. 
       
    ×
    ×
    • 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.