This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// VALUES TO CHANGE | |
const playTime = 16; | |
const SCORE = 1337; | |
const blockCnt = 32660 | |
// END VALUES TO CHANGE | |
async function getAuthToken() { | |
let gameUrl = window.location.pathname; | |
let auth_data = { | |
"jsonrpc": "2.0", |