Beatmap Listing » Mili - world.execute(me);
View on osu.ppy.sh
Artist: | Mili | Circle Size: |
|
Approach Rate |
|
Title: | world.execute(me); | HP Drain: |
|
Star Difficulty: |
|
Creator: | Exile- | Accuracy: |
|
Length: | 3:24 |
Source: | Genre: | Electronic (English) | BPM: | 130 | |
Submitted:
Ranked: |
Jun 19, 2016
Mar 13, 2025 |
Average Rating: | Nobody has rated this map yet... ): | Favourited 0 times in total | |
package godDrinksJava;
public class Main {
public static void main(String[] args) {
User exile = new User("Exile-");
User alpha = new User("Alphabet");
User sixth = new User("6th");
User hb = new User("HB24");
Mapset mapset = new Mapset(exile, 6, "Qualified");
mapset.getBubble(new User("MrSergio"));
mapset.getBubble(new User("Bara-"));
mapset.createEasy(exile, 150);
mapset.createNormal(sixth, 365);
mapset.createHard(alpha, 602);
mapset.createInsane(exile, 527);
mapset.createAnother(hb, 660);
mapset.createExtra(exile, 559);
Hitsounds drums = new DrumHitsounds(new User("Dark Meyrick"));
Hitsounds piano = new PianoHitsounds(alpha);
mapset.addHitsounds(drums);
mapset.addHitsounds(piano);
if(exile instanceof Storyboarder)
exile.makeStoryboard(12, -1);
exile.announce("There is a hidden code in the storyboard.
I'll buy 1 month supporter for the first
person who finds it");
exile.announce("Cogratulations to Naxess for finding the code.")
}
}
No records have been set for this game mode yet!