Fix readme
This commit is contained in:
parent
d7aaa189ba
commit
eb349c48ff
2 changed files with 1 additions and 9 deletions
|
@ -120,15 +120,14 @@ The mobile GUI is the first GUI Minesraft2 ever made. Some people said it worked
|
||||||
* [Set Score](cheats/flappy/setScore.js)
|
* [Set Score](cheats/flappy/setScore.js)
|
||||||
* [Toggle Ghost](cheats/flappy/toggleGhost.js)
|
* [Toggle Ghost](cheats/flappy/toggleGhost.js)
|
||||||
### [Global](cheats/global)
|
### [Global](cheats/global)
|
||||||
* [Anti Flood Game](cheats/global/antiFloodGame.js)
|
|
||||||
* [Auto Answer](cheats/global/autoAnswer.js)
|
* [Auto Answer](cheats/global/autoAnswer.js)
|
||||||
* [Auto Sell Dupes On Open](cheats/global/autoSellDupesOnOpen.js)
|
|
||||||
* [Change Blook Ingame](cheats/global/changeBlookIngame.js)
|
* [Change Blook Ingame](cheats/global/changeBlookIngame.js)
|
||||||
* [Every Answer Correct](cheats/global/everyAnswerCorrect.js)
|
* [Every Answer Correct](cheats/global/everyAnswerCorrect.js)
|
||||||
* [Flood Game](cheats/global/floodGame.js)
|
* [Flood Game](cheats/global/floodGame.js)
|
||||||
* [Get Daily Rewards](cheats/global/getDailyRewards.js)
|
* [Get Daily Rewards](cheats/global/getDailyRewards.js)
|
||||||
* [Highlight Answers](cheats/global/highlightAnswers.js)
|
* [Highlight Answers](cheats/global/highlightAnswers.js)
|
||||||
* [Host Any Gamemode](cheats/global/hostAnyGamemode.js)
|
* [Host Any Gamemode](cheats/global/hostAnyGamemode.js)
|
||||||
|
* [Remove Name Limit](cheats/global/removeNameLimit.js)
|
||||||
* [Remove Random Name](cheats/global/removeRandomName.js)
|
* [Remove Random Name](cheats/global/removeRandomName.js)
|
||||||
* [Sell Cheap Duplicates](cheats/global/sellCheapDuplicates.js)
|
* [Sell Cheap Duplicates](cheats/global/sellCheapDuplicates.js)
|
||||||
* [Sell Duplicate Blooks](cheats/global/sellDuplicateBlooks.js)
|
* [Sell Duplicate Blooks](cheats/global/sellDuplicateBlooks.js)
|
||||||
|
@ -182,7 +181,6 @@ The mobile GUI is the first GUI Minesraft2 ever made. Some people said it worked
|
||||||
* [Set Health](cheats/tower-defense-2/setHealth.js)
|
* [Set Health](cheats/tower-defense-2/setHealth.js)
|
||||||
* [Set Round](cheats/tower-defense-2/setRound.js)
|
* [Set Round](cheats/tower-defense-2/setRound.js)
|
||||||
### [Pirate's Voyage](cheats/voyage/)
|
### [Pirate's Voyage](cheats/voyage/)
|
||||||
|
|
||||||
* [Max Levels](cheats/voyage/maxLevels.js)
|
* [Max Levels](cheats/voyage/maxLevels.js)
|
||||||
* [Set Doubloons](cheats/voyage/setDoubloons.js)
|
* [Set Doubloons](cheats/voyage/setDoubloons.js)
|
||||||
* [Start Heist](cheats/voyage/startHeist.js)
|
* [Start Heist](cheats/voyage/startHeist.js)
|
||||||
|
|
|
@ -13,12 +13,8 @@ Answers questions correctly or incorrectly depending on the goal grade given
|
||||||
Automatically removes the shadow from correct answers
|
Automatically removes the shadow from correct answers
|
||||||
|
|
||||||
|
|
||||||
## [Anti Flood Game](antiFloodGame.js)
|
|
||||||
Prevents bots from joining your Blooket game (HOST SCRIPT)
|
|
||||||
## [Auto Answer](autoAnswer.js)
|
## [Auto Answer](autoAnswer.js)
|
||||||
Clicks the first correct answer
|
Clicks the first correct answer
|
||||||
## [Auto Sell Dupes On Open](autoSellDupesOnOpen.js)
|
|
||||||
Sells the blook you unlock when you open a pack if you already have one (Doesn't sell Legendaries or rarer)
|
|
||||||
## [Change Blook Ingame](changeBlookIngame.js)
|
## [Change Blook Ingame](changeBlookIngame.js)
|
||||||
Changes your blook
|
Changes your blook
|
||||||
## [Every Answer Correct](everyAnswerCorrect.js)
|
## [Every Answer Correct](everyAnswerCorrect.js)
|
||||||
|
@ -45,8 +41,6 @@ Simulate opening a pack
|
||||||
Simulate unlocking most of the blooks
|
Simulate unlocking most of the blooks
|
||||||
## [Spam Buy Blooks](spamBuyBlooks.js)
|
## [Spam Buy Blooks](spamBuyBlooks.js)
|
||||||
Opens a box a specified amount of times
|
Opens a box a specified amount of times
|
||||||
## [Unlock Plus Gamemodes](unlockPlusGamemodes.js)
|
|
||||||
Unlocks Plus Only gamemodes
|
|
||||||
## [Subtle Highlight Answers](subtleHighlightAnswers.js)
|
## [Subtle Highlight Answers](subtleHighlightAnswers.js)
|
||||||
Removes the shadow from correct answers
|
Removes the shadow from correct answers
|
||||||
## [Use Any Blook](useAnyBlook.js)
|
## [Use Any Blook](useAnyBlook.js)
|
||||||
|
|
Loading…
Add table
Reference in a new issue