Advertisement
Darkwidow10

OP vesteria god mode

Jun 10th, 2019
1,502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. local game_meta = getrawmetatable(game)
  2. local __index = game_meta.__index
  3. local __namecall = game_meta.__namecall
  4. local hook = newcclosure(function(self,...)
  5. local Self = tostring(self)
  6. local Type = __index(self,"ClassName")
  7. local T = {self, ...}
  8. if T[1] == game.ReplicatedStorage.modules.network["playerRequest_damageEntity"] and typeof(T[2]) == "Instance" and T[4] == "monster" then
  9. else
  10. return (Type == "RemoteEvent" and new)(self,...)
  11. end
  12. end)
  13. new = hookfunction(Instance.new("RemoteEvent").FireServer, hook, true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement