Magnifying Simulator Script GUI | DAMAGE MULTIPLIER

Created by Bluwu#3621

Features:

  • DAMAGE MULTIPLIER
  •  
  • DEV NOTES:
  • this just makes your pets instantly break objects, execute it twice if you want it to be way faster.
local OldNameCall
OldNameCall = hookmetamethod(game, "__namecall", function(...)
    local Args={...}
    local Self = Args[1]
	if not checkcaller() and getnamecallmethod()=="FireServer" and typeof(Self)=="Instance" and Self.IsA(Self,"RemoteEvent") and Self.Name=="DamagePart" then
		for i = 1,15 do
		    OldNameCall(...)
		end
	end
    return OldNameCall(...)
end)

ENJOY!

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

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS