(UPDATE 6.7) Terraria Boss Battles: REMASTERED

Script Credit :- 0xMystic
Features

(UPDATE 6.7) Terraria Boss Battles: REMASTERED

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local settings = {repeatamount = 125, exceptions = {"SayMessageRequest"}} local mt = getrawmetatable(game) local old = mt.__namecall setreadonly(mt, false) mt.__namecall = function(uh, ...) local args = {...} local method = getnamecallmethod() for i,o in next, settings.exceptions do if uh.Name == o then return old(uh, ...) end end if method == "FireServer" or method == "InvokeServer" then for i = 1,settings.repeatamount do old(uh, ...) end end return old(uh, ...) end setreadonly(mt, true)

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors