Jump to content

Elysiano

Lifetime Sponsor
  • Posts

    341
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Elysiano

  1. 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
  2. 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
  3. Same. Few locks but highly increased ban rate
  4. Looks awesome Good luck on further development!
  5. We were so close in 2010 tho...
  6. I can sell you if you still need
  7. 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!
  8. 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
  9. 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
  10. 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.
  11. Elysiano

    OSBot 2.5.8

    Awesome, thanks!
  12. There is no way into the mountain
  13. This Interesting results btw
  14. 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
  15. I guess this is the start of the ending of OSRS Bois
×
×
  • Create New...