Advertisement
RicPlayz

Jumpower And Walkspeed GUI

Nov 11th, 2020
4,931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. --GUI made by JJwoddy
  2. --Btw dont worry about the fake script bits it still works:D
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextButton1 = Instance.new("TextButton")
  10. local TextButton = Instance.new("TextButton")
  11. local TextBox1 = Instance.new("TextBox")
  12. local TextBox = Instance.new("TextBox")
  13. local TextButton3 = Instance.new("TextButton")
  14. local TextButton_2 = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.fromRGB(225, 255, 124)
  23. Frame.BackgroundTransparency = 0.500
  24. Frame.Position = UDim2.new(0.188034192, 0, 0.139605463, 0)
  25. Frame.Size = UDim2.new(0, 471, 0, 301)
  26. Frame.Visible = false
  27.  
  28. TextLabel.Parent = Frame
  29. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. TextLabel.BackgroundTransparency = 1.000
  31. TextLabel.Position = UDim2.new(0, 0, -0.036544852, 0)
  32. TextLabel.Size = UDim2.new(0, 471, 0, 57)
  33. TextLabel.Font = Enum.Font.SourceSans
  34. TextLabel.Text = "Walkspeed and Jumpower GUI"
  35. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. TextLabel.TextSize = 30.000
  37.  
  38. TextButton1.Name = "TextButton1"
  39. TextButton1.Parent = Frame
  40. TextButton1.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  41. TextButton1.Position = UDim2.new(0, 0, 0.574750841, 0)
  42. TextButton1.Size = UDim2.new(0, 200, 0, 61)
  43. TextButton1.Font = Enum.Font.SourceSans
  44. TextButton1.Text = "Set Walkspeed"
  45. TextButton1.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. TextButton1.TextSize = 14.000
  47.  
  48. TextButton.Parent = Frame
  49. TextButton.BackgroundColor3 = Color3.fromRGB(85, 255, 82)
  50. TextButton.Position = UDim2.new(0.575371563, 0, 0.574750841, 0)
  51. TextButton.Size = UDim2.new(0, 200, 0, 61)
  52. TextButton.Font = Enum.Font.SourceSans
  53. TextButton.Text = "Set Jumppower"
  54. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. TextButton.TextSize = 14.000
  56.  
  57. TextBox1.Name = "TextBox1"
  58. TextBox1.Parent = Frame
  59. TextBox1.BackgroundColor3 = Color3.fromRGB(96, 104, 255)
  60. TextBox1.Position = UDim2.new(0, 0, 0.289036542, 0)
  61. TextBox1.Size = UDim2.new(0, 200, 0, 50)
  62. TextBox1.Font = Enum.Font.SourceSans
  63. TextBox1.Text = ""
  64. TextBox1.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. TextBox1.TextSize = 14.000
  66.  
  67. TextBox.Parent = Frame
  68. TextBox.BackgroundColor3 = Color3.fromRGB(96, 104, 255)
  69. TextBox.Position = UDim2.new(0.575371563, 0, 0.289036542, 0)
  70. TextBox.Size = UDim2.new(0, 200, 0, 50)
  71. TextBox.Font = Enum.Font.SourceSans
  72. TextBox.Text = ""
  73. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. TextBox.TextSize = 14.000
  75.  
  76. TextButton3.Name = "TextButton3"
  77. TextButton3.Parent = Frame
  78. TextButton3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  79. TextButton3.Position = UDim2.new(0.874734581, 0, 0, 0)
  80. TextButton3.Size = UDim2.new(0, 59, 0, 56)
  81. TextButton3.Font = Enum.Font.SourceSans
  82. TextButton3.Text = "X"
  83. TextButton3.TextColor3 = Color3.fromRGB(0, 0, 0)
  84. TextButton3.TextSize = 70.000
  85.  
  86. TextButton_2.Parent = ScreenGui
  87. TextButton_2.BackgroundColor3 = Color3.fromRGB(178, 239, 255)
  88. TextButton_2.Position = UDim2.new(0.0268620271, 0, 0.746585786, 0)
  89. TextButton_2.Size = UDim2.new(0, 159, 0, 50)
  90. TextButton_2.Font = Enum.Font.SourceSans
  91. TextButton_2.Text = "OPEN"
  92. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. TextButton_2.TextSize = 50.000
  94.  
  95. -- Scripts:
  96.  
  97. local function FHXCVFD_fake_script() -- TextButton1.LocalScript
  98. local script = Instance.new('LocalScript', TextButton1)
  99.  
  100. script.Parent.MouseButton1Click:Connect(function()
  101. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.Parent.TextBox1.Text
  102. end)
  103. end
  104. coroutine.wrap(FHXCVFD_fake_script)()
  105. local function IBJK_fake_script() -- TextButton.LocalScript
  106. local script = Instance.new('LocalScript', TextButton)
  107.  
  108. script.Parent.MouseButton1Click:Connect(function()
  109. game.Players.LocalPlayer.Character.Humanoid.JumpPower = script.Parent.Parent.TextBox.Text
  110. end)
  111. end
  112. coroutine.wrap(IBJK_fake_script)()
  113. local function RHNF_fake_script() -- Frame.LocalScript
  114. local script = Instance.new('LocalScript', Frame)
  115.  
  116. frame = script.Parent
  117. frame.Draggable = true
  118. frame.Active = true
  119. frame.Selectable = true
  120. end
  121. coroutine.wrap(RHNF_fake_script)()
  122. local function ORFBVR_fake_script() -- TextButton3.LocalScript
  123. local script = Instance.new('LocalScript', TextButton3)
  124.  
  125. local frame = script.Parent.Parent -- change “Test” to the name of the frane
  126. local open = false
  127.  
  128. script.Parent.MouseButton1Click:Connect(function()
  129. if frame.Visible == true then
  130. frame.Visible = false
  131. end
  132. end)
  133.  
  134.  
  135. end
  136. coroutine.wrap(ORFBVR_fake_script)()
  137. local function YCPLBNC_fake_script() -- TextButton_2.LocalScript
  138. local script = Instance.new('LocalScript', TextButton_2)
  139.  
  140. local frame = script.Parent.Parent.Frame -- change “Test” to the name of the frane
  141. local open = false
  142.  
  143. script.Parent.MouseButton1Click:Connect(function()
  144. if frame.Visible == false then
  145. frame.Visible = true
  146. end
  147. end)
  148.  
  149.  
  150. end
  151. coroutine.wrap(YCPLBNC_fake_script)()
  152.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement