Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuvix25/kahoot-answer-bot
This bot will get you a perfect score on any (public) Kahoot game. (Proof of Concept)
https://github.com/yuvix25/kahoot-answer-bot
kahoot kahoot-answer-bot kahoot-answers kahoot-bot kahoot-hack
Last synced: 17 days ago
JSON representation
This bot will get you a perfect score on any (public) Kahoot game. (Proof of Concept)
- Host: GitHub
- URL: https://github.com/yuvix25/kahoot-answer-bot
- Owner: Yuvix25
- Created: 2022-10-19T06:31:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T11:26:26.000Z (3 months ago)
- Last Synced: 2024-10-13T09:43:35.832Z (about 1 month ago)
- Topics: kahoot, kahoot-answer-bot, kahoot-answers, kahoot-bot, kahoot-hack
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 23
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kahoot Answer Bot (Proof of Concept)
This Chrome Extension is a proof of concept for a Kahoot Answer Bot. It is not intended to be used in a real Kahoot game, but rather to show how easy it is to cheat in Kahoot.## How it works
The extension injects a script into the Kahoot game page. This script first asks the user to find the **public** Kahoot quiz via a sidebar menu. The script reads the quiz data from the Kahoot API, which includes the answer. Then, once a question is asked, the script automatically answers the question with a random delay to not get a perfect score, which would be suspicious.## How to install
1. Clone this repository, or download the zip and unzip it.
2. Go to `chrome://extensions` in your browser.
3. Enable developer mode and click on "Load unpacked".
4. Select the folder where you cloned or unzipped the repository.The extension should now be installed, and will be enabled whenever you visit a `kahoot.it` page.
## Mobile App
I have also created a [mobile app](https://github.com/Yuvix25/kahoot-answer-bot-mobile/releases/latest) proof-of-concept Kahoot Answer Bot for Android.