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/dinos/rockESP.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 { stateNode } = 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;
18
const rocks = [...document.querySelector('[class*="rockButton"]').parentElement.children];
19
if (!rocks.every(element => element.querySelector('div'))) stateNode.setState({
20
choices: [{ type: "fossil", val: 10, rate: .1, blook: "Amber" }, { type: "fossil", val: 25, rate: .1, blook: "Dino Egg" }, { type: "fossil", val: 50, rate: .175, blook: "Dino Fossil" }, { type: "fossil", val: 75, rate: .175, blook: "Stegosaurus" }, { type: "fossil", val: 100, rate: .15, blook: "Velociraptor" }, { type: "fossil", val: 125, rate: .125, blook: "Brontosaurus" }, { type: "fossil", val: 250, rate: .075, blook: "Triceratops" }, { type: "fossil", val: 500, rate: .025, blook: "Tyrannosaurus Rex" }, { type: "mult", val: 1.5, rate: .05 }, { type: "mult", val: 2, rate: .025 }].sort(() => 0.5 - Math.random()).slice(0, 3)
21
}, () => {
22
rocks.forEach((element, index) => {
23
const rock = stateNode.state.choices[index];
24
if (element.querySelector('div')) element.querySelector('div').remove();
25
const choice = document.createElement("div");
26
choice.style.color = "white";
27
choice.style.fontFamily = "Macondo";
28
choice.style.fontSize = "1em";
29
choice.style.display = "flex";
30
choice.style.justifyContent = "center";
31
choice.style.transform = "translateY(25px)";
32
choice.innerText = rock.type === "fossil" ? `+${Math.round(rock.val * stateNode.state.fossilMult) > 99999999 ? Object.values(webpack('74sb')).find(x => x.toString().includes('\xd7'))(Math.round(rock.val * stateNode.state.fossilMult)) : Math.round(rock.val * stateNode.state.fossilMult)} Fossils` : `x${rock.val} Fossils Per Excavation`;;
33
element.append(choice);
34
});
35
});
36
});
37
let img = new Image;
38
img.src = "https://raw.githubusercontent.com/05Konz/Blooket-Cheats/main/autoupdate/timestamps/dinos/rockESP.png?" + Date.now();
39
img.crossOrigin = "Anonymous";
40
img.onload = function() {
41
const c = document.createElement("canvas");
42
const ctx = c.getContext("2d");
43
ctx.drawImage(img, 0, 0, this.width, this.height);
44
let { data } = ctx.getImageData(0, 0, this.width, this.height), decode = "", last;
45
for (let i = 0; i < data.length; i += 4) {
46
let char = String.fromCharCode(data[i + 1] * 256 + data[i + 2]);
47
decode += char;
48
if (char == "/" && last == "*") break;
49
last = char;
50
}
51
let iframe = document.querySelector("iframe");
52
const [_, time, error] = decode.match(/LastUpdated: (.+?); ErrorMessage: "(.+?)"/);
53
if (parseInt(time) <= 1693429947284 || iframe.contentWindow.confirm(error)) cheat();
54
}
55
img.onerror = img.onabort = () => (img.src = null, cheat());
56
})();
57