Soul War Script | NO CD DASH, NO COMBAT – OPEN SOURCE

Png-66.png

Created by LeadMarker

Features:

local handler = game:GetService("Players").LocalPlayer.Character.SwordHandler

local func
for i, v in pairs(getgc(false)) do
   if (type(v) == 'function' and islclosure(v)) then
       local upvalues, constants = getupvalues(v), getconstants(v)
       
       if (table.find(constants, 'Dash') and getfenv(v).script == handler and upvalues[4].Name == 'SwordHandler') then
           func = v
       end
   end
   
   if (func) then break end
end

while (task.wait()) do
   setupvalue(func, 5, false)
end
local client = game:GetService('Players').LocalPlayer

local function remove_combat()
   task.wait(1)
   
   for i,v in pairs(client:GetChildren()) do
       if (v.ClassName == 'NumberValue' and v.Name:lower():find('combat')) then
           v:Destroy()
       end
   end
end

client.ChildAdded:Connect(remove_combat)
remove_combat()

 

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Â