Advertisement
igss

Lgends Of Speed AutoFarm

Jan 16th, 2020
1,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Made By lowkey#6429
  2. local autofarm = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local title = Instance.new("TextLabel")
  5. local rebirthmainoff = Instance.new("Frame")
  6. local rebirthoff = Instance.new("TextButton")
  7. local rebithmainon = Instance.new("Frame")
  8. local rebirthon = Instance.new("TextButton")
  9. local hoopmainoff = Instance.new("Frame")
  10. local hoopoff = Instance.new("TextButton")
  11. local gemmainoff = Instance.new("Frame")
  12. local gemoff = Instance.new("TextButton")
  13. local orbmainoff = Instance.new("Frame")
  14. local orboff = Instance.new("TextButton")
  15. local orbmainon = Instance.new("Frame")
  16. local orbon = Instance.new("TextButton")
  17. local gemmainon = Instance.new("Frame")
  18. local gemon = Instance.new("TextButton")
  19. local hoopmainon = Instance.new("Frame")
  20. local hoopon = Instance.new("TextButton")
  21. local credits = Instance.new("TextLabel")
  22. --Properties:
  23. autofarm.Name = "autofarm"
  24. autofarm.Parent = game.CoreGui
  25.  
  26. main.Name = "main"
  27. main.Parent = autofarm
  28. main.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  29. main.Position = UDim2.new(0.141270816, 0, 0.617936134, 0)
  30. main.Size = UDim2.new(0, 394, 0, 256)
  31. main.Active = true
  32. main.Draggable = true
  33.  
  34. title.Name = "title"
  35. title.Parent = main
  36. title.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  37. title.Size = UDim2.new(0, 394, 0, 40)
  38. title.Font = Enum.Font.GothamBold
  39. title.Text = "Legends Of Speed HaxW"
  40. title.TextColor3 = Color3.new(0, 0, 0)
  41. title.TextSize = 14
  42.  
  43. rebirthmainoff.Name = "rebirthmainoff"
  44. rebirthmainoff.Parent = main
  45. rebirthmainoff.BackgroundColor3 = Color3.new(1, 1, 1)
  46. rebirthmainoff.Position = UDim2.new(0.0710659921, 0, 0.65234375, 0)
  47. rebirthmainoff.Size = UDim2.new(0, 338, 0, 39)
  48.  
  49. rebirthoff.Name = "rebirthoff"
  50. rebirthoff.Parent = rebirthmainoff
  51. rebirthoff.BackgroundColor3 = Color3.new(1, 0, 0)
  52. rebirthoff.Size = UDim2.new(0, 338, 0, 39)
  53. rebirthoff.Font = Enum.Font.GothamBlack
  54. rebirthoff.Text = "AutoRebirth (Off)"
  55. rebirthoff.TextColor3 = Color3.new(0, 0, 0)
  56. rebirthoff.TextSize = 14
  57. rebirthoff.MouseButton1Down:connect(function()
  58. rebirthmainoff.Visible = false
  59. rebithmainon.Visible = true
  60.  
  61. wait(1)
  62. _G.Rebirth = true
  63.  
  64. while _G.Rebirth == true do wait(5)
  65. local tbl_main =
  66. {
  67. "rebirthRequest"
  68. }
  69. game:GetService("ReplicatedStorage").rEvents.rebirthEvent:FireServer(unpack(tbl_main))
  70. end
  71. end)
  72.  
  73. rebithmainon.Name = "rebithmainon"
  74. rebithmainon.Parent = main
  75. rebithmainon.BackgroundColor3 = Color3.new(1, 1, 1)
  76. rebithmainon.Position = UDim2.new(0.0710659027, 0, 0.65234375, 0)
  77. rebithmainon.Size = UDim2.new(0, 338, 0, 39)
  78. rebithmainon.Visible = false
  79.  
  80. rebirthon.Name = "rebirthon"
  81. rebirthon.Parent = rebithmainon
  82. rebirthon.BackgroundColor3 = Color3.new(0, 1, 0)
  83. rebirthon.Size = UDim2.new(0, 338, 0, 39)
  84. rebirthon.Font = Enum.Font.GothamBlack
  85. rebirthon.Text = "AutoRebirth (On)"
  86. rebirthon.TextColor3 = Color3.new(0, 0, 0)
  87. rebirthon.TextSize = 14
  88. rebirthon.MouseButton1Down:connect(function()
  89. rebithmainon.Visible = false
  90. rebirthmainoff.Visible = true
  91.  
  92. wait(1)
  93. _G.Rebirth = false
  94.  
  95. while _G.Rebirth == true do wait(5)
  96. local tbl_main =
  97. {
  98. "rebirthRequest"
  99. }
  100. game:GetService("ReplicatedStorage").rEvents.rebirthEvent:FireServer(unpack(tbl_main))
  101. end
  102. end)
  103.  
  104. hoopmainoff.Name = "hoopmainoff"
  105. hoopmainoff.Parent = main
  106. hoopmainoff.BackgroundColor3 = Color3.new(1, 1, 1)
  107. hoopmainoff.Position = UDim2.new(0.0482233502, 0, 0.25, 0)
  108. hoopmainoff.Size = UDim2.new(0, 109, 0, 50)
  109.  
  110. hoopoff.Name = "hoopoff"
  111. hoopoff.Parent = hoopmainoff
  112. hoopoff.BackgroundColor3 = Color3.new(1, 0, 0)
  113. hoopoff.Position = UDim2.new(0, 0, -0.00941181183, 0)
  114. hoopoff.Size = UDim2.new(0, 109, 0, 50)
  115. hoopoff.Font = Enum.Font.GothamBlack
  116. hoopoff.Text = "Hoopfarm (Off)"
  117. hoopoff.TextColor3 = Color3.new(0, 0, 0)
  118. hoopoff.TextSize = 14
  119. hoopoff.MouseButton1Down:connect(function()
  120. hoopmainoff.Visible = false
  121. hoopmainon.Visible = true
  122.  
  123. wait(1)
  124. _G.Farm3 = true
  125.  
  126. while _G.Farm3 == true do wait()
  127. for i,v in pairs(game.Workspace.Hoops:GetChildren()) do
  128. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  129. end
  130. end
  131. end)
  132.  
  133. gemmainoff.Name = "gemmainoff"
  134. gemmainoff.Parent = main
  135. gemmainoff.BackgroundColor3 = Color3.new(1, 1, 1)
  136. gemmainoff.Position = UDim2.new(0.360406041, 0, 0.25, 0)
  137. gemmainoff.Size = UDim2.new(0, 109, 0, 50)
  138.  
  139. gemoff.Name = "gemoff"
  140. gemoff.Parent = gemmainoff
  141. gemoff.BackgroundColor3 = Color3.new(1, 0, 0)
  142. gemoff.Size = UDim2.new(0, 109, 0, 50)
  143. gemoff.Font = Enum.Font.GothamBlack
  144. gemoff.Text = "Gemfarm (Off)"
  145. gemoff.TextColor3 = Color3.new(0, 0, 0)
  146. gemoff.TextSize = 14
  147. gemoff.MouseButton1Down:connect(function()
  148. gemmainoff.Visible = false
  149. gemmainon.Visible = true
  150.  
  151. wait(1)
  152. _G.Farm2 = true
  153.  
  154. while _G.Farm2 == true do wait()
  155. for i,v in pairs(game.Workspace.orbFolder.City:GetChildren()) do
  156. if v.Name == "Gem" then
  157. v.outerGem.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  158. end
  159. end
  160. end
  161. end)
  162.  
  163. orbmainoff.Name = "orbmainoff"
  164. orbmainoff.Parent = main
  165. orbmainoff.BackgroundColor3 = Color3.new(1, 1, 1)
  166. orbmainoff.Position = UDim2.new(0.667512774, 0, 0.25, 0)
  167. orbmainoff.Size = UDim2.new(0, 109, 0, 50)
  168.  
  169. orboff.Name = "orboff"
  170. orboff.Parent = orbmainoff
  171. orboff.BackgroundColor3 = Color3.new(1, 0, 0)
  172. orboff.Position = UDim2.new(-2.38418579e-07, 0, 0, 0)
  173. orboff.Size = UDim2.new(0, 109, 0, 50)
  174. orboff.Font = Enum.Font.GothamBlack
  175. orboff.Text = "Orbfarm (Off)"
  176. orboff.TextColor3 = Color3.new(0, 0, 0)
  177. orboff.TextSize = 14
  178. orboff.MouseButton1Down:connect(function()
  179. orbmainoff.Visible = false
  180. orbmainon.Visible = true
  181.  
  182. wait(1)
  183. _G.Farm1 = true
  184.  
  185. while _G.Farm1 == true do wait()
  186. for i,v in pairs(game.Workspace.orbFolder.City:GetChildren()) do
  187. if v.Name ~= "Gem" then
  188. v.outerOrb.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  189. end
  190. end
  191. end
  192. end)
  193.  
  194. orbmainon.Name = "orbmainon"
  195. orbmainon.Parent = main
  196. orbmainon.BackgroundColor3 = Color3.new(1, 1, 1)
  197. orbmainon.Position = UDim2.new(0.667512536, 0, 0.25, 0)
  198. orbmainon.Size = UDim2.new(0, 109, 0, 50)
  199. orbmainon.Visible = false
  200.  
  201. orbon.Name = "orbon"
  202. orbon.Parent = orbmainon
  203. orbon.BackgroundColor3 = Color3.new(0, 1, 0)
  204. orbon.Size = UDim2.new(0, 109, 0, 50)
  205. orbon.Font = Enum.Font.GothamBlack
  206. orbon.Text = "Orbfarm (On)"
  207. orbon.TextColor3 = Color3.new(0, 0, 0)
  208. orbon.TextSize = 14
  209. orbon.MouseButton1Down:connect(function()
  210. orbmainon.Visible = false
  211. orbmainoff.Visible = true
  212.  
  213. wait(1)
  214. _G.Farm1 = false
  215.  
  216. while _G.Farm1 == true do wait()
  217. for i,v in pairs(game.Workspace.orbFolder.City:GetChildren()) do
  218. if v.Name ~= "Gem" then
  219. v.outerOrb.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  220. end
  221. end
  222. end
  223. end)
  224.  
  225. gemmainon.Name = "gemmainon"
  226. gemmainon.Parent = main
  227. gemmainon.BackgroundColor3 = Color3.new(1, 1, 1)
  228. gemmainon.Position = UDim2.new(0.357867986, 0, 0.25, 0)
  229. gemmainon.Size = UDim2.new(0, 109, 0, 50)
  230. gemmainon.Visible = false
  231.  
  232. gemon.Name = "gemon"
  233. gemon.Parent = gemmainon
  234. gemon.BackgroundColor3 = Color3.new(0, 1, 0)
  235. gemon.Position = UDim2.new(0.00917410851, 0, 0, 0)
  236. gemon.Size = UDim2.new(0, 109, 0, 50)
  237. gemon.Font = Enum.Font.GothamBlack
  238. gemon.Text = "Gemfarm (On)"
  239. gemon.TextColor3 = Color3.new(0, 0, 0)
  240. gemon.TextSize = 14
  241. gemon.MouseButton1Down:connect(function()
  242. gemmainon.Visible = false
  243. gemmainoff.Visible = true
  244.  
  245. wait(1)
  246. _G.Farm2 = false
  247.  
  248. while _G.Farm2 == true do wait()
  249. for i,v in pairs(game.Workspace.orbFolder.City:GetChildren()) do
  250. if v.Name == "Gem" then
  251. v.outerGem.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  252. end
  253. end
  254. end
  255. end)
  256.  
  257. hoopmainon.Name = "hoopmainon"
  258. hoopmainon.Parent = main
  259. hoopmainon.BackgroundColor3 = Color3.new(1, 1, 1)
  260. hoopmainon.Position = UDim2.new(0.0482233465, 0, 0.24609375, 0)
  261. hoopmainon.Size = UDim2.new(0, 109, 0, 50)
  262. hoopmainon.Visible = false
  263.  
  264. hoopon.Name = "hoopon"
  265. hoopon.Parent = hoopmainon
  266. hoopon.BackgroundColor3 = Color3.new(0, 1, 0)
  267. hoopon.Position = UDim2.new(0, 0, 0.0199999809, 0)
  268. hoopon.Size = UDim2.new(0, 109, 0, 50)
  269. hoopon.Font = Enum.Font.GothamBlack
  270. hoopon.Text = "Hoopfarm (On)"
  271. hoopon.TextColor3 = Color3.new(0, 0, 0)
  272. hoopon.TextSize = 14
  273. hoopon.MouseButton1Down:connect(function()
  274. hoopmainon.Visible = false
  275. hoopmainoff.Visible = true
  276.  
  277. wait(1)
  278. _G.Farm3 = false
  279.  
  280. while _G.Farm3 == true do wait()
  281. for i,v in pairs(game.Workspace.Hoops:GetChildren()) do
  282. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  283. end
  284. end
  285. end)
  286.  
  287. credits.Name = "credits"
  288. credits.Parent = main
  289. credits.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  290. credits.Position = UDim2.new(0, 0, 0.83984375, 0)
  291. credits.Size = UDim2.new(0, 393, 0, 41)
  292. credits.Font = Enum.Font.GothamBlack
  293. credits.Text = "Made By lowkey#6429"
  294. credits.TextColor3 = Color3.new(0.333333, 1, 1)
  295. credits.TextSize = 14
  296. _G.Loll = true
  297. while _G.Loll == true do wait(0.01)
  298. for i=1,500 do
  299. local tbl_main =
  300. {
  301. "collectOrb",
  302. "Red Orb",
  303. "City"
  304. }
  305. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  306.  
  307. local tbl_main =
  308. {
  309. "collectOrb",
  310. "Yellow Orb",
  311. "City"
  312. }
  313. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  314.  
  315. local tbl_main =
  316. {
  317. "collectOrb",
  318. "Gem",
  319. "City"
  320. }
  321. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  322.  
  323. local tbl_main =
  324. {
  325. "collectOrb",
  326. "Orange Orb",
  327. "City"
  328. }
  329. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(tbl_main))
  330.  
  331. local tbl_main =
  332. {
  333. "rebirthRequest"
  334. }
  335. game:GetService("ReplicatedStorage").rEvents.rebirthEvent:FireServer(unpack(tbl_main))
  336. end
  337. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement