Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Main = {}
- function _G.Main:New(Title)
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local UIListLayout = Instance.new("UIListLayout")
- local TextLabel = Instance.new("TextLabel")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Frame.Position = UDim2.new(0.05382213, 0, 0.274487466, 0)
- Frame.Size = UDim2.new(0, 397, 0, 395)
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0.0624024495, 0, 0.145615742, 0)
- Frame_2.Size = UDim2.new(0, 347, 0, 298)
- UIListLayout.Parent = Frame_2
- UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
- UIListLayout.Padding = UDim.new(0, 10)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.LayoutOrder = 5
- TextLabel.Position = UDim2.new(0.152442604, 0, 0.0205405708, 0)
- TextLabel.Size = UDim2.new(0, 274, 0, 40)
- TextLabel.ZIndex = 2
- TextLabel.Font = Enum.Font.GothamBold
- TextLabel.Text = Title
- TextLabel.TextColor3 = Color3.fromRGB(232, 232, 232)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- local function MVMBOL_fake_script()
- local script = Instance.new('LocalScript', Frame)
- script.Parent.Active = true
- script.Parent.Draggable = true
- end
- coroutine.wrap(MVMBOL_fake_script)()
- _G.Frame = {}
- function _G.Frame:Button(Name,Call)
- local TextButton = Instance.new("TextButton")
- TextButton.Parent = Frame_2
- TextButton.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- TextButton.BorderSizePixel = 0
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSansBold
- TextButton.Text = Name
- TextButton.TextColor3 = Color3.fromRGB(235, 235, 235)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Click:Connect(function()
- pcall(Call)
- end)
- end
- return _G.Frame
- end
- --Script Here
- local Frame1 = _G.Main:New("UniversalUI | - >by leon / VXPLOItS .gg/cWwnhVXZ3k")
- Frame1:Button("Super Speed",function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 78
- end)
- Frame1:Button("Super jump",function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
- end)
- Frame1:Button("Low GFX - Boost FPS",function()
- local lightning = game:GetService("Lighting")
- lightning.GlobalShadows = false
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("BasePart") then
- v.Material = Enum.Material.Plastic
- end
- end
- local Model = workspace
- local ClassTypes = {
- "Decal",
- "Texture"
- }
- for _, v in ipairs(workspace:GetDescendants()) do
- if table.find(ClassTypes, v.ClassName) then
- print(v.ClassName)
- v:Destroy()
- end
- end
- end)
- Frame1:Button("Noclip [NO FLOAT]",function()
- local Workspace = game:GetService("Workspace")
- local CoreGui = game:GetService("CoreGui")
- local Players = game:GetService("Players")
- local Noclip = Instance.new("ScreenGui")
- local BG = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Toggle = Instance.new("TextButton")
- local StatusPF = Instance.new("TextLabel")
- local Status = Instance.new("TextLabel")
- local Credit = Instance.new("TextLabel")
- local Plr = Players.LocalPlayer
- local Clipon = false
- Noclip.Name = "Noclip"
- Noclip.Parent = game.CoreGui
- BG.Name = "BG"
- BG.Parent = Noclip
- BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- BG.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- BG.BorderSizePixel = 2
- BG.Position = UDim2.new(0.149479166, 0, 0.82087779, 0)
- BG.Size = UDim2.new(0, 210, 0, 127)
- BG.Active = true
- BG.Draggable = true
- Title.Name = "Title"
- Title.Parent = BG
- Title.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
- Title.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
- Title.BorderSizePixel = 2
- Title.Size = UDim2.new(0, 210, 0, 33)
- Title.Font = Enum.Font.Highway
- Title.Text = "Noclip"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.FontSize = Enum.FontSize.Size32
- Title.TextSize = 30
- Title.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
- Title.TextStrokeTransparency = 0
- Toggle.Parent = BG
- Toggle.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
- Toggle.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
- Toggle.BorderSizePixel = 2
- Toggle.Position = UDim2.new(0.152380958, 0, 0.374192119, 0)
- Toggle.Size = UDim2.new(0, 146, 0, 36)
- Toggle.Font = Enum.Font.Highway
- Toggle.FontSize = Enum.FontSize.Size28
- Toggle.Text = "Toggle"
- Toggle.TextColor3 = Color3.new(1, 1, 1)
- Toggle.TextSize = 25
- Toggle.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
- Toggle.TextStrokeTransparency = 0
- StatusPF.Name = "StatusPF"
- StatusPF.Parent = BG
- StatusPF.BackgroundColor3 = Color3.new(1, 1, 1)
- StatusPF.BackgroundTransparency = 1
- StatusPF.Position = UDim2.new(0.314285725, 0, 0.708661377, 0)
- StatusPF.Size = UDim2.new(0, 56, 0, 20)
- StatusPF.Font = Enum.Font.Highway
- StatusPF.FontSize = Enum.FontSize.Size24
- StatusPF.Text = "Status:"
- StatusPF.TextColor3 = Color3.new(1, 1, 1)
- StatusPF.TextSize = 20
- StatusPF.TextStrokeColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- StatusPF.TextStrokeTransparency = 0
- StatusPF.TextWrapped = true
- Status.Name = "Status"
- Status.Parent = BG
- Status.BackgroundColor3 = Color3.new(1, 1, 1)
- Status.BackgroundTransparency = 1
- Status.Position = UDim2.new(0.580952346, 0, 0.708661377, 0)
- Status.Size = UDim2.new(0, 56, 0, 20)
- Status.Font = Enum.Font.Highway
- Status.FontSize = Enum.FontSize.Size14
- Status.Text = "off"
- Status.TextColor3 = Color3.new(0.666667, 0, 0)
- Status.TextScaled = true
- Status.TextSize = 14
- Status.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
- Status.TextWrapped = true
- Status.TextXAlignment = Enum.TextXAlignment.Left
- Credit.Name = "Credit"
- Credit.Parent = BG
- Credit.BackgroundColor3 = Color3.new(1, 1, 1)
- Credit.BackgroundTransparency = 1
- Credit.Position = UDim2.new(0.195238099, 0, 0.866141737, 0)
- Credit.Size = UDim2.new(0, 128, 0, 17)
- Credit.Font = Enum.Font.SourceSans
- Credit.FontSize = Enum.FontSize.Size18
- Credit.Text = "Created by VXPloits"
- Credit.TextColor3 = Color3.new(1, 1, 1)
- Credit.TextSize = 16
- Credit.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Credit.TextStrokeTransparency = 0
- Credit.TextWrapped = true
- Toggle.MouseButton1Click:connect(function()
- if Status.Text == "off" then
- Clipon = true
- Status.Text = "on"
- Status.TextColor3 = Color3.new(0,185,0)
- Stepped = game:GetService("RunService").Stepped:Connect(function()
- if not Clipon == false then
- for a, b in pairs(Workspace:GetChildren()) do
- if b.Name == Plr.Name then
- for i, v in pairs(Workspace[Plr.Name]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end end end end
- else
- Stepped:Disconnect()
- end
- end)
- elseif Status.Text == "on" then
- Clipon = false
- Status.Text = "off"
- Status.TextColor3 = Color3.new(170,0,0)
- end
- end)
- end)
- Frame1:Button("Load Infinite Yield & DarkDex",function()
- wait()
- print("Loading IY & DexExoplorer")
- wait()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
- wait(5)
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- print("Done")
- end)
- Frame1:Button("FLING ALL!!",function()
- wait()
- print("FLING")
- wait()
- loadstring(game:HttpGet("https://pastebin.com/raw/zqyDSUWX"))()
- wait(5)
- print("Done")
- end)
- Frame1:Button("Full BRIGHT",function()
- pcall(function()
- local lighting = game:GetService("Lighting");
- lighting.Ambient = Color3.fromRGB(255, 255, 255);
- lighting.Brightness = 1;
- lighting.FogEnd = 1e10;
- for i, v in pairs(lighting:GetDescendants()) do
- if v:IsA("BloomEffect") or v:IsA("BlurEffect") or v:IsA("ColorCorrectionEffect") or v:IsA("SunRaysEffect") then
- v.Enabled = false;
- end;
- end;
- lighting.Changed:Connect(function()
- lighting.Ambient = Color3.fromRGB(255, 255, 255);
- lighting.Brightness = 1;
- lighting.FogEnd = 1e10;
- end);
- spawn(function()
- local character = game:GetService("Players").LocalPlayer.Character;
- while wait() do
- repeat wait() until character ~= nil;
- if not character.HumanoidRootPart:FindFirstChildWhichIsA("PointLight") then
- local headlight = Instance.new("PointLight", character.HumanoidRootPart);
- headlight.Brightness = 1;
- headlight.Range = 60;
- end;
- end;
- end);
- end)
- end)
- Frame1:Button("INF JUMP | AKA - FLY !",function()
- wait()
- print("FLING")
- wait()
- game:GetService("UserInputService").JumpRequest:connect(function()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end)
- wait(5)
- print("Done")
- end)
- return _G.Main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement