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

    Scripter
    • Posts

      142
    • Joined

    • Last visited

    • Days Won

      2

    Everything posted by RSMasterGuard

    1. There is a bug or lack of feature which is that if the acc has the axe equipped it doesn't register that its equipped.
    2. enough to be dangerous not enough to get scripter+
    3. A few other recommendation Drop all your extra antiban first and get just the core program working Review what the lessor demon drops and build an Arraylist of only the items that make sense to telegrab. You could use this same array for depositing at the bank or just deposit all and withdraw the runes you need. You appear to lack any test if you are at least high enough level to telegrab so you will want to consider that as well if your plan is to level accounts here.
    4. if (Inventory.isFull() || (Inventory.contains("Law rune") && Inventory.contains("Air rune"))) { if (DRAYNOR_BANK_AREA.contains(getLocalPlayer())) { if (!Bank.isOpen()) { if (Bank.openClosest()) { sleepUntil(Bank::isOpen, 5000); } } else { handleBanking(); } } else { Walking.walk(DRAYNOR_BANK_AREA.getRandomTile()); sleep(Calculations.random(1000, 2000)); } return 1000; } This I would change to do { Bank.open(BankLocation.DRAYNOR); sleep(Calculations.random(3000, 8000)); }while (Bank.open() == false); Will get you to the bank and with the bank in Draynor open.
    5. Please note if you try to use the above code it doesnt work as some of the methods have been deprecated by dreambot!
    6. ya, work got crazy busy so I was unable to focus the required time to keep this above water. End result was that I was able to build up about 300m OSRS GP and have since started merching long term with that buying market swings.
    7. You botted someone millions of bots have done it before. I am shocked you didnt have them all bank tbh.
    8. I can see why it would have got you banned - you're doing the exact same activity over and over with 0% variation. Account gets stunned, pickpocket after 3 sec, account pickpockets, pickpocket again after 3 sec. your rnd value is only called once per loop so every RND value is exactly the same!
    9. Can you provide a screenshot of the reason for ban, was it 3rd party ban or macro ban? What was the length?
    10. Agree with this as a result of testing this on other f2p skills.
    11. I messed with that in the pass and found little to no impact tbh.
    12. I have heard agility is pretty high, as I suspect its a hot spot for botters. Might be worth skipping on botting it or getting a private script. I personally botted to about 55 on private scripts but others I have spoken with have had issues using other scripts more commonly used.
    13. So far we have seen that result in no change to ban rates on Dreambot.
    14. I have about a dozen accounts that have the magic lvl to high alch, from my experience that is a highly moderated activity by Jagex so you better expect bans and if you use a script it better be very very well made to mirror a human and even then you better mule off it often to reduce risk.
    15. thats not a 3rd party client ban... any botting on other clients previously on that account?
    16. Oh gotcha, sorry I add that to my scripts by default so I consider doing the same thing every lap to mean exactly what you are referring to.
    17. Paid scripts require you to qualify to post them, therefore its fair to say they are of all high quality.
    18. Nothing wrong with it doing the same thing ever lap, just needs to have some error handling in there and checks for when there are other factors at play like marks of grace or your fail a section and fall.
    19. If you are doing that and dont want to lose the new account I would recommend botting what you don't see other botter doing, which is definitely harder given that free scripts tend to cover only highly botted activities. Look at the SDN and look for less popular bots or general use bots that can be used anywhere, and expect some bans.
    20. Then might i recommend botting something that isn't highly botted to lower your ban rates?
    21. As with all botting there is a risk, only bot on what you are willing to lose.
    22. TBH that also just sounds like a really poorly written script, they are grabbing the game object to interact with ever loop and should only grab it the first time and then after that check if they successfully interacted with it or if the player has entered a fall area or the next roof top area. Hopefully you didn't pay too much for that 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.