This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Dead Maze Client - License System | |
| # Format: STATUS:HWID:USERNAME | |
| # STATUS = ALLOW or BLOCK | |
| # Lines starting with # are comments | |
| # Example: | |
| # BLOCK:ABC123DEF456:cheater_user | |
| # ALLOW:XYZ789ABC123:trusted_user | |
| # Default: Allow all new users (remove this line to block by default) |