CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Shploop

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: Shploop/Blooket-Cheats
Path: blob/main/cheats/gold/setPlayersGold.js
Views: 1236
1
/**
2
* @license StewartPrivateLicense-2.0.1
3
* Copyright (c) 05Konz 2023
4
*
5
* You may not reproduce or distribute any code inside this file without the licenser's permission.
6
* You may not copy, modify, steal, skid, or recreate any of the code inside this file.
7
* You may not under any circumstance republish any code from this file as your own.
8
*
9
* ALL TERMS STATED IN THE LINK BELOW APPLY ASWELL
10
* https://github.com/05Konz/Blooket-Cheats/blob/main/LICENSE
11
*/
12
13
/* THE UPDATE CHECKER IS ADDED DURING COMMIT PREP, THERE MAY BE REDUNDANT CODE, DO NOT TOUCH */
14
15
(() => {
16
const cheat = (async () => {
17
let i = document.createElement('iframe');
18
document.body.append(i);
19
window.prompt = i.contentWindow.prompt.bind(window);
20
i.remove();
21
let player = prompt("Who's gold would you like to set?");
22
let gold = parseInt(prompt("How much gold would you like to set?"));
23
let { stateNode: { props, state } } = Object.values((function react(r = document.querySelector("body>div")) { return Object.values(r)[1]?.children?.[0]?._owner.stateNode ? r : react(r.querySelector(":scope>div")) })())[1].children[0]._owner;
24
25
let { webpack } = webpackJsonp.push([[], { ['1234']: (_, a, b) => { a.webpack = b }, }, [['1234']]]);
26
const axios = Object.values(webpack.c).find((x) => x.exports?.a?.get).exports.a;
27
const firebase = Object.values(webpack.c).find(x => x.exports?.a?.initializeApp).exports.a;
28
29
const name = `Blooket${(Date.now()/10000).toFixed(0)}`;
30
const id = props.liveGameController._liveGameCode;
31
const { data: { success, fbToken, fbShardURL } } = await axios.put("https://fb.blooket.com/c/firebase/join", { id, name });
32
if (success) {
33
const liveApp = firebase.initializeApp({
34
apiKey: "AIzaSyCA-cTOnX19f6LFnDVVsHXya3k6ByP_MnU",
35
authDomain: "blooket-2020.firebaseapp.com",
36
projectId: "blooket-2020",
37
storageBucket: "blooket-2020.appspot.com",
38
messagingSenderId: "741533559105",
39
appId: "1:741533559105:web:b8cbb10e6123f2913519c0",
40
measurementId: "G-S3H5NGN10Z",
41
databaseURL: fbShardURL
42
}, name);
43
const auth = firebase.auth(liveApp);
44
await auth.setPersistence(firebase.auth.Auth.Persistence.NONE).catch(console.error);
45
await auth.signInWithCustomToken(fbToken).catch(console.error);
46
await liveApp.database().ref(`${id}/c/${name}`).set({
47
b: props.client.blook,
48
g: state.gold,
49
tat: `${player}:swap:${gold}`
50
});
51
await new Promise(r => setTimeout(r, 4000));
52
await liveApp.database().ref(`${id}/c${name}`).remove();
53
liveApp.delete();
54
}
55
});
56
let img = new Image;
57
img.src = "https://raw.githubusercontent.com/05Konz/Blooket-Cheats/main/autoupdate/timestamps/gold/setPlayersGold.png?" + Date.now();
58
img.crossOrigin = "Anonymous";
59
img.onload = function() {
60
const c = document.createElement("canvas");
61
const ctx = c.getContext("2d");
62
ctx.drawImage(img, 0, 0, this.width, this.height);
63
let { data } = ctx.getImageData(0, 0, this.width, this.height), decode = "", last;
64
for (let i = 0; i < data.length; i += 4) {
65
let char = String.fromCharCode(data[i + 1] * 256 + data[i + 2]);
66
decode += char;
67
if (char == "/" && last == "*") break;
68
last = char;
69
}
70
let iframe = document.querySelector("iframe");
71
const [_, time, error] = decode.match(/LastUpdated: (.+?); ErrorMessage: "(.+?)"/);
72
if (parseInt(time) <= 1693429947478 || iframe.contentWindow.confirm(error)) cheat();
73
}
74
img.onerror = img.onabort = () => (img.src = null, cheat());
75
})();
76