Advertisement
EpicGamer72

Infinite Nitro JB

May 14th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. -- Infinite Nitro Script
  2. for a,b in pairs(getreg()) do
  3. if typeof(b) == "function" then
  4. for c,d in pairs(debug.getupvalues(b)) do
  5. if typeof(d) == "table" and d.FireServer then
  6. local FS = d.FireServer
  7. d.FireServer = function(a1, ...)
  8. if typeof(({...})[2]) == "number" and game:GetService("Players").LocalPlayer.Character:FindFirstChild("InVehicle") then
  9. return FS(a1, ({...})[1], -math.huge)
  10. else
  11. return FS(a1, ...)
  12. end
  13. end
  14. end
  15. end
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement