Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shared.Enabled = true
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local hatchet = plr.Backpack.Hatchet or char.Hatchet
- for i,v in pairs(workspace.Map:GetChildren())do
- if v:FindFirstChild("WoodHitPart") and v.Leaves.Transparency == 0 and shared.Enabled then
- repeat wait()
- char.Humanoid:EquipTool(hatchet)
- wait()
- hatchet:Activate()
- char:SetPrimaryPartCFrame(v.WoodHitPart.CFrame)
- until v.Leaves.Transparency == 1
- end
- end--Credits To xMiles_Games
- --Made By xMiles_Games & ArceusMODZ
- _G.Toggle = enabled--Change to enabled to enable the money farm, Change to anything to disable.
- loadstring(game:HttpGet('https://raw.githubusercontent.com/MonkeyDLuffyx/Scripts/Slayer-Tycoon-(v1.1)/Slayer%20Tycoon%20Money%20Farm.lua', true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement