CursedSliver

Cookieclysm loader

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