Skribb11es / Blooket-All-Correct

Simple JS script to be executed in your browser's console, making every answer choice correct

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blooket-All-Correct

Simple JS script developed for fun and to perform some "epic trolling" in class by making every answer choice correct, no matter what.

Usage

  • Join a Blooket game at https://play.blooket.com, and wait for the game to start
  • Copy the raw content of the main.js file and paste it into your browser's developer console. (This can be found by pressing f12 on your keyboard and navigating to the "console" section.)
  • As menial as it might be, you will want to execute this only once the first question shows up, otherwise it will not work. (I have had some success with it working if executed before the first question loads, however I have had the best results when I waited for the first question to load then executing)
  • Once you execute, you will need to answer the current question, and from then on out every question and answer will be the exact same, requiring you to just click any answer choice.

Honorable mention

After I had made this, I found the Blooketware repo, which includes a very similar feature, if not the exact same. Do also note that their project has more features than just all correct, and has a built in UI. Over all I would reccomend checking out their work, as it is much more powerful than what I have made here.

About

Simple JS script to be executed in your browser's console, making every answer choice correct

License:MIT License


Languages

Language:JavaScript 100.0%