dingus Script | AUTO KILL, AUTO TASK

Created by oz5d

Features:

  • AUTO KILL
local Players = game:GetService("Players"):GetPlayers()

for _,Player in pairs(Players) do
if Player ~= game:GetService("Players").LocalPlayer then
game:GetService("ReplicatedStorage").Remotes.KillCharacter:InvokeServer(Player.Character)
end
end
  • AUTO TASK
for i=1,100,1 do
game:GetService("ReplicatedStorage").Remotes.InvokeTaskCompleted:InvokeServer(i)
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!