Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SCRIPT FOR PET LEVEL UP,INFINITE CHI,UNLOCK ALL ISLANDS
- while wait(0.03) do
- for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
- if v.Name == "Blue Chi Crate" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
- wait(.16)
- end
- end
- end
- SCRIPT FOR AUTOFARM
- _G.Toggle = true
- while true do
- if _G.Toggle then
- local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
- tool:Activate()
- end
- wait()
- end
Advertisement
Advertisement