Skip to content

Nateay0/kaheet

 
 

Repository files navigation


Logo

Kaheet

The best free cheat for Kahoot

Contributors Forks Stargazers Issues License

Table Of Contents

Usage

  1. Join Kahoot
  2. Open the console (CTRL + SHIFT + J) and paste the script:
fetch(
    "https://raw.githubusercontent.com/pxtrez/kaheet/main/dist/bundle.js"
).then((r) => r.text().then((t) => eval(t)));
  1. Then enter the quizID

example

What is quizid

quizID is a string of random characters shown in the URL at the top of the teacher / host screen.

quizid on teacher screen

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.

License

Distributed under the GNU GPLv3 License. See LICENSE for more information.

About

highlighting answers kahoot cheat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.7%
  • JavaScript 10.3%