afk/README.md

15 lines
232 B
Markdown

# afk
Go AFK
## Getting your token
Login to `minecraft.net`, then paste the following into your console:
```js
console.log(`; ${document.cookie}`.split(`; bearer_token=`).pop().split(';').shift())
```
## License
[MIT](LICENSE)