HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
 orgasmus
Location: (Unknown)
Steam: orgasmus
Status: (Unknown)
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)
Last Connect:* Sun. Oct. 19th, 2025 @ 18:24:16
Total Connection Time: 0d 12:06:24h
Average Ping:* 11 ms (Latency: 6 ms)
Favorite Server:* csko.cz | Mega pub
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47

Statistics Summary

Activity: 99% 99%
Points: 4,705
Rank: 71
Kills per Minute: 0.66
Kills per Death: 1.3588 (1.29*)
Headshots per Kill: 0.4678 (0.5105*)
Shots per Kill: 14.66
Weapon Accuracy: 23.4% (24%*)
Headshots: 225 (121*)
Kills: 481 (237*)
Deaths: 354 (184*)
Longest Kill Streak: 5
Longest Death Streak: 7
Suicides: 1
Teammate Kills: 0 (0*)

  History orgasmus's History:
  Events | Sessions | Awards (13) | Chat
  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
81% Kills needed: 19 (81%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal


  Awards (hover over image to see name)

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


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 121 times 121
2 Double Kill (2 kills) 49 times 49
3 Touch a Hostage 25 times 50
4 Spawn with the Bomb 19 times 38
5 Plant the Bomb 15 times 225
6 Rescue a Hostage 13 times 65
7 Triple Kill (3 kills) 10 times 20
8 Drop the Bomb 9 times -18
9 Pick up the Bomb 8 times 16
10 Start Defusing the Bomb With a Defuse Kit 5 times 0
11 Domination (4 kills) 5 times 15
12 Rampage (5 kills) 2 times 8
13 Defuse the Bomb 2 times 30




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 20 times 52.63% 52.63%
2 Terrorist 18 times 47.37% 47.37%




ERROR
Database Error

Server Address: 192.168.1.22:3306
Server Username: webik

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8_czech_ci,IMPLICIT) and (utf8_general_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 = 7897911
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'mega'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc