Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Hello, MegaLeechGui have been loaded!")
- local MegaLeechGuiv11 = Instance.new("ScreenGui")
- local vOPENv = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local Guiback = Instance.new("Frame")
- local Gui_Back2 = Instance.new("ScrollingFrame")
- local TextButton = Instance.new("TextButton")
- MegaLeechGuiv11.Name = "MegaLeechGui v1.1"
- MegaLeechGuiv11.Parent = game.StarterGui
- vOPENv.Name = "v [O P E N] v"
- vOPENv.Parent = MegaLeechGuiv11
- vOPENv.Active = true
- vOPENv.BackgroundColor3 = Color3.new(0.568627, 0.439216, 0.729412)
- vOPENv.BackgroundTransparency = 0.5
- vOPENv.BorderSizePixel = 0
- vOPENv.Position = UDim2.new(0.5, -579, 0.5, -150)
- vOPENv.Size = UDim2.new(0, 300, 0, 20)
- vOPENv.Font = Enum.Font.ArialBold
- vOPENv.FontSize = Enum.FontSize.Size18
- vOPENv.Text = "MegaLeechGui v1.1"
- vOPENv.TextColor3 = Color3.new(1, 1, 1)
- vOPENv.TextSize = 18
- ImageLabel.Parent = vOPENv
- ImageLabel.BackgroundTransparency = 1
- ImageLabel.Size = UDim2.new(1, 0, 0.5, 0)
- ImageLabel.ZIndex = 2
- ImageLabel.Image = "rbxasset://textures/BWGradient.png"
- ImageLabel.ImageTransparency = 0.5
- Guiback.Name = "Gui back"
- Guiback.Parent = vOPENv
- Guiback.BackgroundColor3 = Color3.new(0, 0, 0)
- Guiback.BackgroundTransparency = 0.30000001192093
- Guiback.BorderSizePixel = 0
- Guiback.Position = UDim2.new(0, 0, 0, 20)
- Guiback.Size = UDim2.new(0, 300, 0, 300)
- Gui_Back2.Name = "Gui_Back2"
- Gui_Back2.Parent = Guiback
- Gui_Back2.BackgroundColor3 = Color3.new(1, 1, 1)
- Gui_Back2.BackgroundTransparency = 1
- Gui_Back2.Size = UDim2.new(0, 300, 0, 300)
- Gui_Back2.BottomImage = "rbxassetid://0"
- Gui_Back2.TopImage = "rbxassetid://0"
- TextButton.Parent = Gui_Back2
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Size = UDim2.new(0, 300, 0, 50)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.FontSize = Enum.FontSize.Size36
- TextButton.Text = "MegaJump"
- TextButton.TextSize = 33
- local plr = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:connect(function()
- plr.Character.Humanoid.JumpPower = 175
- wait(5)
- plr.Character.Humanoid.JumpPower = 50
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement