Advertisement
HHLExploits

Legends Of Speed

Jun 7th, 2019
1,971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Credits to script from different owners.(All @ v3rm)
  2. ➔Thehackernoov543 (Autorebirth)
  3. ➔ZeroZeroOne (Autofarm)
  4. ➔HHLExploits aka me (Gem farm script)
  5.  
  6.  
  7. Scripts:
  8. #Autorebirth
  9.  
  10. while wait(0.1) do
  11. local A_1 = "rebirthRequest"
  12. local Event = game:GetService("ReplicatedStorage").rEvents.rebirthEvent
  13. Event:FireServer(A_1)
  14. end
  15.  
  16. #Autofarm
  17.  
  18. _G.toggled = true --true for the script to works and false for it to stop
  19. while _G.toggled == true do
  20.  
  21.  
  22. for i, v in next, workspace.orbFolder:GetDescendants() do
  23. if v.Name == "innerOrb" then
  24. game:getService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  25.  
  26. wait(0.1)
  27. end
  28. end
  29. end
  30.  
  31. #Gem Farm
  32.  
  33. for x = 1, 500 do
  34. local A_1 = "collectOrb"
  35. local A_2 = "Gem"
  36. local A_3 = "City"
  37. local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent
  38. Event:FireServer(A_1, A_2, A_3)
  39. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement