GithubHelp home page GithubHelp logo

the-blooket-hacks / blooket-hacks Goto Github PK

View Code? Open in Web Editor NEW
192.0 192.0 202.0 30.99 MB

A Repository With Blooket Hacks As A Chrome Extension And A Wiki About How To Install.

Home Page: https://discord.gg/Td44dJqqcT

License: Other

blooket blooket-cheat blooket-cheats blooket-game blooket-hack blooket-hacks blooket-mods blooket-utilities blookethack blookethacks blooketjs chrome-extension chrome-extensions extension extensions unobfuscated

blooket-hacks's People

Contributors

cph101 avatar crazyh2 avatar src-ry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blooket-hacks's Issues

๐Ÿ๏ธ Feature Request: Footer

Contact Details

[email protected]

Gamemode

All

Requested function

adding a footer to every script

Any existing code

function footer() {
  let element = document.createElement('div');
  element.style = `font-family: "Nunito", sans-serif; font-size: 14px; height: 30px; width: 175px; border: 4px solid rgb(255, 255, 255); background: rgb(0, 0, 0); position: absolute; top: 20x; left: 20px; border-radius: 10px; color: rgb(240, 240, 240); text-align: center;`;
  element.innerHTML = `<p>Made by ThatOneGuy69</p>`;
  document.body.appendChild(element);

  var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;
  element.onmousedown = ((e = window.event) => {
      e.preventDefault();
      pos3 = e.clientX;
      pos4 = e.clientY;
      document.onmouseup = (() => {
          document.onmouseup = null;
          document.onmousemove = null;
      });
      document.onmousemove = ((e) => {
          e = e || window.event;
          e.preventDefault();
          pos1 = pos3 - e.clientX;
          pos2 = pos4 - e.clientY;
          pos3 = e.clientX;
          pos4 = e.clientY;
          let top = (element.offsetTop - pos2) > 0 ? (element.offsetTop - pos2) : 0;
          let left = (element.offsetLeft - pos1) > 0 ? (element.offsetLeft - pos1) : 0;
          element.style.top = top + "px";
          element.style.left = left + "px";
      });
  });
};

Code of Conduct

  • I agree to follow this project's Code of Conduct

โš ๏ธ Please read before creating an issue!

Please read before creating an issue!

Over the last few months, we have gotten a significant number of issues asking us to โ€œmax outโ€ accounts, โ€œgive infinite tokensโ€, โ€œbypass token limitโ€ or โ€œgive all the blooksโ€. Ask any hack creator! They will also say it is impossible to do this if they know what they are doing. This is because your account data is server-side, and if you do not know what that means, then please donโ€™t create an issue asking us to do something similar.

Also, we have gotten some issues where people obviously havenโ€™t checked to see if that hack or issue already exists, like โ€œinfinite cryptoโ€. There is a reason why you have eyes or a screen reader!

๐Ÿชฒ Bug: Get all blooks not working

Contact Details

[email protected]

Hacks used

Global/Get All Blooks.js

What happened?

I tried using the hack and it didn't work

What browsers are you seeing the problem on?

Chromium based

Browser

No response

Relevant console errors

Promiseย {<rejected>: TypeError: Failed to fetch
    at <anonymous>:7:1}[[Prototype]]: Promisecatch: ฦ’ catch()length: 1name: "catch"arguments: (...)caller: (...)[[Prototype]]: ฦ’ ()[[Scopes]]: Scopes[0]constructor: ฦ’ Promise()finally: ฦ’ finally()then: ฦ’ then()Symbol(Symbol.toStringTag): "Promise"[[Prototype]]: Object[[PromiseState]]: "rejected"[[PromiseResult]]: TypeError: Failed to fetch
    at <anonymous>:7:1message: "Failed to fetch"stack: "TypeError: Failed to fetch\n    at <anonymous>:7:1"[[Prototype]]: Error

Code of Conduct

  • I agree to follow this project's Code of Conduct

.

.

๐Ÿ๏ธ Feature Request:

Contact Details

[email protected]

Gamemode

Infinite coins

Requested function

I want so much coins the code is by minsraft 2

Any existing code

/**
* @license StewartPrivateLicense-2.0.1
* Copyright (c) Aerell McKnight 2023
*
* You may not reproduce or distribute any code inside this file without the licenser's permission.
* You may not copy, modify, steal, skid, or recreate any of the code inside this file.
* You may not under any circumstance republish any code from this file as your own.
* 
* ALL TERMS STATED IN THE LINK BELOW APPLY ASWELL
* https://github.com/Minesraft2/Blooket-Cheats/blob/main/LICENSE
*/

/* THE UPDATE CHECKER IS ADDED DURING COMMIT PREP, THERE MAY BE REDUNDANT CODE, DO NOT TOUCH */

/* Update Checker start */
(async () => { /* This is to prevent "identifier i is already declared errors" */
    let i = document.createElement('iframe');
    document.body.append(i);
    window.confirm = i.contentWindow.confirm.bind(window);
    i.remove();
    Object.values(webpackJsonp.push([[], { ['']: (_, a, b) => { a.cache = b.c }, }, [['']]]).cache).find(x => x.exports?.a?.get).exports.a.get("https://" + (location.host.startsWith("dashboard") ? location.host : "play.blooket.com") + "/api/games?gameId=6368436a976422d8a3f70cd7").then(x => parseInt(`0${x.data.questions.find(x => x.question == "../cheats/global/getDailyRewards.js")?.answers?.[0]}`)).then(async x => {
        if (1677676714619 > x || confirm("This cheat is outdated and might be bugged, would you still like to run it? You can find regularly updated cheats here https://github.com/Minesraft2/Blooket-Cheats")) {
            /* Update Checker end */
            let i = document.createElement('iframe');
            document.body.append(i);
            window.alert = i.contentWindow.alert.bind(window);
            i.remove();
            if (!location.href.includes("play.blooket.com")) alert("This cheat only works on play.blooket.com");
            else {
                var axios = Object.values(webpackJsonp.push([[], { ['']: (_, a, b) => { a.cache = b.c }, }, [['']],]).cache).find((x) => x.exports?.a?.get).exports.a;
                axios.get("https://play.blooket.com/api/users/me").then(({ data: { name } }) => {
                    axios.put("https://play.blooket.com/api/users/add-rewards", { name, addedTokens: 500, addedXp: 300 })
                        .then(({ data: { dailyReward } }) => alert(`Added max tokens and xp, and got ${dailyReward} daily wheel tokens!`))
                        .catch(() => alert('There was an error when adding rewards.'));
                }).catch(() => alert('There was an error user data.'));
            }
        }
    });
})();

Code of Conduct

  • I agree to follow this project's Code of Conduct

๐Ÿชฒ Bug: Remove "Top left thing"

Contact Details

[email protected]

Hacks used

all hacks

What happened?

THE TOP LEFT THING IS RUINING PRANKS

What browsers are you seeing the problem on?

Other

Browser

Chrome

Relevant console errors

javascript:// Blooket-Hacks  -  @ 2022 CrazyH & cph101if (console_msg("Kick All")) {if (location.pathname == "host/join") {(() => {    let n = document.createElement('iframe');    document.body.append(n);    window.alert = n.contentWindow.alert.bind(window);    window.prompt = n.contentWindow.prompt.bind(window);    window.confirm = n.contentWindow.confirm.bind(window);    n.remove();})();function kickClient(item, index) {    document.getElementsByClassName("styles__clientBox___3pIbU-camelCase")[index].click();}var clients_array = Array.from(document.getElementsByClassName("styles__clientBox___3pIbU-camelCase"));clients_array.forEach(kickClient);}}// Console Message Codefunction console_msg(file, state) {   if (!state) {       if (window.location.host === "play.blooket.com" || window.location.host === "dashboard.blooket.com") {           console_msg(file, true);           return true;       } else if (window.location.host === "www.blooket.com" || window.location.host === "id.blooket.com") {           console_msg(file, "Please run this hack on the dashboard or in a game");           return;       } else {           console_msg(file, "Please run this hack on blooket");           return;       }   } else {       console.log("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); // Spacing: 60       var style = 'color: yellow; -webkit-text-stroke: 1px black; font-size:30px;';       console.info('%c%F0%9F%93%81 Loaded: '+file+'.js\n', style );       console.group("%F0%9F%93%A3 Blooket Hacks By cph101 & CrazyH - Announcement %F0%9F%93%A3"); // Open Console Group       var style = 'color: tomato; -webkit-text-stroke: 1px black; font-size:30px;';       console.info('%c%F0%9F%91%8B%F0%9F%8F%BB Hi, We are Happy to have you as one of our users', style );       var style = 'color: blue; -webkit-text-stroke: 1px black; font-size:30px;';       console.info('%c%E2%AD%90%EF%B8%8F Please star our Github repo', style );       if (state === true) {           var style = 'color: green; -webkit-text-stroke: 1px black; font-size:30px;';           console.info('%c%E2%9C%85 Hack Successfully Enabled', style );       } else {           var style = 'color: red; -webkit-text-stroke: 1px black; font-size:30px;';           console.info('%c%E2%9D%8C Failed To Enable Hack', style );       }       console.groupEnd(); // Close Console Group       if (state != true) alert(state);}};

Code of Conduct

  • I agree to follow this project's Code of Conduct

๐Ÿชฒ Bug: it just isnt working

Contact Details

[email protected]

Hacks used

globals, some gamemodes like factory

What happened?

any time i run the script in console it either;
a.) tells me that it didnt work
b.) tells me that it works, then does nothing

..yes i am on the right page (dashboard, play)

What browsers are you seeing the problem on?

Chromium based

Browser

chrome

Relevant console errors

VM48:5 Uncaught TypeError: Cannot read properties of undefined (reading '0')
    at <anonymous>:5:117
(anonymous) @ VM48:5
setInterval (async)
(anonymous) @ VM48:4

Code of Conduct

  • I agree to follow this project's Code of Conduct

๐Ÿชฒ Bug: Monster Brawl hacks not working

Contact Details

[email protected]

Hacks used

Blooket-Hacks/Monster Brawl/

What happened?

I put in the code and nothing happens.

What browsers are you seeing the problem on?

Other

Browser

No response

Relevant console errors

N/A

Code of Conduct

  • I agree to follow this project's Code of Conduct

๐Ÿชฒ Bug: Add reward does not work

Contact Details

[email protected]

Hacks used

ex. Global/Add Rewards.js

What happened?

image

I have not collected any tokens or EX yet.

What browsers are you seeing the problem on?

Other

Browser

No response

Relevant console errors

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

๐Ÿชฒ Bug: hacker

Contact Details

[email protected]

Hacks used

Geiting 10 Trilion Crtyo coins

What happened?

[email protected]
he create a hack account he block and me and ban me from the game

What browsers are you seeing the problem on?

Other

Browser

Mosaic

Relevant console errors

lecxus_emmanuel_chew@students.edu.sg

Code of Conduct

  • I agree to follow this project's Code of Conduct

๐Ÿชฒ Bug: Add bookmarklet

Contact Details

[email protected]

Hacks used

Spam Boxes and Add Rewards

What happened?

Nothing happened.

What browsers are you seeing the problem on?

Chromium based

Browser

No response

Relevant console errors

N/A

Code of Conduct

  • I agree to follow this project's Code of Conduct

๐Ÿ๏ธ Feature Request:

Contact Details

[email protected]

Gamemode

Global/Not in a gamemode section

Requested function

A gui javascript, something like what minesraft2 had.

Any existing code

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

๐Ÿ๏ธ Feature Request:

Contact Details

Bpks

Gamemode

Pls

Requested function

Pls

Any existing code

I want hacks

Code of Conduct

  • I agree to follow this project's Code of Conduct

.

.

๐Ÿชฒ Bug: auto answer in battle royale closes tab

Contact Details

[email protected]

Hacks used

Battle Royale\Autoclick answers

What happened?

pasted in the script as usual (in the lobby to the gamemode) and once the game started, it asked if I wanted to leave the page, pressing cancel leaves the screen white, and leaving leaves the page

What browsers are you seeing the problem on?

Chromium based

Browser

No response

Relevant console errors

none, the console showed what was coded for it to show on success

Code of Conduct

  • I agree to follow this project's Code of Conduct

School Chromebook non compatible

Contact Details

[email protected]

Hacks used

Cant use any

What happened?

our school has made it impossible to use bookmarklets and even open the inspect element.

I recommend maybe making and html version of the cheats or something like that

kindest regards

What browsers are you seeing the problem on?

Other

Browser

Google

Relevant console errors

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

๐Ÿ๏ธ Feature Request:

Contact Details

[email protected]

Gamemode

all gamemodes (console mode)

Requested function

That I have all the blooks and all the other hacks

Any existing code

n/a

Code of Conduct

  • I agree to follow this project's Code of Conduct

hacks

Contact Details

[email protected]

Gamemode

ex.bluck rush

Requested function

100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Any existing code

n

Code of Conduct

  • I agree to follow this project's Code of Conduct

.

.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.