Categories > Exploiting > Scripts >

[REQ] Lumber Tycoon 2 axe dupe (for free exploits)

Posts: 2

Threads: 1

Joined: Jun, 2020

Reputation: 0

Posted

bottom text

  • 0

Posts: 251

Threads: 111

Joined: Jun, 2018

Reputation: 5

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.

  • 0

Exploits I own: Synapse, Electron

Scripts I've made: Aimbot GUI, Draco Admin

Scripts I'm working on: More game ESPs

Posts: 7

Threads: 2

Joined: Jan, 2020

Reputation: 0

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()

  • 1

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )