harbor havoc script pastebin meta = getrawmetatable(game) nc = meta.__namecall make_writeable(meta) meta.__namecall = function(rc, ...) args = {...} if rc.Name == "BattleInitiate" then args[1] = game.ReplicatedStorage.BossFights.Craig return nc(rc, unpack(args)) end return nc(rc, ...) harbor havoc script pastebin How to dowload it? harbor havoc script pastebin end for i = 1000000000,math.huge do game:GetService("ReplicatedStorage").RemoteEvents.BattleEvents.BattleInitiate:InvokeServer("Glubbie") wait(4) end harbor havoc script pastebin