HLstatsX Community Edition
  • CSTRIKE
  • CSTRIKEGG
  • CSTRIKER
  • Contents
  • Search
  • Forum
  • Help

Banner
  Player Information

Player Profile

Steam Community Avatar
Denmark HEILHITLERPEAK
Location: Aarhus C, Denmark
Steam: STEAM_0:1:440798067
Status: Offline
Click here to add as friend
Karma: In good standing
Member of Clan: (None)
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
MM Rank: rank
Last Connect:* Sun. Nov. 9th, 2025 @ 20:50:21
Total Connection Time: 0d 06:23:55h
Average Ping:* 20 ms (Latency: 10 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_irak
Favorite Weapon:* Knife

Statistics Summary

Activity: 32%
Points: 2,721
Rank: 6
Kills per Minute: 1.21
Kills per Death: 0.8582 (0.82*)
Headshots per Kill: 0.3841 (0.3868*)
Shots per Kill: 24.74
Weapon Accuracy: 17.2% (21%*)
Headshots: 179 (41*)
Kills: 466 (106*)
Deaths: 543 (130*)
Longest Kill Streak: 4
Longest Death Streak: 20
Suicides: 0
Teammate Kills: 5 (0*)

  History HEILHITLERPEAK's History:
  Events | Sessions | Awards (18) | 
  Search Find other players with the same name


  Miscellaneous Statistics

Player Trend
Player Trend Graph
Forum Signature


forum sig image

bbCode 1 (phpBB, SMF) | bbCode 2 (IPB) | Direct Image


  Ranks

Current rank: Sergeant
Sergeant
Kills needed: 34 (66%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal


  Awards (hover over image to see name)

Ribbons
Award of AK47 Supreme Top Assassin Award of AWP Sniper Supremef Desert Eagle Supreme Bomb Defuser Award of Dual Beretta Elites Award of Fusil Automatique Award of Galil Award of Glock Award of Grenade Supreme Combat Knife Award of Lowpinger Award of M3 Super Supreme Colt M4A1 Award of P90 Supreme Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Award of USP
Global Awards


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
21 KanyeWestLover911 0d 00:14:00h 2023-04-01 22:37:08 17 28 0.61 8 0.47 0 19.6%
22 Gynter 0d 00:37:26h 2022-12-15 20:49:05 62 42 1.48 24 0.39 0 19.0%
23 NakkeostENjoyer 0d 00:00:55h 2022-12-14 19:22:52 5 0 5.00 2 0.40 0 0.0%
24 MyGrandpaKilledHitler 0d 00:01:03h 2022-12-14 19:21:56 1 3 0.33 1 1.00 0 10.3%
25 PingeLingKineser 0d 00:00:50h 2022-12-14 19:20:54 1 2 0.50 1 1.00 0 4.1%
26 N**erBolle 0d 00:00:32h 2022-12-14 19:20:04 0 1 0.00 0 - 0 0.0%
27 StarvingChildHater 0d 00:01:32h 2022-12-14 19:19:33 0 0 0.00 0 - 0 0.0%
28 AmericanCop 0d 00:01:37h 2022-12-14 19:17:59 0 0 0.00 0 - 0 0.0%
29 Ihatebrownpeople 0d 00:00:44h 2022-12-14 19:16:23 0 0 0.00 0 - 0 0.0%
30 PornoBladsEntusiast 0d 00:00:18h 2022-12-14 19:15:40 0 0 0.00 0 - 0 12.5%
31 MinorityHunter 0d 01:26:01h 2022-12-14 19:15:20 129 142 0.91 47 0.36 0 17.3%
32 UnleashTheWIGGER 0d 00:31:24h 2022-12-11 21:04:54 27 36 0.75 3 0.11 0 14.8%
33 NateHiggers 0d 00:16:42h 2022-12-11 15:29:15 7 31 0.23 3 0.43 0 14.9%
34 EDP445 0d 00:01:21h 2022-12-11 15:06:04 3 0 3.00 2 0.67 0 0.0%
35 (1)Player 0d 00:00:49h 2022-12-11 15:04:43 1 1 1.00 0 0.00 0 40.0%


Page: 1 2




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 41 times 41
2 Spawn with the Bomb 26 times 52
3 Double Kill (2 kills) 19 times 19
4 Drop the Bomb 6 times -12




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 8 times 72.73%
2 Counter-Terrorist 3 times 27.27%




ERROR
Database Error

Server Address: localhost
Server Username: hlstats

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_german2_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '='

Last SQL Query:
		SELECT
			IFNULL(hlstats_Roles.name, hlstats_Events_ChangeRole.role) AS name,
			IFNULL(hlstats_Roles.code, hlstats_Events_ChangeRole.role) AS code,
			COUNT(hlstats_Events_ChangeRole.id) AS rolecount,
			ROUND(COUNT(hlstats_Events_ChangeRole.id) / IF(0 = 0, 1, 0) * 100, 2) AS percent,
			hlstats_Frags_as_res.killsTotal,
			hlstats_Frags_as_res.deathsTotal,
			ROUND(hlstats_Frags_as_res.killsTotal / IF(hlstats_Frags_as_res.deathsTotal = 0, 1, hlstats_Frags_as_res.deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		WHERE
			hlstats_Events_ChangeRole.playerId = 21019
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstrikegg'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc