Advertisement
ItDoge

infinite nitro script.txt

Feb 23rd, 2020
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 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"
  11. print("Infinite Nitro Script Success | Created By Light#6663")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement