Skip to content

Instantly share code, notes, and snippets.

@L1fescape
L1fescape / hackingtime.java
Created May 29, 2015 06:21
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.");
}