Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Game.LoadMod('https://raw.githack.com/CursedSliver/Crumbs-engine/main/Crumbs.js');
- let afterCrumbLoadInterval = setInterval(function() { if (typeof CrumbsEngineLoaded == 'boolean' && CrumbsEngineLoaded) {
- Game.LoadMod('https://raw.githack.com/yeetdragon24/cookieclysm/main/cookieclysm.js');
- let cookieclysmLoadInterval = setInterval(function() { if (typeof updateDrawBackground === 'function') { Game.LoadMod('https://raw.githack.com/yeetdragon24/cookieclysm/main/transcensions.js');
- clearInterval(cookieclysmLoadInterval); } }, 10);
- clearInterval(afterCrumbLoadInterval);
- }});
Advertisement
Add Comment
Please, Sign In to add comment