HHLExploits

cool shit

Nov 19th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.33 KB | None | 0 0
  1. -- Made by M3xP0#9949
  2.  
  3.  
  4. local BIGPaintballv1 = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local OutlineTop = Instance.new("Frame")
  7. local OutlineBottom = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local BTools = Instance.new("TextButton")
  10. local ESP = Instance.new("TextButton")
  11. local TeleporttoRedSpawn = Instance.new("TextButton")
  12. local KillRoblox = Instance.new("TextButton")
  13. local TeleporttoBlueSpawn = Instance.new("TextButton")
  14. local WalkSpeed = Instance.new("TextButton")
  15. local Exit = Instance.new("TextButton")
  16. local OpenGui = Instance.new("TextButton")
  17. local Walkspeed = Instance.new("Frame")
  18. local WalkSpeedTitle = Instance.new("TextLabel")
  19. local OutlineTopWalkspeed = Instance.new("TextLabel")
  20. local ExitWalkSpeed = Instance.new("TextButton")
  21. local TypeSpeedHere = Instance.new("TextBox")
  22. local Red = Instance.new("Frame")
  23. local TopRed = Instance.new("Frame")
  24. local ExitRed = Instance.new("TextButton")
  25. local TitleRed = Instance.new("TextLabel")
  26. local Cabin = Instance.new("TextButton")
  27. local Bridge = Instance.new("TextButton")
  28. local DescriptionRed = Instance.new("TextLabel")
  29. local ComingSoonRed = Instance.new("TextButton")
  30. local ComingSoonRed_2 = Instance.new("TextButton")
  31. local ComingSoonRed_3 = Instance.new("TextButton")
  32. local ComingSoonRed_4 = Instance.new("TextButton")
  33. local Blue = Instance.new("Frame")
  34. local TopBlue = Instance.new("Frame")
  35. local ExitBlue = Instance.new("TextButton")
  36. local TitleBlue = Instance.new("TextLabel")
  37. local Cabin_2 = Instance.new("TextButton")
  38. local Bridge_2 = Instance.new("TextButton")
  39. local DescriptionBlue = Instance.new("TextLabel")
  40. local ComingSoonBlue = Instance.new("TextButton")
  41. local ComingSoonBlue_2 = Instance.new("TextButton")
  42. local ComingSoonBlue_3 = Instance.new("TextButton")
  43. local ComingSoonBlue_4 = Instance.new("TextButton")
  44. local BridgeSpawnGUIRed = Instance.new("Frame")
  45. local TitleBridgeRed = Instance.new("TextLabel")
  46. local TopBridgeRed = Instance.new("Frame")
  47. local ExitBridgeRed = Instance.new("TextButton")
  48. local LeftSpawnRed = Instance.new("TextButton")
  49. local RightSpawnRed = Instance.new("TextButton")
  50. local UndergroundSpawnRed = Instance.new("TextButton")
  51. local BridgeSpawnGUIBlue = Instance.new("Frame")
  52. local TitleBridgeBlue = Instance.new("TextLabel")
  53. local TopBridgeBlue = Instance.new("Frame")
  54. local ExitBridgeBlue = Instance.new("TextButton")
  55. local LeftSpawnBlue = Instance.new("TextButton")
  56. local RightSpawnBlue = Instance.new("TextButton")
  57. local UndergroundSpawnBlue = Instance.new("TextButton")
  58. local CabinSpawnGUIRed = Instance.new("Frame")
  59. local TitleCabinRed = Instance.new("TextLabel")
  60. local TopCabinRed = Instance.new("Frame")
  61. local ExitCabinRed = Instance.new("TextButton")
  62. local LeftSpawnRed_2 = Instance.new("TextButton")
  63. local RightSpawnRed_2 = Instance.new("TextButton")
  64. local MiddleSpawnRed = Instance.new("TextButton")
  65. local CabinSpawnGUIBlue = Instance.new("Frame")
  66. local TitleCabinBlue = Instance.new("TextLabel")
  67. local TopCabinBlue = Instance.new("Frame")
  68. local ExitCabinBlue = Instance.new("TextButton")
  69. local LeftSpawnBlue_2 = Instance.new("TextButton")
  70. local RightSpawnBlue_2 = Instance.new("TextButton")
  71. local MiddleSpawnBlue = Instance.new("TextButton")
  72. --Properties:
  73. BIGPaintballv1.Name = "BIG Paintball v1"
  74. BIGPaintballv1.Parent = game.CoreGui
  75. BIGPaintballv1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  76.  
  77. Main.Name = "Main"
  78. Main.Parent = BIGPaintballv1
  79. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  80. Main.BackgroundTransparency = 0.30000001192093
  81. Main.Position = UDim2.new(0.799242437, 0, 0.384520859, 0)
  82. Main.Size = UDim2.new(0, 159, 0, 248)
  83.  
  84. OutlineTop.Name = "OutlineTop"
  85. OutlineTop.Parent = Main
  86. OutlineTop.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
  87. OutlineTop.Position = UDim2.new(0, 0, -0.0685483888, 0)
  88. OutlineTop.Size = UDim2.new(0, 159, 0, 17)
  89.  
  90. OutlineBottom.Name = "OutlineBottom"
  91. OutlineBottom.Parent = Main
  92. OutlineBottom.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
  93. OutlineBottom.Position = UDim2.new(0, 0, 0.931451619, 0)
  94. OutlineBottom.Size = UDim2.new(0, 159, 0, 17)
  95.  
  96. Title.Name = "Title"
  97. Title.Parent = Main
  98. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Title.BackgroundTransparency = 1
  100. Title.Position = UDim2.new(0, 0, 0.0443548374, 0)
  101. Title.Size = UDim2.new(0, 159, 0, 26)
  102. Title.Font = Enum.Font.GothamBold
  103. Title.Text = "PainballClapper v1.0.0 by M3xP0#9949"
  104. Title.TextColor3 = Color3.new(1, 1, 1)
  105. Title.TextSize = 12
  106. Title.TextWrapped = true
  107.  
  108. BTools.Name = "BTools"
  109. BTools.Parent = Main
  110. BTools.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  111. BTools.Position = UDim2.new(0, 0, 0.427419335, 0)
  112. BTools.Size = UDim2.new(0, 73, 0, 42)
  113. BTools.Font = Enum.Font.SourceSansBold
  114. BTools.Text = "BTools"
  115. BTools.TextColor3 = Color3.new(1, 1, 1)
  116. BTools.TextScaled = true
  117. BTools.TextSize = 14
  118. BTools.TextStrokeTransparency = 0
  119. BTools.TextWrapped = true
  120.  
  121. ESP.Name = "ESP"
  122. ESP.Parent = Main
  123. ESP.BackgroundColor3 = Color3.new(0.192157, 0.741176, 0.258824)
  124. ESP.BorderSizePixel = 0
  125. ESP.Position = UDim2.new(0, 0, 0.637096941, 0)
  126. ESP.Size = UDim2.new(0, 73, 0, 51)
  127. ESP.Font = Enum.Font.SourceSansBold
  128. ESP.Text = "ESP"
  129. ESP.TextColor3 = Color3.new(1, 1, 1)
  130. ESP.TextScaled = true
  131. ESP.TextSize = 14
  132. ESP.TextStrokeTransparency = 0
  133. ESP.TextWrapped = true
  134.  
  135. TeleporttoRedSpawn.Name = "Teleport to Red Spawn"
  136. TeleporttoRedSpawn.Parent = Main
  137. TeleporttoRedSpawn.BackgroundColor3 = Color3.new(1, 0.278431, 0.278431)
  138. TeleporttoRedSpawn.Position = UDim2.new(0, 0, 0.225806445, 0)
  139. TeleporttoRedSpawn.Size = UDim2.new(0, 73, 0, 42)
  140. TeleporttoRedSpawn.Font = Enum.Font.SourceSansBold
  141. TeleporttoRedSpawn.Text = "Teleport to Red's Spawn"
  142. TeleporttoRedSpawn.TextColor3 = Color3.new(1, 1, 1)
  143. TeleporttoRedSpawn.TextScaled = true
  144. TeleporttoRedSpawn.TextSize = 14
  145. TeleporttoRedSpawn.TextStrokeTransparency = 0
  146. TeleporttoRedSpawn.TextWrapped = true
  147. TeleporttoRedSpawn.MouseButton1Down:Connect(function()
  148. Red.Visible = true
  149. end)
  150.  
  151. KillRoblox.Name = "Kill Roblox"
  152. KillRoblox.Parent = Main
  153. KillRoblox.BackgroundColor3 = Color3.new(1, 0.282353, 0)
  154. KillRoblox.Position = UDim2.new(0.540880501, 0, 0.637096941, 0)
  155. KillRoblox.Size = UDim2.new(0, 73, 0, 51)
  156. KillRoblox.Font = Enum.Font.SourceSansBold
  157. KillRoblox.Text = "Kill ROBLOX"
  158. KillRoblox.TextColor3 = Color3.new(1, 1, 1)
  159. KillRoblox.TextScaled = true
  160. KillRoblox.TextSize = 14
  161. KillRoblox.TextStrokeTransparency = 0
  162. KillRoblox.TextWrapped = true
  163.  
  164. TeleporttoBlueSpawn.Name = "Teleport to Blue Spawn"
  165. TeleporttoBlueSpawn.Parent = Main
  166. TeleporttoBlueSpawn.BackgroundColor3 = Color3.new(0.164706, 0.52549, 1)
  167. TeleporttoBlueSpawn.Position = UDim2.new(0.540880501, 0, 0.225806445, 0)
  168. TeleporttoBlueSpawn.Size = UDim2.new(0, 73, 0, 42)
  169. TeleporttoBlueSpawn.Font = Enum.Font.SourceSansBold
  170. TeleporttoBlueSpawn.Text = "Teleport to Blue's Spawn"
  171. TeleporttoBlueSpawn.TextColor3 = Color3.new(1, 1, 1)
  172. TeleporttoBlueSpawn.TextScaled = true
  173. TeleporttoBlueSpawn.TextSize = 14
  174. TeleporttoBlueSpawn.TextStrokeTransparency = 0
  175. TeleporttoBlueSpawn.TextWrapped = true
  176. TeleporttoBlueSpawn.MouseButton1Down:Connect(function()
  177. Blue.Visible = true
  178. end)
  179.  
  180. WalkSpeed.Name = "WalkSpeed"
  181. WalkSpeed.Parent = Main
  182. WalkSpeed.BackgroundColor3 = Color3.new(0.694118, 0.764706, 0.490196)
  183. WalkSpeed.Position = UDim2.new(0.540880501, 0, 0.427419335, 0)
  184. WalkSpeed.Size = UDim2.new(0, 73, 0, 42)
  185. WalkSpeed.Font = Enum.Font.SourceSansBold
  186. WalkSpeed.Text = "WalkSpeed"
  187. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  188. WalkSpeed.TextScaled = true
  189. WalkSpeed.TextSize = 14
  190. WalkSpeed.TextStrokeTransparency = 0
  191. WalkSpeed.TextWrapped = true
  192.  
  193. Exit.Name = "Exit"
  194. Exit.Parent = Main
  195. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  196. Exit.BackgroundTransparency = 1
  197. Exit.Position = UDim2.new(0.893081784, 0, -0.0685483888, 0)
  198. Exit.Size = UDim2.new(0, 17, 0, 17)
  199. Exit.Font = Enum.Font.SourceSans
  200. Exit.Text = "X"
  201. Exit.TextColor3 = Color3.new(1, 1, 1)
  202. Exit.TextScaled = true
  203. Exit.TextSize = 14
  204. Exit.TextWrapped = true
  205.  
  206. OpenGui.Name = "OpenGui"
  207. OpenGui.Parent = BIGPaintballv1
  208. OpenGui.BackgroundColor3 = Color3.new(0, 0, 0)
  209. OpenGui.Position = UDim2.new(0, 0, 0.396805882, 0)
  210. OpenGui.Size = UDim2.new(0, 173, 0, 58)
  211. OpenGui.Font = Enum.Font.SourceSansBold
  212. OpenGui.Text = "Open GUI"
  213. OpenGui.TextColor3 = Color3.new(1, 1, 1)
  214. OpenGui.TextScaled = true
  215. OpenGui.TextSize = 14
  216. OpenGui.TextWrapped = true
  217.  
  218. Walkspeed.Name = "Walkspeed"
  219. Walkspeed.Parent = BIGPaintballv1
  220. Walkspeed.BackgroundColor3 = Color3.new(0, 0, 0)
  221. Walkspeed.BackgroundTransparency = 0.15000000596046
  222. Walkspeed.Position = UDim2.new(0.0651515126, 0, 0.565110564, 0)
  223. Walkspeed.Size = UDim2.new(0, 274, 0, 142)
  224.  
  225. WalkSpeedTitle.Name = "WalkSpeedTitle"
  226. WalkSpeedTitle.Parent = Walkspeed
  227. WalkSpeedTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  228. WalkSpeedTitle.BackgroundTransparency = 1
  229. WalkSpeedTitle.Position = UDim2.new(0, 0, 0.0774647892, 0)
  230. WalkSpeedTitle.Size = UDim2.new(0, 274, 0, 50)
  231. WalkSpeedTitle.Font = Enum.Font.SourceSansBold
  232. WalkSpeedTitle.Text = "Walkspeed:"
  233. WalkSpeedTitle.TextColor3 = Color3.new(1, 1, 1)
  234. WalkSpeedTitle.TextScaled = true
  235. WalkSpeedTitle.TextSize = 14
  236. WalkSpeedTitle.TextWrapped = true
  237.  
  238. OutlineTopWalkspeed.Name = "OutlineTopWalkspeed"
  239. OutlineTopWalkspeed.Parent = Walkspeed
  240. OutlineTopWalkspeed.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  241. OutlineTopWalkspeed.Size = UDim2.new(0, 274, 0, 11)
  242. OutlineTopWalkspeed.Font = Enum.Font.SourceSans
  243. OutlineTopWalkspeed.Text = ""
  244. OutlineTopWalkspeed.TextColor3 = Color3.new(0, 0, 0)
  245. OutlineTopWalkspeed.TextSize = 14
  246. OutlineTopWalkspeed.TextWrapped = true
  247.  
  248. ExitWalkSpeed.Name = "ExitWalkSpeed"
  249. ExitWalkSpeed.Parent = Walkspeed
  250. ExitWalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  251. ExitWalkSpeed.BackgroundTransparency = 1
  252. ExitWalkSpeed.Position = UDim2.new(0.959854066, 0, -0.0281690136, 0)
  253. ExitWalkSpeed.Size = UDim2.new(0, 11, 0, 15)
  254. ExitWalkSpeed.Font = Enum.Font.SourceSans
  255. ExitWalkSpeed.Text = "X"
  256. ExitWalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  257. ExitWalkSpeed.TextScaled = true
  258. ExitWalkSpeed.TextSize = 14
  259. ExitWalkSpeed.TextWrapped = true
  260.  
  261. TypeSpeedHere.Name = "TypeSpeedHere"
  262. TypeSpeedHere.Parent = Walkspeed
  263. TypeSpeedHere.BackgroundColor3 = Color3.new(1, 1, 1)
  264. TypeSpeedHere.BackgroundTransparency = 1
  265. TypeSpeedHere.Position = UDim2.new(0, 0, 0.521126747, 0)
  266. TypeSpeedHere.Size = UDim2.new(0, 274, 0, 50)
  267. TypeSpeedHere.Font = Enum.Font.SourceSans
  268. TypeSpeedHere.Text = "16"
  269. TypeSpeedHere.TextColor3 = Color3.new(1, 1, 1)
  270. TypeSpeedHere.TextSize = 14
  271.  
  272. Red.Name = "Red"
  273. Red.Parent = BIGPaintballv1
  274. Red.BackgroundColor3 = Color3.new(0, 0, 0)
  275. Red.BackgroundTransparency = 0.20000000298023
  276. Red.Position = UDim2.new(0.217424244, 0, 0.0982800946, 0)
  277. Red.Size = UDim2.new(0, 384, 0, 330)
  278.  
  279. TopRed.Name = "TopRed"
  280. TopRed.Parent = Red
  281. TopRed.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  282. TopRed.Size = UDim2.new(0, 384, 0, 16)
  283.  
  284. ExitRed.Name = "ExitRed"
  285. ExitRed.Parent = Red
  286. ExitRed.BackgroundColor3 = Color3.new(1, 1, 1)
  287. ExitRed.BackgroundTransparency = 1
  288. ExitRed.Position = UDim2.new(0.947916687, 0, 0, 0)
  289. ExitRed.Size = UDim2.new(0, 18, 0, 16)
  290. ExitRed.Font = Enum.Font.SourceSans
  291. ExitRed.Text = "X"
  292. ExitRed.TextColor3 = Color3.new(1, 1, 1)
  293. ExitRed.TextScaled = true
  294. ExitRed.TextSize = 14
  295. ExitRed.TextWrapped = true
  296. ExitRed.MouseButton1Down:Connect(function()
  297. Red.Visible = false
  298. end)
  299.  
  300. TitleRed.Name = "TitleRed"
  301. TitleRed.Parent = Red
  302. TitleRed.BackgroundColor3 = Color3.new(1, 1, 1)
  303. TitleRed.BackgroundTransparency = 1
  304. TitleRed.Position = UDim2.new(0.145833328, 0, 0.128347993, 0)
  305. TitleRed.Size = UDim2.new(0, 271, 0, 50)
  306. TitleRed.Font = Enum.Font.SourceSansBold
  307. TitleRed.Text = "Red Spawn GUI"
  308. TitleRed.TextColor3 = Color3.new(1, 1, 1)
  309. TitleRed.TextScaled = true
  310. TitleRed.TextSize = 14
  311. TitleRed.TextWrapped = true
  312.  
  313. Cabin.Name = "Cabin"
  314. Cabin.Parent = Red
  315. Cabin.BackgroundColor3 = Color3.new(1, 1, 1)
  316. Cabin.Position = UDim2.new(0.0677083284, 0, 0.339687198, 0)
  317. Cabin.Size = UDim2.new(0, 148, 0, 49)
  318. Cabin.Font = Enum.Font.GothamBold
  319. Cabin.Text = "Cabin"
  320. Cabin.TextColor3 = Color3.new(0, 0, 0)
  321. Cabin.TextScaled = true
  322. Cabin.TextSize = 14
  323. Cabin.TextWrapped = true
  324. Cabin.MouseButton1Down:Connect(function()
  325. CabinSpawnGUIRed.Visible = true
  326. end)
  327.  
  328. Bridge.Name = "Bridge"
  329. Bridge.Parent = Red
  330. Bridge.BackgroundColor3 = Color3.new(1, 1, 1)
  331. Bridge.Position = UDim2.new(0.54687494, 0, 0.339687198, 0)
  332. Bridge.Size = UDim2.new(0, 148, 0, 49)
  333. Bridge.Font = Enum.Font.GothamBold
  334. Bridge.Text = "Bridge"
  335. Bridge.TextColor3 = Color3.new(0, 0, 0)
  336. Bridge.TextScaled = true
  337. Bridge.TextSize = 14
  338. Bridge.TextWrapped = true
  339. Bridge.MouseButton1Down:Connect(function()
  340. BridgeSpawnGUIRed.Visible = true
  341. end)
  342.  
  343. DescriptionRed.Name = "DescriptionRed"
  344. DescriptionRed.Parent = Red
  345. DescriptionRed.BackgroundColor3 = Color3.new(1, 1, 1)
  346. DescriptionRed.BackgroundTransparency = 1
  347. DescriptionRed.Position = UDim2.new(-0.00260416674, 0, 0.912121236, 0)
  348. DescriptionRed.Size = UDim2.new(0, 385, 0, 29)
  349. DescriptionRed.Font = Enum.Font.GothamSemibold
  350. DescriptionRed.Text = "More map spawns coming soon, when they release more."
  351. DescriptionRed.TextColor3 = Color3.new(1, 1, 1)
  352. DescriptionRed.TextSize = 13
  353. DescriptionRed.TextWrapped = true
  354.  
  355. ComingSoonRed.Name = "ComingSoonRed"
  356. ComingSoonRed.Parent = Red
  357. ComingSoonRed.BackgroundColor3 = Color3.new(1, 1, 1)
  358. ComingSoonRed.Position = UDim2.new(0.0677083284, 0, 0.530596256, 0)
  359. ComingSoonRed.Size = UDim2.new(0, 148, 0, 49)
  360. ComingSoonRed.Font = Enum.Font.GothamBold
  361. ComingSoonRed.Text = "Coming Soon!"
  362. ComingSoonRed.TextColor3 = Color3.new(0, 0, 0)
  363. ComingSoonRed.TextScaled = true
  364. ComingSoonRed.TextSize = 14
  365. ComingSoonRed.TextWrapped = true
  366.  
  367. ComingSoonRed_2.Name = "ComingSoonRed"
  368. ComingSoonRed_2.Parent = Red
  369. ComingSoonRed_2.BackgroundColor3 = Color3.new(1, 1, 1)
  370. ComingSoonRed_2.Position = UDim2.new(0.54687494, 0, 0.530596256, 0)
  371. ComingSoonRed_2.Size = UDim2.new(0, 148, 0, 49)
  372. ComingSoonRed_2.Font = Enum.Font.GothamBold
  373. ComingSoonRed_2.Text = "Coming Soon!"
  374. ComingSoonRed_2.TextColor3 = Color3.new(0, 0, 0)
  375. ComingSoonRed_2.TextScaled = true
  376. ComingSoonRed_2.TextSize = 14
  377. ComingSoonRed_2.TextWrapped = true
  378.  
  379. ComingSoonRed_3.Name = "ComingSoonRed"
  380. ComingSoonRed_3.Parent = Red
  381. ComingSoonRed_3.BackgroundColor3 = Color3.new(1, 1, 1)
  382. ComingSoonRed_3.Position = UDim2.new(0.0677083284, 0, 0.724535644, 0)
  383. ComingSoonRed_3.Size = UDim2.new(0, 148, 0, 49)
  384. ComingSoonRed_3.Font = Enum.Font.GothamBold
  385. ComingSoonRed_3.Text = "Coming Soon!"
  386. ComingSoonRed_3.TextColor3 = Color3.new(0, 0, 0)
  387. ComingSoonRed_3.TextScaled = true
  388. ComingSoonRed_3.TextSize = 14
  389. ComingSoonRed_3.TextWrapped = true
  390.  
  391. ComingSoonRed_4.Name = "ComingSoonRed"
  392. ComingSoonRed_4.Parent = Red
  393. ComingSoonRed_4.BackgroundColor3 = Color3.new(1, 1, 1)
  394. ComingSoonRed_4.Position = UDim2.new(0.54687494, 0, 0.724535644, 0)
  395. ComingSoonRed_4.Size = UDim2.new(0, 148, 0, 49)
  396. ComingSoonRed_4.Font = Enum.Font.GothamBold
  397. ComingSoonRed_4.Text = "Coming Soon!"
  398. ComingSoonRed_4.TextColor3 = Color3.new(0, 0, 0)
  399. ComingSoonRed_4.TextScaled = true
  400. ComingSoonRed_4.TextSize = 14
  401. ComingSoonRed_4.TextWrapped = true
  402.  
  403. Blue.Name = "Blue"
  404. Blue.Parent = BIGPaintballv1
  405. Blue.BackgroundColor3 = Color3.new(0, 0, 0)
  406. Blue.BackgroundTransparency = 0.20000000298023
  407. Blue.Position = UDim2.new(0.402272731, 0, 0.523341537, 0)
  408. Blue.Size = UDim2.new(0, 384, 0, 330)
  409.  
  410. TopBlue.Name = "TopBlue"
  411. TopBlue.Parent = Blue
  412. TopBlue.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  413. TopBlue.Size = UDim2.new(0, 384, 0, 16)
  414.  
  415. ExitBlue.Name = "ExitBlue"
  416. ExitBlue.Parent = Blue
  417. ExitBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  418. ExitBlue.BackgroundTransparency = 1
  419. ExitBlue.Position = UDim2.new(0.947916687, 0, 0, 0)
  420. ExitBlue.Size = UDim2.new(0, 18, 0, 16)
  421. ExitBlue.Font = Enum.Font.SourceSans
  422. ExitBlue.Text = "X"
  423. ExitBlue.TextColor3 = Color3.new(1, 1, 1)
  424. ExitBlue.TextScaled = true
  425. ExitBlue.TextSize = 14
  426. ExitBlue.TextWrapped = true
  427. ExitBlue.MouseButton1Down:Connect(function()
  428. Blue.Visible = false
  429. end)
  430.  
  431. TitleBlue.Name = "TitleBlue"
  432. TitleBlue.Parent = Blue
  433. TitleBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  434. TitleBlue.BackgroundTransparency = 1
  435. TitleBlue.Position = UDim2.new(0.145833328, 0, 0.128347993, 0)
  436. TitleBlue.Size = UDim2.new(0, 271, 0, 50)
  437. TitleBlue.Font = Enum.Font.SourceSansBold
  438. TitleBlue.Text = "Blue Spawn GUI"
  439. TitleBlue.TextColor3 = Color3.new(1, 1, 1)
  440. TitleBlue.TextScaled = true
  441. TitleBlue.TextSize = 14
  442. TitleBlue.TextWrapped = true
  443.  
  444. Cabin_2.Name = "Cabin"
  445. Cabin_2.Parent = Blue
  446. Cabin_2.BackgroundColor3 = Color3.new(1, 1, 1)
  447. Cabin_2.Position = UDim2.new(0.0677083284, 0, 0.339687198, 0)
  448. Cabin_2.Size = UDim2.new(0, 148, 0, 49)
  449. Cabin_2.Font = Enum.Font.GothamBold
  450. Cabin_2.Text = "Cabin"
  451. Cabin_2.TextColor3 = Color3.new(0, 0, 0)
  452. Cabin_2.TextScaled = true
  453. Cabin_2.TextSize = 14
  454. Cabin_2.TextWrapped = true
  455. Cabin_2.MouseButton1Down:Connect(function()
  456. CabinSpawnGUIBlue.Visible = true
  457. end)
  458.  
  459. Bridge_2.Name = "Bridge"
  460. Bridge_2.Parent = Blue
  461. Bridge_2.BackgroundColor3 = Color3.new(1, 1, 1)
  462. Bridge_2.Position = UDim2.new(0.54687494, 0, 0.339687198, 0)
  463. Bridge_2.Size = UDim2.new(0, 148, 0, 49)
  464. Bridge_2.Font = Enum.Font.GothamBold
  465. Bridge_2.Text = "Bridge"
  466. Bridge_2.TextColor3 = Color3.new(0, 0, 0)
  467. Bridge_2.TextScaled = true
  468. Bridge_2.TextSize = 14
  469. Bridge_2.TextWrapped = true
  470. Bridge_2.MouseButton1Down:Connect(function()
  471. BridgeSpawnGUIBlue.Visible = true
  472. end)
  473.  
  474. DescriptionBlue.Name = "DescriptionBlue"
  475. DescriptionBlue.Parent = Blue
  476. DescriptionBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  477. DescriptionBlue.BackgroundTransparency = 1
  478. DescriptionBlue.Position = UDim2.new(-0.00260416674, 0, 0.912121236, 0)
  479. DescriptionBlue.Size = UDim2.new(0, 385, 0, 29)
  480. DescriptionBlue.Font = Enum.Font.GothamSemibold
  481. DescriptionBlue.Text = "More map spawns coming soon, when they release more."
  482. DescriptionBlue.TextColor3 = Color3.new(1, 1, 1)
  483. DescriptionBlue.TextSize = 13
  484. DescriptionBlue.TextWrapped = true
  485.  
  486. ComingSoonBlue.Name = "ComingSoonBlue"
  487. ComingSoonBlue.Parent = Blue
  488. ComingSoonBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  489. ComingSoonBlue.Position = UDim2.new(0.0677083284, 0, 0.530596256, 0)
  490. ComingSoonBlue.Size = UDim2.new(0, 148, 0, 49)
  491. ComingSoonBlue.Font = Enum.Font.GothamBold
  492. ComingSoonBlue.Text = "Coming Soon!"
  493. ComingSoonBlue.TextColor3 = Color3.new(0, 0, 0)
  494. ComingSoonBlue.TextScaled = true
  495. ComingSoonBlue.TextSize = 14
  496. ComingSoonBlue.TextWrapped = true
  497.  
  498. ComingSoonBlue_2.Name = "ComingSoonBlue"
  499. ComingSoonBlue_2.Parent = Blue
  500. ComingSoonBlue_2.BackgroundColor3 = Color3.new(1, 1, 1)
  501. ComingSoonBlue_2.Position = UDim2.new(0.54687494, 0, 0.530596256, 0)
  502. ComingSoonBlue_2.Size = UDim2.new(0, 148, 0, 49)
  503. ComingSoonBlue_2.Font = Enum.Font.GothamBold
  504. ComingSoonBlue_2.Text = "Coming Soon!"
  505. ComingSoonBlue_2.TextColor3 = Color3.new(0, 0, 0)
  506. ComingSoonBlue_2.TextScaled = true
  507. ComingSoonBlue_2.TextSize = 14
  508. ComingSoonBlue_2.TextWrapped = true
  509.  
  510. ComingSoonBlue_3.Name = "ComingSoonBlue"
  511. ComingSoonBlue_3.Parent = Blue
  512. ComingSoonBlue_3.BackgroundColor3 = Color3.new(1, 1, 1)
  513. ComingSoonBlue_3.Position = UDim2.new(0.0677083284, 0, 0.724535644, 0)
  514. ComingSoonBlue_3.Size = UDim2.new(0, 148, 0, 49)
  515. ComingSoonBlue_3.Font = Enum.Font.GothamBold
  516. ComingSoonBlue_3.Text = "Coming Soon!"
  517. ComingSoonBlue_3.TextColor3 = Color3.new(0, 0, 0)
  518. ComingSoonBlue_3.TextScaled = true
  519. ComingSoonBlue_3.TextSize = 14
  520. ComingSoonBlue_3.TextWrapped = true
  521.  
  522. ComingSoonBlue_4.Name = "ComingSoonBlue"
  523. ComingSoonBlue_4.Parent = Blue
  524. ComingSoonBlue_4.BackgroundColor3 = Color3.new(1, 1, 1)
  525. ComingSoonBlue_4.Position = UDim2.new(0.54687494, 0, 0.724535644, 0)
  526. ComingSoonBlue_4.Size = UDim2.new(0, 148, 0, 49)
  527. ComingSoonBlue_4.Font = Enum.Font.GothamBold
  528. ComingSoonBlue_4.Text = "Coming Soon!"
  529. ComingSoonBlue_4.TextColor3 = Color3.new(0, 0, 0)
  530. ComingSoonBlue_4.TextScaled = true
  531. ComingSoonBlue_4.TextSize = 14
  532. ComingSoonBlue_4.TextWrapped = true
  533.  
  534. BridgeSpawnGUIRed.Name = "BridgeSpawnGUIRed"
  535. BridgeSpawnGUIRed.Parent = BIGPaintballv1
  536. BridgeSpawnGUIRed.BackgroundColor3 = Color3.new(0, 0, 0)
  537. BridgeSpawnGUIRed.Position = UDim2.new(0.608333349, 0, 0.0884520859, 0)
  538. BridgeSpawnGUIRed.Size = UDim2.new(0, 227, 0, 136)
  539.  
  540. TitleBridgeRed.Name = "TitleBridgeRed"
  541. TitleBridgeRed.Parent = BridgeSpawnGUIRed
  542. TitleBridgeRed.BackgroundColor3 = Color3.new(1, 1, 1)
  543. TitleBridgeRed.BackgroundTransparency = 1
  544. TitleBridgeRed.Position = UDim2.new(0.00440528616, 0, 0.109999999, 0)
  545. TitleBridgeRed.Size = UDim2.new(0, 226, 0, 50)
  546. TitleBridgeRed.Font = Enum.Font.SourceSansBold
  547. TitleBridgeRed.Text = "Red's Bridge Spawn GUI"
  548. TitleBridgeRed.TextColor3 = Color3.new(1, 1, 1)
  549. TitleBridgeRed.TextScaled = true
  550. TitleBridgeRed.TextSize = 14
  551. TitleBridgeRed.TextWrapped = true
  552.  
  553. TopBridgeRed.Name = "TopBridgeRed"
  554. TopBridgeRed.Parent = BridgeSpawnGUIRed
  555. TopBridgeRed.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  556. TopBridgeRed.Size = UDim2.new(0, 227, 0, 16)
  557.  
  558. ExitBridgeRed.Name = "ExitBridgeRed"
  559. ExitBridgeRed.Parent = BridgeSpawnGUIRed
  560. ExitBridgeRed.BackgroundColor3 = Color3.new(1, 1, 1)
  561. ExitBridgeRed.BackgroundTransparency = 1
  562. ExitBridgeRed.Position = UDim2.new(0.942731261, 0, -0.0099998489, 0)
  563. ExitBridgeRed.Size = UDim2.new(0, 13, 0, 18)
  564. ExitBridgeRed.Font = Enum.Font.SourceSans
  565. ExitBridgeRed.Text = "X"
  566. ExitBridgeRed.TextColor3 = Color3.new(1, 1, 1)
  567. ExitBridgeRed.TextScaled = true
  568. ExitBridgeRed.TextSize = 14
  569. ExitBridgeRed.TextWrapped = true
  570. ExitBridgeRed.MouseButton1Down:Connect(function()
  571. BridgeSpawnGUIRed.Visible = false
  572. end)
  573.  
  574. LeftSpawnRed.Name = "LeftSpawnRed"
  575. LeftSpawnRed.Parent = BridgeSpawnGUIRed
  576. LeftSpawnRed.BackgroundColor3 = Color3.new(1, 1, 1)
  577. LeftSpawnRed.Position = UDim2.new(0.0837004408, 0, 0.477647066, 0)
  578. LeftSpawnRed.Size = UDim2.new(0, 85, 0, 27)
  579. LeftSpawnRed.Font = Enum.Font.GothamBold
  580. LeftSpawnRed.Text = "Left"
  581. LeftSpawnRed.TextColor3 = Color3.new(0, 0, 0)
  582. LeftSpawnRed.TextScaled = true
  583. LeftSpawnRed.TextSize = 14
  584. LeftSpawnRed.TextWrapped = true
  585. LeftSpawnRed.MouseButton1Down:Connect(function()
  586. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(242.747986, 189.244415, -601.912415)
  587. end)
  588.  
  589. RightSpawnRed.Name = "RightSpawnRed"
  590. RightSpawnRed.Parent = BridgeSpawnGUIRed
  591. RightSpawnRed.BackgroundColor3 = Color3.new(1, 1, 1)
  592. RightSpawnRed.Position = UDim2.new(0.568281949, 0, 0.477647066, 0)
  593. RightSpawnRed.Size = UDim2.new(0, 85, 0, 27)
  594. RightSpawnRed.Font = Enum.Font.GothamBold
  595. RightSpawnRed.Text = "Right"
  596. RightSpawnRed.TextColor3 = Color3.new(0, 0, 0)
  597. RightSpawnRed.TextScaled = true
  598. RightSpawnRed.TextSize = 14
  599. RightSpawnRed.TextWrapped = true
  600. RightSpawnRed.MouseButton1Down:Connect(function()
  601. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(58.4538689, 189.244415, -604.65509)
  602. end)
  603.  
  604. UndergroundSpawnRed.Name = "UndergroundSpawnRed"
  605. UndergroundSpawnRed.Parent = BridgeSpawnGUIRed
  606. UndergroundSpawnRed.BackgroundColor3 = Color3.new(1, 1, 1)
  607. UndergroundSpawnRed.Position = UDim2.new(0.312775344, 0, 0.735000014, 0)
  608. UndergroundSpawnRed.Size = UDim2.new(0, 85, 0, 27)
  609. UndergroundSpawnRed.Font = Enum.Font.GothamBold
  610. UndergroundSpawnRed.Text = "Underground"
  611. UndergroundSpawnRed.TextColor3 = Color3.new(0, 0, 0)
  612. UndergroundSpawnRed.TextScaled = true
  613. UndergroundSpawnRed.TextSize = 14
  614. UndergroundSpawnRed.TextWrapped = true
  615. UndergroundSpawnRed.MouseButton1Down:Connect(function()
  616. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(149.184387, 135.449448, -603.344238)
  617. end)
  618.  
  619. BridgeSpawnGUIBlue.Name = "BridgeSpawnGUIBlue"
  620. BridgeSpawnGUIBlue.Parent = BIGPaintballv1
  621. BridgeSpawnGUIBlue.BackgroundColor3 = Color3.new(0, 0, 0)
  622. BridgeSpawnGUIBlue.Position = UDim2.new(0.568939388, 0, 0.296068788, 0)
  623. BridgeSpawnGUIBlue.Size = UDim2.new(0, 227, 0, 136)
  624.  
  625. TitleBridgeBlue.Name = "TitleBridgeBlue"
  626. TitleBridgeBlue.Parent = BridgeSpawnGUIBlue
  627. TitleBridgeBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  628. TitleBridgeBlue.BackgroundTransparency = 1
  629. TitleBridgeBlue.Position = UDim2.new(0.00440528616, 0, 0.109999999, 0)
  630. TitleBridgeBlue.Size = UDim2.new(0, 226, 0, 50)
  631. TitleBridgeBlue.Font = Enum.Font.SourceSansBold
  632. TitleBridgeBlue.Text = "Blue's Bridge Spawn GUI"
  633. TitleBridgeBlue.TextColor3 = Color3.new(1, 1, 1)
  634. TitleBridgeBlue.TextSize = 23
  635. TitleBridgeBlue.TextWrapped = true
  636.  
  637. TopBridgeBlue.Name = "TopBridgeBlue"
  638. TopBridgeBlue.Parent = BridgeSpawnGUIBlue
  639. TopBridgeBlue.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  640. TopBridgeBlue.Size = UDim2.new(0, 227, 0, 16)
  641.  
  642. ExitBridgeBlue.Name = "ExitBridgeBlue"
  643. ExitBridgeBlue.Parent = BridgeSpawnGUIBlue
  644. ExitBridgeBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  645. ExitBridgeBlue.BackgroundTransparency = 1
  646. ExitBridgeBlue.Position = UDim2.new(0.942731261, 0, -0.0099998489, 0)
  647. ExitBridgeBlue.Size = UDim2.new(0, 13, 0, 18)
  648. ExitBridgeBlue.Font = Enum.Font.SourceSans
  649. ExitBridgeBlue.Text = "X"
  650. ExitBridgeBlue.TextColor3 = Color3.new(1, 1, 1)
  651. ExitBridgeBlue.TextScaled = true
  652. ExitBridgeBlue.TextSize = 14
  653. ExitBridgeBlue.TextWrapped = true
  654. ExitBridgeBlue.MouseButton1Down:Connect(function()
  655. BridgeSpawnGUIBlue.Visible = false
  656. end)
  657.  
  658. LeftSpawnBlue.Name = "LeftSpawnBlue"
  659. LeftSpawnBlue.Parent = BridgeSpawnGUIBlue
  660. LeftSpawnBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  661. LeftSpawnBlue.Position = UDim2.new(0.0837004408, 0, 0.477647066, 0)
  662. LeftSpawnBlue.Size = UDim2.new(0, 85, 0, 27)
  663. LeftSpawnBlue.Font = Enum.Font.GothamBold
  664. LeftSpawnBlue.Text = "Left"
  665. LeftSpawnBlue.TextColor3 = Color3.new(0, 0, 0)
  666. LeftSpawnBlue.TextScaled = true
  667. LeftSpawnBlue.TextSize = 14
  668. LeftSpawnBlue.TextWrapped = true
  669. LeftSpawnBlue.MouseButton1Down:Connect(function()
  670. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(62.3924332, 177.061676, -297.58194)
  671. end)
  672.  
  673. RightSpawnBlue.Name = "RightSpawnBlue"
  674. RightSpawnBlue.Parent = BridgeSpawnGUIBlue
  675. RightSpawnBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  676. RightSpawnBlue.Position = UDim2.new(0.568281949, 0, 0.477647066, 0)
  677. RightSpawnBlue.Size = UDim2.new(0, 85, 0, 27)
  678. RightSpawnBlue.Font = Enum.Font.GothamBold
  679. RightSpawnBlue.Text = "Right"
  680. RightSpawnBlue.TextColor3 = Color3.new(0, 0, 0)
  681. RightSpawnBlue.TextScaled = true
  682. RightSpawnBlue.TextSize = 14
  683. RightSpawnBlue.TextWrapped = true
  684. RightSpawnBlue.MouseButton1Down:Connect(function()
  685. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(236.440292, 183.222748, -299.291382)
  686. end)
  687.  
  688. UndergroundSpawnBlue.Name = "UndergroundSpawnBlue"
  689. UndergroundSpawnBlue.Parent = BridgeSpawnGUIBlue
  690. UndergroundSpawnBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  691. UndergroundSpawnBlue.Position = UDim2.new(0.312775344, 0, 0.735000014, 0)
  692. UndergroundSpawnBlue.Size = UDim2.new(0, 85, 0, 27)
  693. UndergroundSpawnBlue.Font = Enum.Font.GothamBold
  694. UndergroundSpawnBlue.Text = "Underground"
  695. UndergroundSpawnBlue.TextColor3 = Color3.new(0, 0, 0)
  696. UndergroundSpawnBlue.TextScaled = true
  697. UndergroundSpawnBlue.TextSize = 14
  698. UndergroundSpawnBlue.TextWrapped = true
  699. UndergroundSpawnBlue.MouseButton1Down:Connect(function()
  700. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.894318, 135.449448, -303.942688)
  701. end)
  702.  
  703. CabinSpawnGUIRed.Name = "CabinSpawnGUIRed"
  704. CabinSpawnGUIRed.Parent = BIGPaintballv1
  705. CabinSpawnGUIRed.BackgroundColor3 = Color3.new(0, 0, 0)
  706. CabinSpawnGUIRed.Position = UDim2.new(0.0174242854, 0, 0.0245700255, 0)
  707. CabinSpawnGUIRed.Size = UDim2.new(0, 227, 0, 136)
  708.  
  709. TitleCabinRed.Name = "TitleCabinRed"
  710. TitleCabinRed.Parent = CabinSpawnGUIRed
  711. TitleCabinRed.BackgroundColor3 = Color3.new(1, 1, 1)
  712. TitleCabinRed.BackgroundTransparency = 1
  713. TitleCabinRed.Position = UDim2.new(0.00440528616, 0, 0.109999999, 0)
  714. TitleCabinRed.Size = UDim2.new(0, 226, 0, 50)
  715. TitleCabinRed.Font = Enum.Font.SourceSansBold
  716. TitleCabinRed.Text = "Red's Cabin Spawn GUI"
  717. TitleCabinRed.TextColor3 = Color3.new(1, 1, 1)
  718. TitleCabinRed.TextScaled = true
  719. TitleCabinRed.TextSize = 14
  720. TitleCabinRed.TextWrapped = true
  721.  
  722. TopCabinRed.Name = "TopCabinRed"
  723. TopCabinRed.Parent = CabinSpawnGUIRed
  724. TopCabinRed.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  725. TopCabinRed.Size = UDim2.new(0, 227, 0, 16)
  726.  
  727. ExitCabinRed.Name = "ExitCabinRed"
  728. ExitCabinRed.Parent = CabinSpawnGUIRed
  729. ExitCabinRed.BackgroundColor3 = Color3.new(1, 1, 1)
  730. ExitCabinRed.BackgroundTransparency = 1
  731. ExitCabinRed.Position = UDim2.new(0.942731261, 0, -0.0099998489, 0)
  732. ExitCabinRed.Size = UDim2.new(0, 13, 0, 18)
  733. ExitCabinRed.Font = Enum.Font.SourceSans
  734. ExitCabinRed.Text = "X"
  735. ExitCabinRed.TextColor3 = Color3.new(1, 1, 1)
  736. ExitCabinRed.TextScaled = true
  737. ExitCabinRed.TextSize = 14
  738. ExitCabinRed.TextWrapped = true
  739. ExitCabinRed.MouseButton1Down:Connect(function()
  740. CabinSpawnGUIRed.Visible = false
  741. end)
  742.  
  743. LeftSpawnRed_2.Name = "LeftSpawnRed"
  744. LeftSpawnRed_2.Parent = CabinSpawnGUIRed
  745. LeftSpawnRed_2.BackgroundColor3 = Color3.new(1, 1, 1)
  746. LeftSpawnRed_2.Position = UDim2.new(0.0837004408, 0, 0.477647066, 0)
  747. LeftSpawnRed_2.Size = UDim2.new(0, 85, 0, 27)
  748. LeftSpawnRed_2.Font = Enum.Font.GothamBold
  749. LeftSpawnRed_2.Text = "Left"
  750. LeftSpawnRed_2.TextColor3 = Color3.new(0, 0, 0)
  751. LeftSpawnRed_2.TextScaled = true
  752. LeftSpawnRed_2.TextSize = 14
  753. LeftSpawnRed_2.TextWrapped = true
  754. LeftSpawnRed_2.MouseButton1Down:Connect(function()
  755. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-345.799896, 73.3953018, 247.41478)
  756. end)
  757.  
  758. RightSpawnRed_2.Name = "RightSpawnRed"
  759. RightSpawnRed_2.Parent = CabinSpawnGUIRed
  760. RightSpawnRed_2.BackgroundColor3 = Color3.new(1, 1, 1)
  761. RightSpawnRed_2.Position = UDim2.new(0.568281949, 0, 0.477647066, 0)
  762. RightSpawnRed_2.Size = UDim2.new(0, 85, 0, 27)
  763. RightSpawnRed_2.Font = Enum.Font.GothamBold
  764. RightSpawnRed_2.Text = "Right"
  765. RightSpawnRed_2.TextColor3 = Color3.new(0, 0, 0)
  766. RightSpawnRed_2.TextScaled = true
  767. RightSpawnRed_2.TextSize = 14
  768. RightSpawnRed_2.TextWrapped = true
  769. RightSpawnRed_2.MouseButton1Down:Connect(function()
  770. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-131.310883, 74.919548, 355.815369)
  771. end)
  772.  
  773. MiddleSpawnRed.Name = "MiddleSpawnRed"
  774. MiddleSpawnRed.Parent = CabinSpawnGUIRed
  775. MiddleSpawnRed.BackgroundColor3 = Color3.new(1, 1, 1)
  776. MiddleSpawnRed.Position = UDim2.new(0.312775344, 0, 0.735000014, 0)
  777. MiddleSpawnRed.Size = UDim2.new(0, 85, 0, 27)
  778. MiddleSpawnRed.Font = Enum.Font.GothamBold
  779. MiddleSpawnRed.Text = "Middle"
  780. MiddleSpawnRed.TextColor3 = Color3.new(0, 0, 0)
  781. MiddleSpawnRed.TextScaled = true
  782. MiddleSpawnRed.TextSize = 14
  783. MiddleSpawnRed.TextWrapped = true
  784. MiddleSpawnRed.MouseButton1Down:Connect(function()
  785. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-259.215302, 81.1787033, 289.373535)
  786. end)
  787.  
  788. CabinSpawnGUIBlue.Name = "CabinSpawnGUIBlue"
  789. CabinSpawnGUIBlue.Parent = BIGPaintballv1
  790. CabinSpawnGUIBlue.BackgroundColor3 = Color3.new(0, 0, 0)
  791. CabinSpawnGUIBlue.Position = UDim2.new(0.0174242854, 0, 0.206388205, 0)
  792. CabinSpawnGUIBlue.Size = UDim2.new(0, 227, 0, 136)
  793.  
  794. TitleCabinBlue.Name = "TitleCabinBlue"
  795. TitleCabinBlue.Parent = CabinSpawnGUIBlue
  796. TitleCabinBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  797. TitleCabinBlue.BackgroundTransparency = 1
  798. TitleCabinBlue.Position = UDim2.new(0.00440528616, 0, 0.109999999, 0)
  799. TitleCabinBlue.Size = UDim2.new(0, 226, 0, 50)
  800. TitleCabinBlue.Font = Enum.Font.SourceSansBold
  801. TitleCabinBlue.Text = "Blue's Cabin Spawn GUI"
  802. TitleCabinBlue.TextColor3 = Color3.new(1, 1, 1)
  803. TitleCabinBlue.TextScaled = true
  804. TitleCabinBlue.TextSize = 14
  805. TitleCabinBlue.TextWrapped = true
  806.  
  807. TopCabinBlue.Name = "TopCabinBlue"
  808. TopCabinBlue.Parent = CabinSpawnGUIBlue
  809. TopCabinBlue.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  810. TopCabinBlue.Size = UDim2.new(0, 227, 0, 16)
  811.  
  812. ExitCabinBlue.Name = "ExitCabinBlue"
  813. ExitCabinBlue.Parent = CabinSpawnGUIBlue
  814. ExitCabinBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  815. ExitCabinBlue.BackgroundTransparency = 1
  816. ExitCabinBlue.Position = UDim2.new(0.942731261, 0, -0.0099998489, 0)
  817. ExitCabinBlue.Size = UDim2.new(0, 13, 0, 18)
  818. ExitCabinBlue.Font = Enum.Font.SourceSans
  819. ExitCabinBlue.Text = "X"
  820. ExitCabinBlue.TextColor3 = Color3.new(1, 1, 1)
  821. ExitCabinBlue.TextScaled = true
  822. ExitCabinBlue.TextSize = 14
  823. ExitCabinBlue.TextWrapped = true
  824. ExitCabinBlue.MouseButton1Down:Connect(function()
  825. CabinSpawnGUIBlue.Visible = false
  826. end)
  827.  
  828. LeftSpawnBlue_2.Name = "LeftSpawnBlue"
  829. LeftSpawnBlue_2.Parent = CabinSpawnGUIBlue
  830. LeftSpawnBlue_2.BackgroundColor3 = Color3.new(1, 1, 1)
  831. LeftSpawnBlue_2.Position = UDim2.new(0.0837004408, 0, 0.477647066, 0)
  832. LeftSpawnBlue_2.Size = UDim2.new(0, 85, 0, 27)
  833. LeftSpawnBlue_2.Font = Enum.Font.GothamBold
  834. LeftSpawnBlue_2.Text = "Left"
  835. LeftSpawnBlue_2.TextColor3 = Color3.new(0, 0, 0)
  836. LeftSpawnBlue_2.TextScaled = true
  837. LeftSpawnBlue_2.TextSize = 14
  838. LeftSpawnBlue_2.TextWrapped = true
  839. LeftSpawnBlue_2.MouseButton1Down:Connect(function()
  840. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(341.385742, 73.3945465, -157.061371)
  841. end)
  842.  
  843. RightSpawnBlue_2.Name = "RightSpawnBlue"
  844. RightSpawnBlue_2.Parent = CabinSpawnGUIBlue
  845. RightSpawnBlue_2.BackgroundColor3 = Color3.new(1, 1, 1)
  846. RightSpawnBlue_2.Position = UDim2.new(0.568281949, 0, 0.477647066, 0)
  847. RightSpawnBlue_2.Size = UDim2.new(0, 85, 0, 27)
  848. RightSpawnBlue_2.Font = Enum.Font.GothamBold
  849. RightSpawnBlue_2.Text = "Right"
  850. RightSpawnBlue_2.TextColor3 = Color3.new(0, 0, 0)
  851. RightSpawnBlue_2.TextScaled = true
  852. RightSpawnBlue_2.TextSize = 14
  853. RightSpawnBlue_2.TextWrapped = true
  854. RightSpawnBlue_2.MouseButton1Down:Connect(function()
  855. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(194.69545, 74.9987106, -322.324951)
  856. end)
  857.  
  858. MiddleSpawnBlue.Name = "MiddleSpawnBlue"
  859. MiddleSpawnBlue.Parent = CabinSpawnGUIBlue
  860. MiddleSpawnBlue.BackgroundColor3 = Color3.new(1, 1, 1)
  861. MiddleSpawnBlue.Position = UDim2.new(0.312775344, 0, 0.735000014, 0)
  862. MiddleSpawnBlue.Size = UDim2.new(0, 85, 0, 27)
  863. MiddleSpawnBlue.Font = Enum.Font.GothamBold
  864. MiddleSpawnBlue.Text = "Middle"
  865. MiddleSpawnBlue.TextColor3 = Color3.new(0, 0, 0)
  866. MiddleSpawnBlue.TextScaled = true
  867. MiddleSpawnBlue.TextSize = 14
  868. MiddleSpawnBlue.TextWrapped = true
  869. MiddleSpawnBlue.MouseButton1Down:Connect(function()
  870. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(286.3302, 79.3771057, -229.281891)
  871. end)
  872.  
  873. -- Scripts:
  874.  
  875. Blue.Active = true
  876. Blue.Visible = false
  877. Blue.Draggable = true
  878.  
  879. Red.Active = true
  880. Red.Visible = false
  881. Red.Draggable = true
  882.  
  883. BridgeSpawnGUIBlue.Active = true
  884. BridgeSpawnGUIBlue.Visible = false
  885. BridgeSpawnGUIBlue.Draggable = true
  886.  
  887. BridgeSpawnGUIRed.Active = true
  888. BridgeSpawnGUIRed.Visible = false
  889. BridgeSpawnGUIRed.Draggable = true
  890.  
  891. CabinSpawnGUIBlue.Active = true
  892. CabinSpawnGUIBlue.Visible = false
  893. CabinSpawnGUIBlue.Draggable = true
  894.  
  895. CabinSpawnGUIRed.Active = true
  896. CabinSpawnGUIRed.Visible = false
  897. CabinSpawnGUIRed.Draggable = true
  898.  
  899. Main.Active = true
  900. Main.Visible = true
  901. Main.Draggable = true
  902.  
  903. Walkspeed.Active = true
  904. Walkspeed.Visible = false
  905. Walkspeed.Draggable = true
  906.  
  907. OpenGui.Active = true
  908. OpenGui.Visible = false
  909. OpenGui.Draggable = false
  910.  
  911.  
  912. Exit.MouseButton1Down:Connect(function()
  913. Main.Visible = false
  914. OpenGui.Visible = true
  915. Blue.Visible = false
  916. BridgeSpawnGUIBlue.Visible = false
  917. BridgeSpawnGUIRed.Visible = false
  918. CabinSpawnGUIBlue.Visible = false
  919. CabinSpawnGUIRed.Visible = false
  920. Walkspeed.Visible = false
  921. Red.Visible = false
  922. end)
  923.  
  924. OpenGui.MouseButton1Down:Connect(function()
  925. Main.Visible = true
  926. OpenGui.Visible = false
  927. Red.Visible = false
  928. end)
  929.  
  930. WalkSpeed.MouseButton1Down:Connect(function()
  931. Walkspeed.Visible = true
  932. end)
  933.  
  934. ExitWalkSpeed.MouseButton1Down:Connect(function()
  935. Walkspeed.Visible = false
  936. Walkspeed.Active = true
  937. end)
  938.  
  939. BTools.MouseButton1Down:Connect(function()
  940. local player = game.Players.LocalPlayer
  941. local mouse = player:GetMouse()
  942.  
  943. -- Objects
  944.  
  945. local ScreenGui = Instance.new("ScreenGui")
  946. local TextButton = Instance.new("TextButton")
  947. local On = Instance.new("StringValue")
  948.  
  949. -- Properties
  950.  
  951. ScreenGui.Parent = player.PlayerGui
  952.  
  953. TextButton.Parent = ScreenGui
  954. TextButton.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  955. TextButton.BorderSizePixel = 0
  956. TextButton.Position = UDim2.new(0, 0, 0.455743879, 0)
  957. TextButton.Size = UDim2.new(0, 186, 0, 35)
  958. TextButton.Font = Enum.Font.SourceSans
  959. TextButton.Text = "Btools (Off)"
  960. TextButton.TextColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  961. TextButton.TextScaled = true
  962. TextButton.TextSize = 14
  963. TextButton.TextWrapped = true
  964.  
  965.  
  966. On.Parent = TextButton
  967. On.Value = "Off"
  968.  
  969. -- Scripts
  970.  
  971. TextButton.MouseButton1Up:Connect(function()
  972. if On.Value == "Off" then
  973. On.Value = "On"
  974. TextButton.Text = "Btools (On)"
  975. else
  976. On.Value = "Off"
  977. TextButton.Text = "Btools (Off)"
  978. end
  979. end)
  980.  
  981. mouse.Button1Up:Connect(function()
  982. if On.Value == "Off" then
  983. print('btools off')
  984. else
  985. if mouse.Target.Locked == true then
  986. mouse.Target:Destroy()
  987. else
  988. mouse.Target:Destroy()
  989. end
  990. end
  991. end)
  992. end)
  993.  
  994. TypeSpeedHere.Changed:Connect(function()
  995. local number = TypeSpeedHere.Text
  996. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (number)
  997. end)
  998.  
  999. KillRoblox.MouseButton1Down:Connect(function()
  1000. game.Players.LocalPlayer:remove()
  1001. game.Players.LocalPlayer:destroy()
  1002. game.Players:ClearAllChildren()
  1003. end)
  1004.  
  1005. ESP.MouseButton1Down:Connect(function()
  1006. local gui = Instance.new("BillboardGui");
  1007. gui.Name = "";
  1008. gui.AlwaysOnTop = true;
  1009. gui.LightInfluence = 0;
  1010. gui.Size = UDim2.new(1.75, 0, 1.75, 0);
  1011. local frame = Instance.new("Frame", gui);
  1012. frame.BackgroundColor3 = Color3.fromRGB(170, 0, 0);
  1013. frame.Size = UDim2.new(1, 0, 1, 0);
  1014. frame.BorderSizePixel = 4;
  1015. frame.BorderColor3 = Color3.fromRGB(0, 0, 0);
  1016. local gi = gui:Clone();
  1017. local body = frame:Clone();
  1018. body.Parent = gi;
  1019. body.BackgroundColor3 = Color3.fromRGB(0, 170, 170);
  1020. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  1021. if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
  1022. gui:Clone().Parent = v.Character.Head;
  1023. end
  1024. end
  1025. end)
Add Comment
Please, Sign In to add comment