Advertisement
_Thanh_Thy_Cute_

Vesteria GOD MODE [MOBS ONLY]

Aug 5th, 2021
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local old;
  2. old = hookmetamethod(game, "__namecall", function(self, ...)
  3. local args = {...};
  4. if not checkcaller() and getnamecallmethod() == "FireServer" and tostring(self) == "signal" and args[1] == "playerRequest_damageEntity" and args[4] == "monster" then
  5. return;
  6. end
  7. return old(self, ...);
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement