[ad_1]
Created by Konatoku
Features:
- SERVER LAG
- KILL AURA
- If you want move and kill players, just use Infinite Yield and use command loopspeed (recommend set speed to 50)
-- If for some reason you died, execute script again
local plr = game:GetService("Players").LocalPlayer
local char = plr.Character
local pgui = plr.PlayerGui
local RS = game:GetService("ReplicatedStorage")
local args = {[1] = "skill1"}
local args2 = {[1] = "Power"}
RS.Choose:FireServer(unpack(args2))
pgui.PlayerGui.ChooseFrame.Visible = false
wait(0.5)
game:GetService("StarterGui"):SetCore("SendNotification",
{Title = "Serverlag (or Killaura) loaded!",
Text = "Effects not visible, but others can see"})
if workspace:WaitForChild("Debris") ~= nil then
workspace.Debris:Destroy()
end
while wait(0.005) do
char.Power.HammerSkill:FireServer(unpack(args))
end
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]