warn("abcd") wait(1) local button = script.Parent local player = game.Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") local mainScreenGui = playerGui:FindFirstChild("Main") local secondaryScreenGui = playerGui:FindFirstChild("Toggle") local testScreenGui = playerGui:FindFirstChild("Test") if mainScreenGui then mainScreenGui:Destroy() end if secondaryScreenGui then secondaryScreenGui:Destroy() end if testScreenGui then testScreenGui:Destroy() end wait(1) -- Gui to Lua -- Version: 3.2 -- Instances: local Main = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local a = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local a_2 = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local a_3 = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local a_4 = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local a_5 = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local c = Instance.new("TextButton") local UICorner_6 = Instance.new("UICorner") local Toggle = Instance.new("ScreenGui") local ImageButton = Instance.new("ImageButton") local UICorner_7 = Instance.new("UICorner") --Properties: Main.Name = "Main" Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = Main Frame.BackgroundColor3 = Color3.fromRGB(150, 0, 0) Frame.BorderColor3 = Color3.fromRGB(40, 0, 0) Frame.Position = UDim2.new(-0.000403741578, 0, 0.177669987, 0) Frame.Size = UDim2.new(0, 135, 0, 350) a.Name = "a" a.Parent = Frame a.BackgroundColor3 = Color3.fromRGB(255, 0, 0) a.BorderColor3 = Color3.fromRGB(0, 0, 0) a.BorderSizePixel = 0 a.Position = UDim2.new(-5.65140326e-08, 0, 0, 0) a.Size = UDim2.new(0, 135, 0, 50) a.Font = Enum.Font.Arcade a.Text = "Rulic V1" a.TextColor3 = Color3.fromRGB(0, 0, 0) a.TextSize = 14.000 UICorner.Parent = a a_2.Name = "a" a_2.Parent = Frame a_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0) a_2.BorderColor3 = Color3.fromRGB(0, 0, 0) a_2.BorderSizePixel = 0 a_2.Position = UDim2.new(0, 0, 0.142857149, 0) a_2.Size = UDim2.new(0, 135, 0, 50) a_2.Font = Enum.Font.Arcade a_2.Text = "Olivia V1" a_2.TextColor3 = Color3.fromRGB(0, 0, 0) a_2.TextSize = 14.000 UICorner_2.Parent = a_2 a_3.Name = "a" a_3.Parent = Frame a_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0) a_3.BorderColor3 = Color3.fromRGB(0, 0, 0) a_3.BorderSizePixel = 0 a_3.Position = UDim2.new(-0.00740740728, 0, 0.571428597, 0) a_3.Size = UDim2.new(0, 135, 0, 50) a_3.Font = Enum.Font.Arcade a_3.Text = "Sigma V3" a_3.TextColor3 = Color3.fromRGB(0, 0, 0) a_3.TextSize = 14.000 UICorner_3.Parent = a_3 a_4.Name = "a" a_4.Parent = Frame a_4.BackgroundColor3 = Color3.fromRGB(255, 0, 0) a_4.BorderColor3 = Color3.fromRGB(0, 0, 0) a_4.BorderSizePixel = 0 a_4.Position = UDim2.new(0, 0, 0.428571433, 0) a_4.Size = UDim2.new(0, 135, 0, 50) a_4.Font = Enum.Font.Arcade a_4.Text = "Sigma V2" a_4.TextColor3 = Color3.fromRGB(0, 0, 0) a_4.TextSize = 14.000 UICorner_4.Parent = a_4 a_5.Name = "a" a_5.Parent = Frame a_5.BackgroundColor3 = Color3.fromRGB(255, 0, 0) a_5.BorderColor3 = Color3.fromRGB(0, 0, 0) a_5.BorderSizePixel = 0 a_5.Position = UDim2.new(0, 0, 0.285714298, 0) a_5.Size = UDim2.new(0, 135, 0, 50) a_5.Font = Enum.Font.Arcade a_5.Text = "Sigma V1" a_5.TextColor3 = Color3.fromRGB(0, 0, 0) a_5.TextSize = 14.000 UICorner_5.Parent = a_5 c.Name = "c" c.Parent = Frame c.BackgroundColor3 = Color3.fromRGB(255, 0, 0) c.BorderColor3 = Color3.fromRGB(0, 0, 0) c.BorderSizePixel = 0 c.Position = UDim2.new(-0.00740735093, 0, 0.714285791, 0) c.Size = UDim2.new(0, 135, 0, 50) c.Font = Enum.Font.Arcade c.Text = "Close" c.TextColor3 = Color3.fromRGB(0, 0, 0) c.TextSize = 14.000 UICorner_6.Parent = c Toggle.Name = "Toggle" Toggle.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Toggle.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ImageButton.Parent = Toggle ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageButton.BorderSizePixel = 0 ImageButton.Position = UDim2.new(0.166932911, 0, 0.0549450554, 0) ImageButton.Size = UDim2.new(0, 50, 0, 50) ImageButton.Image = "rbxassetid://73733513948562" UICorner_7.Parent = ImageButton -- Scripts: local function KCALFVY_fake_script() -- a.LocalScript local script = Instance.new('LocalScript', a) local button = script.Parent button.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Rulic-Hub-21620"))() end) end coroutine.wrap(KCALFVY_fake_script)() local function QGONXES_fake_script() -- a_2.LocalScript local script = Instance.new('LocalScript', a_2) local button = script.Parent button.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Olivia-Hub-V1-20412"))() end) end coroutine.wrap(QGONXES_fake_script)() local function MYVC_fake_script() -- a_3.LocalScript local script = Instance.new('LocalScript', a_3) local button = script.Parent button.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Fling-Things-and-People-SigmaHub-21379"))() end) end coroutine.wrap(MYVC_fake_script)() local function QCWA_fake_script() -- a_4.LocalScript local script = Instance.new('LocalScript', a_4) local button = script.Parent button.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Fling-Things-and-People-ppl-20407"))() end) end coroutine.wrap(QCWA_fake_script)() local function XUGJLC_fake_script() -- a_5.LocalScript local script = Instance.new('LocalScript', a_5) local button = script.Parent button.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Fling-Things-and-People-FTAP-Script-Solara-Support-20071"))() end) end coroutine.wrap(XUGJLC_fake_script)() local function LHFYJN_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) frame = script.Parent frame.Draggable = true frame.Active = true frame.Selectable = true end coroutine.wrap(LHFYJN_fake_script)() local function NXOVWRA_fake_script() -- c.LocalScript local script = Instance.new('LocalScript', c) local button = script.Parent local player = game.Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") local mainScreenGui = playerGui:FindFirstChild("Main") local secondaryScreenGui = playerGui:FindFirstChild("Toggle") button.MouseButton1Click:Connect(function() if mainScreenGui then mainScreenGui:Destroy() end if secondaryScreenGui then secondaryScreenGui:Destroy() end end) end coroutine.wrap(NXOVWRA_fake_script)() local function XZEMEX_fake_script() -- Main.LocalScript local script = Instance.new('LocalScript', Main) local UserInputService = game:GetService("UserInputService") local player = game.Players.LocalPlayer local mainScreenGui = player:WaitForChild("PlayerGui"):WaitForChild("Main") local toggleKey = Enum.KeyCode.KeypadMinus UserInputService.InputBegan:Connect(function(input, gameProcessedEvent) if input.KeyCode == toggleKey and not gameProcessedEvent then if mainScreenGui then mainScreenGui.Enabled = not mainScreenGui.Enabled end end end) end coroutine.wrap(XZEMEX_fake_script)() local function IFCG_fake_script() -- ImageButton.LocalScript local script = Instance.new('LocalScript', ImageButton) frame = script.Parent frame.Draggable = true frame.Active = true frame.Selectable = true local button = script.Parent local player = game.Players.LocalPlayer local mainScreenGui = player:WaitForChild("PlayerGui"):FindFirstChild("Main") button.MouseButton1Click:Connect(function() if mainScreenGui then mainScreenGui.Enabled = not mainScreenGui.Enabled end end) end coroutine.wrap(IFCG_fake_script)() warn("abcd")