This commit is contained in:
05Konz 2023-08-21 13:10:08 -05:00
commit e18f936671
488 changed files with 16248 additions and 0 deletions

53
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,53 @@
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

23
.github/ISSUE_TEMPLATE/skid_report.yml vendored Normal file
View file

@ -0,0 +1,23 @@
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

30
.github/ISSUE_TEMPLATE/suggestion.yml vendored Normal file
View file

@ -0,0 +1,30 @@
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/Minesraft2/Blooket-Cheats/wiki#faq) 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

2
.github/pull_request_template.md vendored Normal file
View file

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

3
.gitignore vendored Normal file
View file

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

50
LICENSE Normal file
View file

@ -0,0 +1,50 @@
Stewart Private License Version 2.0.1
-------------------------------------
© 05Konz 2022-2023
By using, modifying, and/or distributing this (software; program; code) you hereby adhere to the terms listed below and must abide by them if you do not want action taken on you/your corporation.
You may not reproduce or distribute unauthorized access of this unless outwardly authorized by said licenser (APPLIES TO ALL BELOW TERMS)
You must adhere by the contributing guidelines of the project under which it is licensed.
You may not "skid", "steal", "copy", "reproduce", "scounder", "recreate" any of the code and scripts inside of this.
You may not sell or market any of the code; scripts; content of inside of this codebase unless expressly permitted.
You are prohibited from using this code to inflict any illegal doings upon others.
You cannot under any circumstances republish anything from here as your own without expressed permission and evidence from said claims holder.
You may not lock the codebase or any of its contents behind a paywall or any other form of payment.
You may not use this codebase for any illegal doings.
You may neither privately share and distribute modified copies of this codebase without expressed permission from the licenser.
You may not lock this codebase behind a subscriber wall, follower wall, or any other form of membership.
Terms:
- Paywall: A paywall is a form of payment that is required to access the codebase or any of its contents. This includes but is not limited to: Patreon, Discord, YouTube and any other form of payment.
- Licenser: The person who owns the rights to the codebase and has the right to license it to others.
- Codebase: The codebase is the code and scripts that are inside of the project.
- Contributor: A contributor is a person who has contributed to the codebase in any way, shape, or form.
- Action: Action is a form of punishment that can be taken against the user who has broken the terms of this license. This includes but is not limited to: DMCA, DMCA Takedown, and any other form of punishment that can be taken against the user.
- Distribution: Distribution is the act of sharing the codebase with others.
- Modification: Modification is the act of changing the codebase in any way, shape, or form.
- Code, Program, Software: The codebase.
- You: The user who is using, modifying, and/or distributing the codebase.
- Subscriber Wall: A subscriber wall is a form of followship and/or membership that is required to access the codebase or any of its contents. This includes but is not limited to: YouTube, Discord, Twitch, Twitter, Instagram, TikTok, Email Subscription, MBoost, and any other form of followship and/or membership.
Disclaimer:
- I am not responsible for any actions taken against you or your corporation if you break the terms of this license.
- Any action or harm taken against you or your corporation is entirely your fault and not the fault of the licenser nor owner of the codebase.
- If you break the terms of this license, you may be subject to action taken against you or your corporation.
You are not allowed or permitted to use this private license if you are not listed below and have not been given permission by the licenser, 05Konz, to use this.
- Greenlio (Green L.)
- 05Konz
- UndercoverGoose
- ThatFruedDued
- ItsSyfe
- GooseterV (Goose V.)
I; the licenser of this project hereby permit and allow these users and persons to modify, reproduce, distribute, and use portions and/or the whole project for their own projects.
- UndercoverGoose
- ThatFruedDued
- Greenlio (Green L.)
- GooseterV (Goose V.)
- ItsSyfe

187
README.md Normal file
View file

@ -0,0 +1,187 @@
<p align="center">Cheats made by someone who knows more about what they're doing</p>
<h3 align="center"><a href="tutorial/readme.md">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)
* [Anti Flood Game](cheats/global/antiFloodGame.js)
* [Auto Answer](cheats/global/autoAnswer.js)
* [Auto Sell Dupes On Open](cheats/global/autoSellDupesOnOpen.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)
* [Prevent Suspension](cheats/global/preventSuspension.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)
* [Unlock Plus Gamemodes](cheats/global/unlockPlusGamemodes.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)
### [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)
### [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>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
autoupdate/brawl/magnet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
autoupdate/cafe/setCash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
autoupdate/gold/setGold.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
autoupdate/gui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
autoupdate/mobileGui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
autoupdate/reactGui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

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