illwill


Total World Records: ??
Country: US

Stars Earned
11
10
6

Currently displaying scores for mode. Select another difficulty to view scores for it.

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
Dance Vibrations Elpis 19 66207 -33793 -12199 100000 2023-07-19 23:34:18
Party People Oscillator X 20 32798 -67202 -26881 100000 2024-08-09 03:45:26
Dream A Dream Captain Jack 20 75068 -24932 -9973 100000 2023-06-21 23:43:46
Joanna Crazy Loop 19 79456 -20544 -7416 100000 2025-06-14 22:21:03
Medicine 2013 Kim Leoni 19 67096 -32904 -11878 100000 2023-07-08 23:13:55
Mellow Rikki & Daz 20 69068 -30932 -12373 100000 2023-07-19 23:26:57
July Smiley 20 38376 -61624 -24650 100000 2025-06-14 22:11:54
Hero Miss Papaya 20 51682 -48318 -19327 100000 2023-07-08 22:43:18
Come On Now Miss Amani 20 11601 -88399 -35360 100000 2023-07-09 01:05:25
Equinox Mage 21 13040 -86960 -38349 100000 2023-06-21 23:25:17
No Nobody's Love Joga 20 67897 -32103 -12841 100000 2024-07-04 17:33:20
Megalovania Toby Fox 21 71551 -28449 -12546 100000 2025-06-28 23:10:45
My Generation Captain Jack 20 71783 -28217 -11287 100000 2024-08-09 03:42:51
Cartoon Heroes Barbie Young 21 27698 -72302 -31885 100000 2023-06-21 23:47:45
Never Ending Story DJ AC-DC 20 36942 -63058 -25223 100000 2023-06-21 23:09:00
Get Up'n Move S & K 20 65811 -34189 -13676 100000 2024-08-09 03:40:15
High On Your Love Safura 19 77288 -22712 -8199 100000 2025-06-14 22:26:45
Kalinka Quiqman 20 78584 -21416 -8566 100000 2023-06-21 23:22:10
Moonlight PIXY 20 70217 -29783 -11913 100000 2023-07-19 23:18:55
Have Fun Rameses B 21 27625 -72375 -31917 100000 2023-07-08 22:46:13
Only You DEXTER KING feat. Alexis Donn 19 69052 -30948 -11172 100000 2023-07-19 22:55:44
Right Into You The Tech Team 20 22716 -77284 -30914 100000 2023-06-21 23:11:38
Crab Rave Noisestorm 20 56951 -43049 -17220 100000 2023-07-09 01:08:45
Just Dance Bad Computer 20 74167 -25833 -10333 100000 2025-06-14 22:24:13
The Bass & the Melody S3RL 22 77065 -22935 -11101 100000 2025-06-28 23:13:39
Truth or Dare PIXY 19 67435 -32565 -11756 100000 2024-12-08 01:24:18
Fly Me High @pple & Pie 20 4984 -95016 -38006 100000 2025-01-19 00:38:08
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Rival )  2.5721
Total Execution Time  2.5758
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,908,104 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/10476/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (2.5604 seconds)  (Hide)
0.0026   SELECT `gs`.`grade`, count(*) as count
FROM 
`gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `gamer_scores` as `gsON `gs`.`id` = `ghs`.`gamer_score_id`
WHERE (`sc`.`game_difficulty_id` = or `sc`.`game_difficulty_id` = 10)
AND `
sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
AND `ghs`.`gamer_id` = '10476'
GROUP BY `gs`.`grade
0.0020   SELECT `s`.`id` as `song_id`, `ghs`.`song_chart_id`, `s`.`title` as `title`, `s`.`artist`, `sc`.`difficulty`, `ghs`.`created_at` as `date`, `ghs`.`score`, `gs`.`flags`, `gs`.`perfect1`, `gs`.`perfect2`, `gs`.`early`, `gs`.`green`, `gs`.`yellow`, `gs`.`red`, `gs`.`late`, `gs`.`misses`, `gs`.`grade`, `s`.`game_song_id`, `sc`.`game_difficulty_id` as `difficulty_id`
FROM `gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `songs` as `sON `sc`.`song_id` = `s`.`id`
JOIN `gamer_scores` as `gsON `ghs`.`gamer_score_id` = `gs`.`id`
WHERE (`sc`.`game_difficulty_id` = or `sc`.`game_difficulty_id` = 10)
AND `
sc`.`is_enabled` = 1
AND `sc`.`edit_keyIS NULL
AND `ghs`.`gamer_id` = '10476'
AND `ghs`.`private` = 
0.0002   SELECT `id`, `first_name` as `first`, `last_name` as `last`, `username`, `country`, `picture_path`, `hex_color`, `r`.`rank` as `rank_points`
FROM `gamers` as `g`
JOIN `statmani_devel`.`ranking` as `rON `r`.`user_id` = `g`.`id`
WHERE `id` = '10476'
AND `r`.`name` = 'total' 
2.5555   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `sc`.`game_difficulty_id` as `difficulty_id`
FROM `gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `songs` as `sON `sc`.`song_id` = `s`.`id`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  DATABASE:  stepmani_db (Stats:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Api_model:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Main:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  HTTP HEADERS  (Show)
  CONFIG VARIABLES  (Show)