eren2481

Nitro

Jan 24th, 2020 (edited)
2,512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local player = game:GetService("Players").LocalPlayer
  2. local playergui = player:WaitForChild("PlayerGui")
  3. local nitro = playergui.MainGui.Nitro
  4. local pguin = playergui.ProductGui.Nitro
  5. local pgui = playergui.ProductGui
  6.  
  7. nitro.Name = "big_oofs"
  8. pguin:Destroy()
  9. local new = Instance.new("Model", pgui)
  10. new.Name = "Nitro" -- now you have infinite nitro :)
  11. print("infinite nitro loaded | credits to Turkish Client - Cookies.")
Add Comment
Please, Sign In to add comment