Roblox_Exploiters

AUTOFARM

Apr 25th, 2022 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. while true do
  2. for i,k in pairs(game:GetService("Workspace").Map.Stages:GetDescendants()) do
  3. if k.Parent.Name == ("Pads") and k.BrickColor.Name == ("Institutional white") then
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(k.Position)
  5. end
  6. end
  7. task.wait(0.2)
  8. local vs = game:GetService("VirtualUser")
  9. for i,v in pairs(game:GetService("Workspace").Map.Stages:GetDescendants()) do
  10. if v:IsA("ProximityPrompt") then
  11. v.HoldDuration = 0
  12. end
  13. end
  14. vs:SetKeyDown("e")
  15. wait()
  16. vs:SetKeyUp("e")
  17. wait(5)
  18.  
  19. local args = {
  20. [1] = {
  21. [1] = "Server",
  22. [2] = "StageManager",
  23. [3] = "Select"
  24. },
  25. [2] = {
  26. [1] = "Touhou_KoishisTheme",
  27. [2] = "Lunatic"
  28. }
  29. }
  30.  
  31. game:GetService("ReplicatedStorage").RF:InvokeServer(unpack(args))
  32.  
  33. local args = {
  34. [1] = {
  35. [1] = "Server",
  36. [2] = "StageManager",
  37. [3] = "Select"
  38. },
  39. [2] = {
  40. [4] = "HighestScore"
  41. }
  42. }
  43.  
  44. game:GetService("ReplicatedStorage").RF:InvokeServer(unpack(args))
  45.  
  46. wait(130)
  47. end
Add Comment
Please, Sign In to add comment