[ad_1]
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!
[ad_2]