Meliodas0_0

infinite nitros ss

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