BCWR DEMO? [1 Shot magic]

FEATURE:

  • if you kill boss and join balanced craftwars overhaul it gives u 2 items and house points somethings like that

SCRIPTS: [2]

FIRST

local backpack = game.Players.LocalPlayer.Backpack

local gun = backpack['Edge Of Light'] --Weapon Name

local ss = gun['SwordControl'] --Script Name

for i=1,300 do --u can change this to higher value if u want more damage

ss:Clone().Parent = gun
end

2ND:

local settings = {repeatamount = 150, inclusions = {"SayMessageRequest"}} --Remote Name



local mt = getrawmetatable(game)

local old = mt.__namecall

setreadonly(mt, false)



local function isincluded(uh)

   for i,o in next, settings.inclusions do

       if uh.Name == o then

           return true

       end

   end

   return false

end



mt.__namecall = function(uh, ...)

   local args = {...}

   local method = getnamecallmethod()

   if method == "FireServer" or method == "InvokeServer" and isincluded(uh) then

       for i = 1,settings.repeatamount do

           old(uh, ...)

       end

   end

   return old(uh, ...)

end


setreadonly(mt, true)

⚠️ 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!