get paid to paste

Anime Fighting Simulator X Script | D

getgenv().a = true

while a do task.wait()
for i = 1,100 do
task.spawn( function()
local args = {
    [1] = "ActivatePower",
    [2] = "SkillNameHere" --Replace with Skill Name e.g: Erasure
}

game:GetService("ReplicatedStorage").Events:FindFirstChild("Powers/RemoteFunction"):InvokeServer(unpack(args))
end)
end
end

Pasted: Aug 1, 2023, 1:08:57 am
Views: 89