Facebook
From Anorexic Armadillo, 2 Years ago, written in Plain Text.
This paste is a reply to Pet Simulator X Dupe Script from More - view diff
Embed
Download Paste or View Raw
Hits: 630
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/fikury/dupescripts/main/PetSimulatorX"))()
  2.  
  3. --Tutorial : https://youtu.be/q2kLiSdZ5Bg
  4. game:GetService("RunService").Stepped:Connect(function()
  5.     pcall(function()
  6.       for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  7.             if v:IsA("Tool") then
  8.               v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9.             print("Frutas não encotradas")
  10.             else
  11.             print("Não tem frutas no server")
  12.             end
  13.         end
  14.     end)
  15. end)
  16.  
  17.  
captcha