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

    Members
    • Posts

      85
    • Joined

    • Last visited

    Reputation Activity

    1. Upvote
      Gh0st reacted to Hashtag in ❤️ # Blast Furnace ❤️ | Efficient | G.E. restocking | Switching gloves | Coal bag | Stamina potions   
      Done.

      Update 1.6. What's new?
      Coal bag fixes & tweaks. (Faster + doesn't get stuck) Please wait patiently while this update is pending.
      Thank you!
    2. Upvote
    3. Upvote
    4. Upvote
      Gh0st reacted to Neffarion in 🏹 [$5.99] [AIO] Nano Fletcher v3 - Fully Fledged Complete AIO Fletching script   
      Screenshots:
       
      How to use Quickstart (VIP+)
       
      PROGRESSIVE MODE

      FAQ
       




      CLICK TO PURCHASE SCRIPT


       
      progressive.profile
    5. Upvote
      Gh0st reacted to Hashtag in ❤️ # Blast Furnace ❤️ | Efficient | G.E. restocking | Switching gloves | Coal bag | Stamina potions   
      Purchase using PayPal, OSRS GOLD, CRYPTO or OTHER
      Click here for your 2 hour free trial!
      Features
      Supports all bars except bronze bars Pays fee every 10 minutes when under 60 smithing Ice & Gold gloves switching Supports cooling down smelted bars with bucket of water or ice gloves Supports stamina potions to boost run energy Supports coal bag to carry twice as much coal Stops when out of ores or coffer is empty Supports DreamBot's QuickStart Cool dynamic signature Active customer support Requirements
      Started the quest The Giant Dwarf (No requirements to start the quest) Atleast 15 smithing (Optional: You get smithing level to 29 when you finish The Knight's Sword) You must have coins in the coffer before starting the script. It will logout once you have no coins in the coffer. It consumes 72k/hour, so this way you can determine how long you want the script to run.
      Gallery


       
      Blast Furnace guide
      QuickStart
      Click here for your 2 hour free trial!
       
    6. Upvote
      Gh0st reacted to Hashtag in ❤️ # Blast Furnace ❤️ | Efficient | G.E. restocking | Switching gloves | Coal bag | Stamina potions   
      Try to move the potions and ores on top of the bank.
       
      Pushed a new update (1.3). No longer getting stuck trying to deposit too many ores (let me know if this still happens, but I am pretty sure it got fixed). Made dynamic signatures for this script (experimental). Also few tweaks to make the script faster!
      OK guys let me know how it runs. Happy botting!
    7. Upvote
      Gh0st reacted to Hashtag in ❤️ # Blast Furnace ❤️ | Efficient | G.E. restocking | Switching gloves | Coal bag | Stamina potions   
      Both done. Enjoy!
       
       
      If I manage to find some spare time, then I might =)
    8. Upvote
      Gh0st reacted to Nuclear Nezz in DreamBot's QuickStart   
      This is outdated and was made for DreamBot 2, for an updated guide please visit here:
      https://dreambot.org/guides/user-guide/quickstart/
       
      *this is a guide for windows, if anyone cares to write one for linux/mac it'd be really helpful. *
       
      In the latest release of the Dreambot Client(as of now 2.0.8) we have added CMD arguments to our client.
      What this means is that you can autostart scripts via command line.
      The current args available are:
      -proxy "Proxy nickname"
      -script "The Script Name Here"
      -world 318 (or any other world number)
      -username "Dreambot Forum Username"
      -password "Dreambot Forum Password"
      -account "Account nickname"
      -version 1.0 (version of the script)
      -fps 30 (set the FPS here)
      -params "Any param" can go "in this area" (these will probably be generally script specific, and must be supported by the script)
      -proxyHostArg 12.124.124.124 (host of a proxy)
      -proxyPortArg 12345 (port of a proxy)
      -proxyUserArg nezzisgr8 (username for proxy authentication)
      -proxyPassArg password1234 (password for proxy authentication)
      -accountUsernames [email protected] [email protected] [email protected] (any number of account usernames instead of nicknames)
      -accountPasswords password1234 password1234 password1234 (any number of account passwords instead of nicknames)
      -slim (this shrinks the client's UI a bit, VIP feature)
      -single (this removes the tab bar, you will be unable to open or close tabs, this is a VIP feature)
       
      There's also a -portable arg that @Notorious added a while ago, which makes the client use the current running location as the home directory.
       
      An example of usage for this is:
      java -jar -Xbootclasspath/p:C:\Users\Nezz\Dreambot\BotData\client.jar C:\Users\Nezz\Dreambot\BotData\client.jar -proxy goldfarm1 -script "Pandemic's Fighter" -world 359 -username Nezz -password password1234 -account wc1 -params Cow
       
      Replace "C:\Users\Nezz\Dreambot\BotData\client.jar" with the path to your client.jar
       
      "But what about limiting RAM!"
      You can add a RAM argument as well, -Xmx255M will limit the client to 255MB, or the equivalent of putting 255 in the field in our loader. You can change it to whatever number you want, as long as it's within your PC's capabilities.
       
      So the full cmd would look like:
      java -Xmx255M -jar -Xbootclasspath/p:C:\Users\Nezz\Dreambot\BotData\client.jar C:\Users\Nezz\Dreambot\BotData\client.jar -proxy goldfarm1 -script "Pandemic's Fighter" -world 359 -username Nezz -password password1234 -account wc1 -params Cow
       
      If you want to start multiple tabs, you just need to expand a little on a few parameters.
      -account acc1 acc2 acc3
      Just separate the account nicknames with a space, if your account nickname has a space in it it would look like
      -account "acc 1" "acc 2" "acc 3"
       
      -world 383 376 384
      List the worlds you want each tab to start with.
       
      -script script1 script2 script3
      List each script you want each tab to start with.
      As with the account nicknames, if the script has a space in its name just put quotes around it.
       
      -version 1.0 1.1 1.2
      List each version of each script you want (not necessary, if no version is listed it will just find the first instance of that script name)
       
      -params (these "are the" params) (for multiple scripts)
      List each set of params surrounded by ()'s, for a param that needs to use a space, surround that in quotes.
      If you're running a single script you do not need the ()'s
       
      The proxyhost/port/user/pass args are for if you don't want to add the proxy to your launcher and use a proxy nickname.
      The accountUser/Pass is for when you don't want to add the account to your client before running quickstart. This will automatically add the accounts to your account manager, using the username as the nickname. The number of usernames and passwords given must be the same!
       
       
      The DreamBot's QuickStart is a VIP and up feature.
    9. Upvote
      Gh0st reacted to Hashtag in ❤️ # Blast Furnace ❤️ | Efficient | G.E. restocking | Switching gloves | Coal bag | Stamina potions   
      I have pushed an update. It should be approved soon enough!

      The update has been approved.
    10. Upvote
      Gh0st got a reaction from hoagiebeats in 👑Dreamy Chaos Druids👑| 3 Locations | Banking | Custom looting | Combat task switching | Herb sack |   
      Everything this guy is saying is true lol. Honestly I watched it try to do edgeville druids and looked like an autistic/retarded person was playing no offense. 
       
      Taverly doesn't work whatsoever, just stands there walking around lol and overall the bot/script is extremely slow etc.
       
       
      @Zawy  you might wanna look into making this script work/worth again because as it is right now I wouldn't buy it and I dont think anyone else would.
    11. Upvote
      Gh0st reacted to hoagiebeats in 👑Dreamy Chaos Druids👑| 3 Locations | Banking | Custom looting | Combat task switching | Herb sack |   
      This. It doesnt attack the druids it waits  for them to attack you.  I bought this script because of positive reviews and im  definitley not getting what I paid for IMO. It has worked once for less than an hour, aside from this, 0/5. It works at NONE  of the "supported locations". If someone can offer support i'd be very appreciative. Thank you.
    12. Upvote
    ×
    ×
    • 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.