Advertisement
Plus_Gaming

Player Speed/JumpPower gui

Apr 14th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.41 KB | None | 0 0
  1. -- Made by plusman
  2. -- Instances:
  3.  
  4. local PlayerGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("ImageLabel")
  6. local SpeedJump = Instance.new("TextBox")
  7. local TextBox_Roundify_2px = Instance.new("ImageLabel")
  8. local SetSpeed = Instance.new("TextButton")
  9. local TextButton_Roundify_2px = Instance.new("ImageLabel")
  10. local NormalSpeed = Instance.new("TextButton")
  11. local TextButton_Roundify_2px_2 = Instance.new("ImageLabel")
  12. local SetJump = Instance.new("TextButton")
  13. local SetJump_Roundify_2px = Instance.new("ImageLabel")
  14. local NormalJump = Instance.new("TextButton")
  15. local NormalJump_Roundify_2px = Instance.new("ImageLabel")
  16.  
  17. --Properties:
  18.  
  19. PlayerGui.Name = "PlayerGui"
  20. PlayerGui.Parent = game.Players.LocalPlayer.PlayerGui
  21.  
  22. Frame.Name = "Frame"
  23. Frame.Parent = PlayerGui
  24. Frame.Active = true
  25. Frame.BackgroundColor3 = Color3.fromRGB(255, 88, 88)
  26. Frame.BackgroundTransparency = 1.000
  27. Frame.Draggable = true
  28. Frame.Position = UDim2.new(0.255045891, 0, 0, 0)
  29. Frame.Size = UDim2.new(0, 554, 0, 46)
  30. Frame.Image = "rbxassetid://3570695787"
  31. Frame.ImageColor3 = Color3.fromRGB(255, 88, 88)
  32. Frame.ImageTransparency = 0.600
  33. Frame.ScaleType = Enum.ScaleType.Slice
  34. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  35. Frame.SliceScale = 0.167
  36.  
  37. SpeedJump.Name = "SpeedJump"
  38. SpeedJump.Parent = Frame
  39. SpeedJump.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  40. SpeedJump.BackgroundTransparency = 1.000
  41. SpeedJump.BorderSizePixel = 0
  42. SpeedJump.Position = UDim2.new(0.0323624611, 0, 0.108695649, 0)
  43. SpeedJump.Size = UDim2.new(0, 215, 0, 36)
  44. SpeedJump.Font = Enum.Font.SourceSans
  45. SpeedJump.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  46. SpeedJump.PlaceholderText = "Type Your Speed/JumpPower Here"
  47. SpeedJump.Text = ""
  48. SpeedJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. SpeedJump.TextScaled = true
  50. SpeedJump.TextSize = 14.000
  51. SpeedJump.TextWrapped = true
  52.  
  53. TextBox_Roundify_2px.Name = "TextBox_Roundify_2px"
  54. TextBox_Roundify_2px.Parent = SpeedJump
  55. TextBox_Roundify_2px.Active = true
  56. TextBox_Roundify_2px.AnchorPoint = Vector2.new(0.5, 0.5)
  57. TextBox_Roundify_2px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. TextBox_Roundify_2px.BackgroundTransparency = 1.000
  59. TextBox_Roundify_2px.Position = UDim2.new(0.5, 0, 0.5, 0)
  60. TextBox_Roundify_2px.Selectable = true
  61. TextBox_Roundify_2px.Size = UDim2.new(1, 0, 1, 0)
  62. TextBox_Roundify_2px.Image = "rbxassetid://3570695787"
  63. TextBox_Roundify_2px.ImageColor3 = Color3.fromRGB(0, 0, 0)
  64. TextBox_Roundify_2px.ImageTransparency = 0.800
  65. TextBox_Roundify_2px.ScaleType = Enum.ScaleType.Slice
  66. TextBox_Roundify_2px.SliceCenter = Rect.new(100, 100, 100, 100)
  67. TextBox_Roundify_2px.SliceScale = 0.167
  68.  
  69. SetSpeed.Name = "SetSpeed"
  70. SetSpeed.Parent = Frame
  71. SetSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  72. SetSpeed.BackgroundTransparency = 1.000
  73. SetSpeed.BorderSizePixel = 0
  74. SetSpeed.Position = UDim2.new(0.420449167, 0, 0.108695649, 0)
  75. SetSpeed.Size = UDim2.new(0, 78, 0, 36)
  76. SetSpeed.Font = Enum.Font.SourceSans
  77. SetSpeed.Text = "Set speed"
  78. SetSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. SetSpeed.TextScaled = true
  80. SetSpeed.TextSize = 14.000
  81. SetSpeed.TextWrapped = true
  82.  
  83. TextButton_Roundify_2px.Name = "TextButton_Roundify_2px"
  84. TextButton_Roundify_2px.Parent = SetSpeed
  85. TextButton_Roundify_2px.Active = true
  86. TextButton_Roundify_2px.AnchorPoint = Vector2.new(0.5, 0.5)
  87. TextButton_Roundify_2px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. TextButton_Roundify_2px.BackgroundTransparency = 1.000
  89. TextButton_Roundify_2px.Position = UDim2.new(0.5, 0, 0.5, 0)
  90. TextButton_Roundify_2px.Selectable = true
  91. TextButton_Roundify_2px.Size = UDim2.new(1, 0, 1, 0)
  92. TextButton_Roundify_2px.Image = "rbxassetid://3570695787"
  93. TextButton_Roundify_2px.ImageColor3 = Color3.fromRGB(0, 0, 0)
  94. TextButton_Roundify_2px.ImageTransparency = 0.800
  95. TextButton_Roundify_2px.ScaleType = Enum.ScaleType.Slice
  96. TextButton_Roundify_2px.SliceCenter = Rect.new(100, 100, 100, 100)
  97. TextButton_Roundify_2px.SliceScale = 0.167
  98.  
  99. NormalSpeed.Name = "NormalSpeed"
  100. NormalSpeed.Parent = Frame
  101. NormalSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  102. NormalSpeed.BackgroundTransparency = 1.000
  103. NormalSpeed.BorderSizePixel = 0
  104. NormalSpeed.Position = UDim2.new(0.561243355, 0, 0.108695649, 0)
  105. NormalSpeed.Size = UDim2.new(0, 80, 0, 36)
  106. NormalSpeed.Font = Enum.Font.SourceSans
  107. NormalSpeed.Text = "Normal speed"
  108. NormalSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  109. NormalSpeed.TextScaled = true
  110. NormalSpeed.TextSize = 14.000
  111. NormalSpeed.TextWrapped = true
  112.  
  113. TextButton_Roundify_2px_2.Name = "TextButton_Roundify_2px"
  114. TextButton_Roundify_2px_2.Parent = NormalSpeed
  115. TextButton_Roundify_2px_2.Active = true
  116. TextButton_Roundify_2px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  117. TextButton_Roundify_2px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  118. TextButton_Roundify_2px_2.BackgroundTransparency = 1.000
  119. TextButton_Roundify_2px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  120. TextButton_Roundify_2px_2.Selectable = true
  121. TextButton_Roundify_2px_2.Size = UDim2.new(1, 0, 1, 0)
  122. TextButton_Roundify_2px_2.Image = "rbxassetid://3570695787"
  123. TextButton_Roundify_2px_2.ImageColor3 = Color3.fromRGB(0, 0, 0)
  124. TextButton_Roundify_2px_2.ImageTransparency = 0.800
  125. TextButton_Roundify_2px_2.ScaleType = Enum.ScaleType.Slice
  126. TextButton_Roundify_2px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  127. TextButton_Roundify_2px_2.SliceScale = 0.167
  128.  
  129. SetJump.Name = "SetJump"
  130. SetJump.Parent = Frame
  131. SetJump.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  132. SetJump.BackgroundTransparency = 1.000
  133. SetJump.BorderSizePixel = 0
  134. SetJump.Position = UDim2.new(0.705647707, 0, 0.108695649, 0)
  135. SetJump.Size = UDim2.new(0, 70, 0, 36)
  136. SetJump.Font = Enum.Font.SourceSans
  137. SetJump.Text = "Set JumpPower"
  138. SetJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. SetJump.TextScaled = true
  140. SetJump.TextSize = 14.000
  141. SetJump.TextWrapped = true
  142.  
  143. SetJump_Roundify_2px.Name = "SetJump_Roundify_2px"
  144. SetJump_Roundify_2px.Parent = SetJump
  145. SetJump_Roundify_2px.Active = true
  146. SetJump_Roundify_2px.AnchorPoint = Vector2.new(0.5, 0.5)
  147. SetJump_Roundify_2px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. SetJump_Roundify_2px.BackgroundTransparency = 1.000
  149. SetJump_Roundify_2px.Position = UDim2.new(0.5, 0, 0.5, 0)
  150. SetJump_Roundify_2px.Selectable = true
  151. SetJump_Roundify_2px.Size = UDim2.new(1, 0, 1, 0)
  152. SetJump_Roundify_2px.Image = "rbxassetid://3570695787"
  153. SetJump_Roundify_2px.ImageColor3 = Color3.fromRGB(0, 0, 0)
  154. SetJump_Roundify_2px.ImageTransparency = 0.800
  155. SetJump_Roundify_2px.ScaleType = Enum.ScaleType.Slice
  156. SetJump_Roundify_2px.SliceCenter = Rect.new(100, 100, 100, 100)
  157. SetJump_Roundify_2px.SliceScale = 0.167
  158.  
  159. NormalJump.Name = "NormalJump"
  160. NormalJump.Parent = Frame
  161. NormalJump.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  162. NormalJump.BackgroundTransparency = 1.000
  163. NormalJump.BorderSizePixel = 0
  164. NormalJump.Position = UDim2.new(0.832001507, 0, 0.108695649, 0)
  165. NormalJump.Size = UDim2.new(0, 81, 0, 36)
  166. NormalJump.Font = Enum.Font.SourceSans
  167. NormalJump.Text = "Normal JumpPower"
  168. NormalJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. NormalJump.TextScaled = true
  170. NormalJump.TextSize = 14.000
  171. NormalJump.TextWrapped = true
  172.  
  173. NormalJump_Roundify_2px.Name = "NormalJump_Roundify_2px"
  174. NormalJump_Roundify_2px.Parent = NormalJump
  175. NormalJump_Roundify_2px.Active = true
  176. NormalJump_Roundify_2px.AnchorPoint = Vector2.new(0.5, 0.5)
  177. NormalJump_Roundify_2px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  178. NormalJump_Roundify_2px.BackgroundTransparency = 1.000
  179. NormalJump_Roundify_2px.Position = UDim2.new(0.5, 0, 0.5, 0)
  180. NormalJump_Roundify_2px.Selectable = true
  181. NormalJump_Roundify_2px.Size = UDim2.new(1, 0, 1, 0)
  182. NormalJump_Roundify_2px.Image = "rbxassetid://3570695787"
  183. NormalJump_Roundify_2px.ImageColor3 = Color3.fromRGB(0, 0, 0)
  184. NormalJump_Roundify_2px.ImageTransparency = 0.800
  185. NormalJump_Roundify_2px.ScaleType = Enum.ScaleType.Slice
  186. NormalJump_Roundify_2px.SliceCenter = Rect.new(100, 100, 100, 100)
  187. NormalJump_Roundify_2px.SliceScale = 0.167
  188.  
  189. -- Scripts:
  190.  
  191. local function JWHA_fake_script() -- SetSpeed.LocalScript
  192. local script = Instance.new('LocalScript', SetSpeed)
  193.  
  194. local button = script.Parent
  195. local plr = game.Players.LocalPlayer
  196. local speed = script.Parent.Parent.SpeedJump
  197.  
  198. button.MouseButton1Click:Connect(function()
  199. plr.Character.Humanoid.WalkSpeed = (speed.Text)
  200. end)
  201. end
  202. coroutine.wrap(JWHA_fake_script)()
  203. local function QQXD_fake_script() -- NormalSpeed.LocalScript
  204. local script = Instance.new('LocalScript', NormalSpeed)
  205.  
  206. local button = script.Parent
  207. local plr = game.Players.LocalPlayer
  208.  
  209. button.MouseButton1Click:Connect(function()
  210. plr.Character.Humanoid.WalkSpeed = 16
  211. end)
  212. end
  213. coroutine.wrap(QQXD_fake_script)()
  214. local function EGMCBU_fake_script() -- SetJump.LocalScript
  215. local script = Instance.new('LocalScript', SetJump)
  216.  
  217. local button = script.Parent
  218. local plr = game.Players.LocalPlayer
  219. local Jump = script.Parent.Parent.SpeedJump
  220.  
  221. button.MouseButton1Click:Connect(function()
  222. plr.Character.Humanoid.JumpPower = (Jump.Text)
  223. end)
  224. end
  225. coroutine.wrap(EGMCBU_fake_script)()
  226. local function EUNE_fake_script() -- NormalJump.LocalScript
  227. local script = Instance.new('LocalScript', NormalJump)
  228.  
  229. local button = script.Parent
  230. local plr = game.Players.LocalPlayer
  231.  
  232. button.MouseButton1Click:Connect(function()
  233. plr.Character.Humanoid.JumpPower = 50
  234. end)
  235. end
  236. coroutine.wrap(EUNE_fake_script)()
  237. local function QPBKIA_fake_script() -- Frame.LocalScript
  238. local script = Instance.new('LocalScript', Frame)
  239.  
  240. local W = script.Parent
  241.  
  242. W.Draggable = true
  243. end
  244. coroutine.wrap(QPBKIA_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement