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

Banner
  Player Information

Player Profile

Steam Community Avatar
Denmark fredes slave UwU
Location: Copenhagen, Denmark
Steam: STEAM_0:1:113259922
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 @ 16:46:10
Total Connection Time: 0d 19:52:45h
Average Ping:* 24 ms (Latency: 12 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_igloos
Favorite Weapon:* Knife

Statistics Summary

Activity: 74%
Points: 3,454
Rank: 4
Kills per Minute: 1.11
Kills per Death: 0.7524 (0.46*)
Headshots per Kill: 0.2936 (0.2903*)
Shots per Kill: 32.00
Weapon Accuracy: 14.1% (19%*)
Headshots: 389 (18*)
Kills: 1,325 (62*)
Deaths: 1,761 (136*)
Longest Kill Streak: 3
Longest Death Streak: 22
Suicides: 0
Teammate Kills: 4 (0*)

  History fredes slave UwU's History:
  Events | Sessions | Awards (31) | 
  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: Ensign
Ensign
Kills needed: 75 (63%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major


  Awards (hover over image to see name)

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


  Aliases

Rank Name Time Last Use sort-descending.gif Kills Deaths K:D Headshots HS:K Suicides Accuracy
1 fredes slave UwU 0d 01:25:28h 2025-11-09 16:47:36 62 136 0.46 18 0.29 0 18.7%
2 shadow- 0d 01:44:12h 2024-02-20 17:04:18 85 172 0.49 33 0.39 0 12.7%
3 M1S3RY 0d 00:02:03h 2023-12-27 21:54:09 0 4 0.00 0 - 0 26.7%
4 simple 0d 00:01:40h 2023-12-27 21:52:06 0 0 0.00 0 - 0 0.0%
5 STRUGGL3- 0d 03:27:07h 2023-05-28 18:30:20 225 274 0.82 66 0.29 0 14.6%
6 Lone Wolf 0d 12:09:17h 2023-05-12 15:03:13 867 1,076 0.81 250 0.29 0 13.7%
7 Sh4yt4n 0d 01:02:58h 2023-04-22 00:37:21 86 99 0.87 22 0.26 0 16.6%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Spawn with the Bomb 41 times 82
2 Headshot 18 times 18
3 Drop the Bomb 18 times -36
4 Double Kill (2 kills) 10 times 10
5 Plant the Bomb 6 times 90
6 Pick up the Bomb 3 times 6




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Terrorist 5 times 62.50%
2 Counter-Terrorist 3 times 37.50%




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 = 24531
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'cstrikegg'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc