Giter Club home page Giter Club logo

blooket-hacks's Introduction

Blooket Hacks

This is a well-maintained, constantly updated, repo for blooket hacks.

Please star this repo so that we can reach more people!

Disclaimer: This repo is for educational purposes only

How to use the hacks

Here's a simple tutorial for those who aren't sure how to start

Select your hack

Select the game mode that has been selected for the host, for example crypto-hack, then open that folder and open the hack, for example, in crypto-hack, you can use setCrypto.js.

Activate the hack

To activate the hack, you'll need to be on on a laptop like a Mac or a Windows PC, we're working on providing a solution for iOS users.

First, open your developer console, if the name sounds intimidating, it's fine; you'll get used to it. You can do either of the folllowing:

For Windows

  • Right click and select inspect
  • Fn and F12

Error reporting

To report an error, do the following:

  • Go to errors
  • Specifically state the error
  • Make sure to paste any console errors
  • Add a screenshots
  • Admins will look into it!

Contribution

Create a PR, we may suggest/make improvements on your commit and we'll merge it.

blooket-hacks's People

Contributors

iyaaddev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

sdccdcdc zak1275

blooket-hacks's Issues

Uncaught TypeError

In setgold.js

`

(async () => {

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 reactHandler() {

            return Object.values(document.querySelector('#app > div > div'))[1].children[1]._owner;

`

Uncaught (in promise) TypeError: Cannot convert undefined or null to object
Line 9
return Object.values(document.querySelector('#app > div > div'))[1].children[1]._owner;

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.