Advertisement
L3and1r

Tower Battles Script

Mar 25th, 2019
40,295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 33.45 KB | None | 0 0
  1. --[[
  2. ~~Tower Memes V1~~
  3. Made by ThisW0ntGetBanned
  4. Discord: https://discord.gg/uxgWuan
  5. --]]
  6. local TowerMemes         = Instance.new("ScreenGui")
  7. local Main               = Instance.new("Frame")
  8. local Modding            = Instance.new("Frame")
  9. local ModdingLabel       = Instance.new("TextLabel")
  10. local Upgrade            = Instance.new("TextButton")
  11. local TextLabel          = Instance.new("TextLabel")
  12. local Note               = Instance.new("TextLabel")
  13. local Purchasing         = Instance.new("Frame")
  14. local PurchaseLabel1     = Instance.new("TextLabel")
  15. local Scout              = Instance.new("TextButton")
  16. local TextLabel_2        = Instance.new("TextLabel")
  17. local Fragger            = Instance.new("TextButton")
  18. local Zed                = Instance.new("TextButton")
  19. local Cryo               = Instance.new("TextButton")
  20. local Sniper             = Instance.new("TextButton")
  21. local Shotgunner         = Instance.new("TextButton")
  22. local Farm               = Instance.new("TextButton")
  23. local Patrol             = Instance.new("TextButton")
  24. local Tuber              = Instance.new("TextButton")
  25. local Soldier            = Instance.new("TextButton")
  26. local TextLabel_3        = Instance.new("TextLabel")
  27. local TextLabel_4        = Instance.new("TextLabel")
  28. local TextLabel_5        = Instance.new("TextLabel")
  29. local TextLabel_6        = Instance.new("TextLabel")
  30. local TextLabel_7        = Instance.new("TextLabel")
  31. local TextLabel_8        = Instance.new("TextLabel")
  32. local TextLabel_9        = Instance.new("TextLabel")
  33. local TextLabel_10       = Instance.new("TextLabel")
  34. local Purchasing2        = Instance.new("Frame")
  35. local PurchaseLabel2     = Instance.new("TextLabel")
  36. local Barracks           = Instance.new("TextButton")
  37. local TextLabel_11       = Instance.new("TextLabel")
  38. local Phaser             = Instance.new("TextButton")
  39. local Commander          = Instance.new("TextButton")
  40. local Commando           = Instance.new("TextButton")
  41. local RailGunner         = Instance.new("TextButton")
  42. local Flamethrower       = Instance.new("TextButton")
  43. local Aviator            = Instance.new("TextButton")
  44. local Mercenary          = Instance.new("TextButton")
  45. local TextLabel_12       = Instance.new("TextLabel")
  46. local TextLabel_13       = Instance.new("TextLabel")
  47. local TextLabel_14       = Instance.new("TextLabel")
  48. local TextLabel_15       = Instance.new("TextLabel")
  49. local TextLabel_16       = Instance.new("TextLabel")
  50. local TextLabel_17       = Instance.new("TextLabel")
  51. local TextLabel_18       = Instance.new("TextLabel")
  52. local DJ                 = Instance.new("TextButton")
  53. local TextLabel_19       = Instance.new("TextLabel")
  54. local UselessShit        = Instance.new("Frame")
  55. local TextLabel_20       = Instance.new("TextLabel")
  56. local TpAllTowers        = Instance.new("TextButton")
  57. local TextLabel_21       = Instance.new("TextLabel")
  58. local SellAllTowers      = Instance.new("TextButton")
  59. local TeleportAllZombies = Instance.new("TextButton")
  60. local TextLabel_22       = Instance.new("TextLabel")
  61. local TextLabel_23       = Instance.new("TextLabel")
  62. local Settings           = Instance.new("Frame")
  63. local SettingsLabel      = Instance.new("TextLabel")
  64. local Rainbow            = Instance.new("TextButton")
  65. local TextLabel_24       = Instance.new("TextLabel")
  66. local BreakGame          = Instance.new("TextButton")
  67. local TextLabel_25       = Instance.new("TextLabel")
  68. local LOLmemesTower      = Instance.new("TextLabel")
  69. local Toggle             = Instance.new("TextButton")
  70.  
  71. TowerMemes.Name = "TowerMemes"
  72. TowerMemes.Parent = game.CoreGui
  73.  
  74. Main.Name = "Main"
  75. Main.Parent = TowerMemes
  76. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  77. Main.BackgroundTransparency = 1
  78. Main.Position = UDim2.new(0.535000026, 0, 0.262798637, 0)
  79. Main.Size = UDim2.new(0, 100, 0, 100)
  80.  
  81. Modding.Name = "Modding"
  82. Modding.Parent = Main
  83. Modding.BackgroundColor3 = Color3.new(0, 0, 0)
  84. Modding.BackgroundTransparency = 0.69999998807907
  85. Modding.Position = UDim2.new(-7.48999977, 0, -1.90999997, 0)
  86. Modding.Size = UDim2.new(0, 207, 0, 319)
  87.  
  88. ModdingLabel.Name = "ModdingLabel"
  89. ModdingLabel.Parent = Modding
  90. ModdingLabel.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  91. ModdingLabel.BorderSizePixel = 0
  92. ModdingLabel.Size = UDim2.new(0, 207, 0, 50)
  93. ModdingLabel.Font = Enum.Font.SourceSans
  94. ModdingLabel.Text = "Modding"
  95. ModdingLabel.TextColor3 = Color3.new(0, 0, 0)
  96. ModdingLabel.TextSize = 14
  97. ModdingLabel.TextStrokeTransparency = 0.89999997615814
  98.  
  99. Upgrade.Name = "Upgrade"
  100. Upgrade.Parent = Modding
  101. Upgrade.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Upgrade.BackgroundTransparency = 1
  103. Upgrade.Position = UDim2.new(0.227053136, 0, 0.156739816, 0)
  104. Upgrade.Size = UDim2.new(0, 160, 0, 50)
  105. Upgrade.Font = Enum.Font.SourceSans
  106. Upgrade.Text = "Upgrade Others Buildings"
  107. Upgrade.TextColor3 = Color3.new(1, 0, 0)
  108. Upgrade.TextSize = 17
  109. Upgrade.TextXAlignment = Enum.TextXAlignment.Left
  110.  
  111. TextLabel.Parent = Modding
  112. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  113. TextLabel.BackgroundTransparency = 1
  114. TextLabel.Position = UDim2.new(0, 0, 0.156739816, 0)
  115. TextLabel.Size = UDim2.new(0, 47, 0, 50)
  116. TextLabel.Font = Enum.Font.SourceSans
  117. TextLabel.Text = ">"
  118. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  119. TextLabel.TextSize = 25
  120.  
  121. Note.Name = "Note"
  122. Note.Parent = Modding
  123. Note.BackgroundColor3 = Color3.new(1, 1, 1)
  124. Note.BackgroundTransparency = 1
  125. Note.Position = UDim2.new(0, 0, 0.297805637, 0)
  126. Note.Size = UDim2.new(0, 207, 0, 150)
  127. Note.Font = Enum.Font.SourceSans
  128. Note.Text = "Example: Click on Somone elses Tower \nand you can Upgrade it,\n keep in mind you can't sell it."
  129. Note.TextColor3 = Color3.new(0, 0, 0)
  130. Note.TextScaled = true
  131. Note.TextSize = 25
  132. Note.TextStrokeTransparency = 2
  133. Note.TextTransparency = 0.5
  134. Note.TextWrapped = true
  135.  
  136. Purchasing.Name = "Purchasing"
  137. Purchasing.Parent = Main
  138. Purchasing.BackgroundColor3 = Color3.new(0, 0, 0)
  139. Purchasing.BackgroundTransparency = 0.69999998807907
  140. Purchasing.Position = UDim2.new(-4.98312521, 0, -1.91155863, 0)
  141. Purchasing.Size = UDim2.new(0, 207, 0, 512)
  142.  
  143. PurchaseLabel1.Name = "PurchaseLabel1"
  144. PurchaseLabel1.Parent = Purchasing
  145. PurchaseLabel1.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  146. PurchaseLabel1.BorderSizePixel = 0
  147. PurchaseLabel1.Position = UDim2.new(0, 0, 7.4505806e-09, 0)
  148. PurchaseLabel1.Size = UDim2.new(0, 207, 0, 50)
  149. PurchaseLabel1.Font = Enum.Font.SourceSans
  150. PurchaseLabel1.Text = "Tower Purchasing"
  151. PurchaseLabel1.TextColor3 = Color3.new(0, 0, 0)
  152. PurchaseLabel1.TextSize = 14
  153. PurchaseLabel1.TextStrokeTransparency = 0.89999997615814
  154.  
  155. Scout.Name = "Scout"
  156. Scout.Parent = Purchasing
  157. Scout.BackgroundColor3 = Color3.new(1, 1, 1)
  158. Scout.BackgroundTransparency = 1
  159. Scout.Position = UDim2.new(0.256038636, 0, 0.0976399332, 0)
  160. Scout.Size = UDim2.new(0, 154, 0, 50)
  161. Scout.Font = Enum.Font.SourceSans
  162. Scout.Text = "Scout [250]"
  163. Scout.TextColor3 = Color3.new(1, 0, 0)
  164. Scout.TextSize = 17
  165. Scout.TextXAlignment = Enum.TextXAlignment.Left
  166.  
  167. TextLabel_2.Parent = Purchasing
  168. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  169. TextLabel_2.BackgroundTransparency = 1
  170. TextLabel_2.Position = UDim2.new(0, 0, 0.478533745, 0)
  171. TextLabel_2.Size = UDim2.new(0, 53, 0, 50)
  172. TextLabel_2.Font = Enum.Font.SourceSans
  173. TextLabel_2.Text = ">"
  174. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  175. TextLabel_2.TextSize = 25
  176.  
  177. Fragger.Name = "Fragger"
  178. Fragger.Parent = Purchasing
  179. Fragger.BackgroundColor3 = Color3.new(1, 1, 1)
  180. Fragger.BackgroundTransparency = 1
  181. Fragger.Position = UDim2.new(0.256038666, 0, 0.282464296, 0)
  182. Fragger.Size = UDim2.new(0, 154, 0, 50)
  183. Fragger.Font = Enum.Font.SourceSans
  184. Fragger.Text = "Fragger [350]"
  185. Fragger.TextColor3 = Color3.new(1, 0, 0)
  186. Fragger.TextSize = 17
  187. Fragger.TextXAlignment = Enum.TextXAlignment.Left
  188.  
  189. Cryo.Name = "Cryo"
  190. Cryo.Parent = Purchasing
  191. Cryo.BackgroundColor3 = Color3.new(1, 1, 1)
  192. Cryo.BackgroundTransparency = 1
  193. Cryo.Position = UDim2.new(0.256038666, 0, 0.478237748, 0)
  194. Cryo.Size = UDim2.new(0, 154, 0, 50)
  195. Cryo.Font = Enum.Font.SourceSans
  196. Cryo.Text = "Cryo-Gunner [200]"
  197. Cryo.TextColor3 = Color3.new(1, 0, 0)
  198. Cryo.TextSize = 17
  199. Cryo.TextXAlignment = Enum.TextXAlignment.Left
  200.  
  201. Sniper.Name = "Sniper"
  202. Sniper.Parent = Purchasing
  203. Sniper.BackgroundColor3 = Color3.new(1, 1, 1)
  204. Sniper.BackgroundTransparency = 1
  205. Sniper.Position = UDim2.new(0.256038636, 0, 0.185300246, 0)
  206. Sniper.Size = UDim2.new(0, 154, 0, 50)
  207. Sniper.Font = Enum.Font.SourceSans
  208. Sniper.Text = "Sniper [450]"
  209. Sniper.TextColor3 = Color3.new(1, 0, 0)
  210. Sniper.TextSize = 17
  211. Sniper.TextXAlignment = Enum.TextXAlignment.Left
  212.  
  213. Shotgunner.Name = "Shotgunner"
  214. Shotgunner.Parent = Purchasing
  215. Shotgunner.BackgroundColor3 = Color3.new(1, 1, 1)
  216. Shotgunner.BackgroundTransparency = 1
  217. Shotgunner.Position = UDim2.new(0.256038547, 0, 0.381073654, 0)
  218. Shotgunner.Size = UDim2.new(0, 154, 0, 50)
  219. Shotgunner.Font = Enum.Font.SourceSans
  220. Shotgunner.Text = "Shotgunner [400]"
  221. Shotgunner.TextColor3 = Color3.new(1, 0, 0)
  222. Shotgunner.TextSize = 17
  223. Shotgunner.TextXAlignment = Enum.TextXAlignment.Left
  224.  
  225. Farm.Name = "Farm"
  226. Farm.Parent = Purchasing
  227. Farm.BackgroundColor3 = Color3.new(1, 1, 1)
  228. Farm.BackgroundTransparency = 1
  229. Farm.Position = UDim2.new(0.256038666, 0, 0.575401723, 0)
  230. Farm.Size = UDim2.new(0, 154, 0, 50)
  231. Farm.Font = Enum.Font.SourceSans
  232. Farm.Text = "Farm [300]"
  233. Farm.TextColor3 = Color3.new(1, 0, 0)
  234. Farm.TextSize = 17
  235. Farm.TextXAlignment = Enum.TextXAlignment.Left
  236.  
  237. Patrol.Name = "Patrol"
  238. Patrol.Parent = Purchasing
  239. Patrol.BackgroundColor3 = Color3.new(1, 1, 1)
  240. Patrol.BackgroundTransparency = 1
  241. Patrol.Position = UDim2.new(0.256038845, 0, 0.86178863, 0)
  242. Patrol.Size = UDim2.new(0, 154, 0, 50)
  243. Patrol.Font = Enum.Font.SourceSans
  244. Patrol.Text = "Patrol [400]"
  245. Patrol.TextColor3 = Color3.new(1, 0, 0)
  246. Patrol.TextSize = 17
  247. Patrol.TextXAlignment = Enum.TextXAlignment.Left
  248.  
  249. Tuber.Name = "Tuber"
  250. Tuber.Parent = Purchasing
  251. Tuber.BackgroundColor3 = Color3.new(1, 1, 1)
  252. Tuber.BackgroundTransparency = 1
  253. Tuber.Position = UDim2.new(0.256038666, 0, 0.772437096, 0)
  254. Tuber.Size = UDim2.new(0, 154, 0, 50)
  255. Tuber.Font = Enum.Font.SourceSans
  256. Tuber.Text = "Tuber [850]"
  257. Tuber.TextColor3 = Color3.new(1, 0, 0)
  258. Tuber.TextSize = 17
  259. Tuber.TextXAlignment = Enum.TextXAlignment.Left
  260.  
  261. Soldier.Name = "Soldier"
  262. Soldier.Parent = Purchasing
  263. Soldier.BackgroundColor3 = Color3.new(1, 1, 1)
  264. Soldier.BackgroundTransparency = 1
  265. Soldier.Position = UDim2.new(0.256038666, 0, 0.673319936, 0)
  266. Soldier.Size = UDim2.new(0, 154, 0, 50)
  267. Soldier.Font = Enum.Font.SourceSans
  268. Soldier.Text = "Soldier [450]"
  269. Soldier.TextColor3 = Color3.new(1, 0, 0)
  270. Soldier.TextSize = 17
  271. Soldier.TextXAlignment = Enum.TextXAlignment.Left
  272.  
  273. TextLabel_3.Parent = Purchasing
  274. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  275. TextLabel_3.BackgroundTransparency = 1
  276. TextLabel_3.Position = UDim2.new(0, 0, 0.771671057, 0)
  277. TextLabel_3.Size = UDim2.new(0, 53, 0, 50)
  278. TextLabel_3.Font = Enum.Font.SourceSans
  279. TextLabel_3.Text = ">"
  280. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  281. TextLabel_3.TextSize = 25
  282.  
  283. TextLabel_4.Parent = Purchasing
  284. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  285. TextLabel_4.BackgroundTransparency = 1
  286. TextLabel_4.Position = UDim2.new(0, 0, 0.38147229, 0)
  287. TextLabel_4.Size = UDim2.new(0, 53, 0, 50)
  288. TextLabel_4.Font = Enum.Font.SourceSans
  289. TextLabel_4.Text = ">"
  290. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  291. TextLabel_4.TextSize = 25
  292.  
  293. TextLabel_5.Parent = Purchasing
  294. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  295. TextLabel_5.BackgroundTransparency = 1
  296. TextLabel_5.Position = UDim2.new(0, 0, 0.57559514, 0)
  297. TextLabel_5.Size = UDim2.new(0, 53, 0, 50)
  298. TextLabel_5.Font = Enum.Font.SourceSans
  299. TextLabel_5.Text = ">"
  300. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  301. TextLabel_5.TextSize = 25
  302.  
  303. TextLabel_6.Parent = Purchasing
  304. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  305. TextLabel_6.BackgroundTransparency = 1
  306. TextLabel_6.Position = UDim2.new(0, 0, 0.674609661, 0)
  307. TextLabel_6.Size = UDim2.new(0, 53, 0, 50)
  308. TextLabel_6.Font = Enum.Font.SourceSans
  309. TextLabel_6.Text = ">"
  310. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  311. TextLabel_6.TextSize = 25
  312.  
  313. TextLabel_7.Parent = Purchasing
  314. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  315. TextLabel_7.BackgroundTransparency = 1
  316. TextLabel_7.Position = UDim2.new(0, 0, 0.0981005728, 0)
  317. TextLabel_7.Size = UDim2.new(0, 53, 0, 50)
  318. TextLabel_7.Font = Enum.Font.SourceSans
  319. TextLabel_7.Text = ">"
  320. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  321. TextLabel_7.TextSize = 25
  322.  
  323. TextLabel_8.Parent = Purchasing
  324. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  325. TextLabel_8.BackgroundTransparency = 1
  326. TextLabel_8.Position = UDim2.new(0, 0, 0.185396373, 0)
  327. TextLabel_8.Size = UDim2.new(0, 53, 0, 50)
  328. TextLabel_8.Font = Enum.Font.SourceSans
  329. TextLabel_8.Text = ">"
  330. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  331. TextLabel_8.TextSize = 25
  332.  
  333. TextLabel_9.Parent = Purchasing
  334. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  335. TextLabel_9.BackgroundTransparency = 1
  336. TextLabel_9.Position = UDim2.new(0, 0, 0.282457769, 0)
  337. TextLabel_9.Size = UDim2.new(0, 53, 0, 50)
  338. TextLabel_9.Font = Enum.Font.SourceSans
  339. TextLabel_9.Text = ">"
  340. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  341. TextLabel_9.TextSize = 25
  342.  
  343. TextLabel_10.Parent = Purchasing
  344. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  345. TextLabel_10.BackgroundTransparency = 1
  346. TextLabel_10.Position = UDim2.new(0, 0, 0.862278283, 0)
  347. TextLabel_10.Size = UDim2.new(0, 53, 0, 50)
  348. TextLabel_10.Font = Enum.Font.SourceSans
  349. TextLabel_10.Text = ">"
  350. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  351. TextLabel_10.TextSize = 25
  352.  
  353. Purchasing2.Name = "Purchasing2"
  354. Purchasing2.Parent = Main
  355. Purchasing2.BackgroundColor3 = Color3.new(0, 0, 0)
  356. Purchasing2.BackgroundTransparency = 0.69999998807907
  357. Purchasing2.Position = UDim2.new(-2.39937496, 0, -1.91155839, 0)
  358. Purchasing2.Size = UDim2.new(0, 207, 0, 512)
  359.  
  360. PurchaseLabel2.Name = "PurchaseLabel2"
  361. PurchaseLabel2.Parent = Purchasing2
  362. PurchaseLabel2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  363. PurchaseLabel2.BorderSizePixel = 0
  364. PurchaseLabel2.Size = UDim2.new(0, 207, 0, 50)
  365. PurchaseLabel2.Font = Enum.Font.SourceSans
  366. PurchaseLabel2.Text = "Tower Purchasing 2"
  367. PurchaseLabel2.TextColor3 = Color3.new(0, 0, 0)
  368. PurchaseLabel2.TextSize = 14
  369. PurchaseLabel2.TextStrokeTransparency = 0.89999997615814
  370.  
  371. Barracks.Name = "Barracks"
  372. Barracks.Parent = Purchasing2
  373. Barracks.BackgroundColor3 = Color3.new(1, 1, 1)
  374. Barracks.BackgroundTransparency = 1
  375. Barracks.Position = UDim2.new(0.256038904, 0, 0.673110843, 0)
  376. Barracks.Size = UDim2.new(0, 154, 0, 50)
  377. Barracks.Font = Enum.Font.SourceSans
  378. Barracks.Text = "Barracks [550]"
  379. Barracks.TextColor3 = Color3.new(1, 0, 0)
  380. Barracks.TextSize = 17
  381. Barracks.TextXAlignment = Enum.TextXAlignment.Left
  382.  
  383. TextLabel_11.Parent = Purchasing2
  384. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  385. TextLabel_11.BackgroundTransparency = 1
  386. TextLabel_11.Position = UDim2.new(0, 0, 0.282485873, 0)
  387. TextLabel_11.Size = UDim2.new(0, 53, 0, 50)
  388. TextLabel_11.Font = Enum.Font.SourceSans
  389. TextLabel_11.Text = ">"
  390. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  391. TextLabel_11.TextSize = 25
  392.  
  393. Phaser.Name = "Phaser"
  394. Phaser.Parent = Purchasing2
  395. Phaser.BackgroundColor3 = Color3.new(1, 1, 1)
  396. Phaser.BackgroundTransparency = 1
  397. Phaser.Position = UDim2.new(0.256038666, 0, 0.57554388, 0)
  398. Phaser.Size = UDim2.new(0, 154, 0, 50)
  399. Phaser.Font = Enum.Font.SourceSans
  400. Phaser.Text = "Phaser [3200]"
  401. Phaser.TextColor3 = Color3.new(1, 0, 0)
  402. Phaser.TextSize = 17
  403. Phaser.TextXAlignment = Enum.TextXAlignment.Left
  404.  
  405. Commander.Name = "Commander"
  406. Commander.Parent = Purchasing2
  407. Commander.BackgroundColor3 = Color3.new(1, 1, 1)
  408. Commander.BackgroundTransparency = 1
  409. Commander.Position = UDim2.new(0.256038666, 0, 0.381118417, 0)
  410. Commander.Size = UDim2.new(0, 154, 0, 50)
  411. Commander.Font = Enum.Font.SourceSans
  412. Commander.Text = "Commander[600]"
  413. Commander.TextColor3 = Color3.new(1, 0, 0)
  414. Commander.TextSize = 17
  415. Commander.TextXAlignment = Enum.TextXAlignment.Left
  416.  
  417. Commando.Name = "Commando"
  418. Commando.Parent = Purchasing2
  419. Commando.BackgroundColor3 = Color3.new(1, 1, 1)
  420. Commando.BackgroundTransparency = 1
  421. Commando.Position = UDim2.new(0.256038666, 0, 0.283150315, 0)
  422. Commando.Size = UDim2.new(0, 154, 0, 50)
  423. Commando.Font = Enum.Font.SourceSans
  424. Commando.Text = "Commando [1850]"
  425. Commando.TextColor3 = Color3.new(1, 0, 0)
  426. Commando.TextSize = 17
  427. Commando.TextXAlignment = Enum.TextXAlignment.Left
  428.  
  429. RailGunner.Name = "RailGunner"
  430. RailGunner.Parent = Purchasing2
  431. RailGunner.BackgroundColor3 = Color3.new(1, 1, 1)
  432. RailGunner.BackgroundTransparency = 1
  433. RailGunner.Position = UDim2.new(0.256038666, 0, 0.479349971, 0)
  434. RailGunner.Size = UDim2.new(0, 154, 0, 50)
  435. RailGunner.Font = Enum.Font.SourceSans
  436. RailGunner.Text = "Railgunner [2450]"
  437. RailGunner.TextColor3 = Color3.new(1, 0, 0)
  438. RailGunner.TextSize = 17
  439. RailGunner.TextXAlignment = Enum.TextXAlignment.Left
  440.  
  441. Flamethrower.Name = "Flamethrower"
  442. Flamethrower.Parent = Purchasing2
  443. Flamethrower.BackgroundColor3 = Color3.new(1, 1, 1)
  444. Flamethrower.BackgroundTransparency = 1
  445. Flamethrower.Position = UDim2.new(0.256038666, 0, 0.185463488, 0)
  446. Flamethrower.Size = UDim2.new(0, 154, 0, 50)
  447. Flamethrower.Font = Enum.Font.SourceSans
  448. Flamethrower.Text = "Flamethrower [750]"
  449. Flamethrower.TextColor3 = Color3.new(1, 0, 0)
  450. Flamethrower.TextSize = 17
  451. Flamethrower.TextXAlignment = Enum.TextXAlignment.Left
  452.  
  453. Aviator.Name = "Aviator"
  454. Aviator.Parent = Purchasing2
  455. Aviator.BackgroundColor3 = Color3.new(1, 1, 1)
  456. Aviator.BackgroundTransparency = 1
  457. Aviator.Position = UDim2.new(0.256038666, 0, 0.0967527628, 0)
  458. Aviator.Size = UDim2.new(0, 154, 0, 50)
  459. Aviator.Font = Enum.Font.SourceSans
  460. Aviator.Text = "Aviator [825]"
  461. Aviator.TextColor3 = Color3.new(1, 0, 0)
  462. Aviator.TextSize = 17
  463. Aviator.TextXAlignment = Enum.TextXAlignment.Left
  464.  
  465. Mercenary.Name = "Mercenary"
  466. Mercenary.Parent = Purchasing2
  467. Mercenary.BackgroundColor3 = Color3.new(1, 1, 1)
  468. Mercenary.BackgroundTransparency = 1
  469. Mercenary.Position = UDim2.new(0.256038606, 0, 0.771484375, 0)
  470. Mercenary.Size = UDim2.new(0, 154, 0, 50)
  471. Mercenary.Font = Enum.Font.SourceSans
  472. Mercenary.Text = "Mercenary [900]"
  473. Mercenary.TextColor3 = Color3.new(1, 0, 0)
  474. Mercenary.TextSize = 17
  475. Mercenary.TextXAlignment = Enum.TextXAlignment.Left
  476.  
  477. TextLabel_12.Parent = Purchasing2
  478. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  479. TextLabel_12.BackgroundTransparency = 1
  480. TextLabel_12.Position = UDim2.new(0, 0, 0.0969389975, 0)
  481. TextLabel_12.Size = UDim2.new(0, 53, 0, 50)
  482. TextLabel_12.Font = Enum.Font.SourceSans
  483. TextLabel_12.Text = ">"
  484. TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
  485. TextLabel_12.TextSize = 25
  486.  
  487. TextLabel_13.Parent = Purchasing2
  488. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  489. TextLabel_13.BackgroundTransparency = 1
  490. TextLabel_13.Position = UDim2.new(0, 0, 0.184829623, 0)
  491. TextLabel_13.Size = UDim2.new(0, 53, 0, 50)
  492. TextLabel_13.Font = Enum.Font.SourceSans
  493. TextLabel_13.Text = ">"
  494. TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
  495. TextLabel_13.TextSize = 25
  496.  
  497. TextLabel_14.Parent = Purchasing2
  498. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  499. TextLabel_14.BackgroundTransparency = 1
  500. TextLabel_14.Position = UDim2.new(0, 0, 0.770767093, 0)
  501. TextLabel_14.Size = UDim2.new(0, 53, 0, 50)
  502. TextLabel_14.Font = Enum.Font.SourceSans
  503. TextLabel_14.Text = ">"
  504. TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
  505. TextLabel_14.TextSize = 25
  506.  
  507. TextLabel_15.Parent = Purchasing2
  508. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  509. TextLabel_15.BackgroundTransparency = 1
  510. TextLabel_15.Position = UDim2.new(0, 0, 0.673110843, 0)
  511. TextLabel_15.Size = UDim2.new(0, 53, 0, 50)
  512. TextLabel_15.Font = Enum.Font.SourceSans
  513. TextLabel_15.Text = ">"
  514. TextLabel_15.TextColor3 = Color3.new(1, 1, 1)
  515. TextLabel_15.TextSize = 25
  516.  
  517. TextLabel_16.Parent = Purchasing2
  518. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  519. TextLabel_16.BackgroundTransparency = 1
  520. TextLabel_16.Position = UDim2.new(0, 0, 0.575454593, 0)
  521. TextLabel_16.Size = UDim2.new(0, 53, 0, 50)
  522. TextLabel_16.Font = Enum.Font.SourceSans
  523. TextLabel_16.Text = ">"
  524. TextLabel_16.TextColor3 = Color3.new(1, 1, 1)
  525. TextLabel_16.TextSize = 25
  526.  
  527. TextLabel_17.Parent = Purchasing2
  528. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  529. TextLabel_17.BackgroundTransparency = 1
  530. TextLabel_17.Position = UDim2.new(0, 0, 0.477798373, 0)
  531. TextLabel_17.Size = UDim2.new(0, 53, 0, 50)
  532. TextLabel_17.Font = Enum.Font.SourceSans
  533. TextLabel_17.Text = ">"
  534. TextLabel_17.TextColor3 = Color3.new(1, 1, 1)
  535. TextLabel_17.TextSize = 25
  536.  
  537. TextLabel_18.Parent = Purchasing2
  538. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  539. TextLabel_18.BackgroundTransparency = 1
  540. TextLabel_18.Position = UDim2.new(0, 0, 0.380142123, 0)
  541. TextLabel_18.Size = UDim2.new(0, 53, 0, 50)
  542. TextLabel_18.Font = Enum.Font.SourceSans
  543. TextLabel_18.Text = ">"
  544. TextLabel_18.TextColor3 = Color3.new(1, 1, 1)
  545. TextLabel_18.TextSize = 25
  546.  
  547. DJ.Name = "DJ"
  548. DJ.Parent = Purchasing2
  549. DJ.BackgroundColor3 = Color3.new(1, 1, 1)
  550. DJ.BackgroundTransparency = 1
  551. DJ.Position = UDim2.new(0.256038606, 0, 0.861328125, 0)
  552. DJ.Size = UDim2.new(0, 154, 0, 50)
  553. DJ.Font = Enum.Font.SourceSans
  554. DJ.Text = "DJ [950]"
  555. DJ.TextColor3 = Color3.new(1, 0, 0)
  556. DJ.TextSize = 17
  557. DJ.TextXAlignment = Enum.TextXAlignment.Left
  558.  
  559. TextLabel_19.Parent = Purchasing2
  560. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  561. TextLabel_19.BackgroundTransparency = 1
  562. TextLabel_19.Position = UDim2.new(0, 0, 0.860610843, 0)
  563. TextLabel_19.Size = UDim2.new(0, 53, 0, 50)
  564. TextLabel_19.Font = Enum.Font.SourceSans
  565. TextLabel_19.Text = ">"
  566. TextLabel_19.TextColor3 = Color3.new(1, 1, 1)
  567. TextLabel_19.TextSize = 25
  568.  
  569. UselessShit.Name = "UselessShit"
  570. UselessShit.Parent = Main
  571. UselessShit.BackgroundColor3 = Color3.new(0, 0, 0)
  572. UselessShit.BackgroundTransparency = 0.69999998807907
  573. UselessShit.Position = UDim2.new(0, 0, -1.90999997, 0)
  574. UselessShit.Size = UDim2.new(0, 207, 0, 319)
  575.  
  576. TextLabel_20.Parent = UselessShit
  577. TextLabel_20.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  578. TextLabel_20.BorderSizePixel = 0
  579. TextLabel_20.Size = UDim2.new(0, 207, 0, 50)
  580. TextLabel_20.Font = Enum.Font.SourceSans
  581. TextLabel_20.Text = "Useless Shit"
  582. TextLabel_20.TextColor3 = Color3.new(0, 0, 0)
  583. TextLabel_20.TextSize = 14
  584. TextLabel_20.TextStrokeTransparency = 0.89999997615814
  585.  
  586. TpAllTowers.Name = "TpAllTowers"
  587. TpAllTowers.Parent = UselessShit
  588. TpAllTowers.BackgroundColor3 = Color3.new(1, 1, 1)
  589. TpAllTowers.BackgroundTransparency = 1
  590. TpAllTowers.Position = UDim2.new(0.256038636, 0, 0.157094017, 0)
  591. TpAllTowers.Size = UDim2.new(0, 154, 0, 50)
  592. TpAllTowers.Font = Enum.Font.SourceSans
  593. TpAllTowers.Text = "Teleport All Towers"
  594. TpAllTowers.TextColor3 = Color3.new(1, 0, 0)
  595. TpAllTowers.TextSize = 17
  596. TpAllTowers.TextXAlignment = Enum.TextXAlignment.Left
  597.  
  598. TextLabel_21.Parent = UselessShit
  599. TextLabel_21.BackgroundColor3 = Color3.new(1, 1, 1)
  600. TextLabel_21.BackgroundTransparency = 1
  601. TextLabel_21.Position = UDim2.new(0, 0, 0.157094017, 0)
  602. TextLabel_21.Size = UDim2.new(0, 53, 0, 50)
  603. TextLabel_21.Font = Enum.Font.SourceSans
  604. TextLabel_21.Text = ">"
  605. TextLabel_21.TextColor3 = Color3.new(1, 1, 1)
  606. TextLabel_21.TextSize = 25
  607.  
  608. SellAllTowers.Name = "SellAllTowers"
  609. SellAllTowers.Parent = UselessShit
  610. SellAllTowers.BackgroundColor3 = Color3.new(1, 1, 1)
  611. SellAllTowers.BackgroundTransparency = 1
  612. SellAllTowers.Position = UDim2.new(0.256038636, 0, 0.454899669, 0)
  613. SellAllTowers.Size = UDim2.new(0, 154, 0, 50)
  614. SellAllTowers.Font = Enum.Font.SourceSans
  615. SellAllTowers.Text = "Sell All Towers"
  616. SellAllTowers.TextColor3 = Color3.new(1, 0, 0)
  617. SellAllTowers.TextSize = 17
  618. SellAllTowers.TextXAlignment = Enum.TextXAlignment.Left
  619.  
  620. TeleportAllZombies.Name = "TeleportAllZombies"
  621. TeleportAllZombies.Parent = UselessShit
  622. TeleportAllZombies.BackgroundColor3 = Color3.new(1, 1, 1)
  623. TeleportAllZombies.BackgroundTransparency = 1
  624. TeleportAllZombies.Position = UDim2.new(0.256038636, 0, 0.298159838, 0)
  625. TeleportAllZombies.Size = UDim2.new(0, 154, 0, 50)
  626. TeleportAllZombies.Font = Enum.Font.SourceSans
  627. TeleportAllZombies.Text = "Teleport All Zombies"
  628. TeleportAllZombies.TextColor3 = Color3.new(1, 0, 0)
  629. TeleportAllZombies.TextSize = 17
  630. TeleportAllZombies.TextXAlignment = Enum.TextXAlignment.Left
  631.  
  632. TextLabel_22.Parent = UselessShit
  633. TextLabel_22.BackgroundColor3 = Color3.new(1, 1, 1)
  634. TextLabel_22.BackgroundTransparency = 1
  635. TextLabel_22.Position = UDim2.new(0, 0, 0.454899669, 0)
  636. TextLabel_22.Size = UDim2.new(0, 53, 0, 50)
  637. TextLabel_22.Font = Enum.Font.SourceSans
  638. TextLabel_22.Text = ">"
  639. TextLabel_22.TextColor3 = Color3.new(1, 1, 1)
  640. TextLabel_22.TextSize = 25
  641.  
  642. TextLabel_23.Parent = UselessShit
  643. TextLabel_23.BackgroundColor3 = Color3.new(1, 1, 1)
  644. TextLabel_23.BackgroundTransparency = 1
  645. TextLabel_23.Position = UDim2.new(0, 0, 0.298159838, 0)
  646. TextLabel_23.Size = UDim2.new(0, 53, 0, 50)
  647. TextLabel_23.Font = Enum.Font.SourceSans
  648. TextLabel_23.Text = ">"
  649. TextLabel_23.TextColor3 = Color3.new(1, 1, 1)
  650. TextLabel_23.TextSize = 25
  651.  
  652. Settings.Name = "Settings"
  653. Settings.Parent = Main
  654. Settings.BackgroundColor3 = Color3.new(0, 0, 0)
  655. Settings.BackgroundTransparency = 0.69999998807907
  656. Settings.Position = UDim2.new(2.49000001, 0, -1.90999997, 0)
  657. Settings.Size = UDim2.new(0, 207, 0, 319)
  658.  
  659. SettingsLabel.Name = "SettingsLabel"
  660. SettingsLabel.Parent = Settings
  661. SettingsLabel.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  662. SettingsLabel.BorderSizePixel = 0
  663. SettingsLabel.Size = UDim2.new(0, 207, 0, 50)
  664. SettingsLabel.Font = Enum.Font.SourceSans
  665. SettingsLabel.Text = "Settings"
  666. SettingsLabel.TextColor3 = Color3.new(0, 0, 0)
  667. SettingsLabel.TextSize = 14
  668. SettingsLabel.TextStrokeTransparency = 0.89999997615814
  669.  
  670. Rainbow.Name = "Rainbow"
  671. Rainbow.Parent = Settings
  672. Rainbow.BackgroundColor3 = Color3.new(1, 1, 1)
  673. Rainbow.BackgroundTransparency = 1
  674. Rainbow.Position = UDim2.new(0.256038636, 0, 0.157094017, 0)
  675. Rainbow.Size = UDim2.new(0, 154, 0, 50)
  676. Rainbow.Font = Enum.Font.SourceSans
  677. Rainbow.Text = "Rainbow UI"
  678. Rainbow.TextColor3 = Color3.new(1, 0, 0)
  679. Rainbow.TextSize = 17
  680. Rainbow.TextXAlignment = Enum.TextXAlignment.Left
  681.  
  682. TextLabel_24.Parent = Settings
  683. TextLabel_24.BackgroundColor3 = Color3.new(1, 1, 1)
  684. TextLabel_24.BackgroundTransparency = 1
  685. TextLabel_24.Position = UDim2.new(0, 0, 0.157094017, 0)
  686. TextLabel_24.Size = UDim2.new(0, 53, 0, 50)
  687. TextLabel_24.Font = Enum.Font.SourceSans
  688. TextLabel_24.Text = ">"
  689. TextLabel_24.TextColor3 = Color3.new(1, 1, 1)
  690. TextLabel_24.TextSize = 25
  691.  
  692. BreakGame.Name = "BreakGame"
  693. BreakGame.Parent = Settings
  694. BreakGame.BackgroundColor3 = Color3.new(1, 1, 1)
  695. BreakGame.BackgroundTransparency = 1
  696. BreakGame.Position = UDim2.new(0.256038636, 0, 0.298159838, 0)
  697. BreakGame.Size = UDim2.new(0, 154, 0, 50)
  698. BreakGame.Font = Enum.Font.SourceSans
  699. BreakGame.Text = "Break Game"
  700. BreakGame.TextColor3 = Color3.new(1, 0, 0)
  701. BreakGame.TextSize = 17
  702. BreakGame.TextXAlignment = Enum.TextXAlignment.Left
  703.  
  704. TextLabel_25.Parent = Settings
  705. TextLabel_25.BackgroundColor3 = Color3.new(1, 1, 1)
  706. TextLabel_25.BackgroundTransparency = 1
  707. TextLabel_25.Position = UDim2.new(0, 0, 0.298159838, 0)
  708. TextLabel_25.Size = UDim2.new(0, 53, 0, 50)
  709. TextLabel_25.Font = Enum.Font.SourceSans
  710. TextLabel_25.Text = ">"
  711. TextLabel_25.TextColor3 = Color3.new(1, 1, 1)
  712. TextLabel_25.TextSize = 25
  713.  
  714. LOLmemesTower.Name = "LOLmemesTower"
  715. LOLmemesTower.Parent = Main
  716. LOLmemesTower.BackgroundColor3 = Color3.new(1, 1, 1)
  717. LOLmemesTower.BackgroundTransparency = 1
  718. LOLmemesTower.Position = UDim2.new(-9.27437496, 0, 4.00320816, 0)
  719. LOLmemesTower.Size = UDim2.new(0, 799, 0, 205)
  720. LOLmemesTower.Font = Enum.Font.SourceSans
  721. LOLmemesTower.Text = "Tower Memes V1"
  722. LOLmemesTower.TextColor3 = Color3.new(1, 0.333333, 0)
  723. LOLmemesTower.TextSize = 50
  724.  
  725. Toggle.Name = "Toggle"
  726. Toggle.Parent = TowerMemes
  727. Toggle.BackgroundColor3 = Color3.new(0, 0, 0)
  728. Toggle.BackgroundTransparency = 0.69999998807907
  729. Toggle.Position = UDim2.new(0.0131249996, 0, 0.924914658, 0)
  730. Toggle.Size = UDim2.new(0, 121, 0, 23)
  731. Toggle.Font = Enum.Font.SourceSans
  732. Toggle.Text = "Toggle"
  733. Toggle.TextColor3 = Color3.new(1, 0.666667, 0)
  734. Toggle.TextSize = 20
  735.  
  736. Modding.Active = true
  737. Purchasing.Active = true
  738. Purchasing2.Active = true
  739. Settings.Active = true
  740. UselessShit.Active = true
  741.  
  742. Modding.Draggable = true
  743. Purchasing2.Draggable = true
  744. Purchasing.Draggable = true
  745. Settings.Draggable = true
  746. UselessShit.Draggable = true
  747.  
  748. local cam = workspace.CurrentCamera
  749.     local blur = Instance.new("BlurEffect")
  750.     blur.Size = 40
  751.     blur.Parent = cam
  752.     blur.Enabled = true
  753.  
  754. Toggle.MouseButton1Click:connect(function()
  755.     if Main.Visible == true
  756.     then
  757.         Main.Visible = false
  758.         blur.Enabled = false
  759.     elseif
  760.         Main.Visible == false
  761.         then
  762.             Main.Visible = true
  763.             blur.Enabled = true
  764.             end
  765. end)
  766.  
  767. local modding = {
  768.     UpgradeModding = false,
  769. }
  770.  
  771. local Towers = {
  772.     ScoutX = false,
  773. SniperX = false,
  774. FraggerX = false,
  775. ShotgunnerX = false,
  776. CryoGunnerX = false,
  777. FarmX = false,
  778. SoldierX = false,
  779. TuberX = false,
  780. PatrolX = false,
  781. AviatorX = false,
  782. FlamethrowerX = false,
  783. CommandoX = false,
  784. CommanderX = false,
  785. RailgunnerX = false,
  786. PhaserX = false,
  787. ScarecrowX = false,
  788. ZedX = false,
  789. BarrackXX = false,
  790. MercenaryX = false,
  791. DJX = false,
  792. }
  793.  
  794. local Useless_ = {
  795.     TeleportZombies = false,
  796.     TeleportTowers = false,
  797.     SellTowers = false,
  798. }
  799.  
  800. local Settings__ = {
  801.     RainbowUI = false,
  802.     MemeGame = false
  803. }
  804.  
  805. --Modding
  806. Upgrade.MouseButton1Click:connect(function()
  807.     Upgrade.Text = "Granted Access to Edit"
  808.         Upgrade.TextColor3 = Color3.new(0, 255, 0)
  809.     while true do
  810. wait(.1)
  811. for k,v in pairs(game.Workspace.Towers:GetChildren()) do
  812. v.Owner.Value = game.Players.LocalPlayer
  813. end
  814. end
  815. end)
  816. --PurchasingTowers
  817. Scout.MouseButton1Click:connect(function()
  818.     ScoutX = true
  819.     game.Workspace.PlacingTower:InvokeServer("Scout")
  820. end)
  821. Cryo.MouseButton1Click:connect(function()
  822.     CryoGunnerX = true
  823.     game.Workspace.PlacingTower:InvokeServer("Cryo")
  824. end)
  825. Sniper.MouseButton1Click:connect(function()
  826.     SniperX = true
  827.     game.Workspace.PlacingTower:InvokeServer("Sniper")
  828. end)
  829. Patrol.MouseButton1Click:connect(function()
  830.     PatrolX = true
  831.     game.Workspace.PlacingTower:InvokeServer("Patrol")
  832. end)
  833. Shotgunner.MouseButton1Click:connect(function()
  834.     ShotgunnerX = true
  835.     game.Workspace.PlacingTower:InvokeServer("Shotgunner")
  836. end)
  837. Tuber.MouseButton1Click:connect(function()
  838.     TuberX = true
  839.     game.Workspace.PlacingTower:InvokeServer("Tuber")
  840. end)
  841. Fragger.MouseButton1Click:connect(function()
  842.     FraggerX = true
  843.     game.Workspace.PlacingTower:InvokeServer("Fragger")
  844. end)
  845. Farm.MouseButton1Click:connect(function()
  846.     FarmX = true
  847.     game.Workspace.PlacingTower:InvokeServer("Farm")
  848. end)
  849. Soldier.MouseButton1Click:connect(function()
  850.     SoldierX = true
  851.     game.Workspace.PlacingTower:InvokeServer("Soldier")
  852. end)
  853. --PurchasingTowers2
  854. Zed.MouseButton1Click:connect(function()
  855.     Zed = true
  856.     game.Workspace.PlacingTower:InvokeServer("Zed")
  857. end)
  858. Aviator.MouseButton1Click:connect(function()
  859.     AviatorX = true
  860.     game.Workspace.PlacingTower:InvokeServer("Aviator")
  861. end)
  862. Flamethrower.MouseButton1Click:connect(function()
  863.     FlamethrowerX = true
  864.     game.Workspace.PlacingTower:InvokeServer("Flamethrower")
  865. end)
  866. Mercenary.MouseButton1Click:connect(function()
  867.     MercenaryX = true
  868.     game.Workspace.PlacingTower:InvokeServer("Mercenary")
  869. end)
  870. Phaser.MouseButton1Click:connect(function()
  871.     PhaserX = true
  872.     game.Workspace.PlacingTower:InvokeServer("Phaser")
  873. end)
  874. Commander.MouseButton1Click:connect(function()
  875.     CommanderX = true
  876.     game.Workspace.PlacingTower:InvokeServer("Commander")
  877. end)
  878. Commando.MouseButton1Click:connect(function()
  879.     CommandoX = true
  880.     game.Workspace.PlacingTower:InvokeServer("Commando")
  881. end)
  882. RailGunner.MouseButton1Click:connect(function()
  883.     RailgunnerX = true
  884.     game.Workspace.PlacingTower:InvokeServer("RailGunner")
  885. end)
  886. Barracks.MouseButton1Click:connect(function()
  887.     BarrackXX = true
  888.     game.Workspace.PlacingTower:InvokeServer("Barracks")
  889. end)
  890. DJ.MouseButton1Click:connect(function()
  891.     DJX = true
  892.     game.Workspace.PlacingTower:InvokeServer("DJ")
  893. end)
  894. --Settings
  895. Rainbow.MouseButton1Click:connect(function()
  896.    
  897. end)
  898. BreakGame.MouseButton1Click:connect(function()
  899.     MemeGame = true
  900.     while true do
  901.         wait(.1)
  902.         for k, v in pairs(game.Workspace.Wave:children()) do
  903. if v.ClassName == "Model" then
  904. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  905. end
  906. end
  907. end
  908. end)
  909. --UselessShit
  910. TpAllTowers.MouseButton1Click:connect(function()
  911.     TeleportTowers = true
  912.     for k, v in pairs(game.Workspace.Towers:children()) do
  913. if v.ClassName == "Model" then
  914. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  915. end
  916. end
  917. end)
  918. TeleportAllZombies.MouseButton1Click:connect(function()
  919.         TeleportZombies = true
  920.     for k, v in pairs(game.Workspace.Wave:children()) do
  921. if v.ClassName == "Model" then
  922. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  923. end
  924. end
  925. end)
  926. SellAllTowers.MouseButton1Click:connect(function()
  927.     SellTowers = true
  928.     game.Workspace.SellTower:InvokeServer("1")--
  929.     game.Workspace.SellTower:InvokeServer("2")--
  930.     game.Workspace.SellTower:InvokeServer("3")--
  931.     game.Workspace.SellTower:InvokeServer("4")--
  932.     game.Workspace.SellTower:InvokeServer("5")--
  933.     game.Workspace.SellTower:InvokeServer("6")--
  934.     game.Workspace.SellTower:InvokeServer("7")--
  935.     game.Workspace.SellTower:InvokeServer("8")--
  936.     game.Workspace.SellTower:InvokeServer("9")--
  937.     game.Workspace.SellTower:InvokeServer("10")--
  938.     game.Workspace.SellTower:InvokeServer("11")--
  939.     game.Workspace.SellTower:InvokeServer("12")--
  940.     game.Workspace.SellTower:InvokeServer("13")--
  941.     game.Workspace.SellTower:InvokeServer("14")--
  942.     game.Workspace.SellTower:InvokeServer("15")--
  943. end)
  944. --Complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement