Skip to content

Instantly share code, notes, and snippets.

@L1fescape
Created May 29, 2015 06:21
Show Gist options
  • Save L1fescape/10e9864b25bab4841465 to your computer and use it in GitHub Desktop.
Save L1fescape/10e9864b25bab4841465 to your computer and use it in GitHub Desktop.
Time hack code snippet from the movie Kung Fury
DateTime warp = new DateTime(12, 33.9, 15);
warp.accessDimension(4);
for (int i = 0; i < warp.getGoal(); i++) {
double v = Math.power(m*c, 2);
warp.hackTime();
warp.advance(i.toTimeInterval());
}
if (past.currentDate() == warp.currentDate()) {
System.out.println("Time Hacked successfully.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment