Skip to content

Instantly share code, notes, and snippets.

@HoweraProjects
Last active June 9, 2022 13:34
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 HoweraProjects/f5561fcfda35900bf5882102c2c06b7a to your computer and use it in GitHub Desktop.
Save HoweraProjects/f5561fcfda35900bf5882102c2c06b7a to your computer and use it in GitHub Desktop.
The ULTIMATE CHEAT for particle clicker (In case your computer doesn't crash, of course)
// Create a bookmark with URL:
// javascript:var ff = JSON.parse(localStorage.getItem("lab"));ff["money"] = 1e+1000;ff["data"] = 1e+1000;localStorage.setItem("lab", JSON.stringify(ff));for (var i = 0; i < 1000; i++) { var myInt = setInterval(function() { $('#detector-events').click(); }, 1);}
// AND JUST WATCH THE MAGIC OF 1000 INSTANCES CLICKING PARTICLE CLICKER AT ONCE!
// THIS IS A FAIR HACK OF COURSE, AND YOU CAN STILL CLICK UPGRADES.
// THIS IS ALSO REPETITIVE, SO CLICK IT A MILLION TIMES (OF COURSE, IN THE PREMISE THAT YOUR COMPUTER DOES NOT CRASH IMMEDIATELY) AND BOOM! ASTRONOMICAL PARTICLE CLICKER!
var ff = JSON.parse(localStorage.getItem("lab"));
ff["money"] = 1e+1000;
ff["data"] = 1e+1000;
localStorage.setItem("lab", JSON.stringify(ff));
for (var i = 0; i < 1000; i++) {
var myInt = setInterval(function() { $('#detector-events').click(); }, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment