Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -
- Download Here --> https://tinyurl.com/2s39bs69 (Copy and Paste Link)
- thesmartcoder123 / Blooket Token Hack
- This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
- async function getName() const response = await fetch('https://api.blooket.com/api/users/verify-token', method: "GET", headers: "accept": "application/json, text/plain, */*", "accept-language": "en-US,en;q=0.9,ru;q=0.8", >, credentials: "include" >); const data = await response.json(); return data.name; >; async function addCurrencies() const tokens = Number(prompt('How many tokens do you want to add to your account? (1000 daily)')); if (tokens > 1000) alert('You can only add up to 1000 tokens daily.'); >; const response = await fetch('https://api.blooket.com/api/users/add-rewards', method: "PUT", headers: "referer": "https://www.blooket.com/", "content-type": "application/json", >, credentials: "include", body: JSON.stringify( addedTokens: tokens, addedXp: 900, name: await getName() >) >); if (response.status == 300) alert(`$ tokens and 900 XP added to your account!`); > else alert('Not working Error Occured.'); >; >; addCurrencies();
- Blooket-Cheats/Blooket-Hacks
- This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Name already in use
- A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
- Sign In Required
- Please sign in to use Codespaces.
- Launching GitHub Desktop
- If nothing happens, download GitHub Desktop and try again.
- Launching GitHub Desktop
- If nothing happens, download GitHub Desktop and try again.
- Launching Xcode
- If nothing happens, download Xcode and try again.
- Launching Visual Studio Code
- Your codespace will open once ready.
- There was a problem preparing your codespace, please try again.
- Latest commit
- Git stats
- Files
- Failed to load latest commit information.
- README.md
- Blooket Hacks (Bookmarklet Mode)
- Welcome to the first repository with fully unobfuscated, working hacks. We will strive to only provide unobfuscated versions, so that people know what is in it. Please do not market it as your own, and make copies private please. We have based some of these off other peoples', with some edits to improve it.
- Find the hack you want
- Click the copy button
- Add a new bookmark
- Go to your bookmarks
- Find the one you just added
- Press right click (tap and hold on mobile) and then "Edit"
- Paste or press CTRL+V in the url box
- Click "Done"
- Open the bookmark[let]
- Distributed under the MIT License. See LICENSE.txt for more information.
- We are NOT responsible for any actions taken on your account for using these hacks.
- We are in no way affiliated with Blooket in any way, shape or form.
- This was created solely for educational purposes.
- About
- First Repository With Fully Unobfuscated Blooket Hacks And A Wiki About Each Hack.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement