Advertisement
WafflesYT

Untitled

Aug 26th, 2018
1,150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. --Made By Waffles#1839
  2. -- Step Script and Exp script made by VoidOnYT
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Open = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local OpenButton = Instance.new("TextButton")
  7. local MainFrame = Instance.new("Frame")
  8. local TopFrame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local ExitButton = Instance.new("TextButton")
  12. local MinimizeButton = Instance.new("TextButton")
  13. local Speed = Instance.new("TextButton")
  14. local TextBoxSpeed = Instance.new("TextBox")
  15. local LocalPlayer1 = game.Players.LocalPlayer
  16. local SUPERSPEED = Instance.new("TextButton")
  17. local Exp = Instance.new("TextButton")
  18. local Steps = Instance.new("TextButton")
  19. local i = 1
  20. --Properties:
  21. ScreenGui.Parent = game.CoreGui
  22.  
  23. Open.Name = "Open"
  24. Open.Parent = ScreenGui
  25. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Open.BackgroundTransparency = 0.64999997615814
  27. Open.BorderColor3 = Color3.new(0.113725, 0.121569, 0.223529)
  28. Open.BorderSizePixel = 0
  29. Open.Position = UDim2.new(0.931, 0,0.685, 0)
  30. Open.Size = UDim2.new(0, 99, 0, 40)
  31. Open.Draggrable = true
  32.  
  33. Frame.Parent = Open
  34. Frame.BackgroundColor3 = Color3.new(0.223529, 1, 0.0117647)
  35. Frame.BorderSizePixel = 0
  36. Frame.Size = UDim2.new(0, 99, 0, 6)
  37.  
  38. OpenButton.Name = "OpenButton"
  39. OpenButton.Parent = Open
  40. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  41. OpenButton.BackgroundTransparency = 1
  42. OpenButton.BorderSizePixel = 0
  43. OpenButton.Position = UDim2.new(0, 0, 0.150000006, 0)
  44. OpenButton.Size = UDim2.new(0, 99, 0, 34)
  45. OpenButton.Font = Enum.Font.SourceSans
  46. OpenButton.Text = "Open"
  47. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  48. OpenButton.TextScaled = true
  49. OpenButton.TextSize = 14
  50. OpenButton.TextWrapped = true
  51. OpenButton.MouseButton1Click:connect(function()
  52. MainFrame.Visible = true
  53. Open.Visible = false
  54. end)
  55.  
  56. MainFrame.Name = "MainFrame"
  57. MainFrame.Parent = ScreenGui
  58. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  59. MainFrame.BackgroundTransparency = 0.40000000596046
  60. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  61. MainFrame.BorderSizePixel = 0
  62. MainFrame.Position = UDim2.new(0.206266299, 0, 0.523662567, 0)
  63. MainFrame.Size = UDim2.new(0, 430, 0, 332)
  64. MainFrame.Draggable = true
  65. MainFrame.Active = true
  66. MainFrame.Visible = false
  67.  
  68. TopFrame.Name = "TopFrame"
  69. TopFrame.Parent = MainFrame
  70. TopFrame.BackgroundColor3 = Color3.new(0, 0.901961, 1)
  71. TopFrame.Size = UDim2.new(0, 430, 0, 22)
  72.  
  73. TextLabel.Parent = TopFrame
  74. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  75. TextLabel.BackgroundTransparency = 1
  76. TextLabel.BorderSizePixel = 0
  77. TextLabel.Size = UDim2.new(0, 189, 0, 22)
  78. TextLabel.Font = Enum.Font.Code
  79. TextLabel.Text = "Speed Simulator Gui"
  80. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  81. TextLabel.TextScaled = true
  82. TextLabel.TextSize = 15
  83. TextLabel.TextStrokeTransparency = 2
  84. TextLabel.TextWrapped = true
  85.  
  86. TextLabel_2.Parent = TopFrame
  87. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  88. TextLabel_2.BackgroundTransparency = 1
  89. TextLabel_2.BorderSizePixel = 0
  90. TextLabel_2.Position = UDim2.new(0, 0, 14.272727, 0)
  91. TextLabel_2.Size = UDim2.new(0, 106, 0, 18)
  92. TextLabel_2.Font = Enum.Font.Code
  93. TextLabel_2.Text = "By Waffles#1839"
  94. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  95. TextLabel_2.TextScaled = true
  96. TextLabel_2.TextSize = 14
  97. TextLabel_2.TextStrokeTransparency = 2
  98. TextLabel_2.TextWrapped = true
  99.  
  100. ExitButton.Name = "ExitButton"
  101. ExitButton.Parent = MainFrame
  102. ExitButton.BackgroundColor3 = Color3.new(0, 0.901961, 1)
  103. ExitButton.BackgroundTransparency = 0.5
  104. ExitButton.Position = UDim2.new(0.930232584, 0, 0, 0)
  105. ExitButton.Size = UDim2.new(0, 30, 0, 22)
  106. ExitButton.Font = Enum.Font.SourceSans
  107. ExitButton.Text = "X"
  108. ExitButton.TextColor3 = Color3.new(0, 0, 0)
  109. ExitButton.TextSize = 25
  110. ExitButton.TextWrapped = true
  111. ExitButton.MouseButton1Click:connect(function()
  112. ScreenGui:Destroy()
  113. end)
  114.  
  115. MinimizeButton.Name = "MinimizeButton"
  116. MinimizeButton.Parent = MainFrame
  117. MinimizeButton.BackgroundColor3 = Color3.new(0, 0.901961, 1)
  118. MinimizeButton.BackgroundTransparency = 0.5
  119. MinimizeButton.Position = UDim2.new(0.841860473, 0, 0, 0)
  120. MinimizeButton.Size = UDim2.new(0, 38, 0, 22)
  121. MinimizeButton.Font = Enum.Font.SourceSans
  122. MinimizeButton.Text = "-"
  123. MinimizeButton.TextColor3 = Color3.new(0, 0, 0)
  124. MinimizeButton.TextSize = 40
  125. MinimizeButton.TextWrapped = true
  126. MinimizeButton.MouseButton1Click:connect(function()
  127. MainFrame.Visible = false
  128. Open.Visible = true
  129. end)
  130.  
  131. Exp.Name = "Exp"
  132. Exp.Parent = MainFrame
  133. Exp.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Exp.Position = UDim2.new(0.393023252, 0, 0.379518062, 0)
  135. Exp.Size = UDim2.new(0, 106, 0, 45)
  136. Exp.Font = Enum.Font.Code
  137. Exp.Text = "Exp Hax"
  138. Exp.TextColor3 = Color3.new(0, 0, 0)
  139. Exp.TextSize = 22
  140. Exp.TextWrapped = true
  141.  
  142. SUPERSPEED.Name = "SUPERSPEED"
  143. SUPERSPEED.Parent = MainFrame
  144. SUPERSPEED.BackgroundColor3 = Color3.new(1, 1, 1)
  145. SUPERSPEED.Position = UDim2.new(0.0325581394, 0, 0.379518062, 0)
  146. SUPERSPEED.Size = UDim2.new(0, 106, 0, 45)
  147. SUPERSPEED.Font = Enum.Font.Code
  148. SUPERSPEED.Text = "SuperSpeed"
  149. SUPERSPEED.TextColor3 = Color3.new(0, 0, 0)
  150. SUPERSPEED.TextScaled = true
  151. SUPERSPEED.TextSize = 20
  152. SUPERSPEED.TextWrapped = true
  153.  
  154. Steps.Name = "Steps"
  155. Steps.Parent = MainFrame
  156. Steps.BackgroundColor3 = Color3.new(1, 1, 1)
  157. Steps.Position = UDim2.new(0.393023252, 0, 0.189759031, 0)
  158. Steps.Size = UDim2.new(0, 106, 0, 43)
  159. Steps.Font = Enum.Font.Code
  160. Steps.Text = "Steps Hax"
  161. Steps.TextColor3 = Color3.new(0, 0, 0)
  162. Steps.TextScaled = true
  163. Steps.TextSize = 20
  164. Steps.TextWrapped = true
  165.  
  166. Speed.Name = "Speed"
  167. Speed.Parent = MainFrame
  168. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  169. Speed.Position = UDim2.new(0.0325581394, 0, 0.189759031, 0)
  170. Speed.Size = UDim2.new(0, 106, 0, 43)
  171. Speed.Font = Enum.Font.Code
  172. Speed.Text = "Speed"
  173. Speed.TextColor3 = Color3.new(0, 0, 0)
  174. Speed.TextSize = 20
  175. Speed.TextWrapped = true
  176.  
  177. -- Scripts:
  178. Speed.MouseButton1Click:connect(function()
  179. i = 0
  180. wait (3)
  181. i = 1
  182. while i == 1 do
  183. if i == 0 then
  184. break
  185. end
  186. LocalPlayer1.Character.Humanoid.WalkSpeed = 200
  187. LocalPlayer1.Character.Humanoid.JumpPower = 200
  188. wait(0.5)
  189. end
  190. end)
  191. SUPERSPEED.MouseButton1Click:connect(function()
  192. i = 0
  193. wait (3)
  194. i = 1
  195. while i == 1 do
  196. if i == 0 then
  197. break
  198. end
  199. LocalPlayer1.Character.Humanoid.WalkSpeed = 500
  200. LocalPlayer1.Character.Humanoid.JumpPower = 400
  201. wait(0.5)
  202. end
  203. end)
  204. Steps.MouseButton1Click:connect(function()
  205. local A_1 = "steps"
  206. local A_2 = 50000000
  207. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  208. Event:FireServer(A_1, A_2)
  209. wait(0)
  210. end)
  211. Exp.MouseButton1Click:connect(function()
  212. while true do
  213. local A_1 = "exp"
  214. local A_2 = 5000
  215. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  216. Event:FireServer(A_1, A_2)
  217. wait(0.2)
  218. end
  219. end)
  220. print("Loaded...")
  221. wait(0.5)
  222. print("Everything Working Fine :d")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement