Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/lolpoppyus/Roblox-Lua/master/Pop%20UI%20Lib", true))()
- local ui = library:Tab("Cmds")
- Tab3Section:NewButton("Stopc", "", function()
- game.Players:Chat(":stopc")
- print("Executed!")
- end)
- ui:Button("Goto base", function()
- game.Players:Chat(":runc base")
- print("Executed!")
- end)
- ui:Button("Music off", function()
- game.Players:Chat(":music | :unpartaudio | :uncharaudio all")
- print("Executed!")
- end)
- ui:Button(Free all ", function()
- game.Players:Chat(":free all)
- print("Executed!")
- end)
- ui:Button("Unpunish all", function()
- game.Players:Chat(":Unpunish all")
- print("Executed!")
- end)
- ui:Button("start", function()
- game.Players:Chat(":runc start4")
- print("Executed!")
- end)
- ui:Button("Admin giver", function()
- game.Players:Chat(":runc nonadmins")
- print("Executed!")
- end)
- ui:Button("Loadb Namecrash", function()
- game.Players:Chat(":loadb park")
- print("Executed!")
- end)
- ui:Button("Load Meshcrash", function()
- game.Players:Chat(":loadb NewplaneOK2")
- print("Executed!")
- end)
- ui:Button("Tkfast", function()
- game.Players:Chat(":runc tk3")
- print("Executed!")
- end)
- ui:Button("TkSlow", function()
- game.Players:Chat(":runc tk2")
- print("Executed!")
- end)
- ui:Button("Tkchain", function()
- game.Players:Chat(":runc tkemj1")
- print("Executed!")
- end)
- ui:Button("BlockRegen", function()
- game.Players:Chat(".blockrpads")
- print("Executed!")
- end)
- ui:Button("unBlockregen", function()
- game.Players:Chat(".unblockrpads")
- print("Executed!")
- end)
- ui:Button("blockadmin", function()
- game.Players:Chat(".blockadmin")
- print("Executed!")
- end)
- ui:Button("Unblockadmin", function()
- game.Players:Chat(".unblockadmin")
- print("Executed!")
- end)
- ui:Button("Banhammer", function()
- game.Players:Chat(".banhammer")
- print("Executed!")
- end)
- ui:Button("Antipunish", function()
- game.Players:Chat(".antipunish")
- print("Executed!")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement