Post Views: 24
Created by MemesMakeDreams
Features:
- AXE SPAM (AND BECOME THE SUN)
game:GetService("NetworkClient"):SetOutgoingKBPSLimit(9999999999)
local tpp = game:GetService("Workspace").Axe.Handle.ClickDetector
local runservice = game:GetService("RunService")
local lp = game.Players.LocalPlayer
local mouse = lp:GetMouse()
fireclickdetector(tpp)
lp.Backpack.ChildRemoved:Connect(function(hh)
if hh:IsA("Tool") and hh.Name == "Axe" then
fireclickdetector(tpp)
end
end)