Fun Stuff > CHATTER

Umm, what??? That's pointless...

<< < (40/962) > >>

kyomi:
As soon as I noticed it was a "click on this" type game, I immediately knew someone was going to cheat by using scripts.. that's just sad. It took maybe an hour at the most to get everything up to where you wait 5 minutes and have like 50 million cookies.  I was also doing this while working on other things...

Pilchard123:

--- Quote from: Method of Madness on 17 Sep 2013, 12:23 ---
--- Quote from: Pilchard123 on 17 Sep 2013, 11:51 ---I may or may not have abused Firebug and set ten click events to fire each millisecond.

--- End quote ---
How does one do this?

--- End quote ---

(click to show/hide)Open the development console and enter


--- Code: ---cookie = document.getElementById('bigCookie');
--- End code ---
then

--- Code: ---fooX = setInterval("cookie.click()", 1)
--- End code ---
as many times as you feel like. X is variable to make each instance unique. I think it stops having any effect after the first two or three, ten times/ms was a bit of an over-estimate (I did it ten times but it wasn't much different to 2 or 3).

To stop them, use

--- Code: ---clearInterval(fooX)
--- End code ---
for each time that you used setInterval.


I've also got a snippet that will buy everything available, starting at the bottom of the list and working up. I kinda want to rewrite it to buy the cheapest first, but that'll have to wait.

--- Code: ---buyLoop = function(){for(var i = 9; i >= 0, i = i - 1){Game.ObjectsById[i].buy();}}; buyInterval = setInterval("buyLoop()", 1000)
--- End code ---

This can't cope with the upgrades yet, so you'll have to stop the buyInterval using clearInterval(buyInterval) if you want to save for those.


Also you might want to go into settings and turn numbers and particles off.

LTK:
My game time is up to 9 hours and I'm getting 12, no, 16 million cookies per second.

The grandmas are starting to become prophetic.

bhtooefr:
Cheating using scripts is actually the creative way to do it.

Much easier to export the save, un-Base64 it, edit the number of cookies (it's obvious) to a sky-high number, re-Base64 it, and import the save.

lepetitfromage:

--- Quote from: Kugai on 17 Sep 2013, 12:16 ---Death by Goats

--- End quote ---

It's a real thing, you know....goats are not to be messed with.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version