Solara Internal UI - Blox Fruit Script (2024)

Blox Fruits is an immensely popular game on the Roblox platform, boasting a vast user base. This action-adventure game revolves around a pirate theme, where players engage in combat against a variety of enemies and challenging bosses. Exploring islands and consuming different fruits are essential for advancing your character’s level.

Solara Internal UI - Blox Fruit Script (1)

What is Roblox Script?

Roblox Scripts typically refer to snippets of code that offer automation advantages within the game. Independent developers and scripters create these scripts, which are not officially endorsed by the Roblox platform. Nevertheless, you can still utilize these scripts through Roblox executors such as Arceus X, Hydrogen Executor, JJSploit, Fluxus executor, and others.

How to Use Roblox Script?

  1. Launch Roblox and join your desired game.
  2. Click the “Copy” button to duplicate the script code.
  3. Paste the script code into your preferred Roblox executor.
  4. Execute the script code and savor the enhanced experience.
--[[WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!]]game.StarterGui:SetCore("SendNotification", {Title = "Attached";Text = "Solara v2 Attached: Press Insert To Open INTERNAL ui";Duration = "2";})------------------------------------------------------------------------------------------------ Scripts/Gui Loaderlocal Exec = Instance.new("ScreenGui")local Holder = Instance.new("Frame")local Buttons = Instance.new("Frame")local execute = Instance.new("TextButton")local UICorner = Instance.new("UICorner")local clear = Instance.new("TextButton")local UICorner_2 = Instance.new("UICorner")local Iris_InputText = Instance.new("ScrollingFrame")local EditorFrame = Instance.new("ScrollingFrame")local Code = Instance.new("TextBox")local TextLabel = Instance.new("TextLabel")local TitleBar = Instance.new("Frame")local Title = Instance.new("TextLabel")local black = Instance.new("Frame")Exec.Name = "Exec"Exec.Parent = game.CoreGuiExec.DisplayOrder = 128Exec.ResetOnSpawn = falseHolder.Name = "Holder"Holder.Parent = ExecHolder.BackgroundColor3 = Color3.fromRGB(59, 59, 59)Holder.BorderColor3 = Color3.fromRGB(27, 42, 53)Holder.BorderSizePixel = 0Holder.Position = UDim2.new(0, 9, 0, 13)Holder.Size = UDim2.new(0, 541, 0, 313)Holder.Visible = falseButtons.Name = "Buttons"Buttons.Parent = HolderButtons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)Buttons.BackgroundTransparency = 1.000Buttons.BorderColor3 = Color3.fromRGB(0, 0, 0)Buttons.BorderSizePixel = 0Buttons.LayoutOrder = 193Buttons.Position = UDim2.new(0, 0, 0.0607028753, 0)Buttons.Size = UDim2.new(0, 117, 0, 20)execute.Name = "execute"execute.Parent = Buttonsexecute.BackgroundColor3 = Color3.fromRGB(148, 148, 148)execute.BackgroundTransparency = 0.600execute.BorderColor3 = Color3.fromRGB(110, 110, 125)execute.BorderSizePixel = 0execute.LayoutOrder = 256execute.Position = UDim2.new(0.0606272109, 0, 13.1999998, 0)execute.Size = UDim2.new(0.695398569, 0, 1.20000005, 0)execute.ZIndex = 256execute.AutoButtonColor = falseexecute.Font = Enum.Font.Unknownexecute.Text = "Execute"execute.TextColor3 = Color3.fromRGB(255, 255, 255)execute.TextSize = 13.000UICorner.CornerRadius = UDim.new(0, 4)UICorner.Parent = executeclear.Name = "clear"clear.Parent = Buttonsclear.BackgroundColor3 = Color3.fromRGB(148, 148, 148)clear.BackgroundTransparency = 0.600clear.BorderColor3 = Color3.fromRGB(110, 110, 125)clear.BorderSizePixel = 0clear.LayoutOrder = 256clear.Position = UDim2.new(0.84690088, 0, 13.1999998, 0)clear.Size = UDim2.new(0.524599254, 0, 1.20000005, 0)clear.ZIndex = 256clear.AutoButtonColor = falseclear.Font = Enum.Font.Unknownclear.Text = "Clear"clear.TextColor3 = Color3.fromRGB(255, 255, 255)clear.TextSize = 13.000UICorner_2.CornerRadius = UDim.new(0, 4)UICorner_2.Parent = clearIris_InputText.Name = "Iris_InputText"Iris_InputText.Parent = HolderIris_InputText.Active = trueIris_InputText.BackgroundColor3 = Color3.fromRGB(148, 148, 148)Iris_InputText.BackgroundTransparency = 0.600Iris_InputText.BorderColor3 = Color3.fromRGB(40, 40, 40)Iris_InputText.Position = UDim2.new(0.0134343905, 0, 0.0823390558, 0)Iris_InputText.Size = UDim2.new(0, 526, 0, 249)Iris_InputText.ZIndex = 999999999Iris_InputText.ScrollBarThickness = 10EditorFrame.Name = "EditorFrame"EditorFrame.Parent = Iris_InputTextEditorFrame.BackgroundColor3 = Color3.fromRGB(148, 148, 148)EditorFrame.BackgroundTransparency = 1.000EditorFrame.BorderColor3 = Color3.fromRGB(61, 61, 61)EditorFrame.Position = UDim2.new(0, 0, 2.44140637e-07, 0)EditorFrame.Size = UDim2.new(1, 0, 3.03200006, 0)EditorFrame.ZIndex = 999999999EditorFrame.BottomImage = "rbxassetid://148970562"EditorFrame.CanvasSize = UDim2.new(0, 0, 0, 0)EditorFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBarEditorFrame.MidImage = "rbxassetid://148970562"EditorFrame.ScrollBarThickness = 5EditorFrame.TopImage = "rbxassetid://148970562"Code.Name = "Code"Code.Parent = EditorFrameCode.BackgroundColor3 = Color3.fromRGB(148, 148, 148)Code.BackgroundTransparency = 1.000Code.Size = UDim2.new(1.00118601, 0, 1, 0)Code.ZIndex = 999999999Code.ClearTextOnFocus = falseCode.Font = Enum.Font.CodeCode.MultiLine = trueCode.PlaceholderColor3 = Color3.fromRGB(204, 204, 204)Code.Text = "print(\"Hello World\");"Code.TextColor3 = Color3.fromRGB(255, 255, 255)Code.TextSize = 14.000Code.TextWrapped = trueCode.TextXAlignment = Enum.TextXAlignment.LeftCode.TextYAlignment = Enum.TextYAlignment.TopTextLabel.Parent = EditorFrameTextLabel.Active = trueTextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)TextLabel.BackgroundTransparency = 1.000TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)TextLabel.BorderSizePixel = 0TextLabel.Size = UDim2.new(1.00100005, 0, 1, 0)TextLabel.ZIndex = 999999999TextLabel.Font = Enum.Font.CodeTextLabel.Text = "print(\"Hello World\");"TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)TextLabel.TextSize = 14.000TextLabel.TextWrapped = trueTextLabel.TextXAlignment = Enum.TextXAlignment.LeftTextLabel.TextYAlignment = Enum.TextYAlignment.TopTitleBar.Name = "TitleBar"TitleBar.Parent = HolderTitleBar.BackgroundColor3 = Color3.fromRGB(148, 148, 148)TitleBar.BackgroundTransparency = 0.600TitleBar.BorderColor3 = Color3.fromRGB(110, 110, 125)TitleBar.BorderSizePixel = 0TitleBar.ClipsDescendants = trueTitleBar.LayoutOrder = 65TitleBar.Size = UDim2.new(1, 0, 0.0607028753, 0)TitleBar.ZIndex = 65Title.Name = "Title"Title.Parent = TitleBarTitle.BackgroundTransparency = 1.000Title.BorderSizePixel = 0Title.Size = UDim2.new(1, 0, 1, 0)Title.ZIndex = 67Title.Font = Enum.Font.UnknownTitle.Text = "Solara"Title.TextColor3 = Color3.fromRGB(255, 255, 255)Title.TextSize = 13.000black.Name = "black"black.Parent = Holderblack.BackgroundColor3 = Color3.fromRGB(0, 0, 0)black.BackgroundTransparency = 0.700black.BorderColor3 = Color3.fromRGB(0, 0, 0)black.BorderSizePixel = 0black.Position = UDim2.new(-15.9343882, 0, -2.77323771, 0)black.Size = UDim2.new(0, 99999, 0, 99999)local function WKLYPC_fake_script()local script = Instance.new('LocalScript', Exec)local frame = script.Parent.Holderlocal hotkey = Enum.KeyCode.Insertlocal UIS = game:GetService("UserInputService")local open = falseUIS.InputBegan:Connect(function(key, gp) if key.KeyCode == hotkey then if UIS:GetFocusedTextBox() == nil then if open == false thenopen = truescript.Blur.Parent=game.Lighting frame.Visible = open elseif open == true then open = falseframe.Visible = opengame.Lighting.Blur.Parent=script end end endend)endcoroutine.wrap(WKLYPC_fake_script)()local function RRCIO_fake_script() -- Holder.Dragify local script = Instance.new('LocalScript', Holder)script.Parent.Draggable = trueendcoroutine.wrap(RRCIO_fake_script)()local function ECIQAKR_fake_script() -- execute.HighLight local script = Instance.new('LocalScript', execute)script.Parent.MouseEnter:Connect(function()script.Parent.UIStroke.Transparency = 0end)script.Parent.MouseLeave:Connect(function()script.Parent.UIStroke.Transparency = 1end)endcoroutine.wrap(ECIQAKR_fake_script)()local function ISAMO_fake_script() -- execute.execute local script = Instance.new('LocalScript', execute)script.Parent.MouseButton1Click:Connect(function()assert(loadstring(script.Parent.Parent.Parent.Iris_InputText.EditorFrame.Code.Text))()end)endcoroutine.wrap(ISAMO_fake_script)()local function SNKXA_fake_script() -- clear.LocalScript local script = Instance.new('LocalScript', clear)script.Parent.MouseButton1Click:Connect(function()script.Parent.Parent.Parent.Iris_InputText.InputField.Text = ""end)endcoroutine.wrap(SNKXA_fake_script)()local function ZHDCSIW_fake_script() -- clear.HighLight local script = Instance.new('LocalScript', clear)script.Parent.MouseEnter:Connect(function()script.Parent.UIStroke.Transparency = 0end)script.Parent.MouseLeave:Connect(function()script.Parent.UIStroke.Transparency = 1end)endcoroutine.wrap(ZHDCSIW_fake_script)()local function SNGEVDM_fake_script() -- EditorFrame.Highlightt local script = Instance.new('LocalScript', EditorFrame)local textbox = script.Parent:WaitForChild("Code")local highlightLabel = script.Parent:WaitForChild("TextLabel")highlightLabel.RichText = true-- Define the keywords and their colorslocal keywords = {-- Lua keywords["and"] = Color3.fromRGB(248, 109, 124),["break"] = Color3.fromRGB(248, 109, 124),["do"] = Color3.fromRGB(248, 109, 124),["else"] = Color3.fromRGB(248, 109, 124),["elseif"] = Color3.fromRGB(248, 109, 124),["end"] = Color3.fromRGB(248, 109, 124),["false"] = Color3.fromRGB(248, 109, 124),["for"] = Color3.fromRGB(248, 109, 124),["function"] = Color3.fromRGB(248, 109, 124),["if"] = Color3.fromRGB(248, 109, 124),["in"] = Color3.fromRGB(248, 109, 124),["local"] = Color3.fromRGB(248, 109, 124),["nil"] = Color3.fromRGB(248, 109, 124),["not"] = Color3.fromRGB(248, 109, 124),["or"] = Color3.fromRGB(248, 109, 124),["repeat"] = Color3.fromRGB(248, 109, 124),["return"] = Color3.fromRGB(248, 109, 124),["then"] = Color3.fromRGB(248, 109, 124),["true"] = Color3.fromRGB(248, 109, 124),["until"] = Color3.fromRGB(248, 109, 124),["while"] = Color3.fromRGB(248, 109, 124),["loadstring"] = Color3.fromRGB(248, 109, 124),["error"] = Color3.fromRGB(248, 109, 124),-- Roblox global variables["game"] = Color3.fromRGB(124, 248, 176),["workspace"] = Color3.fromRGB(124, 248, 176),["script"] = Color3.fromRGB(124, 248, 176),["print"] = Color3.fromRGB(124, 248, 176),["Instance"] = Color3.fromRGB(124, 248, 176),["require"] = Color3.fromRGB(124, 248, 176),["Vector3"] = Color3.fromRGB(124, 248, 176),["CFrame"] = Color3.fromRGB(124, 248, 176),["UDim2"] = Color3.fromRGB(124, 248, 176),["Color3"] = Color3.fromRGB(124, 248, 176),["Enum"] = Color3.fromRGB(124, 248, 176),["tick"] = Color3.fromRGB(124, 248, 176),["wait"] = Color3.fromRGB(124, 248, 176),["spawn"] = Color3.fromRGB(124, 248, 176),["delay"] = Color3.fromRGB(124, 248, 176),["warn"] = Color3.fromRGB(124, 248, 176),["typeof"] = Color3.fromRGB(124, 248, 176),["newproxy"] = Color3.fromRGB(124, 248, 176),["shared"] = Color3.fromRGB(124, 248, 176),["plugin"] = Color3.fromRGB(124, 248, 176),["_G"] = Color3.fromRGB(124, 248, 176),["_VERSION"] = Color3.fromRGB(124, 248, 176),-- Lua standard library functions["assert"] = Color3.fromRGB(124, 176, 248),["collectgarbage"] = Color3.fromRGB(124, 176, 248),["dofile"] = Color3.fromRGB(124, 176, 248),["getfenv"] = Color3.fromRGB(124, 176, 248),["getmetatable"] = Color3.fromRGB(124, 176, 248),["ipairs"] = Color3.fromRGB(124, 176, 248),["load"] = Color3.fromRGB(124, 176, 248),["loadfile"] = Color3.fromRGB(124, 176, 248),["next"] = Color3.fromRGB(124, 176, 248),["pairs"] = Color3.fromRGB(124, 176, 248),["pcall"] = Color3.fromRGB(124, 176, 248),["rawequal"] = Color3.fromRGB(124, 176, 248),["rawget"] = Color3.fromRGB(124, 176, 248),["rawset"] = Color3.fromRGB(124, 176, 248),["select"] = Color3.fromRGB(124, 176, 248),["setfenv"] = Color3.fromRGB(124, 176, 248),["setmetatable"] = Color3.fromRGB(124, 176, 248),["tonumber"] = Color3.fromRGB(124, 176, 248),["tostring"] = Color3.fromRGB(124, 176, 248),["type"] = Color3.fromRGB(124, 176, 248),["unpack"] = Color3.fromRGB(124, 176, 248),["xpcall"] = Color3.fromRGB(124, 176, 248),-- Lua standard libraries["coroutine"] = Color3.fromRGB(124, 176, 248),["string"] = Color3.fromRGB(124, 176, 248),["table"] = Color3.fromRGB(124, 176, 248),["math"] = Color3.fromRGB(124, 176, 248),["bit32"] = Color3.fromRGB(124, 176, 248),["os"] = Color3.fromRGB(124, 176, 248),["debug"] = Color3.fromRGB(124, 176, 248),-- Lua string functions["string.byte"] = Color3.fromRGB(124, 176, 248),["string.char"] = Color3.fromRGB(124, 176, 248),["string.dump"] = Color3.fromRGB(124, 176, 248),["string.find"] = Color3.fromRGB(124, 176, 248),["string.format"] = Color3.fromRGB(124, 176, 248),["string.gmatch"] = Color3.fromRGB(124, 176, 248),["string.gsub"] = Color3.fromRGB(124, 176, 248),["string.len"] = Color3.fromRGB(124, 176, 248),["string.lower"] = Color3.fromRGB(124, 176, 248),["string.match"] = Color3.fromRGB(124, 176, 248),["string.rep"] = Color3.fromRGB(124, 176, 248),["string.reverse"] = Color3.fromRGB(124, 176, 248),["string.sub"] = Color3.fromRGB(124, 176, 248),["string.upper"] = Color3.fromRGB(124, 176, 248),-- Lua table functions["table.concat"] = Color3.fromRGB(124, 176, 248),["table.insert"] = Color3.fromRGB(124, 176, 248),["table.pack"] = Color3.fromRGB(124, 176, 248),["table.remove"] = Color3.fromRGB(124, 176, 248),["table.sort"] = Color3.fromRGB(124, 176, 248),["table.unpack"] = Color3.fromRGB(124, 176, 248),-- Lua math functions["math.abs"] = Color3.fromRGB(124, 176, 248),["math.acos"] = Color3.fromRGB(124, 176, 248),["math.asin"] = Color3.fromRGB(124, 176, 248),["math.atan"] = Color3.fromRGB(124, 176, 248),["math.ceil"] = Color3.fromRGB(124, 176, 248),["math.cos"] = Color3.fromRGB(124, 176, 248),["math.deg"] = Color3.fromRGB(124, 176, 248),}-- Function to escape special characters in strings for pattern matchinglocal function escapePattern(text)return text:gsub("([^%w])", "%%%1")end-- Function to convert Color3 to RGB stringlocal function colorToString(color)return string.format("%d,%d,%d", color.r * 255, color.g * 255, color.b * 255)end-- Function to highlight syntaxlocal function highlightSyntax(input)local result = inputfor word, color in pairs(keywords) dolocal pattern = "%f[%a]" .. escapePattern(word) .. "%f[%A]"local colorString = colorToString(color)result = result:gsub(pattern, ""..word.."")endreturn resultend-- Function to update the highlight labellocal function updateHighlight()local text = textbox.TexthighlightLabel.Text = "" .. highlightSyntax(text) .. ""end-- Connect the TextBox's change event to the update functiontextbox:GetPropertyChangedSignal("Text"):Connect(updateHighlight)-- Initialize the highlight labelupdateHighlight()endcoroutine.wrap(SNGEVDM_fake_script)()-- Source:game.StarterGui:SetCore("SendNotification", {Title = "Attached";Text = "Solara v2 Attached: Press Insert To Open INTERNAL ui";Duration = "2.5";})local Exec = Instance.new("ScreenGui")local Holder = Instance.new("Frame")local Buttons = Instance.new("Frame")local execute = Instance.new("TextButton")local UICorner = Instance.new("UICorner")local clear = Instance.new("TextButton")local UICorner_2 = Instance.new("UICorner")local Iris_InputText = Instance.new("ScrollingFrame")local EditorFrame = Instance.new("ScrollingFrame")local Code = Instance.new("TextBox")local TextLabel = Instance.new("TextLabel")local TitleBar = Instance.new("Frame")local Title = Instance.new("TextLabel")local black = Instance.new("Frame")Exec.Name = "Exec"Exec.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")Exec.DisplayOrder = 128Exec.ResetOnSpawn = falseHolder.Name = "Holder"Holder.Parent = ExecHolder.BackgroundColor3 = Color3.fromRGB(59, 59, 59)Holder.BorderColor3 = Color3.fromRGB(27, 42, 53)Holder.BorderSizePixel = 0Holder.Position = UDim2.new(0, 9, 0, 13)Holder.Size = UDim2.new(0, 541, 0, 313)Holder.Visible = falseButtons.Name = "Buttons"Buttons.Parent = HolderButtons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)Buttons.BackgroundTransparency = 1.000Buttons.BorderColor3 = Color3.fromRGB(0, 0, 0)Buttons.BorderSizePixel = 0Buttons.LayoutOrder = 193Buttons.Position = UDim2.new(0, 0, 0.0607028753, 0)Buttons.Size = UDim2.new(0, 117, 0, 20)execute.Name = "execute"execute.Parent = Buttonsexecute.BackgroundColor3 = Color3.fromRGB(148, 148, 148)execute.BackgroundTransparency = 0.600execute.BorderColor3 = Color3.fromRGB(110, 110, 125)execute.BorderSizePixel = 0execute.LayoutOrder = 256execute.Position = UDim2.new(0.0606272109, 0, 13.1999998, 0)execute.Size = UDim2.new(0.695398569, 0, 1.20000005, 0)execute.ZIndex = 256execute.AutoButtonColor = falseexecute.Font = Enum.Font.Unknownexecute.Text = "Execute"execute.TextColor3 = Color3.fromRGB(255, 255, 255)execute.TextSize = 13.000UICorner.CornerRadius = UDim.new(0, 4)UICorner.Parent = executeclear.Name = "clear"clear.Parent = Buttonsclear.BackgroundColor3 = Color3.fromRGB(148, 148, 148)clear.BackgroundTransparency = 0.600clear.BorderColor3 = Color3.fromRGB(110, 110, 125)clear.BorderSizePixel = 0clear.LayoutOrder = 256clear.Position = UDim2.new(0.84690088, 0, 13.1999998, 0)clear.Size = UDim2.new(0.524599254, 0, 1.20000005, 0)clear.ZIndex = 256clear.AutoButtonColor = falseclear.Font = Enum.Font.Unknownclear.Text = "Clear"clear.TextColor3 = Color3.fromRGB(255, 255, 255)clear.TextSize = 13.000UICorner_2.CornerRadius = UDim.new(0, 4)UICorner_2.Parent = clearIris_InputText.Name = "Iris_InputText"Iris_InputText.Parent = HolderIris_InputText.Active = trueIris_InputText.BackgroundColor3 = Color3.fromRGB(148, 148, 148)Iris_InputText.BackgroundTransparency = 0.600Iris_InputText.BorderColor3 = Color3.fromRGB(40, 40, 40)Iris_InputText.Position = UDim2.new(0.0134343905, 0, 0.0823390558, 0)Iris_InputText.Size = UDim2.new(0, 526, 0, 249)Iris_InputText.ZIndex = 999999999Iris_InputText.ScrollBarThickness = 10EditorFrame.Name = "EditorFrame"EditorFrame.Parent = Iris_InputTextEditorFrame.BackgroundColor3 = Color3.fromRGB(148, 148, 148)EditorFrame.BackgroundTransparency = 1.000EditorFrame.BorderColor3 = Color3.fromRGB(61, 61, 61)EditorFrame.Position = UDim2.new(0, 0, 2.44140637e-07, 0)EditorFrame.Size = UDim2.new(1, 0, 3.03200006, 0)EditorFrame.ZIndex = 999999999EditorFrame.BottomImage = "rbxassetid://148970562"EditorFrame.CanvasSize = UDim2.new(0, 0, 0, 0)EditorFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBarEditorFrame.MidImage = "rbxassetid://148970562"EditorFrame.ScrollBarThickness = 5EditorFrame.TopImage = "rbxassetid://148970562"Code.Name = "Code"Code.Parent = EditorFrameCode.BackgroundColor3 = Color3.fromRGB(148, 148, 148)Code.BackgroundTransparency = 1.000Code.Size = UDim2.new(1.00118601, 0, 1, 0)Code.ZIndex = 999999999Code.ClearTextOnFocus = falseCode.Font = Enum.Font.CodeCode.MultiLine = trueCode.PlaceholderColor3 = Color3.fromRGB(204, 204, 204)Code.Text = "print(\"Hello World\");"Code.TextColor3 = Color3.fromRGB(255, 255, 255)Code.TextSize = 14.000Code.TextWrapped = trueCode.TextXAlignment = Enum.TextXAlignment.LeftCode.TextYAlignment = Enum.TextYAlignment.TopTextLabel.Parent = EditorFrameTextLabel.Active = trueTextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)TextLabel.BackgroundTransparency = 1.000TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)TextLabel.BorderSizePixel = 0TextLabel.Size = UDim2.new(1.00100005, 0, 1, 0)TextLabel.ZIndex = 999999999TextLabel.Font = Enum.Font.CodeTextLabel.Text = "print(\"Hello World\");"TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)TextLabel.TextSize = 14.000TextLabel.TextWrapped = trueTextLabel.TextXAlignment = Enum.TextXAlignment.LeftTextLabel.TextYAlignment = Enum.TextYAlignment.TopTitleBar.Name = "TitleBar"TitleBar.Parent = HolderTitleBar.BackgroundColor3 = Color3.fromRGB(148, 148, 148)TitleBar.BackgroundTransparency = 0.600TitleBar.BorderColor3 = Color3.fromRGB(110, 110, 125)TitleBar.BorderSizePixel = 0TitleBar.ClipsDescendants = trueTitleBar.LayoutOrder = 65TitleBar.Size = UDim2.new(1, 0, 0.0607028753, 0)TitleBar.ZIndex = 65Title.Name = "Title"Title.Parent = TitleBarTitle.BackgroundTransparency = 1.000Title.BorderSizePixel = 0Title.Size = UDim2.new(1, 0, 1, 0)Title.ZIndex = 67Title.Font = Enum.Font.UnknownTitle.Text = "Solara"Title.TextColor3 = Color3.fromRGB(255, 255, 255)Title.TextSize = 13.000black.Name = "black"black.Parent = Holderblack.BackgroundColor3 = Color3.fromRGB(0, 0, 0)black.BackgroundTransparency = 0.700black.BorderColor3 = Color3.fromRGB(0, 0, 0)black.BorderSizePixel = 0black.Position = UDim2.new(-15.9343882, 0, -2.77323771, 0)black.Size = UDim2.new(0, 99999, 0, 99999)local function WKLYPC_fake_script()local script = Instance.new('LocalScript', Exec)local frame = script.Parent.Holderlocal hotkey = Enum.KeyCode.Insertlocal UIS = game:GetService("UserInputService")local open = falseUIS.InputBegan:Connect(function(key, gp) if key.KeyCode == hotkey then if UIS:GetFocusedTextBox() == nil then if open == false thenopen = truescript.Blur.Parent=game.Lighting frame.Visible = open elseif open == true then open = falseframe.Visible = opengame.Lighting.Blur.Parent=script end end endend)endcoroutine.wrap(WKLYPC_fake_script)()local function RRCIO_fake_script() -- Holder.Dragify local script = Instance.new('LocalScript', Holder)script.Parent.Draggable = trueendcoroutine.wrap(RRCIO_fake_script)()local function ECIQAKR_fake_script() -- execute.HighLight local script = Instance.new('LocalScript', execute)script.Parent.MouseEnter:Connect(function()script.Parent.UIStroke.Transparency = 0end)script.Parent.MouseLeave:Connect(function()script.Parent.UIStroke.Transparency = 1end)endcoroutine.wrap(ECIQAKR_fake_script)()local function ISAMO_fake_script() -- execute.execute local script = Instance.new('LocalScript', execute)script.Parent.MouseButton1Click:Connect(function()assert(loadstring(script.Parent.Parent.Parent.Iris_InputText.EditorFrame.Code.Text))()end)endcoroutine.wrap(ISAMO_fake_script)()local function SNKXA_fake_script() -- clear.LocalScript local script = Instance.new('LocalScript', clear)script.Parent.MouseButton1Click:Connect(function()script.Parent.Parent.Parent.Iris_InputText.InputField.Text = ""end)endcoroutine.wrap(SNKXA_fake_script)()local function ZHDCSIW_fake_script() -- clear.HighLight local script = Instance.new('LocalScript', clear)script.Parent.MouseEnter:Connect(function()script.Parent.UIStroke.Transparency = 0end)script.Parent.MouseLeave:Connect(function()script.Parent.UIStroke.Transparency = 1end)endcoroutine.wrap(ZHDCSIW_fake_script)()local function SNGEVDM_fake_script() -- EditorFrame.Highlightt local script = Instance.new('LocalScript', EditorFrame)local textbox = script.Parent:WaitForChild("Code")local highlightLabel = script.Parent:WaitForChild("TextLabel")highlightLabel.RichText = true-- Define the keywords and their colorslocal keywords = {-- Lua keywords["and"] = Color3.fromRGB(248, 109, 124),["break"] = Color3.fromRGB(248, 109, 124),["do"] = Color3.fromRGB(248, 109, 124),["else"] = Color3.fromRGB(248, 109, 124),["elseif"] = Color3.fromRGB(248, 109, 124),["end"] = Color3.fromRGB(248, 109, 124),["false"] = Color3.fromRGB(248, 109, 124),["for"] = Color3.fromRGB(248, 109, 124),["function"] = Color3.fromRGB(248, 109, 124),["if"] = Color3.fromRGB(248, 109, 124),["in"] = Color3.fromRGB(248, 109, 124),["local"] = Color3.fromRGB(248, 109, 124),["nil"] = Color3.fromRGB(248, 109, 124),["not"] = Color3.fromRGB(248, 109, 124),["or"] = Color3.fromRGB(248, 109, 124),["repeat"] = Color3.fromRGB(248, 109, 124),["return"] = Color3.fromRGB(248, 109, 124),["then"] = Color3.fromRGB(248, 109, 124),["true"] = Color3.fromRGB(248, 109, 124),["until"] = Color3.fromRGB(248, 109, 124),["while"] = Color3.fromRGB(248, 109, 124),["loadstring"] = Color3.fromRGB(248, 109, 124),["error"] = Color3.fromRGB(248, 109, 124),-- Roblox global variables["game"] = Color3.fromRGB(124, 248, 176),["workspace"] = Color3.fromRGB(124, 248, 176),["script"] = Color3.fromRGB(124, 248, 176),["print"] = Color3.fromRGB(124, 248, 176),["Instance"] = Color3.fromRGB(124, 248, 176),["require"] = Color3.fromRGB(124, 248, 176),["Vector3"] = Color3.fromRGB(124, 248, 176),["CFrame"] = Color3.fromRGB(124, 248, 176),["UDim2"] = Color3.fromRGB(124, 248, 176),["Color3"] = Color3.fromRGB(124, 248, 176),["Enum"] = Color3.fromRGB(124, 248, 176),["tick"] = Color3.fromRGB(124, 248, 176),["wait"] = Color3.fromRGB(124, 248, 176),["spawn"] = Color3.fromRGB(124, 248, 176),["delay"] = Color3.fromRGB(124, 248, 176),["warn"] = Color3.fromRGB(124, 248, 176),["typeof"] = Color3.fromRGB(124, 248, 176),["newproxy"] = Color3.fromRGB(124, 248, 176),["shared"] = Color3.fromRGB(124, 248, 176),["plugin"] = Color3.fromRGB(124, 248, 176),["_G"] = Color3.fromRGB(124, 248, 176),["_VERSION"] = Color3.fromRGB(124, 248, 176),-- Lua standard library functions["assert"] = Color3.fromRGB(124, 176, 248),["collectgarbage"] = Color3.fromRGB(124, 176, 248),["dofile"] = Color3.fromRGB(124, 176, 248),["getfenv"] = Color3.fromRGB(124, 176, 248),["getmetatable"] = Color3.fromRGB(124, 176, 248),["ipairs"] = Color3.fromRGB(124, 176, 248),["load"] = Color3.fromRGB(124, 176, 248),["loadfile"] = Color3.fromRGB(124, 176, 248),["next"] = Color3.fromRGB(124, 176, 248),["pairs"] = Color3.fromRGB(124, 176, 248),["pcall"] = Color3.fromRGB(124, 176, 248),["rawequal"] = Color3.fromRGB(124, 176, 248),["rawget"] = Color3.fromRGB(124, 176, 248),["rawset"] = Color3.fromRGB(124, 176, 248),["select"] = Color3.fromRGB(124, 176, 248),["setfenv"] = Color3.fromRGB(124, 176, 248),["setmetatable"] = Color3.fromRGB(124, 176, 248),["tonumber"] = Color3.fromRGB(124, 176, 248),["tostring"] = Color3.fromRGB(124, 176, 248),["type"] = Color3.fromRGB(124, 176, 248),["unpack"] = Color3.fromRGB(124, 176, 248),["xpcall"] = Color3.fromRGB(124, 176, 248),-- Lua standard libraries["coroutine"] = Color3.fromRGB(124, 176, 248),["string"] = Color3.fromRGB(124, 176, 248),["table"] = Color3.fromRGB(124, 176, 248),["math"] = Color3.fromRGB(124, 176, 248),["bit32"] = Color3.fromRGB(124, 176, 248),["os"] = Color3.fromRGB(124, 176, 248),["debug"] = Color3.fromRGB(124, 176, 248),-- Lua string functions["string.byte"] = Color3.fromRGB(124, 176, 248),["string.char"] = Color3.fromRGB(124, 176, 248),["string.dump"] = Color3.fromRGB(124, 176, 248),["string.find"] = Color3.fromRGB(124, 176, 248),["string.format"] = Color3.fromRGB(124, 176, 248),["string.gmatch"] = Color3.fromRGB(124, 176, 248),["string.gsub"] = Color3.fromRGB(124, 176, 248),["string.len"] = Color3.fromRGB(124, 176, 248),["string.lower"] = Color3.fromRGB(124, 176, 248),["string.match"] = Color3.fromRGB(124, 176, 248),["string.rep"] = Color3.fromRGB(124, 176, 248),["string.reverse"] = Color3.fromRGB(124, 176, 248),["string.sub"] = Color3.fromRGB(124, 176, 248),["string.upper"] = Color3.fromRGB(124, 176, 248),-- Lua table functions["table.concat"] = Color3.fromRGB(124, 176, 248),["table.insert"] = Color3.fromRGB(124, 176, 248),["table.pack"] = Color3.fromRGB(124, 176, 248),["table.remove"] = Color3.fromRGB(124, 176, 248),["table.sort"] = Color3.fromRGB(124, 176, 248),["table.unpack"] = Color3.fromRGB(124, 176, 248),-- Lua math functions["math.abs"] = Color3.fromRGB(124, 176, 248),["math.acos"] = Color3.fromRGB(124, 176, 248),["math.asin"] = Color3.fromRGB(124, 176, 248),["math.atan"] = Color3.fromRGB(124, 176, 248),["math.ceil"] = Color3.fromRGB(124, 176, 248),["math.cos"] = Color3.fromRGB(124, 176, 248),["math.deg"] = Color3.fromRGB(124, 176, 248),}-- Function to escape special characters in strings for pattern matchinglocal function escapePattern(text)return text:gsub("([^%w])", "%%%1")end-- Function to convert Color3 to RGB stringlocal function colorToString(color)return string.format("%d,%d,%d", color.r * 255, color.g * 255, color.b * 255)end-- Function to highlight syntaxlocal function highlightSyntax(input)local result = inputfor word, color in pairs(keywords) dolocal pattern = "%f[%a]" .. escapePattern(word) .. "%f[%A]"local colorString = colorToString(color)result = result:gsub(pattern, ""..word.."")endreturn resultend-- Function to update the highlight labellocal function updateHighlight()local text = textbox.TexthighlightLabel.Text = "" .. highlightSyntax(text) .. ""end-- Connect the TextBox's change event to the update functiontextbox:GetPropertyChangedSignal("Text"):Connect(updateHighlight)-- Initialize the highlight labelupdateHighlight()endcoroutine.wrap(SNGEVDM_fake_script)()

Remember to employ a dummy account when injecting scripts. We cannot be held responsible for any potential harm caused to your Roblox account.

Description

YOU CAN EXECUTE THIS SCRIPT ON OTHER EXECUTORS TOO (No sh*t) Press Insert to open the UI (IF you dont have Insert Open On-Screen Keyboard and press INSERT

kipas folks mod apk gives clients admittance to a shocking new ongoing interaction experience, one in which recently covered up abilities can be opened and premium highlights can be used to work on the game and simplify it for players to remain alive.

DooFlix gives a boundless wellspring of diversion, including content from significant stages like Youtube, Jerk, and, surprisingly, Live Television stations.

Solara Internal UI - Blox Fruit Script (2024)
Top Articles
Latest Posts
Article information

Author: Maia Crooks Jr

Last Updated:

Views: 5376

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Maia Crooks Jr

Birthday: 1997-09-21

Address: 93119 Joseph Street, Peggyfurt, NC 11582

Phone: +2983088926881

Job: Principal Design Liaison

Hobby: Web surfing, Skiing, role-playing games, Sketching, Polo, Sewing, Genealogy

Introduction: My name is Maia Crooks Jr, I am a homely, joyous, shiny, successful, hilarious, thoughtful, joyous person who loves writing and wants to share my knowledge and understanding with you.