Advertisement
Guest User

NINJA LEGENDS SCRIPT

a guest
Jan 8th, 2020
21,581
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. SCRIPT FOR PET LEVEL UP,INFINITE CHI,UNLOCK ALL ISLANDS
  2. while wait(0.03) do
  3. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  4. if v.Name == "Blue Chi Crate" then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  6. wait(.16)
  7. end
  8. end
  9. end
  10.  
  11.  
  12.  
  13. SCRIPT FOR AUTOFARM
  14. _G.Toggle = true
  15.  
  16. while true do
  17. if _G.Toggle then
  18. local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  19. game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
  20. tool:Activate()
  21. end
  22. wait()
  23. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement