CursedSheep / Hoodwink

A trashy Selenium-based Quizizz bot. Only used for automatically answering live quizzes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hoodwink

A trashy Selenium-based Quizizz bot. Only used for automatically answering live quizzes.

Why is it called Hoodwink?

The name is derived from an English term for the word "Tolongges". Which means to deceive, to scam, or to fool someone according to this article.

Installation

You just need chrome installed. Specifically 70.0.3538.77 version of chrome.

Usage

You just need to enter whatever the required input is needed.

Make sure to paste chromedriver.exe to the same folder where the compiled executable is located.

Enter Email: test123@gmail.com
Enter Password: testpassword
Enter code/link: 123456
Enter delay (Milliseconds): 5000 

How to generate backup.txt?

Goto quizizz.rocks then use the script below in the console.

Don't forget to change "TheKode" with the pin number btw

var v = await fetch("https://abstract.land/api/quizizz/?pin=TheKode").then((function(t){return t.json();}));
console.log(JSON.stringify(v));

After that, create a file called backup.txt in the same folder where the executable is located, then paste the json data there.

Credits

AndyFilter - QuizizzSupport

YeetRet - Program testing

About

A trashy Selenium-based Quizizz bot. Only used for automatically answering live quizzes.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%