- Edit your Pin Code, after paste to Console of devtool +
Enter
- Press
F
orShift + F
to enable/disable auto answer, please don't spam or keep it as it will cause rate limiting
fetch("https://raw.githubusercontent.com/entyd1004/auto-answer-quizizz/main/bundle.js")
.then((res) => res.text())
.then((t) => {
eval(t);
autoAnswer(yourPinCode);
});