mircocosrs1 0 Share Posted April 29 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. yeeter01 1 Link to comment Share on other sites More sharing options...
Hans Zimmer 6 Share Posted April 30 Thanks for the insight. Link to comment Share on other sites More sharing options...
limbs 0 Share Posted April 30 Thanks for the insight. Link to comment Share on other sites More sharing options...
drdr444 0 Share Posted May 1 15 python accouts remained completely healthy, and what happened to other 15 accounts ? and how u used these other 15 accounts ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now