sync_exploits

Survive The Killer

Feb 12th, 2022
6,824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. -- Distributed by dsc.gg/shxrp -- // Best Roblox Exploits, Cheats & Hacks Source!
  2.  
  3. local RS = game:GetService("RunService")
  4. local vu = game:GetService("VirtualUser")
  5. local autofarm
  6. local session = 1
  7.  
  8. game:GetService("Players").LocalPlayer.Idled:connect(function()
  9. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  10. wait(1)
  11. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  12. end)
  13.  
  14. print("[LOGS] Autofarm > Loaded")
  15. autofarm = RS.Stepped:Connect(function()
  16.  
  17. if game:GetService('ReplicatedStorage').MatchInfo.ExitsOpen.Value == false and game.Workspace:FindFirstChild("CurrentMap") then
  18. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-151.31022644043, 195.42036437988, -568.85662841797)
  19. end
  20.  
  21. if game:GetService('ReplicatedStorage').MatchInfo.ExitsOpen.Value == true then
  22. wait(2)
  23. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.CurrentMap.ExitDoor.Glow.CFrame
  24. wait(1)
  25. game:GetService('ReplicatedStorage').MatchInfo.ExitsOpen.Value = false
  26. game.Workspace.CurrentMap:Destroy()
  27. print("[LOGS] Autofarm > Stop | Reset settings")
  28. end
  29. end)
Advertisement
Add Comment
Please, Sign In to add comment