nills3 Posted August 13, 2020 Share Posted August 13, 2020 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. Quote Link to comment Share on other sites More sharing options...
Charlotte Posted August 13, 2020 Share Posted August 13, 2020 In terms of reducing bans, no difference. Use the API 1 Quote Link to comment Share on other sites More sharing options...
nills3 Posted August 13, 2020 Author Share Posted August 13, 2020 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. Quote Link to comment Share on other sites More sharing options...
Nbacon Posted August 13, 2020 Share Posted August 13, 2020 @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). Quote Link to comment Share on other sites More sharing options...