Scriptorz5

🌵UPDATE! | Speed Simulator 2

Sep 14th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. local SpeedSimulator = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local main = Instance.new("Frame")
  5. local Close = Instance.new("TextButton")
  6. local TextLabel3 = Instance.new("TextLabel")
  7. local TextLabel2 = Instance.new("TextLabel")
  8. local TextLabel1 = Instance.new("TextLabel")
  9. local TextLabel4 = Instance.new("TextLabel")
  10. local Buy = Instance.new("TextButton")
  11. local Exp = Instance.new("TextButton")
  12. local Diamonds = Instance.new("TextButton")
  13. local Steps = Instance.new("TextButton")
  14. local Crates = Instance.new("TextButton")
  15. --Properties:
  16. SpeedSimulator.Name = "Speed Simulator"
  17. SpeedSimulator.Parent = game.CoreGui
  18.  
  19. Frame.Parent = SpeedSimulator
  20. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Frame.Position = UDim2.new(0.0101302462, 0, 0.482566237, 0)
  22. Frame.Size = UDim2.new(0, 103, 0, 36)
  23. Frame.Style = Enum.FrameStyle.DropShadow
  24.  
  25. Open.Name = "Open"
  26. Open.Parent = Frame
  27. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  28. Open.BackgroundTransparency = 0.89999997615814
  29. Open.Position = UDim2.new(0.0485436879, 0, -0.305555552, 0)
  30. Open.Size = UDim2.new(0, 79, 0, 30)
  31. Open.Font = Enum.Font.SciFi
  32. Open.Text = "Open"
  33. Open.TextColor3 = Color3.new(1, 1, 1)
  34. Open.TextSize = 14
  35. Open.MouseButton1Down:connect(function()
  36. main.Visible = true
  37. Frame.Visible = false
  38. end)
  39.  
  40. main.Name = "main"
  41. main.Parent = SpeedSimulator
  42. main.BackgroundColor3 = Color3.new(1, 1, 1)
  43. main.Position = UDim2.new(0.32132262, 0, 0.27573061, 0)
  44. main.Size = UDim2.new(0, 440, 0, 273)
  45. main.Style = Enum.FrameStyle.DropShadow
  46. main.Visible = false
  47. main.Active = true
  48. main.Draggable = true
  49.  
  50. Close.Name = "Close"
  51. Close.Parent = main
  52. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  53. Close.BackgroundTransparency = 0.5
  54. Close.Position = UDim2.new(0.954666674, 0, -0.0113636367, 0)
  55. Close.Size = UDim2.new(0, 19, 0, 16)
  56. Close.Font = Enum.Font.SourceSans
  57. Close.Text = "X"
  58. Close.TextColor3 = Color3.new(0.333333, 1, 1)
  59. Close.TextSize = 14
  60. Close.MouseButton1Down:connect(function()
  61. Frame.Visible = true
  62. main.Visible = false
  63. end)
  64.  
  65. TextLabel3.Name = "TextLabel3"
  66. TextLabel3.Parent = main
  67. TextLabel3.BackgroundColor3 = Color3.new(0, 0, 0)
  68. TextLabel3.BackgroundTransparency = 0.89999997615814
  69. TextLabel3.Position = UDim2.new(0.258607715, 0, 0.746706605, 0)
  70. TextLabel3.Size = UDim2.new(0, 200, 0, 17)
  71. TextLabel3.Font = Enum.Font.SourceSans
  72. TextLabel3.Text = "More Coming Soon"
  73. TextLabel3.TextColor3 = Color3.new(1, 1, 0)
  74. TextLabel3.TextSize = 14
  75.  
  76. TextLabel2.Name = "TextLabel2"
  77. TextLabel2.Parent = main
  78. TextLabel2.BackgroundColor3 = Color3.new(0, 0, 0)
  79. TextLabel2.BackgroundTransparency = 0.89999997615814
  80. TextLabel2.Position = UDim2.new(0.255587548, 0, 0.521157861, 0)
  81. TextLabel2.Size = UDim2.new(0, 200, 0, 18)
  82. TextLabel2.Font = Enum.Font.SourceSans
  83. TextLabel2.Text = "My Discord:Dont Know#8913"
  84. TextLabel2.TextColor3 = Color3.new(1, 1, 0)
  85. TextLabel2.TextSize = 14
  86.  
  87. TextLabel1.Name = "TextLabel1"
  88. TextLabel1.Parent = main
  89. TextLabel1.BackgroundColor3 = Color3.new(0, 0, 0)
  90. TextLabel1.BackgroundTransparency = 0.89999997615814
  91. TextLabel1.Position = UDim2.new(0.254083663, 0, 0.640161335, 0)
  92. TextLabel1.Size = UDim2.new(0, 200, 0, 17)
  93. TextLabel1.Font = Enum.Font.SourceSans
  94. TextLabel1.Text = "Created by Ionut v3rm"
  95. TextLabel1.TextColor3 = Color3.new(1, 1, 0)
  96. TextLabel1.TextSize = 14
  97.  
  98. TextLabel4.Name = "TextLabel4"
  99. TextLabel4.Parent = main
  100. TextLabel4.BackgroundColor3 = Color3.new(0, 0, 0)
  101. TextLabel4.BackgroundTransparency = 0.80000001192093
  102. TextLabel4.Position = UDim2.new(-0.00699300691, 0, -0.0118110273, 0)
  103. TextLabel4.Size = UDim2.new(0, 419, 0, 20)
  104. TextLabel4.Font = Enum.Font.SourceSans
  105. TextLabel4.Text = "Speed Simulator GUI"
  106. TextLabel4.TextColor3 = Color3.new(0, 1, 0)
  107. TextLabel4.TextSize = 14
  108.  
  109. Buy.Name = "Buy"
  110. Buy.Parent = main
  111. Buy.BackgroundColor3 = Color3.new(0, 0, 0)
  112. Buy.BackgroundTransparency = 0.60000002384186
  113. Buy.Position = UDim2.new(-0.00348305237, 0, 0.279727668, 0)
  114. Buy.Size = UDim2.new(0, 124, 0, 34)
  115. Buy.Font = Enum.Font.SourceSans
  116. Buy.Text = "Buy Legends Crates"
  117. Buy.TextColor3 = Color3.new(0, 1, 1)
  118. Buy.TextSize = 14
  119. Buy.MouseButton1Down:connect(function()
  120. while wait() do
  121. local A_1 = "buyCrate"
  122. local A_2 = "Legends Crate"
  123. local Event = game:GetService("ReplicatedStorage").rEvents.crateEvent
  124. Event:FireServer(A_1, A_2)
  125. end
  126. end)
  127.  
  128. Exp.Name = "Exp"
  129. Exp.Parent = main
  130. Exp.BackgroundColor3 = Color3.new(0, 0, 0)
  131. Exp.BackgroundTransparency = 0.60000002384186
  132. Exp.Position = UDim2.new(0.701709092, 0, 0.09706451, 0)
  133. Exp.Size = UDim2.new(0, 124, 0, 34)
  134. Exp.Font = Enum.Font.SourceSans
  135. Exp.Text = "Inf.Exp"
  136. Exp.TextColor3 = Color3.new(0, 1, 1)
  137. Exp.TextSize = 14
  138. Exp.MouseButton1Down:connect(function()
  139. while true do
  140. local A_1 = "exp"
  141. local A_2 = 50000000
  142. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  143. Event:FireServer(A_1, A_2)
  144. wait(0)
  145. end
  146. end)
  147.  
  148. Diamonds.Name = "Diamonds"
  149. Diamonds.Parent = main
  150. Diamonds.BackgroundColor3 = Color3.new(0, 0, 0)
  151. Diamonds.BackgroundTransparency = 0.60000002384186
  152. Diamonds.Position = UDim2.new(-0.00581402704, 0, 0.101001516, 0)
  153. Diamonds.Size = UDim2.new(0, 124, 0, 34)
  154. Diamonds.Font = Enum.Font.SourceSans
  155. Diamonds.Text = "Inf.Diamonds"
  156. Diamonds.TextColor3 = Color3.new(0, 1, 1)
  157. Diamonds.TextSize = 14
  158. Diamonds.MouseButton1Down:connect(function()
  159. while wait() do
  160. local A_1 = "diamonds"
  161. local A_2 = 6666666
  162. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  163. Event:FireServer(A_1, A_2)
  164. end
  165. end)
  166.  
  167. Steps.Name = "Steps"
  168. Steps.Parent = main
  169. Steps.BackgroundColor3 = Color3.new(0, 0, 0)
  170. Steps.BackgroundTransparency = 0.60000002384186
  171. Steps.Position = UDim2.new(0.348498315, 0, 0.0986253023, 0)
  172. Steps.Size = UDim2.new(0, 124, 0, 34)
  173. Steps.Font = Enum.Font.SourceSans
  174. Steps.Text = "Inf.Steps"
  175. Steps.TextColor3 = Color3.new(0, 1, 1)
  176. Steps.TextSize = 14
  177. Steps.MouseButton1Down:connect(function()
  178. local A_1 = "steps"
  179. local A_2 = 5000000
  180. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  181. Event:FireServer(A_1, A_2)
  182. end)
  183.  
  184. Crates.Name = "Crates"
  185. Crates.Parent = main
  186. Crates.BackgroundColor3 = Color3.new(0, 0, 0)
  187. Crates.BackgroundTransparency = 0.60000002384186
  188. Crates.Position = UDim2.new(0.702810705, 0, 0.279727668, 0)
  189. Crates.Size = UDim2.new(0, 124, 0, 34)
  190. Crates.Font = Enum.Font.SourceSans
  191. Crates.Text = "Open Legends Crates"
  192. Crates.TextColor3 = Color3.new(0, 1, 1)
  193. Crates.TextSize = 14
  194. Crates.MouseButton1Down:connect(function()
  195. while wait() do
  196. local A_1 = "Legends Crate"
  197. local Event = game:GetService("ReplicatedStorage").rEvents.crateRemote
  198. Event:InvokeServer(A_1)
  199. end
  200. end)
  201. -- Scripts:
Add Comment
Please, Sign In to add comment