Skip to content

Instantly share code, notes, and snippets.

View SpinoffHeyyyyy's full-sized avatar

SpinoffHeyyyyy

View GitHub Profile
@SpinoffHeyyyyy
SpinoffHeyyyyy / FairBattle.js
Created February 21, 2017 01:02
CodeCombat
//Make sure you have wristwatch that allows hero.now().
//This is an exploit. Possibly fixed in the future.
while (true) {
if (hero.now() > 20) {
hero.say("Attack");
}
}