From 572f34272c190bb5cb3303b9d5cf333b2d2e4798 Mon Sep 17 00:00:00 2001 From: BobH <1551608379@qq.com> Date: Fri, 13 May 2022 09:19:59 +0800 Subject: [PATCH] add warning about token change --- core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.js b/core.js index f6a9576..ffa310e 100644 --- a/core.js +++ b/core.js @@ -15,7 +15,7 @@ const path = require('path'); // enable this so that when there's a login request, the server will check users.json and verify the password const UseVerification = false; -const sharedToken = "T_CrackedByBobH233"; +const sharedToken = "T_CrackedByBobH233"; //do not change this or you can't use FakeLocation!! const sharedKey = "UsrTjEVxwRaQsvV5hD8I3Db8zrkjuavD/O8hJcVLUOkDimJc6ShgOQEzV5srpEPcOL63J2chFQA="; const sharedUserId = "BobH233LoveLerist";