_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