mmccall0813 / answer.js

An open source blooket auto-player / cheat
https://mmccall0813.github.io/answer.js/loader.html
19 stars 3 forks source link

Auto join code #3

Closed oliver408i closed 2 years ago

oliver408i commented 2 years ago

I see that you are using the fb.blooket.com, but when I use the

fetch("https://fb.blooket.com/c/firebase/join", {
        "body": `{\"id\":\"886005\",\"name\":\"answerdotjs\"}`,
        "method": "PUT",
        "mode": "cors"})

It doesn't work. Did blooket patch this or does it still work? I am also trying to make a flood and I wonder if you know how to automatically join. Thanks in advance! (i'll credit you if I even make the flooder, and I starred this repo)

mmccall0813 commented 2 years ago

This endpoint doesn't actually make you join the game, it just returns basic info about the game, like the mode, set ID, and if the game is timed or ends on a game factor.

oliver408i commented 2 years ago

Hmm. Do you know how to make a bot join?

mmccall0813 commented 2 years ago

No, I haven't really looked into it. You could try inspecting network traffic in the Network tab of your browsers devtools and make a simple joiner from there.

justme1919 commented 2 years ago

cool