getgenv().Config = { KaitunMode = true, -- true = Kaitun style (no GUI, blur overlay) -- UI / Performance BlurScreen = true, -- blur effect + semi-transparent overlay FPSBoost = true, -- optimize parts/decals/particles HideUI = false, -- overlay hidden on start -- Farming AutoRoll = true, -- auto roll (interval adjusts to roll speed) AutoUseSpecialItems = true, -- use jackpotSpin / dice during rolls AutoIndex = true, -- claim index rewards AutoIndexInterval = 30, -- interval in seconds AutoOfflineEarnings = true, -- claim offline earnings AutoOfflineEarningsInterval = 60, AutoClaimDaily = true, -- claim daily login streak + spin wheel AutoClaimDailyInterval = 60, AutoPotions = true, -- consume luck/currency/rollSpeed potions AutoPotionsInterval = 3, AutoCollectLoot = true, -- collect drops on ground AutoCollectFruits = true, -- collect fruits/food on ground -- Progression AutoUpgrade = true, -- unlock all upgrades AutoUpgradeInterval = 30, AutoRebirth = true, -- auto rebirth AutoRebirthInterval = 5, AutoBuyZone = true, -- buy new zones AutoBuyZoneInterval = 5, AutoZone = true, -- teleport to best zone AutoZoneInterval = 30, AutoUfoZone = true, -- teleport to UFO zone when hovering (overrides AutoZone) AutoEquipBest = true, -- equip highest rarity slime AutoEquipBestInterval = 10, -- Combat AutoShoot = true, -- fire slime gun at enemies -- Crafting AutoRecipe = true, -- auto-craft recipes AutoRecipeInterval = 5, AutoClaimRecipe = true, -- claim recipe instances AutoClaimRecipeInterval = 10, AutoUnlockRecipes = true, -- unlock all recipes AutoUnlockRecipesInterval = 60, AutoCraftAmount = 10, -- amount for auto-craft machine AutoCraftRepeat = true, -- repeat auto-craft when done AutoStartAutoCraft = true, -- start auto-craft machine loop -- Slime Management AutoSlimeUpgrade = true, -- spend upgrade points on slime tree AutoSlimeUpgradeInterval = 30, AutoFeedFood = true, -- feed food to equipped slime AutoFeedFoodInterval = 15, AutoFeedFruit = true, -- feed fruit to equipped slime AutoFeedFruitInterval = 30, AutoFruitExtractor = true, -- extract fruits from slimes AutoFruitExtractorInterval = 60, AutoXpTransfer = true, -- transfer XP from common slimes to best slime AutoXpTransferInterval = 60, -- Codes AutoRedeemCodes = true, -- redeem promo codes Codes = {"RELEASE1", "UPDATE1"}, -- list of promo codes to redeem -- Game Settings (applied once on start) GameSettings = { hideRoll = true, rareRollCutscenes = "off", fruitCutscenes = false, otherPlayerSlimes = false, otherPlayerRareRollVisuals = false, }, -- Utility AntiAFK = true, -- prevent AFK kick (enhanced: cam sway + char nudge + space) AntiKick = true, -- block game/anti-cheat dari Kick LocalPlayer (metahook) AntiTeleport = true, -- block Teleport/rejoin paksa dari server (metahook) -- Webhook (Discord) Webhook = false, -- enable Discord webhook WebhookUrl = "", -- your Discord webhook URL WebhookInterval = 30, -- seconds between stats updates WebhookMode = "Both", -- "Status Only", "Rare Drops Only", "Both" MinRarityTier = "Common", -- minimum rarity for rare alerts: -- Basic, Common, Uncommon, Rare, Epic, Legendary, -- Mythic, Divine, Prismatic, Transcendent, Ethereal, -- Secret, Celestial, Astral, Nova, Solar, Lunar, -- Galactic, Stellar, Nebula, Quantum, Void, Paradox } loadstring(game:HttpGet("https://raw.githubusercontent.com/NMRCYHUB/main/refs/heads/main/loader.lua"))()