Blooketware / BlooketUI

The best Blooket Multitool out there.
Other
158 stars 134 forks source link

Popups #6

Closed 3kh0 closed 2 years ago

3kh0 commented 2 years ago

For some of the cheats, they use different functions like window.alert, window.prompt, and window.confirm, blooket has found ways to detect them and disable your account, could you find a way around this? I am already on my 3rd account.

arandomhooman commented 2 years ago

3rd account because of this cheat or in general?

smintf commented 2 years ago

For some of the cheats, they use different functions like window.alert, window.prompt, and window.confirm, blooket has found ways to detect them and disable your account, could you find a way around this? I am already on my 3rd account.

Huh, that shouldn't be a problem as my script overrides the window.alert, window.prompt and window.confirm functions.

smintf commented 2 years ago

For some of the cheats, they use different functions like window.alert, window.prompt, and window.confirm, blooket has found ways to detect them and disable your account, could you find a way around this? I am already on my 3rd account.

i could maybe replace the window.* functions with a third party javascript library, but injecting one is highly impractical.

smintf commented 2 years ago

i just checked whether my bypass still works and it seems to hold up. image

3kh0 commented 2 years ago

Ok thanks so much!