Configs

Blox Fruit’s Config

📌 [+] Normal Mode : https://raw.githubusercontent.com/NightsTimeZ/Config/main/Main_Config.lua

📌 [+] Kaitun Mode : https://raw.githubusercontent.com/NightsTimeZ/Config/main/Kaitun_Config.lua

📌 [+] Bounty Mode : https://raw.githubusercontent.com/NightsTimeZ/Config/main/Bounty_Config.lua

BF Close Ui Button :

_G.Close_Ui = true

_G.Auto_Close_ui = true

BF Kaitun Auto Delete Workspace :

_G.AutoDeleteWorkSpace = true

Anime adventures’s Config

_G.RoyxSpecialMode = "Hell Factory";
_G["External Config"] = {
["Kai Gems"] = true, -- true / false
["Kai Story"] = false, -- true / false
["Kai Battle Pass"] = false, -- true / false
["Kai Infinity Castle"] = false, -- true / false
["Auto Set Resource"] = true, -- true / false
["Select End Game Mode"] = "Instant Leave", -- "Instant Leave" / "Auto Sell"
["End Wave"] = 10, -- number
["Use World Jumper"] = true, -- true / false
["Auto Clam Battle Pass"] = true, -- true / false
["Maximum Added Gems"] = 60000, -- number
["Close Roblox When Maximum Added Gems"] = false, -- true / false
["Using Limit Farming"] = true, -- true / false
["Stop Farming When The Limit Is Reached"] = false, -- true / false
["Send Webhook When The Limit Is Reached"] = false, -- true / false
["Webhook Url"] = "", -- string
["RAM Port"] = "7963", -- string
["RAM Password"] = "", -- string
["RAM Private Server Url"] = "", -- string
["RAM Auto Description"] = true, -- true / false
["RAM Auto Private Server"] = false, -- true / false
["RAM Auto Exit"] = false, -- true / false
["Fps Limit"] = 15, -- number
["Lock Fps"] = true, -- true / false
["Release Fps When Rejoin"] = false, -- true / false
["Select Unit"] = {"Slot 1", "Slot 2", "Slot 3"}, -- table  {"Slot 1", "Slot 2", "Slot 3", "Slot 4", "Slot 5", "Slot 6"}
};

Button Hide Ui For Astd, AA :

repeat wait()until game:IsLoaded()local a=false;local b=Instance.new("ScreenGui")local c=Instance.new("ImageButton")local d=Instance.new("UICorner")b.Name="UwU"b.Parent=game:GetService("CoreGui")c.Name="Button"c.Parent=b;c.BackgroundColor3=Color3.fromRGB(0,0,0)c.BackgroundTransparency=1;c.BorderSizePixel=0;c.Position=UDim2.new(0,0,0,0)c.Size=UDim2.new(0,150,0,150)c.Image="rbxassetid://11728128676"d.CornerRadius=UDim.new(0,100)d.Parent=c;c.MouseButton1Down:Connect(function()local e=getgenv().HideUi;if e then e(a)a=not a end end)c.MouseButton2Down:Connect(function()local f;coroutine.wrap(function()while wait()do if f then break else c.Rotation=c.Rotation+45;c.Size=c.Size-UDim2.new(0,1,0,1)end end end)()c:TweenPosition(UDim2.new(0,2000,0,1000),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,3,true)wait(3)f=true;b:Destroy()end)

Set Disable 3dRendering When f4 for astd, aa :

local a=game:GetService("UserInputService")a.InputBegan:Connect(function(b)if a:GetFocusedTextBox()then return end;if b.KeyCode==Enum.KeyCode.F4 then Toggle["LQiyHqPEcW:Disable 3dRendering"]:SetValue(not Toggle["LQiyHqPEcW:Disable 3dRendering"].Value)end end)

āđ„āļ§āđ‰āļšāļ™āļŠāļļāļ” script āđāļāđ‰ bug auto exec :

repeat wait() until game:IsLoaded() and pcall(function() local _ = game.HttpGet end);

Last updated