Stimulation Clicker
131–140 of 620 posts
Re: Stimulation Clicker
#132Re: Stimulation Clicker
#133If you want to speed run it let max = 1000000; let btn = $('.main-btn'); function cl() { btn.click(); max--; if (max > 0) { setTimeout(cl, 1) } } cl()
let max_amt = 2000000000*2; // Twice most expensive item
let btn = $('.main-btn');
function cl() {
btn.click();
let curr = $(".main-stat-num").innerText.replace(/\D/g, '');
if (curr Re: Stimulation Clicker
#134Crashes on mobile chrome after about 10 minutes probably for the best
Re: Stimulation Clicker
#135Fantastic encapsulation and commentary on the modern web and attentionspace. There's certainly better ways to do this, but here's one way to automate 1000 clicks from the console: for (let i = 0; i Automating this art piece probably also says ... something.
```
setInterval(() => { let max = 100; while(max-->0) { let price = +document.querySelector(".last-price").textContent.trim().slice(1).replace(",","").split("\n")[0]; if (price > 20000) { document.querySelector(".stock-sell").click(); } else if (price ```
Re: Stimulation Clicker
#136Re: Stimulation Clicker
#137Re: Stimulation Clicker
#138Since we're all sharing clicker games, this one by Frank Lantz is a real classic: https://decisionproblem.com/paperclips/
Re: Stimulation Clicker
#139I finished the game without cheating. I felt like a frog being slowly boiled (and it really does feel like you're boiling at the end). It's quite the journey... I love how everything here isn't even farfetched. It's just standard YouTube and TikTok content. The red notification bubbles were also a nice touch, I felt myself really drawn to those, and if I think back, I guess that's the earliest example I can recall of…
As far as clickers go, finishing this game without cheating is very easy. Only takes like 20-30 min. But nonetheless, it was enjoyable. Really regretted clicking the subway surfer wormhole button. Luckily that was right at the end.
I gave up when I bought auto hydraulic press.