Categories > Exploiting > Scripts >
[REQ] Lumber Tycoon 2 axe dupe (for free exploits)
Posted
bottom text
Replied
Not sure if such a thing is possible because the only way to get axes in the game is through either buying them or getting them by being whitelisted.
However, I'm pretty sure it may be possible to make an "axe-steal" script by client-bringing the part to you.
Cancel
Post
Exploits I own:Â Synapse, Electron
Scripts I've made: Aimbot GUI, Draco Admin
Scripts I'm working on: More game ESPs
Replied
Try this one I made
local plr = game:service'Players'.LocalPlayer
function SafeRespawn()
plr.Character.Head:Destroy()
end
function Dupe()
SafeRespawn()
for i,v in pairs(plr.Backpack:GetChildren()) do
if v.Name == "Tool" then
game:GetService("ReplicatedStorage").Interaction.ClientInteracted:FireServer(v,"Drop tool",plr.Character.Torso.CFrame * CFrame.new(0,5,0))
end
end
end
Dupe()
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post