August 13, 20205 yr Hello. Just switched from poopbot, heard OSBot would be much better. Anyways, let's say my script is using the Grand Exchange, maybe a bank, or anything clickable in the game. getGrandExchange().sellItem(itemId, price, quantity); getBank().open(); Would getting the correct widgets/object and clicking on random points within the interfaces be better than using the actual API? An example, instead of using 'getBank', is it better to find the bank and clicking on a random pixel be better? This is just for reducing bans. Thanks in advance.
August 13, 20205 yr Author 4 minutes ago, Charlotte said: In terms of reducing bans, no difference. Use the API Thank you, then I don't need to worry about that.
August 13, 20205 yr @nills3 Things that I think effect ban rate is the speed of inputs not the placement. I know from small testing that moving away from the api for things like typing and chat completing increaced the amount of time the bot could run with out being banned by a noticable amount (math says over 300-1000% based on method).
Create an account or sign in to comment