Look At My Score! is a website where you can generate an image showing a score set in the game osu!.

A sample of such image looks like this:

Each time an image is generated, it is given an unique ID by which it can be referenced. That image will then stay the same and work forever until the end of times. That means that unlike things similar to this osu! signature generator, the images are not dynamic. You generate one and it will always stay the same. It will not change no matter what. For example, if you set a new highscore on the same map, the image will stay the same. It is basically a snapshot in time.


There are a couple of ways to generate such an image.

  1. By username and beatmap

    The most simple way of generating an image is to enter an osu! username, a beatmap-url, and optionally override the gamemode. The system will then fetch the score of that specific player on that specific beatmap (with that gamemode) from the osu! server, and then you're done.

    Keep in mind that using this method only yields the best score of a player on each beatmap per mod. So if you (or someone) just set a score that you want to create an image from, but that score didn't beat the best score of that person, by default it won't show up, and the image will use the (old) best score.

    There is, however, a way to access those lower scores. This can be done by checking the Include recent scores checkbox. This will display all the recent scores of that person within the last 24 hours, and has a limit of 50 scores (including failed/aborted scores across all beatmaps and modes). Please note that, for those scores, the PP amount isn't provided by the osu! server, so it will not show a PP value on the image.

  2. Using an osu! replay file

    If the score you want to generate an image for is not available through above method, for example, because you have a score on the same map with a higher score, then you can upload an osu! replay file (.osr). The system will extract the required data from the file and generate an image accordingly. Unfortunately, the PP amount is not stored in the replay file, so you'll have to enter that manually if you want it to show on the final image.

    Keep in mind that for this method to work the beatmap has to be submitted, as the actual beatmap information (such as title etc.) is not in the replay file. It does contain a reference to a beatmap, which it then fetches from the osu! server, so it will only work for beatmaps that are submitted (ranked status does not matter).

  3. Manual input (advanced)

    If you're feeling adventurous, there is one last way: the manual way. If you do not have a replay file, or just want to do things manually, there is a link below the username input that reveals a bunch of additional input fields. With these, you'll be able to enter all the information about a score the system needs in order to generate the image. For gamemodes other than osu!standard, it might not be super obvious what data means what, therefore this method is not recommended. Feel free to ask for help though!

    You'll still need to select a beatmap so the system can fetch the required information from the osu! server. Generating an image for a beatmap that does not exist on the osu! server is not supported.

Do not hesitate to ask for help if things are not clear!

If you'd like to know some technical stuff about how it works, I've got you covered!