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

    Members
    • Posts

      18
    • Joined

    • Last visited

    Posts posted by mircocosrs1

    1.  

      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.
       

    ×
    ×
    • 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.