flopa2677

Skibi Toilets VS Cameramen free characters script

Jul 8th, 2023 (edited)
4,659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3.  
  4. local Window = Library.CreateLib("free charcters script", "DarkTheme")
  5.  
  6.  
  7. local Tab = Window:NewTab("characters for points")
  8.  
  9.  
  10. local Section = Tab:NewSection("characters for points")
  11.  
  12.  
  13.  
  14. Section:NewButton("Speakerman", "ButtonInfo", function()
  15. local A_1 = game:GetService("ReplicatedStorage").CameramenTeam.Speakerman
  16. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  17. Event:FireServer(A_1)
  18. end)
  19.  
  20.  
  21.  
  22. Section:NewButton("Dark Speakerman", "ButtonInfo", function()
  23. local A_1 = game:GetService("ReplicatedStorage").CameramenTeam["Dark Speakerman"]
  24. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  25. Event:FireServer(A_1)
  26. end)
  27.  
  28.  
  29.  
  30. Section:NewButton("Scientist Cameraman", "ButtonInfo", function()
  31. local A_1 = game:GetService("ReplicatedStorage").CameramenTeam["Scientist Cameraman"]
  32. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  33. Event:FireServer(A_1)
  34. end)
  35.  
  36.  
  37.  
  38. Section:NewButton("Big Speakerman", "ButtonInfo", function()
  39. local A_1 = game:GetService("ReplicatedStorage").CameramenTeam["Big Speakerman"]
  40. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  41. Event:FireServer(A_1)
  42. end)
  43.  
  44.  
  45.  
  46. Section:NewButton("Big Cameraman", "ButtonInfo", function()
  47. local A_1 = game:GetService("ReplicatedStorage").CameramenTeam["Big Cameraman"]
  48. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  49. Event:FireServer(A_1)
  50. end)
  51.  
  52.  
  53. Section:NewButton("Big Scientist Cameraman", "ButtonInfo", function()
  54. local A_1 = game:GetService("ReplicatedStorage").CameramenTeam["Big Scientist Cameraman"]
  55. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  56. Event:FireServer(A_1)
  57. end)
  58.  
  59.  
  60. Section:NewButton("TVman", "ButtonInfo", function()
  61. local A_1 = game:GetService("ReplicatedStorage").CameramenTeam["TVman"]
  62. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  63. Event:FireServer(A_1)
  64. end)
  65.  
  66.  
  67.  
  68. Section:NewButton("Big TVman", "ButtonInfo", function()
  69. local A_1 = game:GetService("ReplicatedStorage").CameramenTeam["Big TVman"]
  70. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  71. Event:FireServer(A_1)
  72. end)
  73.  
  74.  
  75.  
  76. local Section = Tab:NewSection("Toilets")
  77.  
  78.  
  79.  
  80. Section:NewButton("Small Toilet", "ButtonInfo", function()
  81. local A_1 = game:GetService("ReplicatedStorage").Toilets["Small Toilet"]
  82. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  83. Event:FireServer(A_1)
  84. end)
  85.  
  86.  
  87.  
  88. Section:NewButton("Small Police Toilet", "ButtonInfo", function()
  89. local A_1 = game:GetService("ReplicatedStorage").Toilets["Small Police Toilet"]
  90. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  91. Event:FireServer(A_1)
  92. end)
  93.  
  94.  
  95.  
  96. Section:NewButton("Big toilet", "ButtonInfo", function()
  97. local A_1 = game:GetService("ReplicatedStorage").Toilets["Big Toilet"]
  98. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  99. Event:FireServer(A_1)
  100. end)
  101.  
  102.  
  103.  
  104. Section:NewButton("Big Police Toilet", "ButtonInfo", function()
  105. local A_1 = game:GetService("ReplicatedStorage").Toilets["Big Police Toilet"]
  106. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  107. Event:FireServer(A_1)
  108. end)
  109.  
  110.  
  111. Section:NewButton("Small Toilet with shades", "ButtonInfo", function()
  112. local A_1 = game:GetService("ReplicatedStorage").Toilets["Small Toilet With Shades"]
  113. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  114. Event:FireServer(A_1)
  115. end)
  116.  
  117.  
  118.  
  119. Section:NewButton("Big Toilet with shades", "ButtonInfo", function()
  120. local A_1 = game:GetService("ReplicatedStorage").Toilets["Big Toilet With Shades"]
  121. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  122. Event:FireServer(A_1)
  123. end)
  124.  
  125.  
  126.  
  127. Section:NewButton("Small Hydra Toilet", "ButtonInfo", function()
  128. local A_1 = game:GetService("ReplicatedStorage").Toilets["Small Hydra Toilet"]
  129. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  130. Event:FireServer(A_1)
  131. end)
  132.  
  133.  
  134.  
  135. Section:NewButton("Big Hydra Toilet", "ButtonInfo", function()
  136. local A_1 = game:GetService("ReplicatedStorage").Toilets["Big Hydra Toilet"]
  137. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  138. Event:FireServer(A_1)
  139. end)
  140.  
  141.  
  142.  
  143. Section:NewButton("Holy Toilet", "ButtonInfo", function()
  144. local A_1 = game:GetService("ReplicatedStorage").Toilets["Holy Toilet"]
  145. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  146. Event:FireServer(A_1)
  147. end)
  148.  
  149.  
  150.  
  151. Section:NewButton("Big Mask Toilet", "ButtonInfo", function()
  152. local A_1 = game:GetService("ReplicatedStorage").Toilets["Big Mask Toilet"]
  153. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  154. Event:FireServer(A_1)
  155. end)
  156.  
  157.  
  158.  
  159. Section:NewButton("Camo Toilet", "ButtonInfo", function()
  160. local A_1 = game:GetService("ReplicatedStorage").Toilets["Camo Toilet"]
  161. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  162. Event:FireServer(A_1)
  163. end)
  164.  
  165.  
  166. Section:NewButton("small Flying Toilet", "ButtonInfo", function()
  167. local A_1 = game:GetService("ReplicatedStorage").Toilets["Small Flying Toilet"]
  168. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  169. Event:FireServer(A_1)
  170. end)
  171.  
  172.  
  173.  
  174. Section:NewButton("Big Flying Toilet", "ButtonInfo", function()
  175. local A_1 = game:GetService("ReplicatedStorage").Toilets["Big Flying Toilet"]
  176. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  177. Event:FireServer(A_1)
  178. end)
  179.  
  180. local Tab = Window:NewTab("gamepass character")
  181.  
  182.  
  183.  
  184. local Section = Tab:NewSection("gamepass character")
  185.  
  186.  
  187.  
  188. Section:NewButton("Infected Speakerman Titan", "ButtonInfo", function()
  189. local A_1 = game:GetService("ReplicatedStorage")["Infected Speakerman Titan"]
  190. local Event = game:GetService("ReplicatedStorage").Remote.CharacterValueChange
  191. Event:FireServer(A_1)
  192. end)
  193.  
  194.  
  195. Section:NewLabel("sorry for only 1 free gamepass:(")
Advertisement
Add Comment
Please, Sign In to add comment