Yet another osu! leaderboard camping program but simple implementation in Golang
An endless loop of API requests to check the map's status, if the map is ranked, it will play a sound to notify you.
Camplified is not working with classic loved camping, the program will not react to the LOVED status.
Camplified can now detect your Cloudflare WARP status to make sure your Wireguard service is connected to osu!'s domain. At the same time it recognizes exactly which Cloudflare Edge servers you've been assigned by Bancho.
Campilfied's sound is based on Windows' kernel32.dll
's Beep
function. This is a part of Windows API. If your Windows doesn't have kernel32.dll
, you can't run Campilfied. This shouldn't be happened in most cases.
Make sure your System Sound is set to the correct volume and Output Device. The priority of the sound is the same as the Windows itself.
See some weird code like [1;1H
, [2;4H
in your terminal?
Your Windows seem doesn't enable the support of ANSI escape sequences.
But you have multiple ways to fix it.
Run PowerShell as administrator and execute the following command:
Set-ItemProperty HKCU:\Console VirtualTerminalLevel -Type DWORD 1
This command will change the registry value of VirtualTerminalLevel
in HKEY_CURRENT_USER\Console\
to 1
. Aka enable the support of ANSI Terminal Control. Also change to 0
means disable.
Learn more in Windows console with ANSI colors handling - Stack Exchange
Feel restless to edit the registry? Try Microsoft Terminal
- Get it from Microsoft Store: Windows Terminal
- Download the latest release from GitHub
- You can also learn more about how to install and run Windows Terminal in their Github repository
After installing, you have multiple ways to run Camplified in Microsoft Terminal. We take a simple way here.
- Going to the directory of
Camplified.exe
. - Right-click empty space and click
Open in Windows Terminal
, or typewt
in the address bar of File Explorer to open Microsoft Terminal in the current directory. - Then type
.\Camplified.exe
to run Camplified. - You're done!