[ad_1]
Created by Konatoku
Features:
_G.KillAura = true
while wait() do
if _G.KillAura == true then
game:GetService("ReplicatedStorage").EventStorage.Attack:InvokeServer()
end
end
_G.AutoUpgrade = true
_G.UpgradeType = "Strength" -- Defence, Strength, Agility, Regen or Luck
while wait(2) do
if _G.AutoUpgrade == true then
local args = {
[1] = _G.UpgradeType,
[2] = ""
}
game:GetService("ReplicatedStorage").EventStorage.Upgrade:InvokeServer(unpack(args))
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]