Advertisement
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("Cameramen Never Dies ver 2 Free Characters Script", "DarkTheme")
- local Tab = Window:NewTab("free characters script")
- local Section = Tab:NewSection("free characters script")
- Section:NewButton("Medium Cameraman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.MediumCameraman
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Large Cameraman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.LargeCameraman
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Spider Cameraman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.CameraStrider
- RemoteEvent:FireServer()
- end)
- Section:NewButton("DualPlungerCameraman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.DualPlungerCameraman
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Titan Cameraman", "ButtonInfo", function()
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.Cameramen.TitanCameraman
- Event:FireServer()
- end)
- Section:NewButton("Upgraded Titan Cameraman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.UpgradedTitanCameraman
- RemoteEvent:FireServer()
- end)
- Section:NewButton("H-1337(Admin Character)", "Please Dont use if admin on server", function()
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.Cameramen["H-1337"]
- Event:FireServer()
- end)
- Section:NewButton("Sans(Admin Event Character)", "Please Dont use if admin on server", function()
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.AdminEvent
- Event:FireServer()
- end)
- Section:NewButton("Large Speakerman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Speakers.LargeSpeakerman
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Titan Speakerman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Speakers.TitanSpeakerman
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Tvman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Tv.Tvman
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Large Tvman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Tv.LargeTvman
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Titan Tvman", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Tv.TitanTvman
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Large Toilet", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.LargeToilet
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Flying Toilet", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.FlyingToilet
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Scientist Toilet", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.ScientistToilet
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Skibidi Man", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.SkibidMan
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Spider Toilet", "ButtonInfo", function()
- local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.ToiletStrider
- RemoteEvent:FireServer()
- end)
- Section:NewButton("Hydra Toilet", "ButtonInfo", function()
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets["Hyrda toilet"]
- Event:FireServer()
- end)
- Section:NewButton("Kami toilet", "ButtonInfo", function()
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets["Kami Toilet"]
- Event:FireServer()
- end)
- Section:NewButton("LargeCamoToilet", "ButtonInfo", function()
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets.LargeCamoToilet
- Event:FireServer()
- end)
- Section:NewButton("VacuumSkibidi", "ButtonInfo", function()
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets.VacuumSkibid
- Event:FireServer()
- end)
- Section:NewButton("SkibidHunter", "ButtonInfo", function()
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets.SkibidHunter
- Event:FireServer()
- end)
- Section:NewButton("SkibidClaw", "ButtonInfo", function()
- local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets.SkibidClaw
- Event:FireServer()
- end)
Advertisement
Advertisement