Advertisement
flopa2677

(EP 49 + MORE!) Skibid Toilet Tower Defense Script

Jul 19th, 2023
6,987
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.86 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3.  
  4.  
  5. local Window = Library.CreateLib("Skibidi toilet tower defense", "DarkTheme")
  6.  
  7.  
  8.  
  9.  
  10.  
  11. local Tab = Window:NewTab("Please read it!")
  12.  
  13.  
  14. local Section = Tab:NewSection("This script in beta so if you want full version")
  15.  
  16.  
  17. Section:NewLabel("you can write in comments")
  18.  
  19.  
  20. Section:NewLabel("And for people who wants Free gamepass for siege defense or another games")
  21.  
  22.  
  23. Section:NewLabel("or another games")
  24.  
  25.  
  26.  
  27. Section:NewLabel("just let you know that not all games use remote event so")
  28.  
  29.  
  30.  
  31. Section:NewLabel("without Remote Event its imposible to do free gamepass:(")
  32.  
  33.  
  34. local Tab = Window:NewTab("Free gamepass")
  35.  
  36.  
  37.  
  38. local Section = Tab:NewSection("Free gamepass")
  39.  
  40.  
  41.  
  42. Section:NewButton("Equip Titan Tv Man", "ButtonInfo", function()
  43. local A_1 = "Titan TV-Man"
  44. local Event = game:GetService("ReplicatedStorage").InteractItem
  45. Event:InvokeServer(A_1)
  46.  
  47. end)
  48.  
  49.  
  50.  
  51. local Tab = Window:NewTab("Free Charaters")
  52.  
  53.  
  54.  
  55. local Section = Tab:NewSection("Titan Cameramen(Cost 2000$)")
  56.  
  57.  
  58.  
  59. Section:NewButton("Place Position 1", "ButtonInfo", function()
  60. local A_1 = "Titan Cameraman"
  61. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  62. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  63. Event:InvokeServer(A_1, A_2)
  64. end)
  65.  
  66.  
  67.  
  68. Section:NewButton("Place Position 2", "ButtonInfo", function()
  69.  
  70. local A_1 = "Titan Cameraman"
  71. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  72. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  73. Event:InvokeServer(A_1, A_2)
  74.  
  75. end)
  76.  
  77.  
  78.  
  79. Section:NewButton("Place Position 3", "ButtonInfo", function()
  80. local A_1 = "Titan Cameraman"
  81. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  82. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  83. Event:InvokeServer(A_1, A_2)
  84.  
  85. end)
  86.  
  87.  
  88.  
  89. Section:NewButton("Place Position 4", "ButtonInfo", function()
  90. local A_1 = "Titan Cameraman"
  91. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  92. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  93. Event:InvokeServer(A_1, A_2)
  94.  
  95. end)
  96.  
  97.  
  98.  
  99. Section:NewButton("Place Position 5", "ButtonInfo", function()
  100. local A_1 = "Titan Cameraman"
  101. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  102. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  103. Event:InvokeServer(A_1, A_2)
  104.  
  105. end)
  106.  
  107.  
  108.  
  109. local Section = Tab:NewSection("Titan Speakerman(Cost 1000$)")
  110.  
  111.  
  112.  
  113. Section:NewButton("Place Position 1", "ButtonInfo", function()
  114. local A_1 = "TitanSpeakerman"
  115. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  116. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  117. Event:InvokeServer(A_1, A_2)
  118. end)
  119.  
  120.  
  121.  
  122. Section:NewButton("Place Position 2", "ButtonInfo", function()
  123.  
  124. local A_1 = "TitanSpeakerman"
  125. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  126. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  127. Event:InvokeServer(A_1, A_2)
  128.  
  129. end)
  130.  
  131.  
  132.  
  133. Section:NewButton("Place Position 3", "ButtonInfo", function()
  134. local A_1 = "TitanSpeakerman"
  135. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  136. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  137. Event:InvokeServer(A_1, A_2)
  138.  
  139. end)
  140.  
  141.  
  142.  
  143. Section:NewButton("Place Position 4", "ButtonInfo", function()
  144. local A_1 = "TitanSpeakerman"
  145. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  146. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  147. Event:InvokeServer(A_1, A_2)
  148.  
  149. end)
  150.  
  151.  
  152.  
  153. Section:NewButton("Place Position 5", "ButtonInfo", function()
  154. local A_1 = "TitanSpeakerman"
  155. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  156. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  157. Event:InvokeServer(A_1, A_2)
  158.  
  159. end)
  160.  
  161.  
  162.  
  163. local Section = Tab:NewSection("Speakerman(Cost 100$)")
  164.  
  165.  
  166.  
  167. Section:NewButton("Place Position 1", "ButtonInfo", function()
  168. local A_1 = "Speakerman"
  169. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  170. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  171. Event:InvokeServer(A_1, A_2)
  172. end)
  173.  
  174.  
  175.  
  176. Section:NewButton("Place Position 2", "ButtonInfo", function()
  177.  
  178. local A_1 = "Speakerman"
  179. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  180. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  181. Event:InvokeServer(A_1, A_2)
  182.  
  183. end)
  184.  
  185.  
  186.  
  187. Section:NewButton("Place Position 3", "ButtonInfo", function()
  188. local A_1 = "Speakerman"
  189. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  190. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  191. Event:InvokeServer(A_1, A_2)
  192.  
  193. end)
  194.  
  195.  
  196.  
  197. Section:NewButton("Place Position 4", "ButtonInfo", function()
  198. local A_1 = "Speakerman"
  199. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  200. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  201. Event:InvokeServer(A_1, A_2)
  202.  
  203. end)
  204.  
  205.  
  206.  
  207. Section:NewButton("Place Position 5", "ButtonInfo", function()
  208. local A_1 = "Speakerman"
  209. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  210. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  211. Event:InvokeServer(A_1, A_2)
  212.  
  213. end)
  214.  
  215.  
  216. local Section = Tab:NewSection("TV-Woman(Cost 350$)")
  217.  
  218.  
  219.  
  220. Section:NewButton("Place Position 1", "ButtonInfo", function()
  221. local A_1 = "TV-Woman"
  222. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  223. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  224. Event:InvokeServer(A_1, A_2)
  225. end)
  226.  
  227.  
  228.  
  229. Section:NewButton("Place Position 2", "ButtonInfo", function()
  230.  
  231. local A_1 = "TV-Woman"
  232. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  233. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  234. Event:InvokeServer(A_1, A_2)
  235.  
  236. end)
  237.  
  238.  
  239.  
  240. Section:NewButton("Place Position 3", "ButtonInfo", function()
  241. local A_1 = "TV-Woman"
  242. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  243. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  244. Event:InvokeServer(A_1, A_2)
  245.  
  246. end)
  247.  
  248.  
  249.  
  250. Section:NewButton("Place Position 4", "ButtonInfo", function()
  251. local A_1 = "TV-Woman"
  252. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  253. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  254. Event:InvokeServer(A_1, A_2)
  255.  
  256. end)
  257.  
  258.  
  259.  
  260. Section:NewButton("Place Position 5", "ButtonInfo", function()
  261. local A_1 = "TV-Woman"
  262. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  263. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  264. Event:InvokeServer(A_1, A_2)
  265.  
  266. end)
  267.  
  268.  
  269. local Section = Tab:NewSection("Scientist Cameraman(Cost 300$)")
  270.  
  271.  
  272.  
  273. Section:NewButton("Place Position 1", "ButtonInfo", function()
  274. local A_1 = "Scientist Cameraman"
  275. local A_2 = CFrame.new(-6.63511658, 1.8068198, 5.41565704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  276. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  277. Event:InvokeServer(A_1, A_2)
  278. end)
  279.  
  280.  
  281.  
  282. Section:NewButton("Place Position 2", "ButtonInfo", function()
  283.  
  284. local A_1 = "Scientist Cameraman"
  285. local A_2 = CFrame.new(-13.530407, 1.8068198, -6.59859467, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  286. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  287. Event:InvokeServer(A_1, A_2)
  288.  
  289. end)
  290.  
  291.  
  292.  
  293. Section:NewButton("Place Position 3", "ButtonInfo", function()
  294. local A_1 = "Scientist Cameraman"
  295. local A_2 = CFrame.new(-3.1808815, 1.8068198, 5.13648415, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  296. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  297. Event:InvokeServer(A_1, A_2)
  298.  
  299. end)
  300.  
  301.  
  302.  
  303. Section:NewButton("Place Position 4", "ButtonInfo", function()
  304. local A_1 = "Scientist Cameraman"
  305. local A_2 = CFrame.new(-1.68215179, 1.8068198, -7.03336334, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  306. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  307. Event:InvokeServer(A_1, A_2)
  308.  
  309. end)
  310.  
  311.  
  312.  
  313. Section:NewButton("Place Position 5", "ButtonInfo", function()
  314. local A_1 = "Scientist Cameraman"
  315. local A_2 = CFrame.new(41.0129318, 1.8068198, -0.306930542, 1.19248806e-08, 0, -1, 0, 1, 2.35506282e-23, 1, 0, 1.19248806e-08)
  316. local Event = game:GetService("ReplicatedStorage").Functions.SpawnTower
  317. Event:InvokeServer(A_1, A_2)
  318.  
  319. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement