Osu! Simple AHK Spin Script
Osu! AHK Spin Script
Credits go to CodeKiller from the AHK Forums for the base source

Note that the spinner goes a little bit slower than the GIF, it's because the gif is in 30~40FPS.

Note that the spinner goes a little bit slower than the GIF, it's because the gif is in 30~40FPS.
Code:
Code:
~Z::
{
MouseGetPos X, Y
MouseMove X+25, Y+15, 0
MouseMove X+40, Y+25, 0
MouseMove X+45, Y+15, 0
MouseMove X+50, Y, 0
MouseMove X+45, Y-15, 0
MouseMove X+40, Y-25, 0
MouseMove X+15, Y-15, 0
MouseMove X, Y, 0
}
Return
Basically hold Z and it will spin circles for you! Only thing i added to the code was the hotkey (Z) and an end statement (Return). I did change the values a little, i like them a bit more that way since the circle is just a bit bigger.
There will be both the .ahk file and an .exe file included with the rar. I think (even while you don't have the AHK program installed) you can just open the .ahk with notepad and see the source for yourself. But if you don't have any access to this tool, there is a converted .exe but you won't be able to see or alter the code to your liking that way.
Again, this is just a source-reupload (or repost). I don't claim the code written in the program. I take no responsibility if you get banned from using this tool. It's a simple AHK Macro, best thing you can do is use an MD5 Hash Changer and hope for the best Osu! doesn't ban you for reconizing the code or reconizes you are using macro's. This doesn't inject into your game, it's external and you can even try it out on your desktop so it shouldn't be detected by Osu!.
Virusscans:
Virustotal (0/54)
Jotti (0/21)


