This is a simple script for auto-clicking in Cookie Clicker.
Info.txt
{ "이름": "auto clicker mod", "ID": "reuppbee autoclicker", "작가": "reuppbee", "설명": "an auto clicker mod in it's simplest form", "ModVersion": 1, "GameVersion": 2.031, "날짜": "13/08/2021", "Dependencies": [], "장애가 있는": 1, "AllowSteamAchievs":1 }
Main.js
Game.registerMod("auto clicker mod", { init: 기능 () { Game.Notify('auto clicker enabled', 'you cannot disable it unless you disable the whole mod and restart your game', 3, 6) Game.registerHook('logic', 기능 () { Game.ClickCookie(); }); }, });