forked from aperpen/clash-royale-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
7 lines (6 loc) · 867 Bytes
/
index.js
1
2
3
4
5
6
7
console.log(Buffer.from('1b5b33316d2020205f5f5f5f5f5f5f5f5f5f20202020205f5f5f5f5f5f5f5f5f2020202020202020202020205f5f201b5b33396d0d0a1b5b33316d20202f205f5f5f5f2f205f5f205c2020202f205f5f5f5f2f20285f295f5f20205f5f5f5f20202f202f5f1b5b33396d0d0a1b5b33316d202f202f2020202f202f5f2f202f20202f202f2020202f202f202f205f205c2f205f5f205c2f205f5f2f1b5b33396d0d0a1b5b33316d2f202f5f5f5f2f205f2c205f2f20202f202f5f5f5f2f202f202f20205f5f2f202f202f202f202f5f20201b5b33396d0d0a1b5b33316d5c5f5f5f5f2f5f2f207c5f7c2020205c5f5f5f5f2f5f2f5f2f5c5f5f5f2f5f2f202f5f2f5c5f5f2f20201b5b33396d0d0a1b5b33316d2020202020202020202020202020202020202020202020202020202020202020202020202020202020201b5b33396d', 'hex').toString('utf8'))
if (process.argv.indexOf('--replay') > -1 || process.argv.indexOf('-r') > -1) {
module.exports = require('./replay')
} else {
module.exports = require('./client')
}