Skip to content

Instantly share code, notes, and snippets.

@christianrubiales
Last active February 25, 2026 15:31
Show Gist options
  • Select an option

  • Save christianrubiales/15a3e6249bb6be1e22c00a604440b67b to your computer and use it in GitHub Desktop.

Select an option

Save christianrubiales/15a3e6249bb6be1e22c00a604440b67b to your computer and use it in GitHub Desktop.
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
@DonaldTsang
Copy link

Add this to your code to make it better https://gist.github.com/zbitname/19ce4fc3a569b1287ffd

@ParticleClicker
Copy link

Thanks DonaldTsang

@cagood-rgb
Copy link

can you give me the hack plz

@cagood-rgb
Copy link

how do I hack it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment