Advertisement
Guest User

Basketball life aimbot script

a guest
Sep 7th, 2021
3,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local oldHook;
  2. oldHook = hookmetamethod(game, "__namecall", function(self, ...)
  3. local args = {...};
  4.  
  5. if (self.Name == "shoot") then
  6. args[1] = math.huge;
  7. end;
  8.  
  9. return oldHook(self, unpack(args));
  10. end);
  11.  
  12. print'loaded'; -- made by REMI
  13. -- shoutout to REMI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement