flopa2677

Skibid Toilet:Cameramen Never Die Free characters 2

Aug 10th, 2023
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.18 KB | None | 0 0
  1. local Library=loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window=Library.CreateLib("Cameraman never dies 2","DarkTheme")
  3. local Tab=Window:NewTab("Instuction")
  4. local Section=Tab:NewSection("you need 2 characters and you need to be in lobby")
  5. local Section=Tab:NewSection("after choise your character and rejoin")
  6. local Section=Tab:NewSection("but titan cameraman dont work")
  7. local Tab=Window:NewTab("Please read it!")
  8. local Section=Tab:NewSection("stop asking for this game")
  9. local Section=Tab:NewSection("[☢ EP56!] Skibid Toilets VS Cameramen")
  10. local Section=Tab:NewSection("and plans have changed for free event badges/characters")
  11. local Section=Tab:NewSection("for [✨1M VISITS✨] Skibi Toilet Battlegrounds")
  12. local Section=Tab:NewSection("So sorry:(")
  13. local Tab=Window:NewTab("Free characters")
  14. local Section=Tab:NewSection("Free characters")
  15. Section:NewButton("USE AFTER CLICKING ANY BUTTON!","",function()
  16. local player=game.Players.LocalPlayer
  17. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  18. if playerFolder and playerFolder:GetChildren()then
  19. local randomIndex=math.random(1,#playerFolder:GetChildren())
  20. local randomObject=playerFolder:GetChildren()[randomIndex]
  21. if randomObject then
  22. randomObject.Name="Cameraman"
  23. end
  24. end
  25. end)
  26. Section:NewButton("MediumCameraman","",function()
  27. local player=game.Players.LocalPlayer
  28. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  29. if playerFolder then
  30. for _,object in pairs(playerFolder:GetChildren())do
  31. object.Name="MediumCameraman"
  32. end
  33. end
  34. end)
  35. Section:NewButton("LargeCameraman","",function()
  36. local player=game.Players.LocalPlayer
  37. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  38. if playerFolder then
  39. for _,object in pairs(playerFolder:GetChildren())do
  40. object.Name="LargeCameraman"
  41. end
  42. end
  43. end)
  44. Section:NewButton("CameraStrider","",function()
  45. local player=game.Players.LocalPlayer
  46. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  47. if playerFolder then
  48. for _,object in pairs(playerFolder:GetChildren())do
  49. object.Name="CameraStrider"
  50. end
  51. end
  52. end)
  53. Section:NewButton("DualPlungerCameraman","",function()
  54. local player=game.Players.LocalPlayer
  55. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  56. if playerFolder then
  57. for _,object in pairs(playerFolder:GetChildren())do
  58. object.Name="DualPlungerCameraman"
  59. end
  60. end
  61. end)
  62. Section:NewButton("TitanCameraman","",function()
  63. local player=game.Players.LocalPlayer
  64. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  65. if playerFolder then
  66. for _,object in pairs(playerFolder:GetChildren())do
  67. object.Name="TitanCameraman"
  68. end
  69. end
  70. end)
  71. Section:NewButton("LargeSpeakerman","",function()
  72. local player=game.Players.LocalPlayer
  73. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  74. if playerFolder then
  75. for _,object in pairs(playerFolder:GetChildren())do
  76. object.Name="LargeSpeakerman"
  77. end
  78. end
  79. end)
  80. Section:NewButton("TitanSpeakerman","",function()
  81. local player=game.Players.LocalPlayer
  82. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  83. if playerFolder then
  84. for _,object in pairs(playerFolder:GetChildren())do
  85. object.Name="TitanSpeakerman"
  86. end
  87. end
  88. end)
  89. Section:NewButton("Tvman","",function()
  90. local player=game.Players.LocalPlayer
  91. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  92. if playerFolder then
  93. for _,object in pairs(playerFolder:GetChildren())do
  94. object.Name="Tvman"
  95. end
  96. end
  97. end)
  98. Section:NewButton("LargeTvman","",function()
  99. local player=game.Players.LocalPlayer
  100. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  101. if playerFolder then
  102. for _,object in pairs(playerFolder:GetChildren())do
  103. object.Name="LargeTvman"
  104. end
  105. end
  106. end)
  107. Section:NewButton("TitanTvman","",function()
  108. local player=game.Players.LocalPlayer
  109. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  110. if playerFolder then
  111. for _,object in pairs(playerFolder:GetChildren())do
  112. object.Name="TitanTvman"
  113. end
  114. end
  115. end)
  116. Section:NewButton("LargeToilet","",function()
  117. local player=game.Players.LocalPlayer
  118. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  119. if playerFolder then
  120. for _,object in pairs(playerFolder:GetChildren())do
  121. object.Name="LargeToilet"
  122. end
  123. end
  124. end)
  125. Section:NewButton("ScientistToilet","",function()
  126. local player=game.Players.LocalPlayer
  127. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  128. if playerFolder then
  129. for _,object in pairs(playerFolder:GetChildren())do
  130. object.Name="ScientistToilet"
  131. end
  132. end
  133. end)
  134. Section:NewButton("SkibidMan","",function()
  135. local player=game.Players.LocalPlayer
  136. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  137. if playerFolder then
  138. for _,object in pairs(playerFolder:GetChildren())do
  139. object.Name="SkibidMan"
  140. end
  141. end
  142. end)
  143. Section:NewButton("ToiletStrider","",function()
  144. local player=game.Players.LocalPlayer
  145. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  146. if playerFolder then
  147. for _,object in pairs(playerFolder:GetChildren())do
  148. object.Name="ToiletStrider"
  149. end
  150. end
  151. end)
  152. Section:NewButton("Hyrda toilet","",function()
  153. local player=game.Players.LocalPlayer
  154. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  155. if playerFolder then
  156. for _,object in pairs(playerFolder:GetChildren())do
  157. object.Name="Hyrda toilet"
  158. end
  159. end
  160. end)
  161. Section:NewButton("SkibidHunter","",function()
  162. local player=game.Players.LocalPlayer
  163. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  164. if playerFolder then
  165. for _,object in pairs(playerFolder:GetChildren())do
  166. object.Name="SkibidHunter"
  167. end
  168. end
  169. end)
  170. Section:NewButton("SkibidClaw","",function()
  171. local player=game.Players.LocalPlayer
  172. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  173. if playerFolder then
  174. for _,object in pairs(playerFolder:GetChildren())do
  175. object.Name="SkibidClaw"
  176. end
  177. end
  178. end)
  179. Section:NewButton("LargeCamoToilet","",function()
  180. local player=game.Players.LocalPlayer
  181. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  182. if playerFolder then
  183. for _,object in pairs(playerFolder:GetChildren())do
  184. object.Name="LargeCamoToilet"
  185. end
  186. end
  187. end)
  188. Section:NewButton("Kami Toilet","",function()
  189. local player=game.Players.LocalPlayer
  190. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  191. if playerFolder then
  192. for _,object in pairs(playerFolder:GetChildren())do
  193. object.Name="Kami Toilet"
  194. end
  195. end
  196. end)
  197. Section:NewButton("VacuumSkibid","",function()
  198. local player=game.Players.LocalPlayer
  199. local playerFolder=game:GetService("Players")[player.Name].leaderstats.PurchasedCharacters
  200. if playerFolder then
  201. for _,object in pairs(playerFolder:GetChildren())do
  202. object.Name="VacuumSkibid"
  203. end
  204. end
  205. end)
Advertisement
Add Comment
Please, Sign In to add comment