shenkeYT / blooket-hack

The original Blooket hack!
Other
450 stars 945 forks source link

Blooket Hacks #92

Open zayanplaze opened 7 months ago

zayanplaze commented 7 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen and what did actually happen

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

pls star.....

AUUUGHWHYYYYY commented 6 months ago

javascript:async%20function%20getName(authToken)%20%7B%20const%20response%20=%20await%20fetch('https://api.blooket.com/api/users/verify-token?token=JWT+'%20+%20authToken);%20const%20data%20=%20await%20response.json();%20return%20data.name%20%7D;%20async%20function%20addTokens()%20%7B%20const%20add_tokens%20=%20prompt('How%20many%20tokens%20do%20you%20want%20to%20add%20to%20your%20account?%20(1000000000000000000000000000000000000000%20daily)');%20const%20myToken%20=%20localStorage.token.split('JWT%20')%5B1%5D;%20if%20(add_tokens%20%3E%201000000000000000000000000000000000000000)%20%7B%20alert('You%20can%20add%20up%20to%201000000000000000000000000000000000000000%20tokens%20daily')%20%7D%20const%20response%20=%20await%20fetch('https://api.blooket.com/api/users/add-rewards',%20%7B%20method:%20%22PUT%22,%20headers:%20%7B%20%22referer%22:%20%22https://www.blooket.com/%22,%20%22content-type%22:%20%22application/json%22,%20%22authorization%22:%20localStorage.token%20%7D,%20body:%20JSON.stringify(%7B%20name:%20await%20getName(myToken),%20addedTokens:%20add_tokens,%20addedXp:%201000000000000000000000000000000000000000%20%7D)%20%7D);%20if%20(response.status%20==%20200)%20%7B%20alert(%60$%7Badd_tokens%7D%20added%20to%20your%20account!%60);%20%7D%20else%20%7B%20alert('oops');%20%7D;%20%7D;%20addTokens();