Cain


Total World Records: ??
Country: US

Stars Earned
12
18
1

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
In The Hall Of The Mountain King KaW 22 79420 -20580 -9961 100000 2025-03-14 02:55:07
Dream A Dream Captain Jack 20 89521 -10479 -4192 100000 2024-07-04 00:56:24
Da Roots Mind Reflection 20 96287 -3713 -1485 100000 2024-08-25 00:11:41
Fleadh Uncut Ian Parker 21 80540 -19460 -8582 100000 2024-06-01 22:23:15
Ra Banzai 21 91179 -8821 -3890 100000 2024-06-24 23:58:25
This Is Rock And Roll DJ Zombie 19 92667 -7333 -2647 100000 2026-03-19 01:20:20
Click Bait S3RL feat. GL!TCH 20 96193 -3807 -1523 100000 2026-03-25 02:25:08
July Smiley 20 93084 -6916 -2766 100000 2026-03-19 01:26:38
Bumble Bee Bambee 20 95238 -4762 -1905 100000 2026-03-25 02:04:43
The Saint Goes Marching The Saint 21 86184 -13816 -6093 100000 2025-03-14 02:15:40
Anubis Banzai 20 96589 -3411 -1364 100000 2025-03-14 02:09:03
Dam Dariram Joga 20 93220 -6780 -2712 100000 2024-12-29 02:38:09
Music & Police CJ Crew & KaW feat. Christian D. 21 88479 -11521 -5081 100000 2026-03-19 01:44:35
So Deep Silvertear 21 74740 -25260 -11140 100000 2025-03-14 02:35:16
Speed Over Beethoven Rose 22 82599 -17401 -8422 100000 2024-06-01 22:12:52
July ReduX Entity 23 82818 -17182 -9089 100000 2025-03-14 03:12:02
Mozart Is Back Rose 24 77191 -22809 -13138 100000 2026-03-19 01:40:29
Sky High Lucyfer 20 89222 -10778 -4311 100000 2025-03-14 02:01:08
No Nobody's Love Joga 20 91771 -8229 -3292 100000 2025-03-14 02:43:33
Megalovania Toby Fox 21 84351 -15649 -6901 100000 2025-03-14 03:01:10
Take Me Away Fracus & Darwin 23 79427 -20573 -10883 100000 2025-03-14 02:39:26
Beethoven Virus BanYa 22 88962 -11038 -5342 100000 2026-03-19 01:54:12
Cryosleep Machinae Supremacy 20 92301 -7699 -3080 100000 2024-08-17 04:56:33
Katana Fighter Electron 22 89879 -10121 -4899 100000 2025-03-14 02:48:17
Cartoon Heroes Barbie Young 21 83827 -16173 -7132 100000 2024-07-04 00:59:00
403 NAOKI underground 23 90718 -9282 -4910 100000 2025-03-14 03:05:02
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 84543 -15457 -8177 100000 2026-03-19 01:47:38
Crab Rave Noisestorm 20 92538 -7462 -2985 100000 2024-06-01 22:09:19
Bambole (Ole) Papa Gonzalez 20 88758 -11242 -4497 100000 2025-03-14 02:31:53
SPEED KING David Kane 24 43291 -56709 -32664 100000 2025-03-14 02:52:12
Ekstasis d-complex 23 80394 -19606 -10372 100000 2026-03-25 01:52:32
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Rival )  3.3706
Total Execution Time  3.3734
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,039,128 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16340/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 (3.3607 seconds)  (Hide)
0.0024   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` = '16340'
GROUP BY `gs`.`grade
0.0033   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` = '16340'
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` = '16340'
AND `r`.`name` = 'total' 
3.3548   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)