Advertisement
flopa2677

[Boss!] Skibid Toilet:Cameramen Never Die Free characters script

Jul 26th, 2023
1,253
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3. local Window = Library.CreateLib("Cameramen Never Dies ver 2 Free Characters Script", "DarkTheme")
  4.  
  5. local Tab = Window:NewTab("free characters script")
  6. local Section = Tab:NewSection("free characters script")
  7.  
  8. Section:NewButton("Medium Cameraman", "ButtonInfo", function()
  9. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.MediumCameraman
  10. RemoteEvent:FireServer()
  11. end)
  12.  
  13. Section:NewButton("Large Cameraman", "ButtonInfo", function()
  14. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.LargeCameraman
  15. RemoteEvent:FireServer()
  16. end)
  17.  
  18. Section:NewButton("Spider Cameraman", "ButtonInfo", function()
  19. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.CameraStrider
  20. RemoteEvent:FireServer()
  21. end)
  22.  
  23.  
  24. Section:NewButton("DualPlungerCameraman", "ButtonInfo", function()
  25. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.DualPlungerCameraman
  26. RemoteEvent:FireServer()
  27. end)
  28.  
  29.  
  30. Section:NewButton("Titan Cameraman", "ButtonInfo", function()
  31. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Cameramen.TitanCameraman
  32. Event:FireServer()
  33.  
  34. end)
  35.  
  36.  
  37. Section:NewButton("Upgraded Titan Cameraman", "ButtonInfo", function()
  38. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Cameramen.UpgradedTitanCameraman
  39. RemoteEvent:FireServer()
  40. end)
  41.  
  42.  
  43. Section:NewButton("H-1337(Admin Character)", "Please Dont use if admin on server", function()
  44. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Cameramen["H-1337"]
  45. Event:FireServer()
  46.  
  47. end)
  48.  
  49. Section:NewButton("Sans(Admin Event Character)", "Please Dont use if admin on server", function()
  50. local Event = game:GetService("ReplicatedStorage").RemoteEvents.AdminEvent
  51. Event:FireServer()
  52.  
  53. end)
  54.  
  55.  
  56. Section:NewButton("Large Speakerman", "ButtonInfo", function()
  57. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Speakers.LargeSpeakerman
  58. RemoteEvent:FireServer()
  59. end)
  60.  
  61. Section:NewButton("Titan Speakerman", "ButtonInfo", function()
  62. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Speakers.TitanSpeakerman
  63. RemoteEvent:FireServer()
  64. end)
  65.  
  66. Section:NewButton("Tvman", "ButtonInfo", function()
  67. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Tv.Tvman
  68. RemoteEvent:FireServer()
  69. end)
  70.  
  71. Section:NewButton("Large Tvman", "ButtonInfo", function()
  72. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Tv.LargeTvman
  73. RemoteEvent:FireServer()
  74. end)
  75.  
  76. Section:NewButton("Titan Tvman", "ButtonInfo", function()
  77. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Tv.TitanTvman
  78. RemoteEvent:FireServer()
  79. end)
  80.  
  81. Section:NewButton("Large Toilet", "ButtonInfo", function()
  82. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.LargeToilet
  83. RemoteEvent:FireServer()
  84. end)
  85.  
  86. Section:NewButton("Flying Toilet", "ButtonInfo", function()
  87. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.FlyingToilet
  88. RemoteEvent:FireServer()
  89. end)
  90.  
  91. Section:NewButton("Scientist Toilet", "ButtonInfo", function()
  92. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.ScientistToilet
  93. RemoteEvent:FireServer()
  94. end)
  95.  
  96. Section:NewButton("Skibidi Man", "ButtonInfo", function()
  97. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.SkibidMan
  98. RemoteEvent:FireServer()
  99. end)
  100.  
  101. Section:NewButton("Spider Toilet", "ButtonInfo", function()
  102. local RemoteEvent = game.ReplicatedStorage.RemoteEvents.Toilets.ToiletStrider
  103. RemoteEvent:FireServer()
  104. end)
  105.  
  106. Section:NewButton("Hydra Toilet", "ButtonInfo", function()
  107. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets["Hyrda toilet"]
  108. Event:FireServer()
  109. end)
  110.  
  111.  
  112. Section:NewButton("Kami toilet", "ButtonInfo", function()
  113. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets["Kami Toilet"]
  114. Event:FireServer()
  115.  
  116. end)
  117.  
  118.  
  119. Section:NewButton("LargeCamoToilet", "ButtonInfo", function()
  120. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets.LargeCamoToilet
  121. Event:FireServer()
  122. end)
  123.  
  124.  
  125. Section:NewButton("VacuumSkibidi", "ButtonInfo", function()
  126. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets.VacuumSkibid
  127. Event:FireServer()
  128. end)
  129.  
  130.  
  131. Section:NewButton("SkibidHunter", "ButtonInfo", function()
  132. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets.SkibidHunter
  133. Event:FireServer()
  134. end)
  135.  
  136.  
  137. Section:NewButton("SkibidClaw", "ButtonInfo", function()
  138. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Toilets.SkibidClaw
  139. Event:FireServer()
  140. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement