Go to your config.cfg (paintball2\pball\configs) and paste that in the config:
bind "<key>" "nickchange1"
alias nickchange1 "name ˆ0QeHs‘ˆ9blaa.ee;bind <key> nickchange2"
alias nickchange2 "name ˆ9ÑeÈs‘Ôhe×anderer;bind <key> nickchange1"
Replace <key> with a key you want to use for your nichchange, e.g. "n". Mind the " "'s !!!
Example:
bind "n" "nickchange1"
alias nickchange1 "name ˆ0QeHs‘ˆ9blaa.ee;bind n nickchange2"
alias nickchange2 "name ˆ9ÑeÈs‘Ôhe×anderer;bind n nickchange1"
To see which name you're currently using, you can add these lines to the alias commands:
- echo [QeHs]blaa.ee
- echo [QeHs]TheWanderer
bind "n" "nickchange1"
alias nickchange1 "name ˆ0QeHs‘ˆ9blaa.ee;bind n nickchange2;echo [QeHs]blaa.ee"
alias nickchange2 "name ˆ9ÑeÈs‘Ôhe×anderer;bind n nickchange1;echo [QeHs]TheWanderer"
The echo command shows your name on the top left side for 3 sec.