Dragon Blade Script | HITBOX EXPANDER, INSTANT KILL/MINE/BREAK & MORE!

Png-29.png

Created by OreZAKung

Features:

local OneHand = require(game:GetService("ReplicatedStorage").SharedData.StanceData.OneHand)
local Pole = require(game:GetService("ReplicatedStorage").SharedData.StanceData.Pole)
local TwoHand = require(game:GetService("ReplicatedStorage").SharedData.StanceData.TwoHand)

for i,v in pairs(OneHand.Attacks) do
   v.DamageVolume.Size = Vector3.new(20,20,20)
end
for i,v in pairs(Pole.Attacks) do
   v.DamageVolume.Size = Vector3.new(20,20,20)
end
for i,v in pairs(TwoHand.Attacks) do
   v.DamageVolume.Size = Vector3.new(20,20,20)
end
  • INSTANT KILL, BREAK/MINE & NO DURABILITY LOSS
local old
old = hookmetamethod(game,"__namecall",function(self,...)
   local method = getnamecallmethod()
   if method:lower() == "invokeserver" and not checkcaller() then
       local args = {...}
       if (tostring(self) == "TakeDamageFunc") then
           args[1].Blunt = 1e+99
           return old(self,unpack(args))
       elseif (tostring(self) == "ChangeToolDurability") then
           return 100
       elseif tostring(self) == "RequestUnbuildPart" then
           args[2].Environment = 500
           return old(self,unpack(args))
       end
   end
   return old(self,...)
end)

game:GetService("ProximityPromptService").PromptButtonHoldBegan:Connect(function(prompt)
   prompt.HoldDuration = 0
end)

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ