script_key="ur key"; getgenv().Config = { ["AutoFarm"] = true, ["Webhook"] = { ["Enable"] = true, ["URL"] = "UrURL", ["Mentions"] = "UrDiscordId", }, ["Misc"] = { ["Kick if Ping above"] = 750, ["Kick if FPS below"] = 5, }, ["Performance"] = { ["WhiteScreen"] = false, ["FPS Boost"] = true }, ["AutoBuy"] = { ["Enable"] = true, ["Wait Mutation Event"] = { ["Enable"] = true, ["Time"] = 10 -- [ Seconds ] }, ["Pet"] = { ["Celularcini Viciosini"] = true, ["Dragon Cannelloni"] = true, } } } spawn(function() task.wait(30) if not getgenv().Loaded then game.Players.LocalPlayer:Kick("timeout") end end) loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/18096c933cc4c3739403209c8e725401.lua"))()