Last active
September 22, 2020 15:54
-
-
Save widerkinkakajou67YT/af2c21868e4b018f929acfcc87896cbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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