Advertisement
OneShi

SLAYER TYCOON SCRIPT AND FREE GAMEPASS (Breath of the Sun)

Jan 18th, 2022
23,914
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. copy separately
  2.  
  3. SCRIPT AUTO FARM:
  4.  
  5. shared.Enabled = true
  6.  
  7. local plr = game.Players.LocalPlayer
  8. local char = plr.Character
  9. local hatchet = plr.Backpack.Hatchet or char.Hatchet
  10.  
  11.  
  12. for i,v in pairs(workspace.Map:GetChildren())do
  13. if v:FindFirstChild("WoodHitPart") and v.Leaves.Transparency == 0 and shared.Enabled then
  14. repeat wait()
  15. char.Humanoid:EquipTool(hatchet)
  16. wait()
  17. hatchet:Activate()
  18. char:SetPrimaryPartCFrame(v.WoodHitPart.CFrame)
  19. until v.Leaves.Transparency == 1
  20. end
  21. end
  22.  
  23. -------------------------------------------
  24.  
  25. BREATH OF THE SUN SCRIPT
  26.  
  27. game.Players.LocalPlayer.UserId = "6781227"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement