gimkit hacks bookmarklet /* Gimkit hack by Drew Snow Fri Aug 23 2019 14:57:53 GMT-0700 (Pacific Daylight Time) */ function Exploit () { alert('Notice: This script is in beta and currently only works on demos.') gimkit hacks bookmarklet How to get it? gimkit hacks bookmarklet this.getSpans = () => document.getElementsByTagName('span'); this.questions = window..gameData.questions; this.clickText = function (text) { let spans = this.getSpans(); for (let i = 0; i < spans.length; i++) if (text == spans[i].textContent.trim()) return spans[i].click(); gimkit hacks bookmarklet How to use it? gimkit hacks bookmarklet }; this.correctAnswer = (questions) => questions.answers.filter(e => e.correct)[0]; this.answerQuestion = function () { let spans = this.getSpans(); for (let i = 0; i < spans.length; i++) { let text = spans[i].textContent.trim(); gimkit hacks bookmarklet How to dowload it? gimkit hacks bookmarklet for (let j = 0; j < this.questions.length; j++) { let correct = this.correctAnswer(this.questions[j]); if (this.questions[j].text.trim() == text) return this.clickText(correct.text); } } }; } gimkit hacks bookmarklet PasteShr gimkit hacks bookmarklet let Session = new Exploit(); setInterval(() => { // Find the answer and click it every 100ms Session.answerQuestion(); }, 100); gimkit hacks bookmarklet