Advertisement
FilterYT

Untitled

Apr 16th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.60 KB | None | 0 0
  1. local ScreenGui = Instance.new('ScreenGui')
  2. local Frame = Instance.new('Frame')
  3. local Title = Instance.new('TextLabel')
  4. local Others = Instance.new('TextLabel')
  5. local WhiteLaunch = Instance.new('TextButton')
  6. local RedLaunch = Instance.new('TextButton')
  7. local BlackLaunch = Instance.new('TextButton')
  8. local BlueLaunch = Instance.new('TextButton')
  9. local GreenLaunch = Instance.new('TextButton')
  10. local PinkLaunch = Instance.new('TextButton')
  11. local YellowLaunch = Instance.new('TextButton')
  12. local AllLaunch = Instance.new('TextButton')
  13. local WhiteTeam = Instance.new('TextButton')
  14. local RedTeam = Instance.new('TextButton')
  15. local BlackTeam = Instance.new('TextButton')
  16. local BlueTeam = Instance.new('TextButton')
  17. local GreenTeam = Instance.new('TextButton')
  18. local PinkTeam = Instance.new('TextButton')
  19. local YellowTeam = Instance.new('TextButton')
  20. local TPtool = Instance.new('TextButton')
  21. local Chests = Instance.new('TextButton')
  22. local Player = Instance.new('TextBox')
  23. local TPplayer = Instance.new('TextButton')
  24. local TPValue = Instance.new('TextLabel')
  25. local JumpText = Instance.new('TextBox')
  26. local Jump = Instance.new('TextButton')
  27. local JPValue = Instance.new('TextLabel')
  28. local SpeedText = Instance.new('TextBox')
  29. local Speed = Instance.new('TextButton')
  30. local SPDValue = Instance.new('TextLabel')
  31.  
  32. -- Properties
  33.  
  34. ScreenGui.Name = 'BuildABoatGui'
  35. ScreenGui.Parent = game.CoreGui
  36. mouse = game.Players.LocalPlayer:GetMouse()
  37.  
  38. Frame.Parent = ScreenGui
  39. Frame.Active = true
  40. Frame.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  41. Frame.BackgroundTransparency = 0.1
  42. Frame.BorderColor3 = Color3.new(1, 1, 1)
  43. Frame.Draggable = true
  44. Frame.Position = UDim2.new(0.14, 0, 0.015, 0)
  45. Frame.Selectable = true
  46. Frame.Size = UDim2.new(0, 350, 0, 350)
  47.  
  48. frame_2 = game.CoreGui.BuildABoatGui.Frame
  49. Enabled = true
  50.  
  51. Title.Name = 'Title'
  52. Title.Parent = Frame
  53. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  54. Title.BackgroundTransparency = 1
  55. Title.BorderColor3 = Color3.new(1, 1, 1)
  56. Title.BorderSizePixel = 2
  57. Title.Position = UDim2.new(0.09, 0, 0, 0)
  58. Title.Size = UDim2.new(0, 288, 0, 50)
  59. Title.Font = Enum.Font.Cartoon
  60. Title.Text = 'Build A boat For Treasure'
  61. Title.TextColor3 = Color3.new(1, 1, 1)
  62. Title.TextScaled = true
  63. Title.TextSize = 14
  64. Title.TextWrapped = true
  65.  
  66. Others.Name = 'Others'
  67. Others.Parent = Frame
  68. Others.BackgroundColor3 = Color3.new(0, 0, 0)
  69. Others.BackgroundTransparency = 1
  70. Others.BorderColor3 = Color3.new(1, 1, 1)
  71. Others.BorderSizePixel = 2
  72. Others.Position = UDim2.new(0.09, 0, 0.64, 0)
  73. Others.Size = UDim2.new(0, 288, 0, 48)
  74. Others.Font = Enum.Font.Cartoon
  75. Others.Text = 'Others'
  76. Others.TextColor3 = Color3.new(1, 1, 1)
  77. Others.TextScaled = false
  78. Others.TextSize = 35
  79. Others.TextWrapped = true
  80.  
  81. WhiteLaunch.Name = 'WhiteLaunch'
  82. WhiteLaunch.Parent = Frame
  83. WhiteLaunch.AnchorPoint = Vector2.new(0.5, 0)
  84. WhiteLaunch.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  85. WhiteLaunch.BorderColor3 = Color3.new(1, 1, 1)
  86. WhiteLaunch.Position = UDim2.new(0.2, 0, 0.16, 0)
  87. WhiteLaunch.Size = UDim2.new(0, 100, 0, 30)
  88. WhiteLaunch.AutoButtonColor = false
  89. WhiteLaunch.Font = Enum.Font.SourceSansBold
  90. WhiteLaunch.Text = 'Launch White'
  91. WhiteLaunch.TextColor3 = Color3.new(1, 1, 1)
  92. WhiteLaunch.TextSize = 14
  93.  
  94. RedLaunch.Name = 'RedLaunch'
  95. RedLaunch.Parent = Frame
  96. RedLaunch.AnchorPoint = Vector2.new(0.5, 0)
  97. RedLaunch.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  98. RedLaunch.BorderColor3 = Color3.new(1, 1, 1)
  99. RedLaunch.Position = UDim2.new(0.5, 0, 0.16, 0)
  100. RedLaunch.Size = UDim2.new(0, 100, 0, 30)
  101. RedLaunch.AutoButtonColor = false
  102. RedLaunch.Font = Enum.Font.SourceSansBold
  103. RedLaunch.Text = 'Launch Red'
  104. RedLaunch.TextColor3 = Color3.new(1, 0.168, 0.18)
  105. RedLaunch.TextSize = 14
  106.  
  107. BlackLaunch.Name = 'BlackLaunch'
  108. BlackLaunch.Parent = Frame
  109. BlackLaunch.AnchorPoint = Vector2.new(0.5, 0)
  110. BlackLaunch.BackgroundColor3 = Color3.new(0.165, 0.165, 0.1645)
  111. BlackLaunch.BorderColor3 = Color3.new(1, 1, 1)
  112. BlackLaunch.Position = UDim2.new(0.8, 0, 0.16, 0)
  113. BlackLaunch.Size = UDim2.new(0, 100, 0, 30)
  114. BlackLaunch.AutoButtonColor = false
  115. BlackLaunch.Font = Enum.Font.SourceSansBold
  116. BlackLaunch.Text = 'Launch Black'
  117. BlackLaunch.TextColor3 = Color3.new(0, 0, 0)
  118. BlackLaunch.TextSize = 14
  119.  
  120. BlueLaunch.Name = 'BlueLaunch'
  121. BlueLaunch.Parent = Frame
  122. BlueLaunch.AnchorPoint = Vector2.new(0.5, 0)
  123. BlueLaunch.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  124. BlueLaunch.BorderColor3 = Color3.new(1, 1, 1)
  125. BlueLaunch.Position = UDim2.new(0.2, 0, 0.26, 0)
  126. BlueLaunch.Size = UDim2.new(0, 100, 0, 30)
  127. BlueLaunch.AutoButtonColor = false
  128. BlueLaunch.Font = Enum.Font.SourceSansBold
  129. BlueLaunch.Text = 'Launch Blue'
  130. BlueLaunch.TextColor3 = Color3.new(0.38, 0.42, 1)
  131. BlueLaunch.TextSize = 14
  132.  
  133. GreenLaunch.Name = 'GreenLaunch'
  134. GreenLaunch.Parent = Frame
  135. GreenLaunch.AnchorPoint = Vector2.new(0.5, 0)
  136. GreenLaunch.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  137. GreenLaunch.BorderColor3 = Color3.new(1, 1, 1)
  138. GreenLaunch.Position = UDim2.new(0.5, 0, 0.26, 0)
  139. GreenLaunch.Size = UDim2.new(0, 100, 0, 30)
  140. GreenLaunch.AutoButtonColor = false
  141. GreenLaunch.Font = Enum.Font.SourceSansBold
  142. GreenLaunch.Text = 'Launch Green'
  143. GreenLaunch.TextColor3 = Color3.new(0, 0.5, 0)
  144. GreenLaunch.TextSize = 14
  145.  
  146. PinkLaunch.Name = 'PinkLaunch'
  147. PinkLaunch.Parent = Frame
  148. PinkLaunch.AnchorPoint = Vector2.new(0.5, 0)
  149. PinkLaunch.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  150. PinkLaunch.BorderColor3 = Color3.new(1, 1, 1)
  151. PinkLaunch.Position = UDim2.new(0.8, 0, 0.26, 0)
  152. PinkLaunch.Size = UDim2.new(0, 100, 0, 30)
  153. PinkLaunch.AutoButtonColor = false
  154. PinkLaunch.Font = Enum.Font.SourceSansBold
  155. PinkLaunch.Text = 'Launch Pink'
  156. PinkLaunch.TextColor3 = Color3.new(1, 0.1, 1)
  157. PinkLaunch.TextSize = 14
  158.  
  159. YellowLaunch.Name = 'YellowLaunch'
  160. YellowLaunch.Parent = Frame
  161. YellowLaunch.AnchorPoint = Vector2.new(0.5, 0)
  162. YellowLaunch.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  163. YellowLaunch.BorderColor3 = Color3.new(1, 1, 1)
  164. YellowLaunch.Position = UDim2.new(0.2, 0, 0.36, 0)
  165. YellowLaunch.Size = UDim2.new(0, 100, 0, 30)
  166. YellowLaunch.AutoButtonColor = false
  167. YellowLaunch.Font = Enum.Font.SourceSansBold
  168. YellowLaunch.Text = 'Launch Yellow'
  169. YellowLaunch.TextColor3 = Color3.new(1, 1, 0)
  170. YellowLaunch.TextSize = 14
  171.  
  172. AllLaunch.Name = 'AllLaunch'
  173. AllLaunch.Parent = Frame
  174. AllLaunch.AnchorPoint = Vector2.new(0.5, 0)
  175. AllLaunch.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  176. AllLaunch.BorderColor3 = Color3.new(1, 1, 1)
  177. AllLaunch.Position = UDim2.new(0.5, 0, 0.36, 0)
  178. AllLaunch.Size = UDim2.new(0, 100, 0, 30)
  179. AllLaunch.AutoButtonColor = false
  180. AllLaunch.Font = Enum.Font.SourceSansBold
  181. AllLaunch.Text = 'Launch All Teams'
  182. AllLaunch.TextColor3 = Color3.new(1, 1, 0)
  183. AllLaunch.TextSize = 14
  184.  
  185. WhiteTeam.Name = 'WhiteTeam'
  186. WhiteTeam.Parent = Frame
  187. WhiteTeam.AnchorPoint = Vector2.new(0.5, 0)
  188. WhiteTeam.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  189. WhiteTeam.BorderColor3 = Color3.new(1, 1, 1)
  190. WhiteTeam.Position = UDim2.new(0.8, 0, 0.56, 0)
  191. WhiteTeam.Size = UDim2.new(0, 100, 0, 30)
  192. WhiteTeam.AutoButtonColor = false
  193. WhiteTeam.Font = Enum.Font.SourceSansBold
  194. WhiteTeam.Text = 'Team white'
  195. WhiteTeam.TextColor3 = Color3.new(1, 1, 1)
  196. WhiteTeam.TextSize = 14
  197.  
  198. RedTeam.Name = 'RedTeam'
  199. RedTeam.Parent = Frame
  200. RedTeam.AnchorPoint = Vector2.new(0.5, 0)
  201. RedTeam.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  202. RedTeam.BorderColor3 = Color3.new(1, 1, 1)
  203. RedTeam.Position = UDim2.new(0.5, 0, 0.56, 0)
  204. RedTeam.Size = UDim2.new(0, 100, 0, 30)
  205. RedTeam.AutoButtonColor = false
  206. RedTeam.Font = Enum.Font.SourceSansBold
  207. RedTeam.Text = 'Team Red'
  208. RedTeam.TextColor3 = Color3.new(1, 0.17, 0.18)
  209. RedTeam.TextSize = 14
  210.  
  211. BlackTeam.Name = 'BlackTeam'
  212. BlackTeam.Parent = Frame
  213. BlackTeam.AnchorPoint = Vector2.new(0.5, 0)
  214. BlackTeam.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  215. BlackTeam.BorderColor3 = Color3.new(1, 1, 1)
  216. BlackTeam.Position = UDim2.new(0.2, 0, 0.56, 0)
  217. BlackTeam.Size = UDim2.new(0, 100, 0, 30)
  218. BlackTeam.AutoButtonColor = false
  219. BlackTeam.Font = Enum.Font.SourceSansBold
  220. BlackTeam.Text = 'Team Black'
  221. BlackTeam.TextColor3 = Color3.new(0, 0, 0)
  222. BlackTeam.TextSize = 14
  223.  
  224. BlueTeam.Name = 'BlueTeam'
  225. BlueTeam.Parent = Frame
  226. BlueTeam.AnchorPoint = Vector2.new(0.5, 0)
  227. BlueTeam.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  228. BlueTeam.BorderColor3 = Color3.new(1, 1, 1)
  229. BlueTeam.Position = UDim2.new(0.8, 0, 0.46, 0)
  230. BlueTeam.Size = UDim2.new(0, 100, 0, 30)
  231. BlueTeam.AutoButtonColor = false
  232. BlueTeam.Font = Enum.Font.SourceSansBold
  233. BlueTeam.Text = 'Team Blue'
  234. BlueTeam.TextColor3 = Color3.new(0.38, 0.42, 1)
  235. BlueTeam.TextSize = 14
  236.  
  237. GreenTeam.Name = 'GreenTeam'
  238. GreenTeam.Parent = Frame
  239. GreenTeam.AnchorPoint = Vector2.new(0.5, 0)
  240. GreenTeam.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  241. GreenTeam.BorderColor3 = Color3.new(1, 1, 1)
  242. GreenTeam.Position = UDim2.new(0.5, 0, 0.46, 0)
  243. GreenTeam.Size = UDim2.new(0, 100, 0, 30)
  244. GreenTeam.AutoButtonColor = false
  245. GreenTeam.Font = Enum.Font.SourceSansBold
  246. GreenTeam.Text = 'Team Green'
  247. GreenTeam.TextColor3 = Color3.new(0, 0.5, 0)
  248. GreenTeam.TextSize = 14
  249.  
  250. PinkTeam.Name = 'PinkTeam'
  251. PinkTeam.Parent = Frame
  252. PinkTeam.AnchorPoint = Vector2.new(0.5, 0)
  253. PinkTeam.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  254. PinkTeam.BorderColor3 = Color3.new(1, 1, 1)
  255. PinkTeam.Position = UDim2.new(0.2, 0, 0.46, 0)
  256. PinkTeam.Size = UDim2.new(0, 100, 0, 30)
  257. PinkTeam.AutoButtonColor = false
  258. PinkTeam.Font = Enum.Font.SourceSansBold
  259. PinkTeam.Text = 'Team Pink'
  260. PinkTeam.TextColor3 = Color3.new(1, 0.1, 1)
  261. PinkTeam.TextSize = 14
  262.  
  263. YellowTeam.Name = 'YellowTeam'
  264. YellowTeam.Parent = Frame
  265. YellowTeam.AnchorPoint = Vector2.new(0.5, 0)
  266. YellowTeam.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  267. YellowTeam.BorderColor3 = Color3.new(1, 1, 1)
  268. YellowTeam.Position = UDim2.new(0.8, 0, 0.36, 0)
  269. YellowTeam.Size = UDim2.new(0, 100, 0, 30)
  270. YellowTeam.AutoButtonColor = false
  271. YellowTeam.Font = Enum.Font.SourceSansBold
  272. YellowTeam.Text = 'Team Yellow'
  273. YellowTeam.TextColor3 = Color3.new(1, 1, 0)
  274. YellowTeam.TextSize = 14
  275.  
  276. TPtool.Name = 'TPtool'
  277. TPtool.Parent = Frame
  278. TPtool.AnchorPoint = Vector2.new(0.5, 0)
  279. TPtool.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  280. TPtool.BorderColor3 = Color3.new(1, 1, 1)
  281. TPtool.Position = UDim2.new(0.8, 0, 0.86, 0)
  282. TPtool.Size = UDim2.new(0, 100, 0, 30)
  283. TPtool.AutoButtonColor = false
  284. TPtool.Font = Enum.Font.SourceSansBold
  285. TPtool.Text = 'Teleport Tool'
  286. TPtool.TextColor3 = Color3.new(1, 1, 1)
  287. TPtool.TextSize = 14
  288.  
  289. Chests.Name = 'Chests'
  290. Chests.Parent = Frame
  291. Chests.AnchorPoint = Vector2.new(0.5, 0)
  292. Chests.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  293. Chests.BorderColor3 = Color3.new(1, 1, 1)
  294. Chests.Position = UDim2.new(0.2, 0, 0.86, 0)
  295. Chests.Size = UDim2.new(0, 100, 0, 30)
  296. Chests.AutoButtonColor = false
  297. Chests.Font = Enum.Font.SourceSansBold
  298. Chests.Text = 'Collect All Chests'
  299. Chests.TextColor3 = Color3.new(1, 1, 1)
  300. Chests.TextSize = 14
  301.  
  302. Player.Name = 'Player'
  303. Player.Parent = Frame
  304. Player.AnchorPoint = Vector2.new(0.5, 0)
  305. Player.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  306. Player.BorderColor3 = Color3.new(1, 1, 1)
  307. Player.Position = UDim2.new(0.5, 0, 0.76, 0)
  308. Player.Size = UDim2.new(0, 100, 0, 30)
  309. Player.Font = Enum.Font.SourceSansBold
  310. Player.Text = 'Set Player'
  311. Player.TextColor3 = Color3.new(1, 1, 1)
  312. Player.TextSize = 14
  313.  
  314. TPplayer.Name = 'TPplayer'
  315. TPplayer.Parent = Frame
  316. TPplayer.AnchorPoint = Vector2.new(0.5, 0)
  317. TPplayer.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  318. TPplayer.BorderColor3 = Color3.new(1, 1, 1)
  319. TPplayer.Position = UDim2.new(0.5, 0, 0.86, 0)
  320. TPplayer.Size = UDim2.new(0, 100, 0, 30)
  321. TPplayer.AutoButtonColor = false
  322. TPplayer.Font = Enum.Font.SourceSansBold
  323. TPplayer.Text = 'TP To Player'
  324. TPplayer.TextColor3 = Color3.new(1, 1, 1)
  325. TPplayer.TextSize = 14
  326.  
  327. TPValue.Name = 'TPValue'
  328. TPValue.Parent = Frame
  329. TPValue.BackgroundColor3 = Color3.new(0, 0, 0)
  330. TPValue.BackgroundTransparency = 1
  331. TPValue.BorderColor3 = Color3.new(1, 1, 1)
  332. TPValue.BorderSizePixel = 2
  333. TPValue.Position = UDim2.new(1000000000, 0, 1000000000, 0)
  334. TPValue.Size = UDim2.new(0, 10, 0, 10)
  335. TPValue.Font = Enum.Font.Cartoon
  336. TPValue.Visible = false
  337. TPValue.Text = 'No Player Selected'
  338. TPValue.TextScaled = false
  339. TPValue.TextSize = 10
  340.  
  341. CharWalk = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  342.  
  343. SpeedText.Name = 'SpeedText'
  344. SpeedText.Parent = Frame
  345. SpeedText.AnchorPoint = Vector2.new(0.5, 0)
  346. SpeedText.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  347. SpeedText.BorderColor3 = Color3.new(1, 1, 1)
  348. SpeedText.Position = UDim2.new(0.2, 0, 0.66, 0)
  349. SpeedText.Size = UDim2.new(0, 100, 0, 30)
  350. SpeedText.Font = Enum.Font.SourceSansBold
  351. SpeedText.Text = 'Set Walk Speed'
  352. SpeedText.TextColor3 = Color3.new(1, 1, 1)
  353. SpeedText.TextSize = 14
  354.  
  355. Speed.Name = 'Speed'
  356. Speed.Parent = Frame
  357. Speed.AnchorPoint = Vector2.new(0.5, 0)
  358. Speed.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  359. Speed.BorderColor3 = Color3.new(1, 1, 1)
  360. Speed.Position = UDim2.new(0.2, 0, 0.76, 0)
  361. Speed.Size = UDim2.new(0, 100, 0, 30)
  362. Speed.AutoButtonColor = false
  363. Speed.Font = Enum.Font.SourceSansBold
  364. Speed.Text = 'Current: '..CharWalk
  365. Speed.TextColor3 = Color3.new(1, 1, 1)
  366. Speed.TextSize = 14
  367.  
  368. SPDValue.Name = 'SPDValue'
  369. SPDValue.Parent = Frame
  370. SPDValue.BackgroundColor3 = Color3.new(0, 0, 0)
  371. SPDValue.BackgroundTransparency = 1
  372. SPDValue.BorderColor3 = Color3.new(1, 1, 1)
  373. SPDValue.BorderSizePixel = 2
  374. SPDValue.Position = UDim2.new(1000000000, 0, 1000000000, 0)
  375. SPDValue.Size = UDim2.new(0, 10, 0, 10)
  376. SPDValue.Font = Enum.Font.Cartoon
  377. SPDValue.Visible = false
  378. SPDValue.Text = '16'
  379. SPDValue.TextScaled = false
  380. SPDValue.TextSize = 10
  381.  
  382. CharJump = game.Players.LocalPlayer.Character.Humanoid.JumpPower
  383.  
  384. JumpText.Name = 'JumpText'
  385. JumpText.Parent = Frame
  386. JumpText.AnchorPoint = Vector2.new(0.5, 0)
  387. JumpText.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  388. JumpText.BorderColor3 = Color3.new(1, 1, 1)
  389. JumpText.Position = UDim2.new(0.8, 0, 0.66, 0)
  390. JumpText.Size = UDim2.new(0, 100, 0, 30)
  391. JumpText.Font = Enum.Font.SourceSansBold
  392. JumpText.Text = 'Set Jump Power'
  393. JumpText.TextColor3 = Color3.new(1, 1, 1)
  394. JumpText.TextSize = 14
  395.  
  396. Jump.Name = 'Jump'
  397. Jump.Parent = Frame
  398. Jump.AnchorPoint = Vector2.new(0.5, 0)
  399. Jump.BackgroundColor3 = Color3.new(0.165, 0.165, 0.165)
  400. Jump.BorderColor3 = Color3.new(1, 1, 1)
  401. Jump.Position = UDim2.new(0.8, 0, 0.76, 0)
  402. Jump.Size = UDim2.new(0, 100, 0, 30)
  403. Jump.AutoButtonColor = false
  404. Jump.Font = Enum.Font.SourceSansBold
  405. Jump.Text = 'Current: '..CharJump
  406. Jump.TextColor3 = Color3.new(1, 1, 1)
  407. Jump.TextSize = 14
  408.  
  409. JPValue.Name = 'JPValue'
  410. JPValue.Parent = Frame
  411. JPValue.BackgroundColor3 = Color3.new(0, 0, 0)
  412. JPValue.BackgroundTransparency = 1
  413. JPValue.BorderColor3 = Color3.new(1, 1, 1)
  414. JPValue.BorderSizePixel = 2
  415. JPValue.Position = UDim2.new(1000000000, 0, 1000000000, 0)
  416. JPValue.Size = UDim2.new(0, 10, 0, 10)
  417. JPValue.Font = Enum.Font.Cartoon
  418. JPValue.Visible = false
  419. JPValue.Text = '50'
  420. JPValue.TextScaled = false
  421. JPValue.TextSize = 10
  422.  
  423. -- Visible/Invisible
  424.  
  425. function PressKey(key)
  426. if(key == KeyToHide) then
  427. if (Enabled == false)then
  428. frame_2.Visible = true
  429. Enabled = true
  430. elseif (Enabled == true) then
  431. frame_2.Visible = false
  432. Enabled = false
  433. end
  434. end
  435. end
  436.  
  437. mouse.KeyDown:connect(PressKey)
  438.  
  439. -- Noclip
  440.  
  441. noclip = false
  442. game:GetService('RunService').Stepped:connect(function()
  443. if noclip then
  444. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  445. end
  446. end)
  447. plr = game.Players.LocalPlayer
  448. mouse = plr:GetMouse()
  449. mouse.KeyDown:connect(function(key)
  450.  
  451. if key == KeyToNoclip then
  452. noclip = not noclip
  453. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  454. end
  455. end)
  456.  
  457. -- Scripts
  458.  
  459. WhiteLaunch.MouseButton1Down:connect(function()
  460. local LaunchWhite = game:GetService('Workspace')['WhiteZone'].RE
  461. LaunchWhite:FireServer()
  462. end)
  463.  
  464. RedLaunch.MouseButton1Down:connect(function()
  465. local LaunchRed = game:GetService('Workspace')['Really redZone'].RE
  466. LaunchRed:FireServer()
  467. end)
  468.  
  469. BlackLaunch.MouseButton1Down:connect(function()
  470. local LaunchBlack = game:GetService('Workspace').BlackZone.RE
  471. LaunchBlack:FireServer()
  472. end)
  473.  
  474. BlueLaunch.MouseButton1Down:connect(function()
  475. local LaunchBlue = game:GetService('Workspace')['Really blueZone'].RE
  476. LaunchBlue:FireServer()
  477. end)
  478.  
  479. GreenLaunch.MouseButton1Down:connect(function()
  480. local LaunchGreen = game:GetService('Workspace').CamoZone.RE
  481. LaunchGreen:FireServer()
  482. end)
  483.  
  484. PinkLaunch.MouseButton1Down:connect(function()
  485. local LaunchPink = game:GetService('Workspace')['MagentaZone'].RE
  486. LaunchPink:FireServer()
  487. end)
  488.  
  489. YellowLaunch.MouseButton1Down:connect(function()
  490. local LaunchYellow = game:GetService('Workspace')['New YellerZone'].RE
  491. LaunchYellow:FireServer()
  492. end)
  493.  
  494. AllLaunch.MouseButton1Down:connect(function()
  495. local LaunchWhite = game:GetService('Workspace')['WhiteZone'].RE
  496. LaunchWhite:FireServer()
  497.  
  498. local LaunchRed = game:GetService('Workspace')['Really redZone'].RE
  499. LaunchRed:FireServer()
  500.  
  501. local LaunchBlack = game:GetService('Workspace').BlackZone.RE
  502. LaunchBlack:FireServer()
  503.  
  504. local LaunchBlue = game:GetService('Workspace')['Really blueZone'].RE
  505. LaunchBlue:FireServer()
  506.  
  507. local LaunchPink = game:GetService('Workspace')['MagentaZone'].RE
  508. LaunchPink:FireServer()
  509.  
  510. local LaunchGreen = game:GetService('Workspace').CamoZone.RE
  511. LaunchGreen:FireServer()
  512.  
  513. local LaunchYellow = game:GetService('Workspace')['New YellerZone'].RE
  514. LaunchYellow:FireServer()
  515. end)
  516.  
  517. WhiteTeam.MouseButton1Down:connect(function()
  518. local TeamChildren = game.Teams:GetChildren()
  519. for _teams in pairs(TeamChildren) do
  520. teams.Name = 'Team'.._
  521. end
  522.  
  523. for i,v in pairs(game.Players:GetPlayers()) do
  524. game.Workspace.ChangeTeam:FireServer(game.Teams['Team1'].TeamColor, v)
  525. end
  526. end)
  527.  
  528. RedTeam.MouseButton1Down:connect(function()
  529. local TeamChildren = game.Teams:GetChildren()
  530. for _teams in pairs(TeamChildren) do
  531. teams.Name = 'Team'.._
  532. end
  533.  
  534. for i,v in pairs(game.Players:GetPlayers()) do
  535. game.Workspace.ChangeTeam:FireServer(game.Teams['Team4'].TeamColor, v)
  536. end
  537. end)
  538.  
  539. BlackTeam.MouseButton1Down:connect(function()
  540. local TeamChildren = game.Teams:GetChildren()
  541. for _teams in pairs(TeamChildren) do
  542. teams.Name = 'Team'.._
  543. end
  544.  
  545. for i,v in pairs(game.Players:GetPlayers()) do
  546. game.Workspace.ChangeTeam:FireServer(game.Teams['Team5'].TeamColor, v)
  547. end
  548. end)
  549.  
  550. BlueTeam.MouseButton1Down:connect(function()
  551. local TeamChildren = game.Teams:GetChildren()
  552. for _teams in pairs(TeamChildren) do
  553. teams.Name = 'Team'.._
  554. end
  555.  
  556. for i,v in pairs(game.Players:GetPlayers()) do
  557. game.Workspace.ChangeTeam:FireServer(game.Teams['Team2'].TeamColor, v)
  558. end
  559. end)
  560.  
  561. GreenTeam.MouseButton1Down:connect(function()
  562. local TeamChildren = game.Teams:GetChildren()
  563. for _teams in pairs(TeamChildren) do
  564. teams.Name = 'Team'.._
  565. end
  566.  
  567. for i,v in pairs(game.Players:GetPlayers()) do
  568. game.Workspace.ChangeTeam:FireServer(game.Teams['Team3'].TeamColor, v)
  569. end
  570. end)
  571.  
  572. PinkTeam.MouseButton1Down:connect(function()
  573. local TeamChildren = game.Teams:GetChildren()
  574. for _teams in pairs(TeamChildren) do
  575. teams.Name = 'Team'.._
  576. end
  577.  
  578. for i,v in pairs(game.Players:GetPlayers()) do
  579. game.Workspace.ChangeTeam:FireServer(game.Teams['Team7'].TeamColor, v)
  580. end
  581. end)
  582.  
  583. YellowTeam.MouseButton1Down:connect(function()
  584. local TeamChildren = game.Teams:GetChildren()
  585. for _teams in pairs(TeamChildren) do
  586. teams.Name = 'Team'.._
  587. end
  588.  
  589. for i,v in pairs(game.Players:GetPlayers()) do
  590. game.Workspace.ChangeTeam:FireServer(game.Teams['Team6'].TeamColor, v)
  591. end
  592. end)
  593.  
  594. TPtool.MouseButton1Down:connect(function()
  595. bin=Instance.new('HopperBin',game.Players.LocalPlayer.Backpack)
  596. bin.Name = 'Teleport'
  597.  
  598. function teleportPlayer(pos)
  599.  
  600. local player = game.Players.LocalPlayer
  601. if player == nil or player.Character == nil then return end
  602.  
  603. local char = player.Character
  604.  
  605. char:MoveTo(pos)
  606.  
  607. end
  608.  
  609.  
  610. enabled = true
  611. function onButton1Down(mouse)
  612. if not enabled then
  613. return
  614. end
  615.  
  616. local player = game.Players.LocalPlayer
  617. if player == nil then return end
  618. local cf = mouse.Hit
  619. teleportPlayer(cf.p)
  620.  
  621. end
  622.  
  623. function onSelected(mouse)
  624. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  625. end
  626.  
  627. bin.Selected:connect(onSelected)
  628. end)
  629.  
  630. Chests.MouseButton1Down:connect(function()
  631. local chest = game.Workspace.Chests
  632.  
  633. for _,v in pairs(chest:GetDescendants()) do
  634. if v.Name == 'Chest' then
  635. v.PPart.CanCollide = false
  636. v.PPart.Transparency = 1
  637. v.PPart.CFrame = CFrame.new(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.Position)
  638. end
  639. end
  640. end)
  641.  
  642. Player.FocusLost:connect(function()
  643. for i,v in pairs(game.Players:GetChildren()) do
  644. if (string.sub(string.lower(v.Name),1,string.len(Player.Text))) == string.lower(Player.Text) then
  645. print('Selected '..v.Name)
  646. TPValue.Text = v.Name
  647. Player.Text = v.Name
  648. wait(2)
  649. Player.Text = 'Set Player'
  650. end
  651. end
  652. end)
  653.  
  654. TPplayer.MouseButton1Down:connect(function()
  655. if TPValue.Text == 'No Player Selected' then
  656. print('No Player Selected')
  657. TPplayer.Text = 'No Player Selected'
  658. wait(2)
  659. TPplayer.Text = 'TP To Player'
  660. else
  661. TPtext = game.CoreGui.BuildABoatGui.Frame.TPValue.Text
  662. PlayerSelected = game:GetService('Players')[tostring(TPtext)].Character.HumanoidRootPart.CFrame
  663. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = PlayerSelected
  664. end
  665. end)
  666.  
  667. SpeedText.FocusLost:connect(function()
  668. Speed.Text = 'Current: '..game.CoreGui.BuildABoatGui.Frame.SpeedText.Text
  669. SPDValue.Text = game.CoreGui.BuildABoatGui.Frame.SpeedText.Text
  670. SPDtext = game.CoreGui.BuildABoatGui.Frame.SPDValue.Text
  671. SpeedText.Text = 'Set Walk Speed'
  672. end)
  673.  
  674. JumpText.FocusLost:connect(function()
  675. Jump.Text = 'Current: '..game.CoreGui.BuildABoatGui.Frame.JumpText.Text
  676. JPValue.Text = game.CoreGui.BuildABoatGui.Frame.JumpText.Text
  677. JPtext = game.CoreGui.BuildABoatGui.Frame.JPValue.Text
  678. JumpText.Text = 'Set Jump Power'
  679. end)
  680.  
  681. game:GetService('RunService').Stepped:connect(function()
  682. SPDtext = game.CoreGui.BuildABoatGui.Frame.SPDValue.Text
  683.  
  684. if game.Players.LocalPlayer.Character:FindFirstChild('Humanoid') ~= nil then
  685. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SPDtext
  686. end
  687.  
  688. JPtext = game.CoreGui.BuildABoatGui.Frame.JPValue.Text
  689.  
  690. if game.Players.LocalPlayer.Character:FindFirstChild('Humanoid') ~= nil then
  691. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JPtext
  692. end
  693. end)
  694.  
  695. while wait() do
  696. AllLaunch.TextColor3 = Color3.new(1, 1, 1)
  697. wait(0.7)
  698. AllLaunch.TextColor3 = Color3.new(1, 0.17, 0.18)
  699. wait(0.7)
  700. AllLaunch.TextColor3 = Color3.new(0, 0, 0)
  701. wait(0.7)
  702. AllLaunch.TextColor3 = Color3.new(0.38, 0.42, 1)
  703. wait(0.7)
  704. AllLaunch.TextColor3 = Color3.new(0, 0.5, 0)
  705. wait(0.7)
  706. AllLaunch.TextColor3 = Color3.new(1, 0.1, 1)
  707. wait(0.7)
  708. AllLaunch.TextColor3 = Color3.new(1, 1, 0)
  709. wait(0.7)
  710. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement