This is a simple script for auto-clicking in Cookie Clicker.
Info.txt
{ "Nome": "auto clicker mod", "EU IA": "reuppbee autoclicker", "Author": "reuppbee", "Descrição": "an auto clicker mod in it's simplest form", "ModVersion": 1, "GameVersion": 2.031, "Data": "13/08/2021", "Dependências": [], "Desabilitado": 1, "AllowSteamAchievs":1 }
Main.js
Game.registerMod("auto clicker mod", { init: função () { Game.Notify('auto clicker enabled', 'you cannot disable it unless you disable the whole mod and restart your game', 3, 6) Game.registerHook('logic', função () { Game.ClickCookie(); }); }, });
Isso é tudo o que estamos compartilhando hoje para isso Clique em biscoitos guia. Este guia foi originalmente criado e escrito por reuppbee. Caso não atualizemos este guia, você pode encontrar a atualização mais recente seguindo este link.