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/factory/setAllMegaBot.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
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.stateNode.setState({
18
blooks: new Array(10).fill({
19
name: "Mega Bot",
20
color: "#d71f27",
21
class: "🤖",
22
rarity: "Legendary",
23
cash: [8e4, 43e4, 42e5, 62e6, 1e9],
24
time: [5, 5, 3, 3, 3],
25
price: [7e6, 12e7, 19e8, 35e9],
26
active: false,
27
level: 4,
28
bonus: 5.5
29
})
30
});
31
});
32
let img = new Image;
33
img.src = "https://raw.githubusercontent.com/05Konz/Blooket-Cheats/main/autoupdate/timestamps/factory/setAllMegaBot.png?" + Date.now();
34
img.crossOrigin = "Anonymous";
35
img.onload = function() {
36
const c = document.createElement("canvas");
37
const ctx = c.getContext("2d");
38
ctx.drawImage(img, 0, 0, this.width, this.height);
39
let { data } = ctx.getImageData(0, 0, this.width, this.height), decode = "", last;
40
for (let i = 0; i < data.length; i += 4) {
41
let char = String.fromCharCode(data[i + 1] * 256 + data[i + 2]);
42
decode += char;
43
if (char == "/" && last == "*") break;
44
last = char;
45
}
46
let iframe = document.querySelector("iframe");
47
const [_, time, error] = decode.match(/LastUpdated: (.+?); ErrorMessage: "(.+?)"/);
48
if (parseInt(time) <= 1693429947345 || iframe.contentWindow.confirm(error)) cheat();
49
}
50
img.onerror = img.onabort = () => (img.src = null, cheat());
51
})();
52