Functions: Spam log
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
_G.tree = true
while _G.tree == true do wait(0.001)
for i,v in pairs(game:GetService("Workspace").ToolSpawner.CustomTool:GetDescendants()) do
if v:IsA("ClickDetector") then
fireclickdetector(v)
end
end
game:GetService("ReplicatedStorage").ToolEvent:FireServer()
end