Advertisement
NukeVsCity

Dropped items from players sniper hack for yba

Jun 12th, 2021
5,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. _G.ItemSniper = false -- false by default turn it to true to enable it
  2. while _G.ItemSniper do wait() pcall(function()
  3. if _G.ItemSniper == false then return end
  4. for i ,v in pairs(game.Workspace:GetChildren()) do
  5. if v:IsA("Model") and v.Name == "Item" and v:FindFirstChild("Base") then
  6. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Base.CFrame
  7. wait(1)
  8. end
  9. end
  10. end )
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement