-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local ImageButton = Instance.new("ImageButton") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") local TextButton_5 = Instance.new("TextButton") local TextButton_6 = Instance.new("TextButton") local TextButton_7 = Instance.new("TextButton") local TextButton_8 = Instance.new("TextButton") local TextButton_9 = Instance.new("TextButton") local TextButton_10 = Instance.new("TextButton") local TextButton_11 = Instance.new("TextButton") local TextButton_12 = Instance.new("TextButton") local TextButton_13 = Instance.new("TextButton") local TextButton_14 = Instance.new("TextButton") local TextButton_15 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(142, 255, 140) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 5 Frame.Position = UDim2.new(0.0608308613, 0, 0.140808344, 0) Frame.Size = UDim2.new(0, 440, 0, 334) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(142, 255, 140) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 3 TextLabel.Size = UDim2.new(0, 386, 0, 44) TextLabel.Font = Enum.Font.FredokaOne TextLabel.Text = "Mulpan Gui [New] | by 4x2x9x4x0" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true ImageButton.Parent = Frame ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageButton.BorderSizePixel = 4 ImageButton.Position = UDim2.new(0.893181801, 0, 0, 0) ImageButton.Size = UDim2.new(0, 47, 0, 44) ImageButton.Image = "rbxassetid://110025834296431" TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderSizePixel = 3 TextButton.Position = UDim2.new(0.042105265, 0, 0.176646709, 0) TextButton.Size = UDim2.new(0, 125, 0, 34) TextButton.Font = Enum.Font.FredokaOne TextButton.Text = "Skybox" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextScaled = true TextButton.TextSize = 14.000 TextButton.TextWrapped = true TextButton.MouseButton1Down:Connect(function() local mulpan = Instance.new("Sky") mulpan.Name = "hi mulpan!" mulpan.Parent = game.Lighting mulpan.SkyboxBk = "http://roblox.com/asset/?id=140486354982461" mulpan.SkyboxDn = "http://roblox.com/asset/?id=140486354982461" mulpan.SkyboxFt = "http://roblox.com/asset/?id=140486354982461" mulpan.SkyboxLf = "http://roblox.com/asset/?id=140486354982461" mulpan.SkyboxRt= "http://roblox.com/asset/?id=140486354982461" mulpan.SkyboxUp = "http://roblox.com/asset/?id=140486354982461" end) TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.BorderSizePixel = 3 TextButton_2.Position = UDim2.new(0.042105265, 0, 0.341317356, 0) TextButton_2.Size = UDim2.new(0, 125, 0, 34) TextButton_2.Font = Enum.Font.FredokaOne TextButton_2.Text = "Decal Spam" TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.TextScaled = true TextButton_2.TextSize = 14.000 TextButton_2.TextWrapped = true TextButton_2.MouseButton1Down:Connect(function() decalID = 110025834296431 function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then v.Parent = nil elseif v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 local One = Instance.new("Decal", v) local Two = Instance.new("Decal", v) local Three = Instance.new("Decal", v) local Four = Instance.new("Decal", v) local Five = Instance.new("Decal", v) local Six = Instance.new("Decal", v) One.Texture = "http://www.roblox.com/asset/?id="..decalID Two.Texture = "http://www.roblox.com/asset/?id="..decalID Three.Texture = "http://www.roblox.com/asset/?id="..decalID Four.Texture = "http://www.roblox.com/asset/?id="..decalID Five.Texture = "http://www.roblox.com/asset/?id="..decalID Six.Texture = "http://www.roblox.com/asset/?id="..decalID One.Face = "Front" Two.Face = "Back" Three.Face = "Right" Four.Face = "Left" Five.Face = "Top" Six.Face = "Bottom" end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) end) TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.BorderSizePixel = 3 TextButton_3.Position = UDim2.new(0.042105265, 0, 0.497005999, 0) TextButton_3.Size = UDim2.new(0, 125, 0, 34) TextButton_3.Font = Enum.Font.FredokaOne TextButton_3.Text = "Particle" TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.TextScaled = true TextButton_3.TextSize = 14.000 TextButton_3.TextWrapped = true TextButton_3.MouseButton1Down:Connect(function() t3 = "http://www.roblox.com/asset/?id=110025834296431" local p = game.Players:GetChildren() local w = game.Workspace:GetChildren() for i,v in pairs(p) do local pe = Instance.new("ParticleEmitter", v.Character.Head) pe.Texture = t3 pe.VelocitySpread = 100 end for _, Object in pairs(game.Workspace:GetChildren()) do if Object.ClassName == "Part" or "Model" then local fe = Instance.new("ParticleEmitter", Object) fe.Texture = t3 end end end) TextButton_4.Parent = Frame TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.BorderSizePixel = 3 TextButton_4.Position = UDim2.new(0.042105265, 0, 0.658682644, 0) TextButton_4.Size = UDim2.new(0, 125, 0, 34) TextButton_4.Font = Enum.Font.FredokaOne TextButton_4.Text = "Jumpscare" TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.TextScaled = true TextButton_4.TextSize = 14.000 TextButton_4.TextWrapped = true TextButton_4.MouseButton1Down:Connect(function() for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= game.Players.LocalPlayer and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then spawn(function() local newgui = Instance.new("ScreenGui",v.PlayerGui) newgui.Name = "Screamer" local newimage = Instance.new("ImageLabel",newgui) newimage.Image = "http://www.roblox.com/asset/?id=110025834296431" newimage.Size = UDim2.new(1,1,1,1) local d = Instance.new("Hint") d.Parent = game.Workspace d.Text = "Mulpan: You've Jumpscare!" local n = Instance.new("Message") n.Parent = game.Workspace n.Text = "Mulpan: You've Jumpscare!" game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" })game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Mulpan: You've Jumpscare!"; Text = "Mulpan: You've Jumpscare!"; Icon = "http://www.roblox.com/asset/?id=110025834296431"; Button1 = "Mulpan: You've Jumpscare!"; Button2 = "Mulpan: You've Jumpscare!" }) local s = Instance.new("Sound",newgui) s.SoundId = "rbxassetid://76578817848504" s.Volume = 99999999999 s.Looped = true s:Play() print("Screamed "..v.Name) wait(2) game.Players.LocalPlayer:Kick("Bruh") end) end end end) TextButton_5.Parent = Frame TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_5.BorderSizePixel = 3 TextButton_5.Position = UDim2.new(0.042105265, 0, 0.82035929, 0) TextButton_5.Size = UDim2.new(0, 125, 0, 34) TextButton_5.Font = Enum.Font.FredokaOne TextButton_5.Text = "Message" TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_5.TextScaled = true TextButton_5.TextSize = 14.000 TextButton_5.TextWrapped = true TextButton_5.MouseButton1Down:Connect(function() local e = Instance.new("Message") e.Parent = game.Workspace e.Text = "Ehh...." wait(3) e:Remove() end) TextButton_6.Parent = Frame TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_6.BorderSizePixel = 3 TextButton_6.Position = UDim2.new(0.372368425, 0, 0.176646709, 0) TextButton_6.Size = UDim2.new(0, 125, 0, 34) TextButton_6.Font = Enum.Font.FredokaOne TextButton_6.Text = "Hint" TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_6.TextScaled = true TextButton_6.TextSize = 14.000 TextButton_6.TextWrapped = true TextButton_6.MouseButton1Down:Connect(function() local r = Instance.new("Hint") r.Parent = game.Workspace r.Text = "Join for mulpan!" wait(3) r:Remove() end) TextButton_7.Parent = Frame TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_7.BorderSizePixel = 3 TextButton_7.Position = UDim2.new(0.372368425, 0, 0.341317356, 0) TextButton_7.Size = UDim2.new(0, 125, 0, 34) TextButton_7.Font = Enum.Font.FredokaOne TextButton_7.Text = "Kick all" TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_7.TextScaled = true TextButton_7.TextSize = 14.000 TextButton_7.TextWrapped = true TextButton_7.MouseButton1Down:Connect(function() for i,v in pairs(game.Players:GetPlayers()) do v:Kick() end end) TextButton_8.Parent = Frame TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_8.BorderSizePixel = 3 TextButton_8.Position = UDim2.new(0.372368425, 0, 0.497005999, 0) TextButton_8.Size = UDim2.new(0, 125, 0, 34) TextButton_8.Font = Enum.Font.FredokaOne TextButton_8.Text = "Disco" TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_8.TextScaled = true TextButton_8.TextSize = 14.000 TextButton_8.TextWrapped = true TextButton_8.MouseButton1Down:Connect(function() while true do wait() game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random()) end end) TextButton_9.Parent = Frame TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_9.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_9.BorderSizePixel = 3 TextButton_9.Position = UDim2.new(0.372368425, 0, 0.658682644, 0) TextButton_9.Size = UDim2.new(0, 125, 0, 34) TextButton_9.Font = Enum.Font.FredokaOne TextButton_9.Text = "Rainbow all" TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_9.TextScaled = true TextButton_9.TextSize = 14.000 TextButton_9.TextWrapped = true TextButton_9.MouseButton1Down:Connect(function() for i,v in pairs(game.Workspace:GetDescendants()) do if v:IsA("BasePart") then v.Color = Color3.new(math.random(0, 1),math.random(0, 1),math.random(0, 1)) end end end) TextButton_10.Parent = Frame TextButton_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_10.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_10.BorderSizePixel = 3 TextButton_10.Position = UDim2.new(0.372368425, 0, 0.82035929, 0) TextButton_10.Size = UDim2.new(0, 125, 0, 34) TextButton_10.Font = Enum.Font.FredokaOne TextButton_10.Text = "Music" TextButton_10.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_10.TextScaled = true TextButton_10.TextSize = 14.000 TextButton_10.TextWrapped = true TextButton_10.MouseButton1Down:Connect(function() local a = Instance.new("Sound") a.Name = "Botak" a.Parent = game.Workspace a.SoundId = "rbxasseid://1847661821" a.Volume = 777 a.Looped = true a:Play() end) TextButton_11.Parent = Frame TextButton_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_11.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_11.BorderSizePixel = 3 TextButton_11.Position = UDim2.new(0.692822933, 0, 0.176646709, 0) TextButton_11.Size = UDim2.new(0, 125, 0, 34) TextButton_11.Font = Enum.Font.FredokaOne TextButton_11.Text = "Music v2" TextButton_11.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_11.TextScaled = true TextButton_11.TextSize = 14.000 TextButton_11.TextWrapped = true TextButton_11.MouseButton1Down:Connect(function() local a = Instance.new("Sound") a.Name = "Botak" a.Parent = game.Workspace a.SoundId = "rbxasseid://1839246711" a.Volume = 777 a.Looped = true a:Play() end) TextButton_12.Parent = Frame TextButton_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_12.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_12.BorderSizePixel = 3 TextButton_12.Position = UDim2.new(0.692822933, 0, 0.341317356, 0) TextButton_12.Size = UDim2.new(0, 125, 0, 34) TextButton_12.Font = Enum.Font.FredokaOne TextButton_12.Text = "Music v3" TextButton_12.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_12.TextScaled = true TextButton_12.TextSize = 14.000 TextButton_12.TextWrapped = true TextButton_12.MouseButton1Down:Connect(function() local a = Instance.new("Sound") a.Name = "Botak" a.Parent = game.Workspace a.SoundId = "rbxasseid://76578817848504" a.Volume = 777 a.Looped = true a:Play() end) TextButton_13.Parent = Frame TextButton_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_13.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_13.BorderSizePixel = 3 TextButton_13.Position = UDim2.new(0.692822933, 0, 0.497005999, 0) TextButton_13.Size = UDim2.new(0, 125, 0, 34) TextButton_13.Font = Enum.Font.FredokaOne TextButton_13.Text = "inf yield" TextButton_13.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_13.TextScaled = true TextButton_13.TextSize = 14.000 TextButton_13.TextWrapped = true TextButton_13.MouseButton1Down:Connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) TextButton_14.Parent = Frame TextButton_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_14.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_14.BorderSizePixel = 3 TextButton_14.Position = UDim2.new(0.692822933, 0, 0.658682644, 0) TextButton_14.Size = UDim2.new(0, 125, 0, 34) TextButton_14.Font = Enum.Font.FredokaOne TextButton_14.Text = "Lalol hub" TextButton_14.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_14.TextScaled = true TextButton_14.TextSize = 14.000 TextButton_14.TextWrapped = true TextButton_14.MouseButton1Down:Connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/Backdoor-Scanner/script'))() end) TextButton_15.Parent = Frame TextButton_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_15.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_15.BorderSizePixel = 3 TextButton_15.Position = UDim2.new(0.692822933, 0, 0.82035929, 0) TextButton_15.Size = UDim2.new(0, 125, 0, 34) TextButton_15.Font = Enum.Font.FredokaOne TextButton_15.Text = "Skybox v2" TextButton_15.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_15.TextScaled = true TextButton_15.TextSize = 14.000 TextButton_15.TextWrapped = true TextButton_15.MouseButton1Down:Connect(function() local mulpan = Instance.new("Sky") g = 110025834296431 mulpan.Name = "hi mulpan!" mulpan.Parent = game.Lighting mulpan.SkyboxBk = "http://roblox.com/asset/?id="..g mulpan.SkyboxDn = "http://roblox.com/asset/?id="..g mulpan.SkyboxFt = "http://roblox.com/asset/?id="..g mulpan.SkyboxLf = "http://roblox.com/asset/?id="..g mulpan.SkyboxRt= "http://roblox.com/asset/?id="..g mulpan.SkyboxUp = "http://roblox.com/asset/?id="..g end) local function ZAMNYKV_fake_script() -- Frame.Script local script = Instance.new('Script', Frame) local UIS = game:GetService("UserInputService") function dragify(Frame) dragToggle = nil local dragSpeed = 0 dragInput = nil dragStart = nil local dragPos = nil function updateInput(input) local Delta = input.Position - dragStart local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y) game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play() end Frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then dragToggle = true dragStart = input.Position startPos = Frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragToggle = false end end) end end) Frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) game:GetService("UserInputService").InputChanged:Connect(function(input) if input == dragInput and dragToggle then updateInput(input) end end) end dragify(script.Parent) end coroutine.wrap(ZAMNYKV_fake_script)()