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
  • Leaderboard

    Popular Content

    Showing content with the highest reputation on 10/12/18 in all areas

    1. Purchase using PayPal, OSRS GOLD, CRYPTO or OTHER Click here for your 2 hour free trial! Features Supports almost all locations Can mine at mining guild Can mine rune essence at Varrock and Ardougne Anticipates rocks to beat other bots (see the GIFs below) Can switch worlds when no rocks to mine Fast powermining Easy setup Active customer support Anticipating makes sure you beat other bots! Anticipating off: Anticipating on: Smart spot detection Gallery Click here for your 2 hour free trial!
      1 point
    2. Features Attacks portals Defends knight All boats Special attacks Loots arrows Intelligent combat and prayer Prioritizes spinners Switches between enemies quickly Active customer support Requirements Atleast 40 combat level Gallery @Phorbidden @wh0x @th3duggan @wh0x http://i.imgur.com/qCxw6Af.png http://i.imgur.com/dC90ew0.png http://i.imgur.com/pDBR7Jl.png
      1 point
    3. Purchase using PayPal, OSRS GOLD, CRYPTO or OTHER Click here for your 2 hour free trial! Features Supports Air, Mind, Water, Earth, Body, Fire and Nature runes Supports teleportation for some runes Supports essence runners Supports automated crafter to use with runners You can accept trades legit and let bots bring essence to you Active customer support Gallery Click here for your 2 hour free trial!
      1 point
    4. Roma

      RQuester [50+ Quests]

      Supported Quests: 1. Animal Magnetism 21. Knight's Sword 40. The Tourist Trap 2. Biohazard 22. Lost City 41. The Golem 3. Big Chompy Bird Hunting 23. Mountain Daughter 42. The Gnome Village 4. Client Of Kourend 24. Nature Spirit 43. Tutorial Island (Old) 5. Cook's Assistant 25. Plague City 44. Tutorial Island (New) 6. Death Plateau 26. Priest In Peril 45. Vampire Slayer 7. Demon Slayer 27. Prince Ali Rescue 46. Waterfall 8. Doric's Quest 28. RFD: Cook 47. Witch's House 9. Dragon Slayer 29. RFD: Evil Dave 48. Witch's Potion 10. Druidic Ritual 30. RFD: Dwarf 49. Miniquest: Varrock Museum Quiz 11. Dwarf Cannon 31. RFD: Goblin 50. Miniquest: Barcrawl 12. Eagle's Peak 32. RFD: Ogre 13. Ernest The Chicken 33. RFD: Pirate Pete 14. Fight Arena 34. Romeo & Juliet 15. Fishing Contest 35. Rune Mysteries 16. Gertrude's Cat 36. Sheep Shearer 17. Goblin Diplomacy 37. The Grand Tree 18. Imp Catcher 38. Shadow Of The Storm 19. Jungle Potion 39. The Restless Ghost You can modify the way the bot is grabbing the prices by editing the "rquester prices" file in your dreambot/scripts folder. Instructions can be found within the file. *Dragon slayer - melee only. *TGT, Fight arena - safe spot only. Case sensitive Profile name Example: java -Xmx512M -jar -Xbootclasspath/p:/YOUR_USER_PATH/DreamBot/BotData/client.jar /YOUR_USER_PATH/DreamBot/BotData/client.jar -username "forumsname" -password "forumspw" -account "savedacc1" -script "RQuester" -params "myprofilename"
      1 point
    5. Purchase using PayPal, OSRS GOLD, CRYPTO or OTHER Click here for your 2 hour free trial! Features Can run for days! See the 120 hour proggy below Supports custom areas Supports dragon axe special Supports banking Supports powerchopping Supports world hopping Supports any tree including Redwood Active customer support Gallery @TuckinFypo @Dangiris @falkare @Gains @Salix @mattias99 @Zeke @iTbag @Gold Farm @Gold Farm @Iitan kone @mazoner @Hashtag @Hashtag Click here for your 2 hour free trial!
      1 point
    6. Why Choose this script: Progressive mode. Supports all bars Fast Exp Both f2p & p2p spots What does this script do: Gets you 1-99 Smithing Requirements: 1 Smithing Smithing supplies Supports: Bars: Bronze, Iron, Steel, Mithril, Adamant, Rune Items: Dagger, Sword, Scimitar, Long sword, Two hand sword, Axe, Mace, Wathammer, Battle axe, Chain body, Plate legs, Plate skirt, Plate body, Nails, Medium helm, Full helm, Square shield, Kite shield, Dart tips, Arrowtips, Knives, Javalin heads, Bolts, Limbs. How to start: Start the script anywhere on runescape ground floor Have Smithing supplies in the bank! GUI: Proggy: Signature: Get your own by adding this to you're signature: [img=http://nexscripting.com/users/YOURNAME&script=smither.png] On the SDN for only 9.99 Up-vote this thread & join the discord to request your trial: https://discord.gg/DtbhEXJ
      1 point
    7. Long story short, I have decided to retire early from my OSRS scripting career and I feel bad leaving all this work I've done behind. So I figure I'll release the source code to everyone and maybe someone can learn something from it and then it isn't a complete waste of time lol. Features: Easy to use, robust anti-pattern system that randomizes various activities while botting. The current code will: Examine random entities (objects, npcs, ground and inventory items etc) Check a random stat (you can tell it which stats to check with antiban.setStatsToCheck(Skill.ATTACK, Skill.DEFENCE);) Type something random (gibberish) Move the mouse to a random location (and sometimes click the left or right button) Walk to a random location nearby Chop a random tree nearby Click on a random entity (object, npc, item etc.) Go AFK for a while (turns off autologin and random solvers temporarily) Open your inventory Open your stats menu Open your magic menu Open your combat menu (only if you have included Melee stats in your Stats to Check) Move the mouse off-screen for a while Move the camera randomly Trigger a "DO_RANDOM" flag for custom script-specific anti-pattern measures (eg. drop junk early etc.) It also includes ChatBot code (for retrieving CleverBot API responses). I will also include the code to my script-helper class just for anyone who is curious and maybe wants to steal some of my helper methods (such as randomized slot-pattern item dropping and general convenience methods). The way it was designed is to be used as a final callback after your usual script logic is performed. When your character is idling or between actions, call antiban.antiBan() to perform any of the given actions at random. Enjoy guys have fun. Script Example: package ZenTester; import org.dreambot.api.script.AbstractScript; import org.dreambot.api.script.Category; import org.dreambot.api.script.ScriptManifest; import java.awt.*; @ScriptManifest(category = Category.MISC, name = "ZenTester", author = "Zenarchist", version = 1.0, description = "For testing") public class Main extends AbstractScript { // Declare anti-ban instance private ZenAntiBan antiban; @Override public void onStart() { // Initialize anti-ban instance antiban = new ZenAntiBan(this); } @Override public int onLoop() { // Check for random flag (for adding extra customized anti-ban features) if(antiban.doRandom()) log("Script-specific random flag triggered"); // Call anti-ban (returns a wait time after performing any actions) return antiban.antiBan(); } @Override // Draw anti-ban info to the screen public void onPaint(Graphics g) { g.drawString("Anti-Ban Status: " + (antiban.getStatus().equals("") ? "Inactive" : antiban.getStatus()), 10, 100); } } ZenAntiBan.java:
      1 point
    8. Muiguel545

      RQuester [50+ Quests]

      There is a option to skip the GE, in "Settings" in the top left corner
      1 point
    9. If you're using client.jar the graphical overlay won't show up. DBLauncher.jar will have the overlay.
      1 point
    10. Peace out everybody! Good luck with your coding journey.
      1 point
    11. And here is my entire heavily-commented Helper class package for anyone who is curious and looking for ideas. Just put all of these into a package named Zen, then import Zen.* and call the constructor Zen(script) in your AbstractScript's start method to gain access to the generic helper methods, GUI and the AntiBan systems in your own scripts. This class contains features like generic shift-dropping methods, inventory slot pattern randomization, various widget IDs and coordinates etc. Basically it is just a custom library for simplifying any actions that are performed repeatedly across multiple scripts. Zen.java: ZenGUI.java: ZenAntiBan.java: Script Example:
      1 point
    ×
    ×
    • 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.