Compare commits

...

No commits in common. "main" and "updater" have entirely different histories.

531 changed files with 85 additions and 17345 deletions

View File

@ -1,53 +0,0 @@
name: Bug Report
description: Report an issue or problem with a script
title: "BUG: (script name)"
labels: ["bug"]
assignees:
- 05Konz
body:
- type: input
id: script
attributes:
label: Script
description: Which script is causing the problem?
placeholder: scriptname.js
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem
description: What's the problem with the script?
placeholder: Describe the issue
validations:
required: true
- type: dropdown
id: method
attributes:
label: Method
description: How did you run the script?
multiple: true
options:
- Imported Bookmarklets.html
- "Put 'javascript:(code)' in the url bar or a bookmark"
- Pasted script into console
- Other (described in Extra Info section)
validations:
required: true
- type: dropdown
id: type
attributes:
label: Type
description: Unobfuscated or obfuscated
multiple: true
options:
- Unobfuscated
- Obfuscated
validations:
required: true
- type: textarea
attributes:
label: Extra Info
description: Any extra info (ie screenshots or any important info)
validations:
required: false

View File

@ -1,23 +0,0 @@
name: Skid Report
description: Report someone stealing our scripts or violating the license
title: "SKID: <skid github account name here>"
labels: ["skid"]
assignees:
- 05Konz
body:
- type: input
id: skid
attributes:
label: Skid
description: Link to the skid
placeholder: https://github.com/skidname/skid
validations:
required: true
- type: textarea
id: stolen
attributes:
label: Stolen
description: What was stolen?
placeholder: Stolen code
validations:
required: true

View File

@ -1,30 +0,0 @@
name: Suggestion
description: Suggest a cheat or script
title: "IDEA: Script idea name"
labels: ["enhancement"]
body:
- type: input
id: gamemode
attributes:
label: Gamemode
description: Gamemode for cheat to be for
placeholder: Gamemode
- type: textarea
id: function
attributes:
label: Function
description: What does the script do?
placeholder: Script function
validations:
required: true
- type: dropdown
id: confirm
attributes:
label: FaQ
description: Please make sure to read [the FaQ](https://github.com/05Konz/Blooket-Cheats#information) before submitting any suggestions
multiple: true
options:
- I have not read the FaQ
- I have read the FaQ and my suggestion has not already been asked for or isn't possible
validations:
required: true

View File

@ -1,2 +0,0 @@
# Changes
**Describe what your changes/additions are and what they do:**

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
test/
scripts/
methods.js

195
README.md
View File

@ -1,193 +1,2 @@
<h3 align="center"><a href="https://gitea.archuser.org/hitbox/Blooket-Cheats/src/branch/main/tutorial">Instructions for importing bookmarklets</a></h2>
## Information
<details><summary><h3>How to use</h3></summary>
There are 3 good methods to using these scripts:
1. Importing one of the Bookmarklets.html files using [these instructions](https://github.com/05Konz/Blooket-Cheats/blob/main/tutorial/readme.md)
2. Going to the [GitHub pages site](https://05konz.github.io/Blooket-Cheats), choosing a gamemode, then dragging a cheat to your bookmarks bar or clicking one to copy the script
3. Copying a script and running it in the inspect element console
</details>
<details><summary><h3>What can I do if JavaScript is blocked?</h3></summary>
We don't actually know what to do about this or how to fix it, sorry.
</details>
<details><summary><h3>(script) is not working?</h3></summary>
Make sure you're running it properly (see [How to use](https://github.com/05Konz/Blooket-Cheats#how-to-use)), if it still doesn't work and other cheats do, then [make an issue](https://github.com/05Konz/Blooket-Cheats/issues)
</details>
<details><summary><h3>Which script should I use to make a bookmarklet?</h3></summary>
You should use the scripts ending in ".min.js", as using the others will have errors due to formatting.
</details>
<details><summary><h3>Can you give me infinite tokens / bypass daily limit / permanently give me blooks / change pack luck?</h3></summary>
No, these are things we would've already done if they were possible, they're managed on the backend of Blooket so we can't modify them
</details>
<details><summary><h3>Can you make hacks for (game)</h3></summary>
No
</details>
<details><summary><h3>Can you make more Battle Royale cheats</h3></summary>
Battle Royale is a gamemode that works almost entirely on the host's end. The only thing we have control over is answering questions.
</details>
<details><summary><h3>What happend to Minesraft2?</h3></summary>
Minesraft2 was sent a cease and desist from Blooket, and I offered to take over since he wouldn't be able to.
</details>
<details><summary><h3>How do I do this on mobile?</h3></summary>
These scripts aren't made for mobile, so we don't really know how to get them to work on it.
</details>
<details><summary><h3>What's the Mobile GUI?</h3></summary>
The mobile GUI is the first GUI Minesraft2 ever made. Some people said it worked on mobile and it's a lot neater for mobile use apparently so we just called it that.
</details>
<details><summary><h2>List of Cheats</h2></summary>
* [React GUI](cheats/reactGui.js)
* [GUI](cheats/gui.js)
* [Mobile GUI](cheats/mobileGui.js)
### [Monster Brawl](cheats/brawl)
* [Double Enemy XP](cheats/brawl/doubleEnemyXp.js)
* [Half Enemy Speed](cheats/brawl/halfEnemySpeed.js)
* [Instant Kill](cheats/brawl/instantKill.js)
* [Invincibility](cheats/brawl/invincibility.js)
* [Kill Enemies](cheats/brawl/killEnemies.js)
* [Magnet](cheats/brawl/magnet.js)
* [Max Current Abilities](cheats/brawl/maxCurrentAbilities.js)
* [Next Level](cheats/brawl/nextLevel.js)
* [Remove Obstacles](cheats/brawl/removeObstacles.js)
* [Reset Health](cheats/brawl/resetHealth.js)
### [Cafe](cheats/cafe)
* [Max Items](cheats/cafe/maxItems.js)
* [Remove Customers](cheats/cafe/removeCustomers.js)
* [Reset Abilities](cheats/cafe/resetAbilities.js)
* [Set Cash](cheats/cafe/setCash.js)
* [Stock Food](cheats/cafe/stockFood.js)
### [Crypto Hack](cheats/crypto)
* [Always Triple](cheats/crypto/alwaysTriple.js)
* [Auto Guess](cheats/crypto/autoGuess.js)
* [Choice ESP](cheats/crypto/choiceESP.js)
* [Password ESP](cheats/crypto/passwordESP.js)
* [Remove Hack](cheats/crypto/removeHack.js)
* [Set Crypto](cheats/crypto/setCrypto.js)
* [Set Password](cheats/crypto/setPassword.js)
* [Steal Players Crypto](cheats/crypto/stealPlayersCrypto.js)
### [Deceptive Dinos](cheats/dinos)
* [Auto Choose](cheats/dinos/autoChoose.js)
* [Rock ESP](cheats/dinos/rockESP.js)
* [Set Fossils](cheats/dinos/setFossils.js)
* [Set Multiplier](cheats/dinos/setMultiplier.js)
* [Stop Cheating](cheats/dinos/stopCheating.js)
### [Tower of Doom](cheats/doom)
* [Fill Deck](cheats/doom/fillDeck.js)
* [Max Cards](cheats/doom/maxCards.js)
* [Max Health](cheats/doom/maxHealth.js)
* [Max Stats](cheats/doom/maxStats.js)
* [Min Enemy](cheats/doom/minEnemy.js)
* [Set Coins](cheats/doom/setCoins.js)
### [Factory](cheats/factory)
* [Choose Blook](cheats/factory/chooseBlook.js)
* [Free Upgrades](cheats/factory/freeUpgrades.js)
* [Max Blooks](cheats/factory/maxBlooks.js)
* [Remove Glitches](cheats/factory/removeGlitches.js)
* [Send Glitch](cheats/factory/sendGlitch.js)
* [Set All Mega Bot](cheats/factory/setAllMegaBot.js)
* [Set Cash](cheats/factory/setCash.js)
### [Fishing Frenzy](cheats/fishing)
* [Frenzy](cheats/fishing/frenzy.js)
* [Remove Distraction](cheats/fishing/removeDistraction.js)
* [Send Distraction](cheats/fishing/sendDistraction.js)
* [Set Lure](cheats/fishing/setLure.js)
* [Set Weight](cheats/fishing/setWeight.js)
### [Flappy Blook](cheats/flappy)
* [Set Score](cheats/flappy/setScore.js)
* [Toggle Ghost](cheats/flappy/toggleGhost.js)
### [Global](cheats/global)
* [Auto Answer](cheats/global/autoAnswer.js)
* [Change Blook Ingame](cheats/global/changeBlookIngame.js)
* [Every Answer Correct](cheats/global/everyAnswerCorrect.js)
* [Flood Game](cheats/global/floodGame.js)
* [Get Daily Rewards](cheats/global/getDailyRewards.js)
* [Highlight Answers](cheats/global/highlightAnswers.js)
* [Host Any Gamemode](cheats/global/hostAnyGamemode.js)
* [Remove Name Limit](cheats/global/removeNameLimit.js)
* [Remove Random Name](cheats/global/removeRandomName.js)
* [Sell Cheap Duplicates](cheats/global/sellCheapDuplicates.js)
* [Sell Duplicate Blooks](cheats/global/sellDuplicateBlooks.js)
* [Simulate Pack](cheats/global/simulatePack.js.js)
* [Simulate Unlock](cheats/global/simulateUnlock.js)
* [Spam Buy Blooks](cheats/global/spamBuyBlooks.js)
* [Subtle Highlight Answers](cheats/global/subtleHighlightAnswers.min.js)
* [Use Any Blook](cheats/global/useAnyBlook.js)
#### [Intervals](cheats/global/intervals)
* [Auto Answer](cheats/global/intervals/autoAnswer.js)
* [Highlight Answers](cheats/global/intervals/highlightAnswers.js)
* [Percent Auto Answer](cheats/global/intervals/percentAutoAnswer.js)
* [Subtle Highlight Answers](cheats/global/intervals/subtleHighlightAnswers.js)
### [Gold Quest](cheats/gold)
* [Always Triple](cheats/gold/alwaysTriple.js)
* [Auto Choose](cheats/gold/autoChoose.js)
* [Chest ESP](cheats/gold/chestESP.js)
* [Reset All Gold](cheats/gold/resetAllGold.js)
* [Reset Players Gold](cheats/gold/resetPlayersGold.js)
* [Set Gold](cheats/gold/setGold.js)
* [Swap Gold](cheats/gold/swapGold.js)
### [Crazy Kingdom](cheats/kingdom)
* [Choice ESP](cheats/kingdom/choiceESP.js)
* [Choice ESP Loop](cheats/kingdom/choiceESPLoop.js)
* [Disable Toucan](cheats/kingdom/disableToucan.js)
* [Max Stats](cheats/kingdom/maxStats.js)
* [Set Guests](cheats/kingdom/setGuests.js)
* [Skip Guest](cheats/kingdom/skipGuest.js)
### [Racing](cheats/racing)
* [Instant Win](cheats/racing/instantWin.js)
### [Battle Royale](cheats/royale)
* [Auto Answer](cheats/royale/autoAnswer.js)
#### [Intervals](cheats/royale/intervals)
* [Auto Answer](cheats/royale/intervals/autoAnswer.js)
### [Blook Rush](cheats/rush)
* [Set Blooks](cheats/rush/setBlooks.js)
* [Set Defense](cheats/rush/setDefense.js)
### [Tower Defense](cheats/tower-defense)
* [Earthquake](cheats/tower-defense/earthquake.js)
* [Max Towers](cheats/tower-defense/maxTowers.js)
* [Remove Ducks](cheats/tower-defense/removeDucks.js)
* [Remove Enemies](cheats/tower-defense/removeEnemies.js)
* [Remove Obsticles](cheats/tower-defense/removeObsticles.js)
* [Set Damage](cheats/tower-defense/setDmg.js)
* [Set Round](cheats/tower-defense/setRound.js)
* [Set Tokens](cheats/tower-defense/setTokens.js)
### [Tower Defense 2](cheats/tower-defense-2)
* [Max Towers](cheats/tower-defense-2/maxTowers.js)
* [Remove Enemies](cheats/tower-defense-2/removeEnemies.js)
* [Set Coins](cheats/tower-defense-2/setCoins.js)
* [Set Health](cheats/tower-defense-2/setHealth.js)
* [Set Round](cheats/tower-defense-2/setRound.js)
### [Pirate's Voyage](cheats/voyage/)
* [Max Levels](cheats/voyage/maxLevels.js)
* [Set Doubloons](cheats/voyage/setDoubloons.js)
* [Start Heist](cheats/voyage/startHeist.js)
* [Swap Doubloons](cheats/voyage/swapDoubloons.js)
* [Take Doubloons](cheats/voyage/takeDoubloons.js)
### [Santa's Workshop](cheats/workshop)
* [Remove Distractions](cheats/workshop/removeDistractions.js)
* [Send Distraction](cheats/workshop/sendDistraction.js)
* [Set Toys](cheats/workshop/setToys.js)
* [Set Toys Per Question](cheats/workshop/setToysPerQ.js)
* [Swap Toys](cheats/workshop/swapToys.js)
</details>
This branch is for the GitHub Pages site for the most updated blooket cheats.
https://05Konz.github.io/Blooket-Cheats

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Some files were not shown because too many files have changed in this diff Show More