Advertisement
Plug_RBLX

testy

Dec 15th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. print("Hello, MegaLeechGui have been loaded!")
  2.  
  3. local MegaLeechGuiv11 = Instance.new("ScreenGui")
  4. local vOPENv = Instance.new("TextLabel")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local Guiback = Instance.new("Frame")
  7. local Gui_Back2 = Instance.new("ScrollingFrame")
  8. local TextButton = Instance.new("TextButton")
  9.  
  10. MegaLeechGuiv11.Name = "MegaLeechGui v1.1"
  11. MegaLeechGuiv11.Parent = game.StarterGui
  12.  
  13. vOPENv.Name = "v [O P E N] v"
  14. vOPENv.Parent = MegaLeechGuiv11
  15. vOPENv.Active = true
  16. vOPENv.BackgroundColor3 = Color3.new(0.568627, 0.439216, 0.729412)
  17. vOPENv.BackgroundTransparency = 0.5
  18. vOPENv.BorderSizePixel = 0
  19. vOPENv.Position = UDim2.new(0.5, -579, 0.5, -150)
  20. vOPENv.Size = UDim2.new(0, 300, 0, 20)
  21. vOPENv.Font = Enum.Font.ArialBold
  22. vOPENv.FontSize = Enum.FontSize.Size18
  23. vOPENv.Text = "MegaLeechGui v1.1"
  24. vOPENv.TextColor3 = Color3.new(1, 1, 1)
  25. vOPENv.TextSize = 18
  26.  
  27. ImageLabel.Parent = vOPENv
  28. ImageLabel.BackgroundTransparency = 1
  29. ImageLabel.Size = UDim2.new(1, 0, 0.5, 0)
  30. ImageLabel.ZIndex = 2
  31. ImageLabel.Image = "rbxasset://textures/BWGradient.png"
  32. ImageLabel.ImageTransparency = 0.5
  33.  
  34. Guiback.Name = "Gui back"
  35. Guiback.Parent = vOPENv
  36. Guiback.BackgroundColor3 = Color3.new(0, 0, 0)
  37. Guiback.BackgroundTransparency = 0.30000001192093
  38. Guiback.BorderSizePixel = 0
  39. Guiback.Position = UDim2.new(0, 0, 0, 20)
  40. Guiback.Size = UDim2.new(0, 300, 0, 300)
  41.  
  42. Gui_Back2.Name = "Gui_Back2"
  43. Gui_Back2.Parent = Guiback
  44. Gui_Back2.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Gui_Back2.BackgroundTransparency = 1
  46. Gui_Back2.Size = UDim2.new(0, 300, 0, 300)
  47. Gui_Back2.BottomImage = "rbxassetid://0"
  48. Gui_Back2.TopImage = "rbxassetid://0"
  49.  
  50. TextButton.Parent = Gui_Back2
  51. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  52. TextButton.Size = UDim2.new(0, 300, 0, 50)
  53. TextButton.Font = Enum.Font.Cartoon
  54. TextButton.FontSize = Enum.FontSize.Size36
  55. TextButton.Text = "MegaJump"
  56. TextButton.TextSize = 33
  57. local plr = game.Players.LocalPlayer
  58.  
  59.  
  60.  
  61. script.Parent.MouseButton1Click:connect(function()
  62.  
  63. plr.Character.Humanoid.JumpPower = 175
  64.  
  65. wait(5)
  66.  
  67. plr.Character.Humanoid.JumpPower = 50
  68.  
  69. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement