mircocosrs1 0 Posted April 29, 2022 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.
drdr444 1 Posted May 1, 2022 15 python accouts remained completely healthy, and what happened to other 15 accounts ? and how u used these other 15 accounts ?
daedalus123 2 Posted February 13, 2023 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.