_G.CONFIGURATION = { minRiftLuck = 5, equipBestPets = false, autoEnchant = false, genieEnable = false, enableOptimization = true, competitiveEnable = false, -- Most of the functions will be disabled. riftEgg = { -- ["EggName"] = priority ["Showman Egg"] = 1, ["Silly Egg"] = 999, ["Infinity Egg"] = 2, ["Game Egg"] = 5, }, riftChest = { golden = { farming = true, minKeysToFarm = 100 }, royal = { farming = true, minKeysToFarm = 5 }, dice = { farming = true, minKeysToFarm = 50 } }, webhook = { userId = "", -- Discord User ID chanceToSend = 10000, webhookUrl = "", -- webhook } } loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/ba7e87ea748e48c8b8dd73a4ce8dcd8a.lua"))()