Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- All you have to do is find a monopoly code (Either buy one at the store. or find one on Youtube) and subtract the M and the front, enter it in the code generator and watch the codes generate. To use: Press ctrl+shift+i, and click "Console" and enter this code:
- Code:
- -------------------------------------------------------------------------------
- var code = 'PXPNN3LT9AAG35H'
- var Repeats = 10;
- function randomString(length, chars) {
- var mask = '';
- if (chars.indexOf('a') > -1) mask += '0123456789';
- if (chars.indexOf('A') > -1) mask += 'ACGHKLNPRTWXZ';
- if (chars.indexOf('#') > -1) mask += '0123456789';
- if (chars.indexOf('!') > -1) mask += code;
- var result = '';
- for (var i = length; i > 0; --i) result += mask[Math.floor(Math.random() * mask.length)];
- return result;
- }
- for (i = 0; i < Repeats; i++) {
- var res = code.replace(randomString(1, '!'), randomString(1, '#A'));
- var res2 = res.replace(randomString(1, '!'), randomString(1, '#A'));
- var res3 = res2.replace(randomString(1, '!'), randomString(1, '#A'));
- console.log('M' + res3);
- }
- ------------------------------------------------------------------------------------------------
- Vouch if it worked! (It mostly either says invalid, or 2nd sweepstakes thing)
- Go to http://playmonopoly.us to use.
Add Comment
Please, Sign In to add comment