Advertisement
sync_exploits

Arsenal (Valentine Autofarm)

Feb 16th, 2022
691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. -- Distributed by dsc.gg/shxrp -- // Best Roblox Exploits, Cheats & Hacks Source!
  2.  
  3. platform = Instance.new('Part', workspace)
  4. platform.Size = Vector3.new(1000,0,10200)
  5. platform.Anchored = true
  6. platform.Position = Vector3.new(100,-250,-200)
  7. game.Workspace.Part.Name = "bro"
  8. game.Workspace.bro.Locked = true
  9. local lastpos = 100.168724, -246.475052, -190.264404
  10. local me = game.Players.LocalPlayer.Character
  11. game.Workspace.Debris.ChildAdded:Connect(function(v)
  12. if v.Name == "Heart" then
  13. me.HumanoidRootPart.CFrame = v.CFrame
  14. else
  15. game.Workspace.Debris.ChildRemoved:Connect(function(v2)
  16. if v2.Name == "Heart" then
  17. me:MoveTo(Vector3.new(lastpos))
  18. end
  19. end)
  20. end
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement