Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save widerkinkakajou67YT/af2c21868e4b018f929acfcc87896cbc to your computer and use it in GitHub Desktop.
Save widerkinkakajou67YT/af2c21868e4b018f929acfcc87896cbc to your computer and use it in GitHub Desktop.
var ff = JSON.parse(localStorage.getItem("lab"));
ff["money"] = 1e+100;
ff["data"] = 1e+100;
ff["reputation"] =1e+100;
localStorage.setItem("lab", JSON.stringify(ff));
window.location.reload();
im working on tring to get a all achievement code maby a save u wood just have to import and export save if i make a save and if i do that
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment