Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. var tmp = JSON.parse(window.localStorage.getItem("savegame"));
  2. tmp.money=9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  3. window.localStorage.setItem("savegame",JSON.stringify(tmp));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement