๐ Start the game and enter Level 1.
๐ Open inspector using F12 and toggle to "console" and paste the following while being in the level:
for(var i = 0; i < 29; i++) { cr_getC2Runtime().all_global_vars[i].data = 1; }๐ Go back to level selector and enter level 5, 10, 15, 20 and 25 for the remaining achievements.
๐ Execute all the following code for the last achievement:
var r = cr_getC2Runtime();
var a = r.eventsheets['1 Event'];
var b = r.eventsheets['end event'];
r.eventsheets['1 Event'] = b;
r.eventsheets['end event'] = a;
r.changelayout = r.layouts['end'];