takepoint.io gamefact/leaderboard script

updates the leaderboard and gamefact automatically

当前为 2021-01-25 提交的版本,查看 最新版本

// ==UserScript==
// @name         takepoint.io gamefact/leaderboard script
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  updates the leaderboard and gamefact automatically
// @author       You
// @match        https://takepoint.io
// @grant        none
// ==/UserScript==

(function() {
    'use strict';


function sleep(ms) {
  return new Promise(resolve => setTimeout(resolve, ms));
}
   var xd = 1337
   var hiScoresReq = new XMLHttpRequest();

function send(){
    gameStateRequest.open("GET","https://stats.takepoint.io/gameState",!0),gameStateRequest.send();
}
async function nitrogem35() {
while(xd < 69420){
  send()
  await sleep(2000);
  xd++
}
}

nitrogem35();
})();