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

    Members
    • Posts

      9
    • Joined

    • Last visited

    Recent Profile Visitors

    The recent visitors block is disabled and is not being shown to other users.

    falselystated's Achievements

    1. Hi, This is obviously an immensely complex piece of software. It was awesome to load up the first time but I got banned within 2 hours on 1 out of 5 accounts being used. The account might have had a previous 2 day ban. There's definitely some "bugs" and ill write them down for you over time. There's also some questionable behaviour which does not look human at all and would instantly be spotted as a bot. I will also write these down and propose some changes as this script would be amazingly good if it looked like completely human behaviour and thoughts. This seems very promising so far but its not polished. I haven't even begun to scratch the surface so these things don't represent the entirety of the script, just the first few hours of usage from my perspective. Let me get back to you! Also how many instances can Sub Zulrah run after one purchase? Thanks and keep up the good work
    2. So for the Devs: class Break // Just an Example { Time start; Time end; } class BreakInfo // Literally this is an old style struct but just use a class. You could have a constructor which just takes in "Name" and a Break; { string name Break break } Dictionary<string,BreakInfo>() breaks; // You could store the Break with a Key of the Breaks name ( set by the user in the GUI ) or as an ID number generated when the user inputs a new Break profile // You could store the current break as a BreakInfo reference or just a break BreakInfo currentBreak; //Or Break currentBreak; The advantage of storing the Dictionary KeyValuePair is that you wont need to lookup the Break by Key in the Dictionary but seeing as looking up a key is actually a O(1) operation so it will always take.. eg 14 Nanoseconds no matter how big the dictionary gets, its not really an issue. Obviously the look up time negligible for a single use case like looking up break profiles once in a while ( whenever the user clicks ) but if it was for something running thousands of times a frame you'd obviously want to store the reference to BreakInfo itself. Devs HMU if you want a prototype break system. I could probably write one very quickly that is fully featured and has per account and per profile break settings. I do stuff in C# but you can easily re syntax it. I would just leave out the GUI calls and place comments where they should be.
    3. I thought of this several times in the past. This should be easy enough to implement ( I'm a programmer ) It would be good to see this feature in DB as its sorely needed. For now you can use an automation tool such as Bun Automation which supports Timed Actions such as Account Swap and Breaks etc to do the same thing!
    4. I thought I would necro bump this because no one replied and its still a really annoying issue for me as I like to have my accounts in age order... It would be simple to implement. Thanks
    5. Hey, just to let you know I got bans with this using 2 hours in the morning and 2 hours in the evening for 2 days in a row !! 3/10 banned/running ratio. Maybe implement some simple anti ban, like rests, and running of target etc.
    6.  

      Hi,

      How many instances can be run after 1 purchase of this script ?

      Thanks,

      False

    7. Hi I have my Accounts in a certain order in a spreadsheet and a parser to turn it into the format required to Import as a list. My only problem is that DB Import function alphabetically sorts the Imports. This is taking control away from the user. This principle, in my opinion, shouldn't be done in any form of software. The user can create and sort the Import list however they like, but by DB forcing a predesigned pattern on Import you force the user to have to make allowances for the software. Not great for advanced users or bot farm organization. Current solutions: [Workaround] As a user add A B C etc.. to the front of the nickname field. [Simplest] Remove the sorting completely and allow the user to make the choice. [Fix] Add a checkbox to turn sorting on or off. [Good Idea] Add an ID value column and allow resorting via ID [Best] Add a Dropdown box with several settings to sort A-Z, Z-A, ID? and No Sort. [Complex] Add Drag and Drop or some other functionality to be able to change a selected accounts location manually Thank you
    8. Hey I got this error while trying to fletch headless arrows ? java.lang.NoClassDefFoundError: Could not initialize class K at N.a(Unknown Source) at a5.c(Unknown Source) at x.onLoop(Unknown Source) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java) at java.lang.Thread.run(Unknown Source) On further testing it seems you need to put the Shafts and the Feathers in your inventory before starting the script
    ×
    ×
    • 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.