Last active
February 25, 2026 15:31
-
-
Save christianrubiales/15a3e6249bb6be1e22c00a604440b67b 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; | |
| localStorage.setItem("lab", JSON.stringify(ff)); | |
| window.location.reload(); | |
| // https://bbs.boingboing.net/t/particle-clicker-meth-addictive-supercollider-sim/38724/2 | |
| var myInt = setInterval(function() { $('#detector-events').click(); }, 10); | |
| // You can stop the auto-clicking with: | |
| // clearInterval(myInt); | |
| // also use https://gist.github.com/zbitname/19ce4fc3a569b1287ffd |
Thanks DonaldTsang
can you give me the hack plz
how do I hack it now
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this to your code to make it better https://gist.github.com/zbitname/19ce4fc3a569b1287ffd