TheCodingNina / Osu-Bot

A cursor dancing bot that can play the Rhytme game called Osu!
MIT License
11 stars 10 forks source link

doesn't make any sense #1

Closed Myev04 closed 6 years ago

Myev04 commented 6 years ago

Can you make instructions to use it? I already compiled it tried everything with osu! settings it doesn't move. It just freezes the cursor in the place.

TheCodingNina commented 6 years ago

Currently the bot is outdated. I will push an update in a couple of hours. The problem you have encountered is that the timer pointer, what the bot uses to sync to the game, points to the wrong address.

If you want to update this pointer yourself. Search for the time with something like Cheat Engine, this can be done easily in edit mode on osu!, and make a pointer of that address. Then put the pointer as the TimerPointer for Osu!Bot. You can change this via the settings tab or manually in the configFile.

TheCodingNina commented 6 years ago

I have updated the bot. You can download a pre-compiled .exe from the releases page. And for instructions how to install/use can be found at the main page of this repo or in the README.md. Also if you need to update the timerPointer again, the latest working can now be found under the instructions.