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/global/sellCheapDuplicates.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.alert = i.contentWindow.alert.bind(window);
20
window.confirm = i.contentWindow.confirm.bind(window);
21
i.remove();
22
let { webpack } = webpackJsonp.push([[], { ['1234']: (_, a, b) => { a.webpack = b }, }, [['1234']]]),
23
axios = Object.values(webpack.c).find((x) => x.exports?.a?.get).exports.a,
24
{ sellBlook } = Object.values(webpack.c).find(x => x.exports.a?.sellBlook).exports.a;
25
axios.get("https://dashboard.blooket.com/api/users").then(async ({ data: { unlocks } }) => {
26
let blooks = Object.entries(unlocks).filter(([blook, amount]) => amount > 1 && !["Legendary", "Chroma", "Mystical"].includes(webpackJsonp.push([[], { ['1234']: (_, a, b) => { a.webpack = b } }, [['1234']]]).webpack("MDrD").a[blook].rarity));
27
if (confirm(`Are you sure you want to sell your uncommon to epic dupes?`)) {
28
let now = Date.now();
29
for (const [blook, amount] of blooks) await sellBlook({ blook, numToSell: amount - 1 });
30
alert(`(${Date.now() - now}ms) Results:\n${blooks.map(([blook, amount]) => ` ${blook} ${amount - 1}`).join(`\n`)}`);
31
}
32
}).catch(() => alert('There was an error user data!'));
33
});
34
let img = new Image;
35
img.src = "https://raw.githubusercontent.com/05Konz/Blooket-Cheats/main/autoupdate/timestamps/global/sellCheapDuplicates.png?" + Date.now();
36
img.crossOrigin = "Anonymous";
37
img.onload = function() {
38
const c = document.createElement("canvas");
39
const ctx = c.getContext("2d");
40
ctx.drawImage(img, 0, 0, this.width, this.height);
41
let { data } = ctx.getImageData(0, 0, this.width, this.height), decode = "", last;
42
for (let i = 0; i < data.length; i += 4) {
43
let char = String.fromCharCode(data[i + 1] * 256 + data[i + 2]);
44
decode += char;
45
if (char == "/" && last == "*") break;
46
last = char;
47
}
48
let iframe = document.querySelector("iframe");
49
const [_, time, error] = decode.match(/LastUpdated: (.+?); ErrorMessage: "(.+?)"/);
50
if (parseInt(time) <= 1693429947420 || iframe.contentWindow.confirm(error)) cheat();
51
}
52
img.onerror = img.onabort = () => (img.src = null, cheat());
53
})();
54