The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Pet Heroes script pastebin roblox
By LINK GAME on 2024-09-18 08:00 am | Syntax: LUA | Views: 15



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. getgenv().count = -1;  local mt = getrawmetatable(game); setreadonly(mt,false); local nam = mt.__namecall;  mt.__namecall = newcclosure(function(self,...)     local args = {...}     if args[2] == 'Equip' then         args[3] = getgenv().count;         getgenv().count = getgenv().count - 1     end;     return nam(self,unpack(args)); end);