Created
May 27, 2017 20:12
-
-
Save ITHackCentral/683d9fb95afdf819bd3d805b53b6f47f to your computer and use it in GitHub Desktop.
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!") | |
var btn = document.createElement("BUTTON"); | |
document.body.appendChild(btn); | |
btn.setAttribute("onclick","ShowAwnser()"); | |
btn.setAttribute("id","dashow") | |
var t = document.createTextNode(".A. Bot"); | |
btn.appendChild(t); | |
var btnt = document.createElement("BUTTON"); | |
document.body.appendChild(btnt); | |
btnt.setAttribute("onclick","TimeHack(); TimeHackm()") | |
btnt.setAttribute("id","dasho") | |
var tt = document.createTextNode("TimeCheat"); | |
btnt.appendChild(tt); | |
var btnd = document.createElement("BUTTON"); | |
document.body.appendChild(btnd); | |
btnd.setAttribute("onclick","ScoreHack()"); | |
btnd.setAttribute("id","dashowd") | |
var td = document.createTextNode("Point Hack"); | |
btnd.appendChild(td); | |
function ShowAwnser(){ | |
var nums = document.getElementsByClassName('questions-text-alignment whiteTextWithShadow question-size-v4')["0"].innerText; | |
var add = nums.split('+' && '='); | |
var equasion = add[0]; | |
function addbits(s){ | |
var total= 0, s= s.match(/[+\-]*(\.\d+|\d+(\.\d+)?)/g) || []; | |
while(s.length){ | |
total+= parseFloat(s.shift()); | |
} | |
return total; | |
} | |
var awnser = addbits(equasion) | |
var nums = document.getElementsByClassName('questions-text-alignment whiteTextWithShadow question-size-v4')["0"].innerText; | |
var add = nums.split('+' && '='); | |
var equasion = add[0]; | |
function addbits(s){ | |
var total= 0, s= s.match(/[+\-]*(\.\d+|\d+(\.\d+)?)/g) || []; | |
while(s.length){ | |
total+= parseFloat(s.shift()); | |
} | |
return total; | |
} | |
var awnser = addbits(equasion) | |
document.getElementById('dashow').innerText = awnser; | |
document.getElementsByClassName("questions-input-adjustment questions-input-width-v3")["0"].value = awnser; | |
} | |
window.addEventListener("keydown", checkKeyPressed, false); | |
function checkKeyPressed(e) { | |
if (e.keyCode == "65") { | |
ShowAwnser() | |
} | |
} |
CoolPokes
commented
Feb 6, 2025
via email
no they made it real hard but I'm still working on it
…On Thu, Dec 19, 2024 at 2:39 PM Lujis-Manchin ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Did you find a way to get rid of the mathletics file?
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/ITHackCentral/683d9fb95afdf819bd3d805b53b6f47f#gistcomment-5349267>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVEVZHXLGXOBGR7I7MLNK3L2GI5YXBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA2DQMJRGI3DEOFHORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment