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

Banner
  Player Information

Player Profile

Steam Community Avatar
United Kingdom JOHN WICK EXCOMMUNICADO
Location: Birmingham, United Kingdom
Steam: STEAM_0:0:80268012
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:* Mon. Jul. 28th, 2025 @ 00:41:41
Total Connection Time: 1d 07:49:51h
Average Ping:* 35 ms (Latency: 18 ms)
Favorite Server:* .:BIA:. GunGame
Favorite Map:* fy_irak
Favorite Weapon:* Knife

Statistics Summary

Activity: 82%
Points: 6,737
Rank: 2
Kills per Minute: 1.05
Kills per Death: 0.8451 (0.91*)
Headshots per Kill: 0.2722 (0.1831*)
Shots per Kill: 26.98
Weapon Accuracy: 19.0% (19%*)
Headshots: 548 (13*)
Kills: 2,013 (71*)
Deaths: 2,382 (78*)
Longest Kill Streak: 3
Longest Death Streak: 18
Suicides: 0
Teammate Kills: 5 (0*)

  History JOHN WICK EXCOMMUNICADO's History:
  Events | Sessions | Awards (66) | 
  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: Captain
Captain
Kills needed: 237 (5%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign Third Lieutenant Second Lieutenant First Lieutenant


  Awards (hover over image to see name)

Ribbons
Bronze AK47 Supreme Top Assassin Award of AWP Sniper Bronze Desert Eagle Bronze Bomb Defuser Bronze Dual Beretta Elites Bronze Fusil Automatique Award of Galil Bronze Glock Award of Grenade Award of Combat Knife Bronze Lowpinger Bronze Award M3 Super Award of Colt M4A1 Bronze P90 Award of 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
1 JOHN WICK EXCOMMUNICADO 0d 19:04:42h 2025-07-28 00:52:37 1,266 1,449 0.87 310 0.24 0 20.2%
2 JOHN_WICK_EXCOMMUNICADO 0d 00:05:04h 2023-03-31 23:18:26 0 0 0.00 0 - 0 0.0%
3 Wick 0d 03:10:32h 2023-03-11 23:42:34 235 283 0.83 83 0.35 0 17.7%
4 RedBoost | Odd Squad Gamer 0d 01:35:50h 2023-02-12 22:24:25 92 125 0.74 32 0.35 0 16.4%
5 Odd Squad Gamer 0d 03:00:56h 2023-02-05 21:23:59 174 189 0.92 60 0.34 0 16.7%
6 RedBoost | Wankaaaa 0d 01:24:24h 2023-01-01 19:27:52 70 99 0.71 20 0.29 0 16.6%
7 GANGSTER z GUNchesteru 0d 01:43:58h 2022-09-11 22:28:54 103 125 0.82 24 0.23 0 18.0%
8 Player 0d 01:01:14h 2022-07-06 23:49:03 51 69 0.74 10 0.20 0 23.7%
9 GANGSTAAAAAAAAAAAAAAAAAAAAAAAAA 0d 00:12:46h 2022-06-19 23:17:57 10 18 0.56 6 0.60 0 14.2%
10 Glesga Gangsta 0d 00:10:19h 2022-06-19 23:05:07 6 8 0.75 3 0.50 0 10.3%
11 CAMPER 0d 00:16:31h 2022-06-19 22:54:45 6 11 0.55 0 0.00 0 10.0%
12 SMITH 0d 00:02:44h 2022-06-19 22:38:15 0 2 0.00 0 - 0 7.7%
13 METRIX 0d 00:00:51h 2020-04-13 01:08:01 0 4 0.00 0 - 0 0.0%




  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 13 times 13




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 3 times 100.00%




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