forum

[Archived] Osu not receiving F5 input via AHK

posted
Total Posts
1
Topic Starter
800pa
Hello folks,

I'm currently learning AHK and wanted to write me a little script in AHK for osu!. It's not much or useful at all honestly. It checks my download folder for .osz files, converts them to zip, unzips them and moves them into songs folder of osu.

I wanted to automate the refreshing after the Beatmap has been added to \Songs. Osu just straight up refuses to accept the input.

if WinActive("ahk_exe osu!.exe")
{
Sleep, 1000
send, ^{f5}

}

I've tried it with my browser and the code works flawlessly there.

Question becomes, did peppy block certain buttons/functions of AHK in order to prevent cheating?
Is there a way to get my code working?

Thank you for reading!


Video or screenshot showing the problem:


osu! version: Stable 20230727.9 (latest)
Please sign in to reply.

New reply