NoahNationLFHAXX

                Never    
Lua
       
loadstring(game:HttpGet("https://pastebin.com/raw/3icWsT6z", true))()

game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(k)

--------------------------------------------------
--[ START OF FUNCTION ]---------------------------
--------------------------------------------------

if k == "u" then
	game.Players.LocalPlayer.Character.Uniform:destroy()
end
if k == "g" then
	loadstring(game:HttpGet(('https://pastebin.com/raw/0MLPL32f'),true))()
end

--------------------------------------------------
--[ END OF FUNCTION ]-----------------------------
--------------------------------------------------
end)

Raw Text