BlackCat_JavaScript

Build A Boat for Treasure Script By BlackCat

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