jokeri2222 / KaHack

A Kahoot hack made in vanilla js. Just copy-paste to console and you are ready to cheat. Also downloadable to Tampermonkey.
47 stars 15 forks source link

Dont work It stays red even tho it a public kahoot #1

Closed Epic0001 closed 9 months ago

Epic0001 commented 9 months ago

image It stays red even tho it a public kahoot image

Epic0001 commented 9 months ago

btw heres the error for u image

jokeri2222 commented 9 months ago

Thanks for your bug report ill look into it.

jokeri2222 commented 9 months ago

It seems its not on the kahoot.it/rest/kahoots/3044900f-eBc7-449f-90dc-ebaa0959ddcb wonder where it could be

jokeri2222 commented 9 months ago

Stupid me I didn't even check if the obfuscated code was working. Short answer it wasnt.

jokeri2222 commented 9 months ago

Should work now. screenshot

Epic0001 commented 9 months ago

uhh im not sure if this is me now but it still doesnt appear to do anything image

jokeri2222 commented 9 months ago

well it doesnt seem to update the question index

jokeri2222 commented 9 months ago

does the show answers work

jokeri2222 commented 9 months ago

the click event doesnt seem to work anymore for the answer elements

Epic0001 commented 9 months ago

yeah the old hack i was using stop working it wouldnt click so i found this but it seem to got the same problem

jokeri2222 commented 9 months ago

ill try to find a way to click without using the click function but idk if i can. it will take me some time

Epic0001 commented 9 months ago

If you cant find a click i think you can use the number keys cause you can use them when u play actual kahoot

jokeri2222 commented 9 months ago

yes i found that it worked

jokeri2222 commented 9 months ago

im fixing it now

jokeri2222 commented 9 months ago

should be fixed

Epic0001 commented 9 months ago

Idk auto anwser and show anwser still dont work 😢 image

jokeri2222 commented 9 months ago

for some reason it doesnt update the question index can you send the html for me cus it worked for me

Epic0001 commented 9 months ago

wym i just using tamper monkey

jokeri2222 commented 9 months ago

i meant the kahoot site html i kinda need it if its diffrent from my html (it gets the question index from there)

jokeri2222 commented 9 months ago

it works fine for me on my windows (opera and chrome tested) and also for my Chromebook idk what is happening

Epic0001 commented 9 months ago

idk i made my own that highlights image

jokeri2222 commented 9 months ago

nice im working on it tho converting queryselector to more supported

jokeri2222 commented 9 months ago

now it should work

Epic0001 commented 9 months ago

IDK why it dont work for me image

Your Ui loooks really nice thats why i wanna use it but for mine i made 2montges ago this is how i got the question number and it still works idk if i would be helpful for u const questionNumberElement = this.doc.querySelector('div[data-functional-selector="question-index-counter"]'); if (questionNumberElement) {

jokeri2222 commented 9 months ago

that is exactly what i use but it seems not to work with your device idk whats going on

jokeri2222 commented 9 months ago

does the console have any errors

Epic0001 commented 9 months ago

None realted to your script Can you make a custom version for me that console.log() the question number so we can see if thats working

jokeri2222 commented 9 months ago

i think i can trust you wirh the source code. wait a second

Epic0001 commented 9 months ago

Uhh so it kinda got messed up when you pasted it idk if theirs a better way to sshare it cause the boxes seem to mess it up

jokeri2222 commented 9 months ago

ill add you to one of the contributors

Epic0001 commented 9 months ago

alr lmk where i can copy it since i dont use github alot

jokeri2222 commented 9 months ago

im just adding you now

jokeri2222 commented 9 months ago

now you are invited

jokeri2222 commented 9 months ago

https://github.com/jokeri2222/KaHack-Source/

Epic0001 commented 9 months ago

image Does this version work since this is from 6 hours ago

jokeri2222 commented 9 months ago

its the user js

jokeri2222 commented 9 months ago

i didnt update the meta

Epic0001 commented 9 months ago

ok

Epic0001 commented 9 months ago

I MIght of found the issue

Epic0001 commented 9 months ago

countdown__Count-sc-136q2in-0 doesnt exist for me so it cant ever get the questio number

jokeri2222 commented 9 months ago

it should be the counter Screenshot 2024-02-01 23 19 36

jokeri2222 commented 9 months ago

how would i get if the question has started

Epic0001 commented 9 months ago

yeah mine dont got that

jokeri2222 commented 9 months ago

well does ur kahoot have the text before the question (in my image "Question 2")

Epic0001 commented 9 months ago

nah image i think i might have a solution tho that shouldnt break either of ours

jokeri2222 commented 9 months ago

ok i shall hear your solution

Epic0001 commented 9 months ago

alr almost their it gets the question number but i gotta think of a way for it to know when the question starting

jokeri2222 commented 9 months ago

well i thinked and what if we get the question idex always and if there is an answer on the screen it should indicate that the question has started. It should also track which was the last question to be answered

Epic0001 commented 9 months ago

yes thats essentily what im trying to implement right now

Epic0001 commented 9 months ago

basically it just checks if the anwser element exists