DBZ (DEMO) Script | MULTI HIT, MOVE WHILE PUNCHING

Png-27.png

Created by Bobsie

Features:

  • Multi Hit:
local target = game:GetService("ReplicatedStorage").Events.TryAttack

local OldNamecall
OldNamecall = hookmetamethod(game, "__namecall", newcclosure(function(self,...)
  local Args = {...}
  local method = getnamecallmethod()
  if not checkcaller() and self == target and method == "FireServer" and Args[1].Type then
      for i = 1, 50 do
          OldNamecall(self, ...)
      end
  end
  return OldNamecall(self, ...)
end))
  • Move while punching:
local target = game:GetService("Workspace").Main.Live[game:GetService("Players").LocalPlayer.Name].Combat
local env = getsenv(target)
local Hook = hookfunction(env.MoveBodyPosition, function(...)
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Â