Advertisement
Fe2_Scripts

jump power and walkspeed gui

Jul 31st, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. local Hacks = Instance.new("ScreenGui")
  2. local Background = Instance.new("Frame")
  3. local Walkspeedlb = Instance.new("TextLabel")
  4. local jumppowerlb = Instance.new("TextLabel")
  5. local speed = Instance.new("TextLabel")
  6. local jump = Instance.new("TextLabel")
  7. local WalkBox = Instance.new("TextBox")
  8. local JumpBox = Instance.new("TextBox")
  9. local WalkSumbit = Instance.new("TextButton")
  10. local JumpSumbit = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local Open = Instance.new("TextButton")
  13. --Properties:
  14. Hacks.Name = "Hacks"
  15. Hacks.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. Hacks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Background.Name = "Background"
  19. Background.Parent = Hacks
  20. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  21. Background.BackgroundTransparency = 0.40000000596046
  22. Background.Position = UDim2.new(0.109510086, 0, 0.381112367, 0)
  23. Background.Size = UDim2.new(0.222958699, 0, 0.476163864, 0)
  24. Background.Visible = false
  25.  
  26. Walkspeedlb.Name = "Walkspeedlb"
  27. Walkspeedlb.Parent = Background
  28. Walkspeedlb.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Walkspeedlb.BackgroundTransparency = 1
  30. Walkspeedlb.Position = UDim2.new(0, 0, 0.122436516, 0)
  31. Walkspeedlb.Size = UDim2.new(0.999999762, 0, 0.100000001, 0)
  32. Walkspeedlb.Visible = false
  33. Walkspeedlb.Font = Enum.Font.SourceSans
  34. Walkspeedlb.Text = "WalkSpeed:"
  35. Walkspeedlb.TextColor3 = Color3.new(1, 1, 1)
  36. Walkspeedlb.TextScaled = true
  37. Walkspeedlb.TextSize = 14
  38. Walkspeedlb.TextWrapped = true
  39. Walkspeedlb.TextXAlignment = Enum.TextXAlignment.Left
  40.  
  41. jumppowerlb.Name = "jumppowerlb"
  42. jumppowerlb.Parent = Background
  43. jumppowerlb.BackgroundColor3 = Color3.new(1, 1, 1)
  44. jumppowerlb.BackgroundTransparency = 1
  45. jumppowerlb.Position = UDim2.new(0, 0, 0.2203857, 0)
  46. jumppowerlb.Size = UDim2.new(0.999999762, 0, 0.100000001, 0)
  47. jumppowerlb.Visible = false
  48. jumppowerlb.Font = Enum.Font.SourceSans
  49. jumppowerlb.Text = "Jump Power:"
  50. jumppowerlb.TextColor3 = Color3.new(1, 1, 1)
  51. jumppowerlb.TextScaled = true
  52. jumppowerlb.TextSize = 14
  53. jumppowerlb.TextWrapped = true
  54. jumppowerlb.TextXAlignment = Enum.TextXAlignment.Left
  55.  
  56. speed.Name = "speed"
  57. speed.Parent = Background
  58. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  59. speed.BackgroundTransparency = 1
  60. speed.Position = UDim2.new(0.577337444, 0, 0.122436516, 0)
  61. speed.Size = UDim2.new(0.422662586, 0, 0.100000001, 0)
  62. speed.Visible = false
  63. speed.Font = Enum.Font.SourceSans
  64. speed.Text = "Default"
  65. speed.TextColor3 = Color3.new(1, 1, 1)
  66. speed.TextScaled = true
  67. speed.TextSize = 14
  68. speed.TextWrapped = true
  69.  
  70. jump.Name = "jump"
  71. jump.Parent = Background
  72. jump.BackgroundColor3 = Color3.new(1, 1, 1)
  73. jump.BackgroundTransparency = 1
  74. jump.Position = UDim2.new(0.659198582, 0, 0.22038573, 0)
  75. jump.Size = UDim2.new(0.340801179, 0, 0.100000001, 0)
  76. jump.Visible = false
  77. jump.Font = Enum.Font.SourceSans
  78. jump.Text = "Default"
  79. jump.TextColor3 = Color3.new(1, 1, 1)
  80. jump.TextScaled = true
  81. jump.TextSize = 14
  82. jump.TextWrapped = true
  83.  
  84. WalkBox.Name = "WalkBox"
  85. WalkBox.Parent = Background
  86. WalkBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  87. WalkBox.BackgroundTransparency = 0.5
  88. WalkBox.BorderSizePixel = 0
  89. WalkBox.Position = UDim2.new(0, 0, 0.174571082, 0)
  90. WalkBox.Size = UDim2.new(0.999999881, 0, 0.187969327, 0)
  91. WalkBox.Font = Enum.Font.SourceSans
  92. WalkBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  93. WalkBox.PlaceholderText = "Insert a number for walk speed"
  94. WalkBox.Text = ""
  95. WalkBox.TextColor3 = Color3.new(1, 1, 1)
  96. WalkBox.TextScaled = true
  97. WalkBox.TextSize = 14
  98. WalkBox.TextWrapped = true
  99.  
  100. JumpBox.Name = "JumpBox"
  101. JumpBox.Parent = Background
  102. JumpBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  103. JumpBox.BackgroundTransparency = 0.5
  104. JumpBox.BorderSizePixel = 0
  105. JumpBox.Position = UDim2.new(0.00430848775, 0, 0.6280002, 0)
  106. JumpBox.Size = UDim2.new(0.999999881, 0, 0.190235019, 0)
  107. JumpBox.Font = Enum.Font.SourceSans
  108. JumpBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  109. JumpBox.PlaceholderText = "Insert a number for jump power"
  110. JumpBox.Text = ""
  111. JumpBox.TextColor3 = Color3.new(1, 1, 1)
  112. JumpBox.TextScaled = true
  113. JumpBox.TextSize = 14
  114. JumpBox.TextWrapped = true
  115.  
  116. WalkSumbit.Name = "WalkSumbit"
  117. WalkSumbit.Parent = Background
  118. WalkSumbit.BackgroundColor3 = Color3.new(0.0980392, 1, 0)
  119. WalkSumbit.Position = UDim2.new(0.00430848775, 0, 0.402936816, 0)
  120. WalkSumbit.Size = UDim2.new(0.995691121, 0, 0.155913889, 0)
  121. WalkSumbit.Font = Enum.Font.SourceSans
  122. WalkSumbit.Text = "Sumbit"
  123. WalkSumbit.TextColor3 = Color3.new(0, 0, 0)
  124. WalkSumbit.TextScaled = true
  125. WalkSumbit.TextSize = 14
  126. WalkSumbit.TextWrapped = true
  127.  
  128. JumpSumbit.Name = "JumpSumbit"
  129. JumpSumbit.Parent = Background
  130. JumpSumbit.BackgroundColor3 = Color3.new(0.0980392, 1, 0)
  131. JumpSumbit.Position = UDim2.new(0, 0, 0.84706986, 0)
  132. JumpSumbit.Size = UDim2.new(0.995691121, 0, 0.151039571, 0)
  133. JumpSumbit.Font = Enum.Font.SourceSans
  134. JumpSumbit.Text = "Sumbit"
  135. JumpSumbit.TextColor3 = Color3.new(0, 0, 0)
  136. JumpSumbit.TextScaled = true
  137. JumpSumbit.TextSize = 14
  138. JumpSumbit.TextWrapped = true
  139.  
  140. TextLabel.Parent = Background
  141. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  142. TextLabel.BackgroundTransparency = 1
  143. TextLabel.Size = UDim2.new(0.995690882, 0, 0.135462731, 0)
  144. TextLabel.Font = Enum.Font.SourceSans
  145. TextLabel.Text = "Created By DariuZzZ"
  146. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  147. TextLabel.TextScaled = true
  148. TextLabel.TextSize = 14
  149. TextLabel.TextWrapped = true
  150.  
  151. Open.Name = "Open"
  152. Open.Parent = Hacks
  153. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  154. Open.BackgroundTransparency = 0.44999998807907
  155. Open.Position = UDim2.new(0, 0, 0.756052136, 0)
  156. Open.Size = UDim2.new(0.100000001, 0, 0.0553072728, 0)
  157. Open.Font = Enum.Font.SourceSans
  158. Open.Text = "Open"
  159. Open.TextColor3 = Color3.new(1, 1, 1)
  160. Open.TextScaled = true
  161. Open.TextSize = 14
  162. Open.TextWrapped = true
  163. -- Scripts:
  164.  
  165. local playername = game.Players.LocalPlayer.Name
  166. local player = game.Players.LocalPlayer
  167. local character = game.Workspace[playername]
  168. local Background = player.PlayerGui.Hacks.Background
  169.  
  170. Open.MouseButton1Click:Connect(function()
  171. if game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible == true then
  172. game.Players.LocalPlayer.PlayerGui.Hacks.Open.Text = "Open"
  173. game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible = false
  174. else
  175. game.Players.LocalPlayer.PlayerGui.Hacks.Open.Text = "Close"
  176. game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible = true
  177. end
  178. end)
  179.  
  180. WalkSumbit.MouseButton1Click:connect(function()
  181. character.Humanoid.WalkSpeed = tostring(Background.WalkBox.Text)
  182. end)
  183.  
  184. JumpSumbit.MouseButton1Click:connect(function()
  185. character.Humanoid.JumpPower = tostring(Background.JumpBox.Text)
  186. end)
  187. Print("Cheats Got Executed")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement