February 22, 20169 yr Is there a way to get a script to enable low cpu mode?I've been looking at the API for a little while, but I have not found anything useful.Thanks! Edited February 22, 20169 yr by Iwin
February 22, 20169 yr Author its the client, go to the options tab I want my script to enable low cpu mode so I do not have to do it manually.
February 22, 20169 yr http://osbot.org/api/org/osbot/rs07/GameConstants.html I think you can write a value here and it should work. Edited February 22, 20169 yr by Flamezzz
February 22, 20169 yr Author http://osbot.org/api/org/osbot/rs07/GameConstants.html I think you can write a value here and it should work. As far as I can tell, this worked. GameConstants.lowCPUDebug = true; log("LOW CPU: " + bot.lowCpu());Although it didn't tick the box on the client (which isn't an issue) Thank you very much!
Create an account or sign in to comment