Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library=loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window=Library.CreateLib("Cameraman never dies 2","DarkTheme")
- local Tab=Window:NewTab("Instuction")
- local Section=Tab:NewSection("you need 2 characters and you need to be in lobby")
- local Section=Tab:NewSection("after choise your character and rejoin")
- local Section=Tab:NewSection("but titan cameraman dont work")
- local Tab=Window:NewTab("Please read it!")
- local Section=Tab:NewSection("stop asking for this game")
- local Section=Tab:NewSection("[☢ EP56!] Skibid Toilets VS Cameramen")
- local Section=Tab:NewSection("and plans have changed for free event badges/characters")
- local Section=Tab:NewSection("for [✨1M VISITS✨] Skibi Toilet Battlegrounds")
- local Section=Tab:NewSection("So sorry:(")
- local Tab=Window:NewTab("Free characters")
- local Section=Tab:NewSection("Free characters")
- Section:NewButton("USE AFTER CLICKING ANY BUTTON!","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder and playerFolder:GetChildren()then
- local randomIndex=math.random(1,#playerFolder:GetChildren())
- local randomObject=playerFolder:GetChildren()[randomIndex]
- if randomObject then
- randomObject.Name="Cameraman"
- end
- end
- end)
- Section:NewButton("MediumCameraman","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="MediumCameraman"
- end
- end
- end)
- Section:NewButton("LargeCameraman","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="LargeCameraman"
- end
- end
- end)
- Section:NewButton("CameraStrider","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="CameraStrider"
- end
- end
- end)
- Section:NewButton("DualPlungerCameraman","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="DualPlungerCameraman"
- end
- end
- end)
- Section:NewButton("TitanCameraman","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="TitanCameraman"
- end
- end
- end)
- Section:NewButton("LargeSpeakerman","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="LargeSpeakerman"
- end
- end
- end)
- Section:NewButton("TitanSpeakerman","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="TitanSpeakerman"
- end
- end
- end)
- Section:NewButton("Tvman","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="Tvman"
- end
- end
- end)
- Section:NewButton("LargeTvman","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="LargeTvman"
- end
- end
- end)
- Section:NewButton("TitanTvman","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="TitanTvman"
- end
- end
- end)
- Section:NewButton("LargeToilet","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="LargeToilet"
- end
- end
- end)
- Section:NewButton("ScientistToilet","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="ScientistToilet"
- end
- end
- end)
- Section:NewButton("SkibidMan","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="SkibidMan"
- end
- end
- end)
- Section:NewButton("ToiletStrider","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="ToiletStrider"
- end
- end
- end)
- Section:NewButton("Hyrda toilet","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="Hyrda toilet"
- end
- end
- end)
- Section:NewButton("SkibidHunter","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="SkibidHunter"
- end
- end
- end)
- Section:NewButton("SkibidClaw","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="SkibidClaw"
- end
- end
- end)
- Section:NewButton("LargeCamoToilet","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="LargeCamoToilet"
- end
- end
- end)
- Section:NewButton("Kami Toilet","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="Kami Toilet"
- end
- end
- end)
- Section:NewButton("VacuumSkibid","",function()
- local player=game.Players.LocalPlayer
- local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
- if playerFolder then
- for _,object in pairs(playerFolder:GetChildren())do
- object.Name="VacuumSkibid"
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment