Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. -- Script Made By Hitman Discord Hitman#4967
  2. -- Recorded by GrowPh Hacks
  3. -- Parkour Script v1
  4. local dual = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local duality = Instance.new("TextButton")
  8. local info = Instance.new("TextLabel")
  9. --Properties:
  10. dual.Name = "dual"
  11. dual.Parent = game.CoreGui
  12.  
  13. Main.Name = "Main"
  14. Main.Parent = dual
  15. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  16. Main.BorderColor3 = Color3.new(0, 0, 1)
  17. Main.Position = UDim2.new(0.426280081, 0, 0.458181828, 0)
  18. Main.Size = UDim2.new(0, 258, 0, 155)
  19. Main.Active = true
  20. Main.Draggable = true
  21.  
  22. title.Name = "title"
  23. title.Parent = Main
  24. title.BackgroundColor3 = Color3.new(0, 1, 0)
  25. title.Position = UDim2.new(0, 0, 0.00757544721, 0)
  26. title.Size = UDim2.new(0, 258, 0, 31)
  27. title.Font = Enum.Font.SourceSans
  28. title.Text = "Made by HitMan"
  29. title.TextColor3 = Color3.new(0.333333, 0, 1)
  30. title.TextScaled = true
  31. title.TextSize = 14
  32. title.TextWrapped = true
  33.  
  34. duality.Name = "duality"
  35. duality.Parent = Main
  36. duality.BackgroundColor3 = Color3.new(0, 0, 1)
  37. duality.Position = UDim2.new(0.112403095, 0, 0.270967752, 0)
  38. duality.Size = UDim2.new(0, 200, 0, 50)
  39. duality.Font = Enum.Font.SourceSans
  40. duality.Text = "Duality Gloves"
  41. duality.TextColor3 = Color3.new(1, 1, 1)
  42. duality.TextSize = 14
  43. duality.MouseButton1Down:connect(function()
  44. game.ReplicatedStorage.Gear.Glove.Wallclimb.Value = 150
  45. end)
  46.  
  47. info.Name = "info"
  48. info.Parent = Main
  49. info.BackgroundColor3 = Color3.new(0, 0, 0)
  50. info.Position = UDim2.new(0, 0, 0.845161319, 0)
  51. info.Size = UDim2.new(0, 258, 0, 24)
  52. info.Font = Enum.Font.SourceSans
  53. info.Text = "Use the Lvl.5 Gloves to Active"
  54. info.TextColor3 = Color3.new(1, 1, 1)
  55. info.TextScaled = true
  56. info.TextSize = 14
  57. info.TextWrapped = true
  58. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement