RuneScape Community Compilation
May 29, 2026
A compilation of approximately 10,000 random credential records in the format username:email:md5hash. The usernames and handles strongly suggest a RuneScape gaming community origin (references to 'rs-enzo', 'rsipodskateboard', 'warrior_ll', 'PvP', 'Kc:Mo:Range' and other RS-style names). The data contains plaintext usernames, email addresses across multiple providers (hotmail, yahoo, aim, aol, gmail), and MD5-hashed passwords. The filename '10Krandom' suggests this is a random sample of 10,000 records from a larger dump, possibly a gaming forum or fan site database.
Data found in this dataset
Source files
Expand any file to inspect its column headers and the LLM's field-mapping reasoning, recorded during ingestion.
10Krandom.txt4 columns10,232 rows
File structure
| Source column | Mapped field | Confidence | LLM assessment |
|---|---|---|---|
| 0 | username | high | RuneScape gaming handles and usernames (e.g., 'rs-enzo', 'rsipodskateboard', 'warrior_ll', 'PvP', 'Kc:Mo:Range') |
| 1 | skip | high | Variable number of fields containing colon-delimited username fragments, internal separators, or noise (e.g., 'G:A:P:S:T:A', 'Profash', 'wreckd:[email protected]' has embedded email); these are either username components or malformed entries |
| 2 | high | Email addresses with @ symbol across multiple providers (gmail.com, hotmail.com, yahoo.com, aim.com, aol.com, live.com, etc.) | |
| 3 | password | high | 32-character hexadecimal strings consistent with MD5 password hashes |
Notes: The primary structure is username:email:md5hash. However, some records have malformed delimiters where usernames or emails contain colons, creating variable field counts. Examples: line 1 has 7 colons (username contains colons); line 13 has embedded colons in username; line 22 has colons in username. The delimiter is ':' but the data quality is inconsistent. Best interpretation: extract the rightmost two ':'-delimited fields as email and password, with everything before the final two fields treated as username (may contain internal colons as noise or intentional separators from the gaming community).