Skip to content

Commit

Permalink
Create TokenAdder (FIXED!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glixerz authored Jan 28, 2022
1 parent 28c7aff commit 6578584
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions TokenAdder (FIXED!)
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
async function getName() {

This comment has been minimized.

Copy link
@dean428

dean428 Oct 25, 2023

what i do?

This comment has been minimized.

Copy link
@dean428

dean428 Oct 25, 2023

idk what to do im new

const response = await fetch('https://api.blooket.com/api/users/verify-token', {

This comment has been minimized.

Copy link
@dopekids

dopekids Mar 8, 2022

trresw

This comment has been minimized.

Copy link
@layjon

layjon Mar 29, 2022

it didn't work

This comment has been minimized.

Copy link
@0rcriptail

0rcriptail Apr 4, 2022

yeah

This comment has been minimized.

Copy link
@jackhack2

jackhack2 Apr 7, 2022

does anyone know one that will work

This comment has been minimized.

Copy link
@smsisthebest

smsisthebest Apr 7, 2022

how do i do it on chrome.

This comment has been minimized.

Copy link
@marquskelly2028

marquskelly2028 Apr 21, 2022

suck a dick bitch niggas

This comment has been minimized.

Copy link
@tm28256

tm28256 Jan 17, 2023

how does this work

This comment has been minimized.

Copy link
@27810

27810 Feb 14, 2023

does not work :(

This comment has been minimized.

Copy link
@cocopops-alt

cocopops-alt Apr 11, 2023

suck a dick bitch niggas

Just why 🫤

This comment has been minimized.

Copy link
@mrman3262

mrman3262 Apr 25, 2023

yea why

This comment has been minimized.

Copy link
@nisaiah123

nisaiah123 May 11, 2023

niggers

This comment has been minimized.

Copy link
@mrman3262

mrman3262 May 11, 2023

no

This comment has been minimized.

Copy link
@mrman3262

mrman3262 May 11, 2023

dont say that

This comment has been minimized.

Copy link
@mrman3262

mrman3262 May 11, 2023

that a bad word

This comment has been minimized.

Copy link
@mrman3262

mrman3262 May 11, 2023

a very very bad word i will find you and kill ur cat/dog if you say it agian

This comment has been minimized.

Copy link
@mrman3262

mrman3262 May 11, 2023

watch what you say on the internet kids

This comment has been minimized.

Copy link
@cocopops-alt

cocopops-alt via email May 11, 2023

This comment has been minimized.

Copy link
@SubToKookies

SubToKookies Jun 8, 2023

DON"T WORK!

This comment has been minimized.

Copy link
@AnnabethChase1

AnnabethChase1 Jun 10, 2023

non of them work by this guy

This comment has been minimized.

Copy link
@AnnabethChase1

AnnabethChase1 Jun 10, 2023

👎

This comment has been minimized.

Copy link
@SubToKookies

SubToKookies Jun 13, 2023

FR

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? (500 daily)'));

This comment has been minimized.

Copy link
@layjon

layjon Mar 29, 2022

help me

This comment has been minimized.

Copy link
@extreme-guy6

extreme-guy6 Feb 20, 2023

...


if (tokens > 500) {
alert('You can only add up to 500 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: 300,
name: await getName()
})
});

if (response.status == 200) {
alert(`${tokens} tokens and 300 XP added to your account!`);

This comment has been minimized.

Copy link
@dopekids

dopekids Mar 8, 2022

please work

This comment has been minimized.

Copy link
@link5000000000000000000000000000

link5000000000000000000000000000 Feb 16, 2023

triyt rc76rxi6zx4dfrg5tyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyvutv6tvv6vii67i67vv67

This comment has been minimized.

Copy link
@link5000000000000000000000000000

link5000000000000000000000000000 Feb 16, 2023

meeeeeeeeeeeeeeeewrtzxcrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr trvyghfdtyryuyfghkiujhvbuyniyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

This comment has been minimized.

Copy link
@realeagle28

realeagle28 Mar 15, 2023

;;kjf j'j'oyj
sdoj'dortjojjj'Hoja;oi h;/ih;oijhz

This comment has been minimized.

Copy link
@Wolfythe2nd

Wolfythe2nd via email Mar 16, 2023

} else {
alert('An error occured.');

This comment has been minimized.

Copy link
@radinsalatin

radinsalatin Feb 21, 2022

awiajchv

This comment has been minimized.

Copy link
@link5000000000000000000000000000

This comment has been minimized.

Copy link
@link5000000000000000000000000000

link5000000000000000000000000000 Feb 17, 2023

ef0otvuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuky

This comment has been minimized.

Copy link
@link5000000000000000000000000000

link5000000000000000000000000000 Feb 17, 2023

bgkjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjh

This comment has been minimized.

Copy link
@link5000000000000000000000000000
};

};

addCurrencies();

10 comments on commit 6578584

@R3nH4s1ssu3s
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesnt work

@PurpleTiger191645
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update pls

@SspeedBoi29
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry don't work but its a good idea

@jimmydapickle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont work

@layjon
Copy link

@layjon layjon commented on 6578584 Apr 4, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@repidhacks
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

god

@repidhacks
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise god

@extreme-guy6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot

@Crapasscompass
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not work 🏢

@TheFriendlyIdiot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does work but i cant buy blocks with it

Please sign in to comment.