Last active
November 28, 2016 17:17
-
-
Save peterdemartini/95b10a6868ae5238167b21cecfd90655 to your computer and use it in GitHub Desktop.
SumTotalHack
This file contains hidden or 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
m_objCurrentSco.TimeSession = `0000:${(Math.floor(Math.random() * (30 - 10 + 1)) + 10)}:${Math.floor(Math.random() * 55)}`; m_objCurrentSco.ScoreRaw = "100"; m_objCurrentSco.LessonStatus = "completed"; API.SetTotalTime(); API.SetPostComplete(true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment