ADVERTISEMENTREMOVE ADS
Game icon

Auto Nuke All

Script preview thumbnail
Script Preview

Description

ADVERTISEMENTREMOVE ADS
15 Lines • 299 Bytes
Raw
_G.auto = true
while _G.auto do
local args = {
"TUNG TUNG TUNG SAHUR" -- nickname
}
game:GetService("ReplicatedStorage")
:WaitForChild("remoteEvents")
:WaitForChild("launchNuke")
:FireServer(unpack(args))
task.wait(0.001)
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS