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
  • Read for Ban


    mircocosrs1

    Recommended Posts

     

    This is my simple script and I was banned after 2 hours. I ran one script on dreambot and one on runlite in exactly the same way. The script code is as follows:
     

    attx = Calculations.random(600,720);
    atty = Calculations.random(320,350);
    posx = Calculations.random(2,750);
    posy = Calculations.random(2,500);
    int i = Calculations.random(1,10);
    if (i != 5)
    {
         Mouse.move(new Point(posx,posy));
         sleep(Calculations.random(50,100));
    }
    else
    {
        Mouse.move(new Point(attx,atty));
        sleep(Calculations.random(50,100));
        Mouse.click(ClickMode.LEFT_CLICK);
        sleep(Calculations.random(1000,3000));
        Mouse.click(ClickMode.LEFT_CLICK);
        sleep(Calculations.random(50,100));
    }
    sleep(Calculations.random(10000,30000));

    I have only 2 reasons to ban dreambot accounts.

    1. They can identify the mouse in the dreambot.
    2. They know the dreambot client clearly.

    And finally, I tested about 30 accounts on this method. The 15 accounts I used in runlite with Python script with similar code to Dreambot script remained completely healthy.
    Thank you if anyone can do something.
     

    Link to comment
    Share on other sites

    • 9 months later...

    I do sometimes wonder about the inbuilt mouse method as I often witness it hopping to coordinates instead of moving smooth.

    I also have some code I wrote last week and my old account which had not logged in for a week or so got banned within 2 hours, whereas my 2 new accounts have been running almost non stop for a week now. Brand new accounts botted from tutorial island. The only thing I can think which may have flagged it was the transfer of wealth from the old account to the new ones. 

     

    Anyway, we will see how it goes going forward as I've implemented new interact methods with a custom mouse algorithm now.

    Link to comment
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • 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.