RTX GUI Blox Fruits Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("RTX GUI", "Ocean") -- Main local Main = Window:NewTab("Main") local MainSection = Main:NewSection("Main") MainSection:NewTextBox("Bans Are Not My Fault", "Cred:xDepressionx,IceHub,shlexware,skatbr,EdgeIY", function(txt) print(txt) end) -- Farming local Farming = Window:NewTab("Farming") local FarmingSection = Farming:NewSection("Farming") FarmingSection:NewButton("Blox Fruit Farm", "Opens Blox Fruit Gui", function() loadstring(game:HttpGet"https://raw.githubusercontent.com/xDepressionx/Free-Script/main/AllScript.lua")() end) -- Teleports local Teleports = Window:NewTab("Teleports") local TeleportsSection = Teleports:NewSection("Teleports") TeleportsSection:NewButton("Auto Chest Tp", "Brings Up Chest Tp Gui", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))() end) -- Esp local Esp = Window:NewTab("Esp") local EspSection = Esp:NewSection("Esp") EspSection:NewButton("Esp", "Gives Esp Gui", function() local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = tostring("Semi-Catholic ESP"), HidePremium = false, SaveConfig = false}) local Tab = Window:MakeTab({ Name = "Main", Icon = "rbxassetid://4483345998", PremiumOnly = false }) getgenv().cham = false getgenv().nameESP = false getgenv().boxESP = false getgenv().esp_loaded = false getgenv().Visibility = false Tab:AddToggle({ Name = "Visual", Default = getgenv().Visibility, Callback = function(Value) if getgenv().esp_loaded == false and Value == true then getgenv().esp_loaded = true loadstring(game:HttpGet("https://raw.githubusercontent.com/skatbr/Roblox-Releases/main/A_simple_esp.lua", true))() end getgenv().Visibility = Value end }) Tab:AddToggle({ Name = "Box ESP", Default = getgenv().Visibility, Callback = function(Value) if getgenv().esp_loaded == false and Value == true then getgenv().esp_loaded = true loadstring(game:HttpGet("https://raw.githubusercontent.com/skatbr/Roblox-Releases/main/A_simple_esp.lua", true))() end getgenv().boxESP = Value end }) Tab:AddToggle({ Name = "Name", Default = getgenv().Visibility, Callback = function(Value) if getgenv().esp_loaded == false and Value == true then getgenv().esp_loaded = true loadstring(game:HttpGet("https://raw.githubusercontent.com/skatbr/Roblox-Releases/main/A_simple_esp.lua", true))() end getgenv().nameESP = Value end }) Tab:AddToggle({ Name = "Chams", Default = getgenv().Visibility, Callback = function(Value) if getgenv().esp_loaded == false and Value == true then getgenv().esp_loaded = true loadstring(game:HttpGet("https://raw.githubusercontent.com/skatbr/Roblox-Releases/main/A_simple_esp.lua", true))() end getgenv().cham = Value end }) function SendNote(message : string, time) OrionLib:MakeNotification({ Name = "Title!", Content = message, Image = "rbxassetid://4483345998", Time = time or 3 }) end Tab:AddToggle({ Name = "Use Team-Color", Default = false, Callback = function(Value) getgenv().useTeamColor = Value end }) local orionion = game:GetService("CoreGui"):FindFirstChild("Orion") local destroygui = Tab:AddButton({ Name = "Destroy GUI", Callback = function() orionion:Destroy() OrionLib:Destroy() wait(1) OrionLib:MakeNotification({ Name = "Removing GUI...", Content = "GUI is removed!", Time = 3 }) end }) OrionLib:Init() end) -- Settings/Misc local SettingsAndMisc = Window:NewTab("SettingsAndMisc") local SettingsAndMiscSection = SettingsAndMisc:NewSection("SettingsAndMisc") SettingsAndMiscSection:NewButton("Admin", "Gives Admin Bar", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end)