199123ghh

ok

Jan 19th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. local __namecall
  2. __namecall = hookmetamethod(game, "__namecall", function(self, ...)
  3. if not checkcaller() then
  4.  
  5. if getnamecallmethod() == "FireServer" then
  6. if self.Name == "CTS" then
  7. local args = {...}
  8.  
  9. if args[1] == "DoneDodge" then
  10. print('dodgeagain0_0')
  11. args[1] = "Dodge"
  12. end
  13.  
  14. return __namecall(self, unpack(args))
  15. end;
  16. end;
  17. end;
  18.  
  19. return __namecall(self, ...)
  20. end);
Add Comment
Please, Sign In to add comment