Sharkkkkkk

JAILBREAK INFINITE NITRO

Nov 20th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local mouse = game:GetService('Players').LocalPlayer:GetMouse()
  2.  
  3. local function hotkeyHandler(key)
  4. if (key == 'q') then
  5. for _, v in next, getgc(true) do
  6. if (type(v) == 'table' and rawget(v, 'Nitro')) then
  7. v.Nitro = 250
  8. end
  9. end
  10. end
  11. end
  12.  
  13. mouse.KeyDown:connect(hotkeyHandler)
Add Comment
Please, Sign In to add comment