Advertisement
097YT

speed sim

Oct 17th, 2021
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.43 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Hacks = Instance.new("ScreenGui")
  7. local Hack = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local UIGradient = Instance.new("UIGradient")
  10. local SpeedSimulator = Instance.new("TextLabel")
  11. local UIGradient_2 = Instance.new("UIGradient")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local SpeedSimulator_2 = Instance.new("TextLabel")
  14. local UIGradient_3 = Instance.new("UIGradient")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local ONAutoFarm = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local UIGradient_4 = Instance.new("UIGradient")
  19. local Farm = Instance.new("TextLabel")
  20. local UIGradient_5 = Instance.new("UIGradient")
  21. local UICorner_5 = Instance.new("UICorner")
  22. local Farm_2 = Instance.new("TextLabel")
  23. local UIGradient_6 = Instance.new("UIGradient")
  24. local UICorner_6 = Instance.new("UICorner")
  25. local OFFAutoFarm = Instance.new("TextButton")
  26. local UICorner_7 = Instance.new("UICorner")
  27. local UIGradient_7 = Instance.new("UIGradient")
  28.  
  29. --Properties:
  30.  
  31. Hacks.Name = "Hacks"
  32. Hacks.Parent = game.CoreGui
  33. Hacks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35. Hack.Name = "Hack"
  36. Hack.Parent = Hacks
  37. Hack.Active = true
  38. Hack.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. Hack.Position = UDim2.new(0.5056054, 0, 0.356164396, 0)
  40. Hack.Size = UDim2.new(0, 253, 0, 178)
  41. Hack.Draggable = true
  42.  
  43.  
  44. UICorner.CornerRadius = UDim.new(0, 7)
  45. UICorner.Parent = Hack
  46.  
  47. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 46, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  48. UIGradient.Parent = Hack
  49.  
  50. SpeedSimulator.Name = "⚡ Speed Simulator\\n"
  51. SpeedSimulator.Parent = Hack
  52. SpeedSimulator.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  53. SpeedSimulator.Size = UDim2.new(0, 253, 0, 50)
  54. SpeedSimulator.Font = Enum.Font.PermanentMarker
  55. SpeedSimulator.Text = "⚡ Speed Simulator\\nGUI"
  56. SpeedSimulator.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. SpeedSimulator.TextScaled = true
  58. SpeedSimulator.TextSize = 14.000
  59. SpeedSimulator.TextWrapped = true
  60.  
  61. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 46, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  62. UIGradient_2.Parent = SpeedSimulator
  63.  
  64. UICorner_2.CornerRadius = UDim.new(0, 7)
  65. UICorner_2.Parent = SpeedSimulator
  66.  
  67. SpeedSimulator_2.Name = "⚡ Speed Simulator\\n"
  68. SpeedSimulator_2.Parent = Hack
  69. SpeedSimulator_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. SpeedSimulator_2.Position = UDim2.new(0, 0, 0.715811074, 0)
  71. SpeedSimulator_2.Size = UDim2.new(0, 253, 0, 50)
  72. SpeedSimulator_2.Font = Enum.Font.SourceSansSemibold
  73. SpeedSimulator_2.Text = "Made By 7Zmagd7Z11"
  74. SpeedSimulator_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. SpeedSimulator_2.TextScaled = true
  76. SpeedSimulator_2.TextSize = 14.000
  77. SpeedSimulator_2.TextWrapped = true
  78.  
  79. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 46, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  80. UIGradient_3.Parent = SpeedSimulator_2
  81.  
  82. UICorner_3.CornerRadius = UDim.new(0, 7)
  83. UICorner_3.Parent = SpeedSimulator_2
  84.  
  85. ONAutoFarm.Name = "ON Auto Farm"
  86. ONAutoFarm.Parent = Hack
  87. ONAutoFarm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. ONAutoFarm.Position = UDim2.new(0.8577075, 0, 0.280898869, 0)
  89. ONAutoFarm.Size = UDim2.new(0, 36, 0, 37)
  90. ONAutoFarm.Font = Enum.Font.SourceSans
  91. ONAutoFarm.Text = "ON"
  92. ONAutoFarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. ONAutoFarm.TextScaled = true
  94. ONAutoFarm.TextSize = 14.000
  95. ONAutoFarm.TextWrapped = true
  96. ONAutoFarm.MouseButton1Down:connect(function()
  97. getgenv().farmer = true;
  98. while wait (0.1) do
  99. if getgenv ().farmer == true then
  100. local ohString1 = "PurpleRing5"
  101.  
  102. game:GetService("ReplicatedStorage").Networking.Hoops:FireServer(ohString1)
  103. wait(0.1)
  104. local ohString1 = "GreenRing3"
  105.  
  106. game:GetService("ReplicatedStorage").Networking.Hoops:FireServer(ohString1)
  107. wait(0.1)
  108. local ohString1 = "BlueRing2"
  109.  
  110. game:GetService("ReplicatedStorage").Networking.Hoops:FireServer(ohString1)
  111. wait(0.1)
  112. local ohString1 = "OrangeRing4"
  113.  
  114. game:GetService("ReplicatedStorage").Networking.Hoops:FireServer(ohString1)
  115. end
  116. end
  117. end)
  118.  
  119.  
  120. UICorner_4.CornerRadius = UDim.new(500, 0)
  121. UICorner_4.Parent = ONAutoFarm
  122.  
  123. UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 46, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  124. UIGradient_4.Parent = ONAutoFarm
  125.  
  126. Farm.Name = "Farm"
  127. Farm.Parent = Hack
  128. Farm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. Farm.Position = UDim2.new(0, 0, 0.280898869, 0)
  130. Farm.Size = UDim2.new(0, 199, 0, 37)
  131. Farm.Font = Enum.Font.SourceSans
  132. Farm.Text = "Auto Farm steps"
  133. Farm.TextColor3 = Color3.fromRGB(0, 0, 0)
  134. Farm.TextScaled = true
  135. Farm.TextSize = 14.000
  136. Farm.TextWrapped = true
  137.  
  138. UIGradient_5.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 46, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  139. UIGradient_5.Parent = Farm
  140.  
  141. UICorner_5.CornerRadius = UDim.new(500, 0)
  142. UICorner_5.Parent = Farm
  143.  
  144. Farm_2.Name = "Farm"
  145. Farm_2.Parent = Hack
  146. Farm_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. Farm_2.Position = UDim2.new(0, 0, 0.505617976, 0)
  148. Farm_2.Size = UDim2.new(0, 199, 0, 37)
  149. Farm_2.Font = Enum.Font.SourceSans
  150. Farm_2.Text = "Auto Farm steps"
  151. Farm_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. Farm_2.TextScaled = true
  153. Farm_2.TextSize = 14.000
  154. Farm_2.TextWrapped = true
  155.  
  156. UIGradient_6.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 46, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  157. UIGradient_6.Parent = Farm_2
  158.  
  159. UICorner_6.CornerRadius = UDim.new(500, 0)
  160. UICorner_6.Parent = Farm_2
  161.  
  162. OFFAutoFarm.Name = "OFF Auto Farm"
  163. OFFAutoFarm.Parent = Hack
  164. OFFAutoFarm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. OFFAutoFarm.Position = UDim2.new(0.8577075, 0, 0.505617976, 0)
  166. OFFAutoFarm.Size = UDim2.new(0, 36, 0, 37)
  167. OFFAutoFarm.Font = Enum.Font.SourceSans
  168. OFFAutoFarm.Text = "OFF"
  169. OFFAutoFarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  170. OFFAutoFarm.TextScaled = true
  171. OFFAutoFarm.TextSize = 14.000
  172. OFFAutoFarm.TextWrapped = true
  173. OFFAutoFarm.MouseButton1Down:connect(function()
  174. getgenv().farmer = false;
  175. while wait (0.1) do
  176. if getgenv ().farmer == true then
  177. local ohString1 = "PurpleRing5"
  178.  
  179. game:GetService("ReplicatedStorage").Networking.Hoops:FireServer(ohString1)
  180. wait(0.1)
  181. local ohString1 = "GreenRing3"
  182.  
  183. game:GetService("ReplicatedStorage").Networking.Hoops:FireServer(ohString1)
  184. wait(0.1)
  185. local ohString1 = "BlueRing2"
  186.  
  187. game:GetService("ReplicatedStorage").Networking.Hoops:FireServer(ohString1)
  188. wait(0.1)
  189. local ohString1 = "OrangeRing4"
  190.  
  191. game:GetService("ReplicatedStorage").Networking.Hoops:FireServer(ohString1)
  192. end
  193. end
  194. end)
  195.  
  196.  
  197. UICorner_7.CornerRadius = UDim.new(500, 0)
  198. UICorner_7.Parent = OFFAutoFarm
  199.  
  200. UIGradient_7.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 46, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  201. UIGradient_7.Parent = OFFAutoFarm
  202.  
  203. -- Scripts:
  204.  
  205. local function XNWNPFQ_fake_script() -- Hack.LocalScript
  206. local script = Instance.new('LocalScript', Hack)
  207.  
  208. player = game.Players.LocalPlayer
  209.  
  210. player:GetMouse().KeyDown:Connect(function(key)
  211. if key == "e" and script.Parent.Visible == false then
  212. script.Parent.Visible = true
  213. else
  214. if key == "e" and script.Parent.Visible == true then
  215. script.Parent.Visible = false
  216. end
  217. end
  218. end)
  219.  
  220. end
  221. coroutine.wrap(XNWNPFQ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement