reav85

Untitled

Nov 14th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.55 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SpeedSimulatorGUI = Instance.new("ScreenGui")
  4. local Base = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Value = Instance.new("TextBox")
  7. local afk = Instance.new("TextButton")
  8. local xp = Instance.new("TextButton")
  9. local steps = Instance.new("TextButton")
  10. local diamonds = Instance.new("TextButton")
  11. local Btools = Instance.new("TextButton")
  12. local credits = Instance.new("TextLabel")
  13. local OpenClose = Instance.new("TextButton")
  14.  
  15. -- Properties
  16.  
  17. SpeedSimulatorGUI.Name = "SpeedSimulatorGUI"
  18. SpeedSimulatorGUI.Parent = game.CoreGui
  19.  
  20. Base.Name = "Base"
  21. Base.Parent = SpeedSimulatorGUI
  22. Base.Active = true
  23. Base.BackgroundColor3 = Color3.new(0.27451, 0.627451, 1)
  24. Base.BorderColor3 = Color3.new(0.188235, 0.309804, 0.584314)
  25. Base.BorderSizePixel = 5
  26. Base.Draggable = true
  27. Base.Position = UDim2.new(0.300000012, 0, 0.224000007, 0)
  28. Base.Size = UDim2.new(0, 228, 0, 417)
  29. Base.Visible = false
  30.  
  31. Title.Name = "Title"
  32. Title.Parent = Base
  33. Title.BackgroundColor3 = Color3.new(0.298039, 0.498039, 0.921569)
  34. Title.BorderColor3 = Color3.new(0.188235, 0.309804, 0.580392)
  35. Title.BorderSizePixel = 5
  36. Title.Size = UDim2.new(0, 228, 0, 47)
  37. Title.Font = Enum.Font.SciFi
  38. Title.Text = "Speed Simulator"
  39. Title.TextColor3 = Color3.new(0.32549, 0.772549, 0.0823529)
  40. Title.TextScaled = true
  41. Title.TextSize = 14
  42. Title.TextWrapped = true
  43.  
  44. Value.Name = "Value"
  45. Value.Parent = Base
  46. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Value.BorderColor3 = Color3.new(0.188235, 0.309804, 0.580392)
  48. Value.BorderSizePixel = 3
  49. Value.Position = UDim2.new(0.197368428, 0, 0.302158266, 0)
  50. Value.Size = UDim2.new(0, 141, 0, 36)
  51. Value.Font = Enum.Font.SourceSans
  52. Value.Text = "Value"
  53. Value.TextColor3 = Color3.new(0, 0, 0)
  54. Value.TextSize = 14
  55.  
  56. afk.Name = "afk"
  57. afk.Parent = Base
  58. afk.BackgroundColor3 = Color3.new(0.321569, 0.545098, 0.992157)
  59. afk.BorderColor3 = Color3.new(0.188235, 0.309804, 0.580392)
  60. afk.BorderSizePixel = 3
  61. afk.Position = UDim2.new(0.101000004, 0, 0.690398097, 0)
  62. afk.Size = UDim2.new(0, 181, 0, 40)
  63. afk.Font = Enum.Font.SciFi
  64. afk.Text = "Afk levelup"
  65. afk.TextColor3 = Color3.new(0.219608, 0.729412, 0.129412)
  66. afk.TextSize = 24
  67. afk.TextWrapped = true
  68.  
  69. xp.Name = "xp"
  70. xp.Parent = Base
  71. xp.BackgroundColor3 = Color3.new(0.321569, 0.545098, 0.992157)
  72. xp.BorderColor3 = Color3.new(0.188235, 0.309804, 0.580392)
  73. xp.BorderSizePixel = 3
  74. xp.Position = UDim2.new(0.101000004, 0, 0.42899999, 0)
  75. xp.Size = UDim2.new(0, 181, 0, 40)
  76. xp.Font = Enum.Font.SciFi
  77. xp.Text = "Infinite Exp"
  78. xp.TextColor3 = Color3.new(0.219608, 0.729412, 0.129412)
  79. xp.TextSize = 24
  80. xp.TextWrapped = true
  81.  
  82. steps.Name = "steps"
  83. steps.Parent = Base
  84. steps.BackgroundColor3 = Color3.new(0.321569, 0.545098, 0.992157)
  85. steps.BorderColor3 = Color3.new(0.188235, 0.309804, 0.580392)
  86. steps.BorderSizePixel = 3
  87. steps.Position = UDim2.new(0.100877196, 0, 0.561151087, 0)
  88. steps.Size = UDim2.new(0, 86, 0, 40)
  89. steps.Font = Enum.Font.SciFi
  90. steps.Text = "Steps"
  91. steps.TextColor3 = Color3.new(0.219608, 0.729412, 0.129412)
  92. steps.TextSize = 24
  93. steps.TextWrapped = true
  94.  
  95. diamonds.Name = "diamonds"
  96. diamonds.Parent = Base
  97. diamonds.BackgroundColor3 = Color3.new(0.321569, 0.545098, 0.992157)
  98. diamonds.BorderColor3 = Color3.new(0.188235, 0.309804, 0.580392)
  99. diamonds.BorderSizePixel = 3
  100. diamonds.Position = UDim2.new(0.521929801, 0, 0.561151087, 0)
  101. diamonds.Size = UDim2.new(0, 85, 0, 40)
  102. diamonds.Font = Enum.Font.SciFi
  103. diamonds.Text = "Diamonds"
  104. diamonds.TextColor3 = Color3.new(0.219608, 0.729412, 0.129412)
  105. diamonds.TextScaled = true
  106. diamonds.TextSize = 24
  107. diamonds.TextWrapped = true
  108.  
  109. Btools.Name = "Btools"
  110. Btools.Parent = Base
  111. Btools.BackgroundColor3 = Color3.new(0.321569, 0.545098, 0.992157)
  112. Btools.BorderColor3 = Color3.new(0.188235, 0.309804, 0.580392)
  113. Btools.BorderSizePixel = 3
  114. Btools.Position = UDim2.new(0.101000004, 0, 0.822203875, 0)
  115. Btools.Size = UDim2.new(0, 181, 0, 40)
  116. Btools.Font = Enum.Font.SciFi
  117. Btools.Text = "Btools"
  118. Btools.TextColor3 = Color3.new(0.219608, 0.729412, 0.129412)
  119. Btools.TextSize = 24
  120. Btools.TextWrapped = true
  121.  
  122. credits.Name = "credits"
  123. credits.Parent = Base
  124. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  125. credits.BackgroundTransparency = 1
  126. credits.Position = UDim2.new(0, 0, 0.16546762, 0)
  127. credits.Size = UDim2.new(0, 228, 0, 38)
  128. credits.Font = Enum.Font.SciFi
  129. credits.Text = "Gui by tturley23"
  130. credits.TextColor3 = Color3.new(0, 0, 0)
  131. credits.TextSize = 24
  132. credits.TextWrapped = true
  133.  
  134. OpenClose.Name = "OpenClose"
  135. OpenClose.Parent = SpeedSimulatorGUI
  136. OpenClose.BackgroundColor3 = Color3.new(0.298039, 0.498039, 0.921569)
  137. OpenClose.BorderColor3 = Color3.new(0.164706, 0.270588, 0.509804)
  138. OpenClose.BorderSizePixel = 5
  139. OpenClose.Draggable = true
  140. OpenClose.Position = UDim2.new(0.321428567, 0, 0.0983606577, 0)
  141. OpenClose.Size = UDim2.new(0, 205, 0, 35)
  142. OpenClose.Font = Enum.Font.SciFi
  143. OpenClose.Text = "Open"
  144. OpenClose.TextColor3 = Color3.new(0.32549, 0.772549, 0.0823529)
  145. OpenClose.TextScaled = true
  146. OpenClose.TextSize = 14
  147. OpenClose.TextWrapped = true
  148.  
  149. --scripts
  150.  
  151. OpenClose.Draggable = true
  152. Base.Draggable = true
  153.  
  154. local open = false
  155. OpenClose.Text = "Open"
  156.  
  157. OpenClose.MouseButton1Click:connect(function(click)
  158. if OpenClose.Text == "Open" then
  159. Base.Visible = true
  160. OpenClose.Text = "Close"
  161. elseif OpenClose.Text == "Close" then
  162. Base.Visible = false
  163. OpenClose.Text = "Open"
  164. end
  165. end)
  166.  
  167. Btools.MouseButton1Click:connect(function()
  168. for a = 1, 4 do
  169. local HopperBin = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  170. HopperBin.BinType = a
  171. end
  172. end)
  173.  
  174. steps.MouseButton1Click:connect(function()
  175.  
  176. local A_1 = "steps"
  177. local A_2 = 500000000000
  178. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  179. Event:FireServer(A_1, A_2)
  180.  
  181. end)
  182.  
  183. xp.MouseButton1Click:connect(function()
  184. while wait() do
  185. game.ReplicatedStorage.SpeedHandler:FireServer("exp",10000)
  186. end
  187. end)
  188.  
  189. afk.MouseButton1Click:connect(function()
  190.  
  191. local player = game.Players.LocalPlayer
  192.  
  193. local A_1 = "steps"
  194. local A_2 = 500000000000
  195. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  196. Event:FireServer(A_1, A_2)
  197.  
  198. while true do
  199. local Ar1 = "exp"
  200. local Ar2 = 50000000
  201. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  202. Event:FireServer(Ar1, Ar2)
  203. wait(0)
  204.  
  205. player.Character.Humanoid:Move(Vector3.new(0,0,100), true)
  206. end
  207.  
  208. end)
  209.  
  210. diamonds.MouseButton1Click:connect(function()
  211. local Av1 = "diamonds"
  212. local Av2 = Value.Text
  213. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  214. Event:FireServer(Av1, Av2)
  215. end)
Add Comment
Please, Sign In to add comment