Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 450 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 450 Bytes

CC-DMM

abysmal cookie clicker mod menu

to use it, copy and paste

const mmurl = "https://c.dumo.se/cc-dmm.js";Game.registerMod("dmmloader", {init: () => {let scr = document.createElement("script");scr.onload = () => {Game.registerMod("ccdmm", DmmModObject);};scr.onerror = () => {alert("failed to load ccdmm! your internet is probably down.")};scr.src = mmurl;document.body.appendChild(scr);}});

into the console
then press E