-
-
Save zakcodez/9f8b6ab2221b3520069ed988e2b391e2 to your computer and use it in GitHub Desktop.
Use in Live Mathletics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var time = 60; var clock = 300; function TimeHack() { | |
setInterval(function Applytime() { | |
document.getElementsByClassName('timerLabel whiteTextWithShadow font-60 ng-binding')["0"].innerText = time; document.getElementsByClassName('timerLabel whiteTextWithShadow font-60 ng-binding')["0"].innerHtml = time; | |
document.getElementsByClassName('clockHand').rotate = clock; | |
}, 1); | |
}; function TimeHackm() { | |
setInterval(function Addtime() { | |
time = time + 1; | |
clock = clock + 6; | |
}, 1000); | |
} | |
var score = 1; | |
function ScoreHack() { | |
setInterval(function ApplyScore() { | |
score = score + 1 | |
document.getElementById("scoreBar0").innerText = score; | |
}, 1); | |
}; | |
alert("YOU ARE USING I_T_HackCentral's ML CHEAT! ENJOY!") | |
function ShowAwnser() { | |
var inntext = document.getElementsByClassName('questions-text-alignment whiteTextWithShadow question-size-v4')["0"].innerText; | |
var awnser = eval((inntext.split("=")[0]).trim()) | |
document.getElementsByClassName("questions-input-adjustment")["0"].value = awnser; | |
} | |
window.addEventListener("keydown", checkKeyPressed, false); | |
function checkKeyPressed(e) { | |
if (e.keyCode == "65") { | |
ShowAwnser() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use it: