Everything posted by Elysiano
-
Need help with code optimization
Hello everyone, I have been working on a mouse recorder which can be used inside OSBot. It works fine, it repeats what I recorded, but it is ‘lagging’ when the mouse needs to move a lot of distance or just needs to move very fast circles (see .gifs below). https://imgur.com/a/jfuEd5w - When I recorded the mouse movement (+/- 8 seconds) https://imgur.com/a/B1mUOqf - When I played the recording of the mouse movement (+/- 15 seconds) As you can see, when the recording gets played it takes almost double the time. This is the core of the code from the mouse player which plays the data from following .txt file (see attachments, too many lines for forum I think) //Plays the mouse data /* The mouseRecordingData is an arrayList which contains data from the txt file as where to move, etc. */ void playMouseData() throws InterruptedException{ for(int i = 0; i < mouseRecordingData.size(); i++){ //move mouse getMouse().move(mouseRecordingData.get(i).getX(), mouseRecordingData.get(i).getY()); sleep(mouseRecordingData.get(i).getTime()); } } I am wondering, what can I do to improve the smoothness and speed of the mouse recording to stop this ‘lagging’? If you need more files or data, please let me know. Thank you in advance! MacroFile.txt
-
Fix my internet thread
Yep this will probably be the easiest solution and better than shitty wifi. But if you are planning on staying long in your new office, you are better off fixing that cable
-
[Dev Build] OSBot 2.5.10 - Web walking, AutoLogin
Awesome, thanks!
-
Tutorial island bans
Interested aswell
-
Tutorial island bans
Same. Few locks but highly increased ban rate
-
Project OSRS (Fishing/Mining/Woodcutting)
Looks awesome Good luck on further development!
-
Dutch people wont get this
We were so close in 2010 tho...
-
fire runes
I can sell you if you still need
-
Having massive ram usage
Glad it worked
-
Having massive ram usage
I might have had the same problem. If your server doesn't have sound drivers and/or sound card, try disabling the sound on the accounts. It worked for me, maybe for you too!
-
Did my IP's get flagged?
Well, there's only one way to find out; try with a new proxy. But because they still run on your home IP I think you can already assume its because the IP is flagged
-
it be my birthday
Gratz on levelling up
-
Big Poop In My Pants But Friend Closes Door
wtf did I just watch
- Close client after X minutes
-
Close client after X minutes
Is there any way I can kill an OSBot client after 30 minutes via CLI? When creating tutorial accounts the bot sometimes get stuck while loading the client (bot initialization error, SOCKS proxy error). Then I can't automatically close the client as I would do in the tut script because the script has not been loaded yet. I know it sounds a little hacky, but it will be good enough for me
-
Accounts locked
Try increasing the time between creating tuts and using them (e.g. wait 2/3 days). When you switch ip's too fast, jagex knows something is up and they will lock your account.
- OSBot 2.5.8
-
any chance?
There is no way into the mountain
-
AI at its best. Google Assistant
That's pretty insane
-
Runescape Related Poll
This Interesting results btw
-
Website broken?
Someone in the chatbox said that it is because you are using an adblocker. I had the same problem, and when I disabled my adblocker everything went back to normal EDIT: You can whitelist this site instead of disabling your whole adblocker
- Hello!
-
Avicii
- uk world maint.
I guess this is the start of the ending of OSRS Bois- 2 New SDN Scripts!
Looks awesome @ProjectPact - uk world maint.