The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
LEGENDS OF SPEED (WHITE) script pastebin roblox
By LEGENDS OF SPEED (WHITE) on 2024-09-18 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local TextButton_2 = Instance.new("TextButton")
  5. local TextButton_3 = Instance.new("TextButton")
  6. local TextButton_4 = Instance.new("TextButton")
  7. local TextButton_6 = Instance.new("TextButton")
  8. local TextButton_5 = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. Frame.Parent = ScreenGui
  12. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  13. Frame.BackgroundTransparency = 0.400
  14. Frame.Position = UDim2.new(0, 0, 0.5, -160)
  15. Frame.Size = UDim2.new(0, 326, 0, 321)
  16. TextButton.Parent = ScreenGui
  17. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  18. TextButton.Position = UDim2.new(0, 0, 0.379204899, -25)
  19. TextButton.Size = UDim2.new(0, 132, 0, 50)
  20. TextButton.Font = Enum.Font.SourceSans
  21. TextButton.Text = "Gain Steps On"
  22. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  23. TextButton.TextScaled = true
  24. TextButton.TextSize = 14.000
  25. TextButton.TextWrapped = true
  26. TextButton_2.Name = "TextButton_2"
  27. TextButton_2.Parent = ScreenGui
  28. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. TextButton_2.Position = UDim2.new(0.107224599, 0, 0.379204899, -25)
  30. TextButton_2.Size = UDim2.new(0, 132, 0, 50)
  31. TextButton_2.Font = Enum.Font.SourceSans
  32. TextButton_2.Text = "Gain Steps Off"
  33. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. TextButton_2.TextScaled = true
  35. TextButton_2.TextSize = 14.000
  36. TextButton_2.TextWrapped = true
  37. TextButton_3.Name = "TextButton_3"
  38. TextButton_3.Parent = ScreenGui
  39. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. TextButton_3.Position = UDim2.new(0, 0, 0.5, -25)
  41. TextButton_3.Size = UDim2.new(0, 132, 0, 50)
  42. TextButton_3.Font = Enum.Font.SourceSans
  43. TextButton_3.Text = "Gain Orbs On"
  44. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. TextButton_3.TextScaled = true
  46. TextButton_3.TextSize = 14.000
  47. TextButton_3.TextWrapped = true
  48. TextButton_4.Name = "TextButton_4"
  49. TextButton_4.Parent = ScreenGui
  50. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. TextButton_4.Position = UDim2.new(0.107224599, 0, 0.5, -25)
  52. TextButton_4.Size = UDim2.new(0, 132, 0, 50)
  53. TextButton_4.Font = Enum.Font.SourceSans
  54. TextButton_4.Text = "Gain Orbs Off"
  55. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. TextButton_4.TextScaled = true
  57. TextButton_4.TextSize = 14.000
  58. TextButton_4.TextWrapped = true
  59. TextButton_6.Name = "TextButton_6"
  60. TextButton_6.Parent = ScreenGui
  61. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. TextButton_6.Position = UDim2.new(0.107224599, 0, 0.636085629, -25)
  63. TextButton_6.Size = UDim2.new(0, 132, 0, 50)
  64. TextButton_6.Font = Enum.Font.SourceSans
  65. TextButton_6.Text = "Gain Gems Off"
  66. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. TextButton_6.TextScaled = true
  68. TextButton_6.TextSize = 14.000
  69. TextButton_6.TextWrapped = true
  70. TextButton_5.Name = "TextButton_5"
  71. TextButton_5.Parent = ScreenGui
  72. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. TextButton_5.Position = UDim2.new(0, 0, 0.636085629, -25)
  74. TextButton_5.Size = UDim2.new(0, 132, 0, 50)
  75. TextButton_5.Font = Enum.Font.SourceSans
  76. TextButton_5.Text = "Gain Gems On"
  77. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. TextButton_5.TextScaled = true
  79. TextButton_5.TextSize = 14.000
  80. TextButton_5.TextWrapped = true
  81. TextLabel.Parent = ScreenGui
  82. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. TextLabel.BackgroundTransparency = 1.000
  84. TextLabel.Position = UDim2.new(0.0404580161, 0, 0.255351692, 0)
  85. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  86. TextLabel.Font = Enum.Font.SourceSans
  87. TextLabel.Text = "ewo#1337"
  88. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. TextLabel.TextScaled = true
  90. TextLabel.TextSize = 14.000
  91. TextLabel.TextWrapped = true
  92. function SCRIPT_EWOEWO_FAKESCRIPT() -- TextButton.LocalScript
  93. local script = Instance.new('LocalScript')
  94. script.Parent = TextButton
  95. script.Parent.MouseButton1Click:connect(function()
  96. _G.StepFarm = true
  97. while _G.StepFarm == true do
  98. local A_1 = "collectOrb"
  99. local A_2 = "Red Orb"
  100. local A_3 = "City"
  101. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  102. Event:FireServer(A_1, A_2, A_3)
  103. wait()
  104. end
  105. end)
  106. end
  107. coroutine.resume(coroutine.create(SCRIPT_EWOEWO_FAKESCRIPT))
  108. function SCRIPT_ZVZEWO_FAKESCRIPT() -- TextButton_2.LocalScript
  109. local script = Instance.new('LocalScript')
  110. script.Parent = TextButton_2
  111. script.Parent.MouseButton1Click:Connect(function()
  112. _G.StepFarm = false
  113. while _G.StepFarm == true do
  114. local A_1 = "collectOrb"
  115. local A_2 = "Red Orb"
  116. local A_3 = "City"
  117. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  118. Event:FireServer(A_1, A_2, A_3)
  119. wait()
  120. end
  121. end)
  122. end
  123. coroutine.resume(coroutine.create(SCRIPT_ZVZEWO_FAKESCRIPT))
  124. function EWO_1456_SCRIPT()
  125. local script = Instance.new('LocalScript')
  126. script.Parent = TextButton_3
  127. script.Parent.MouseButton1Click:Connect(function()
  128. _G.GemFarm = true
  129. while _G.GemFarm == true do
  130. local A_1 = "collectOrb"
  131. local A_2 = "Gem"
  132. local A_3 = "City"
  133. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  134. Event:FireServer(A_1, A_2, A_3)
  135. wait()
  136. end
  137. end)
  138. end
  139. coroutine.resume(coroutine.create(EWO_1456_SCRIPT))
  140. function SCRIPT_EWOS79_FAKESCRIPT()
  141. local script = Instance.new('LocalScript')
  142. script.Parent = TextButton_4
  143. script.Parent.MouseButton1Click:Connect(function()
  144. _G.GemFarm = false
  145. while _G.GemFarm == true do
  146. local A_1 = "collectOrb"
  147. local A_2 = "Gem"
  148. local A_3 = "City"
  149. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  150. Event:FireServer(A_1, A_2, A_3)
  151. wait()
  152. end
  153. end)
  154. end
  155. coroutine.resume(coroutine.create(SCRIPT_EWOS79_FAKESCRIP))
  156. function SCRIPT_509_FAKESCRIPT()
  157. local script = Instance.new('LocalScript')
  158. script.Parent = TextButton_5
  159. script.Parent.MouseButton1Click:Connect(function()
  160. _G.EXPFarm = true
  161. while _G.EXPFarm == true do
  162. local A_1 = "collectOrb"
  163. local A_2 = "Yellow Orb"
  164. local A_3 = "City"
  165. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  166. Event:FireServer(A_1, A_2, A_3)
  167. wait()
  168. end
  169. end)
  170. end
  171. coroutine.resume(coroutine.create(SCRIPT_509_FAKESCRIPT))
  172. function SCRIPT_zvz_FAKESCRIPT()
  173. local script = Instance.new('LocalScript')
  174. script.Parent = TextButton_6
  175. script.Parent.MouseButton1Click:Connect(function()
  176. _G.EXPFarm = false
  177. while _G.EXPFarm == true do
  178. local A_1 = "collectOrb"
  179. local A_2 = "Yellow Orb"
  180. local A_3 = "City"
  181. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  182. Event:FireServer(A_1, A_2, A_3)
  183. wait()
  184. end
  185. end)
  186. end
  187. coroutine.resume(coroutine.create(SCRIPT_zvz_FAKESCRIPT))
  188. Click To Copy