Python Quake 3 key generator
This is some Python code to generate a key. Download Python here incase you don't have it.
from random import choice def q3keygen(): return ''.join([choice('237abcdghjlprstw') for a in xrange(16)])
This is some Python code to generate a key. Download Python here incase you don't have it.
from random import choice def q3keygen(): return ''.join([choice('237abcdghjlprstw') for a in xrange(16)])