Lumber Tycoon 2 Script | SPOOK TREE FINDER

Png-1-1-300x169-1.png

Created by 2_Buckets#3071

Features:

  • SPOOK TREE FINDER
lua
repeat wait(1) until game:IsLoaded() --waits until game is loaded to execute script.
wait(10)
--clipboard function
function toClipboard(String)
    local clipBoard = setclipboard or toclipboard or set_clipboard or (Clipboard and Clipboard.set)
    if clipBoard then
        clipBoard(String)
        notify('Clipboard','Copied to clipboard')
    else
        notify('Clipboard',"Your exploit doesn't have the ability to use the clipboard")
    end
end
--spook tree finder
local ToFind = "Spooky"
local Tree        
for i,v in pairs(workspace:GetChildren()) do              
    if v.Name == "TreeRegion" then              
        for l,c in pairs(v:GetChildren()) do            
        if c:FindFirstChild("TreeClass") then                  
            if c.TreeClass.Value == ToFind then              
                Tree = c            
                break
            end
        end
    end
    end
end
--copies the jobid to clipboard, and notifies if there is a spooky tree
if Tree then              
local r = game.Players.LocalPlayer.Character.HumanoidRootPart
r.CFrame = CFrame.new(Tree.WoodSection.Position)
game.StarterGui:SetCore("SendNotification", {
    Title = "Spook Finder";
    Text = "Found Spooky!nJobID has been copied to clipboard.";
    Duration = 15;
})
    local jobId = 'Roblox.GameLauncher.joinGameInstance('..game.PlaceId..', "'..game.JobId..'")'
    toClipboard(jobId)
else if not tree then
    --if there is no tree then it will notify that there isn't a tree, then it will serverhop.
wait(1.2)
game.StarterGui:SetCore("SendNotification", {
Title = "Spook Finder";
Text = "There is no Spooky here.";
Duration = 10;
})
print("There is no Spooky here.")
--serverhop script
local module = loadstring(game:HttpGet"https://raw.githubusercontent.com/LeoKholYt/roblox/main/lk_serverhop.lua")()
module:Teleport(game.PlaceId)
end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ