trucos del clicker de cookies
1.0.0
Aquí hay un truco para Cookie Clicker (http://orteil.dashnet.org/cookieclicker/). Es un javascript que manipula algunas de las mecánicas básicas del juego y automatiza muchas acciones para ti. Es simple, pero cuando se acabó la diversión en el juego básico, fue entretenido comenzar a modificar un poco el juego.
Para usarlo, simplemente abre el juego en un navegador Chrome, usa Cmd+Opt+i (OS X) para abrir las herramientas para desarrolladores de Chrome, haz clic en "Consola" y pega el código de cheats.js en la ventana. Entonces puedes hacer lo siguiente:
// To start auto-clicking, call this function passing in the number of automated clickers you want. 100 is a good number that
// maximizes clicking without slowing your browser down.
Cheater.startAutoClicker(100);
// To stop auto-clicking
Cheater.stopAutoClicker();
// To generate golden cookies faster and auto-click them, use the following
Cheater.startGoldenCookieAutoClicker();
// To stop golden cookie cheats
Cheater.stopGoldenCookieAutoClicker();