naruto9161

hack xay thuyen

Jun 12th, 2018
20,125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.39 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Label = Instance.new("TextLabel")
  6. local Label_2 = Instance.new("TextLabel")
  7. local Label_3 = Instance.new("TextLabel")
  8. local Yellow = Instance.new("TextButton")
  9. local black = Instance.new("TextButton")
  10. local blue = Instance.new("TextButton")
  11. local white = Instance.new("TextButton")
  12. local blue_2 = Instance.new("TextButton")
  13. local red = Instance.new("TextButton")
  14. local Green = Instance.new("TextButton")
  15. local black_2 = Instance.new("TextButton")
  16. local red_2 = Instance.new("TextButton")
  17. local Gold = Instance.new("TextButton")
  18. local Yellow_2 = Instance.new("TextButton")
  19. local Green_2 = Instance.new("TextButton")
  20. local nts = game.Players.LocalPlayer.PlayerGui
  21.  
  22. -- Properties
  23.  
  24. ScreenGui.Parent = nts
  25. ScreenGui.ResetOnSpawn = false
  26.  
  27. Frame.Parent = ScreenGui
  28. Frame.Active = true
  29. Frame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  30. Frame.BackgroundTransparency = 0.10000000149012
  31. Frame.BorderColor3 = Color3.new(1, 1, 1)
  32. Frame.Draggable = true
  33. Frame.Position = UDim2.new(0.136861324, 0, 0.0149812736, 0)
  34. Frame.Selectable = true
  35. Frame.Size = UDim2.new(0, 372, 0.00999999978, 441)
  36.  
  37.  
  38. Label.Name = "Label"
  39. Label.Parent = Frame
  40. Label.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Label.BackgroundTransparency = 1
  42. Label.BorderColor3 = Color3.new(1, 1, 1)
  43. Label.BorderSizePixel = 2
  44. Label.Position = UDim2.new(0.0857142806, 0, 0.669999659, 0)
  45. Label.Size = UDim2.new(0.0899999887, 288, -0.0299999993, 48)
  46. Label.Font = Enum.Font.Cartoon
  47. Label.Text = "Team Changes"
  48. Label.TextColor3 = Color3.new(1, 1, 1)
  49. Label.TextScaled = true
  50. Label.TextSize = 14
  51. Label.TextWrapped = true
  52.  
  53. Label_2.Name = "Label"
  54. Label_2.Parent = Frame
  55. Label_2.BackgroundColor3 = Color3.new(0, 0, 0)
  56. Label_2.BackgroundTransparency = 1
  57. Label_2.BorderColor3 = Color3.new(1, 1, 1)
  58. Label_2.BorderSizePixel = 2
  59. Label_2.Position = UDim2.new(0.0857142806, 0, 0.329999983, 0)
  60. Label_2.Size = UDim2.new(0.0799999908, 288, -0.0299999993, 48)
  61. Label_2.Font = Enum.Font.Cartoon
  62. Label_2.Text = "Flood"
  63. Label_2.TextColor3 = Color3.new(1, 1, 1)
  64. Label_2.TextScaled = true
  65. Label_2.TextSize = 14
  66. Label_2.TextWrapped = true
  67.  
  68. Label_3.Name = "Label"
  69. Label_3.Parent = Frame
  70. Label_3.BackgroundColor3 = Color3.new(0, 0, 0)
  71. Label_3.BackgroundTransparency = 1
  72. Label_3.BorderColor3 = Color3.new(1, 1, 1)
  73. Label_3.BorderSizePixel = 2
  74. Label_3.Position = UDim2.new(0.0857142806, 0, 0, 0)
  75. Label_3.Size = UDim2.new(0, 288, 0, 48)
  76. Label_3.Font = Enum.Font.Cartoon
  77. Label_3.Text = "Build A boat For Treasure killer"
  78. Label_3.TextColor3 = Color3.new(1, 1, 1)
  79. Label_3.TextScaled = true
  80. Label_3.TextSize = 14
  81. Label_3.TextWrapped = true
  82.  
  83. Yellow.Name = "Yellow"
  84. Yellow.Parent = Frame
  85. Yellow.AnchorPoint = Vector2.new(0.5, 0)
  86. Yellow.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  87. Yellow.BorderColor3 = Color3.new(1, 1, 1)
  88. Yellow.Position = UDim2.new(0.483886153, 0, 0.480000019, 0)
  89. Yellow.Size = UDim2.new(0, 100, 0, 30)
  90. Yellow.AutoButtonColor = false
  91. Yellow.Font = Enum.Font.SourceSansBold
  92. Yellow.Text = "Flood Yellow"
  93. Yellow.TextColor3 = Color3.new(1, 1, 0)
  94. Yellow.TextSize = 14
  95.  
  96.  
  97.  
  98. Yellow.MouseButton1Down:connect(function()
  99. local YellowEvent = game:GetService("Workspace")["New YellerZone"].RE
  100. YellowEvent:FireServer()
  101. end)
  102.  
  103. black.Name = "black"
  104. black.Parent = Frame
  105. black.AnchorPoint = Vector2.new(0.5, 0)
  106. black.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  107. black.BorderColor3 = Color3.new(1, 1, 1)
  108. black.Position = UDim2.new(0.191469193, 0, 0.480000019, 0)
  109. black.Size = UDim2.new(0, 100, 0, 30)
  110. black.AutoButtonColor = false
  111. black.Font = Enum.Font.SourceSansBold
  112. black.Text = "Flood Black"
  113. black.TextColor3 = Color3.new(0, 0, 0)
  114. black.TextSize = 14
  115.  
  116.  
  117.  
  118. black.MouseButton1Down:connect(function()
  119. local BlackEvent = game:GetService("Workspace").BlackZone.RE
  120. BlackEvent:FireServer()
  121. end)
  122.  
  123. blue.Name = "blue"
  124. blue.Parent = Frame
  125. blue.AnchorPoint = Vector2.new(0.5, 0)
  126. blue.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  127. blue.BorderColor3 = Color3.new(1, 1, 1)
  128. blue.Position = UDim2.new(0.801999509, 0, 0.579999924, 0)
  129. blue.Size = UDim2.new(0, 100, 0, 30)
  130. blue.AutoButtonColor = false
  131. blue.Font = Enum.Font.SourceSansBold
  132. blue.Text = "Flood Blue"
  133. blue.TextColor3 = Color3.new(0.380392, 0.419608, 1)
  134. blue.TextSize = 14
  135.  
  136.  
  137. blue.MouseButton1Down:connect(function()
  138. local BlueEvent = game:GetService("Workspace")["Really blueZone"].RE
  139. BlueEvent:FireServer()
  140. end)
  141.  
  142.  
  143. white.Name = "white"
  144. white.Parent = Frame
  145. white.AnchorPoint = Vector2.new(0.5, 0)
  146. white.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  147. white.BorderColor3 = Color3.new(1, 1, 1)
  148. white.Position = UDim2.new(0.180000007, 0, 0.909999907, 0)
  149. white.Size = UDim2.new(0, 100, 0, 30)
  150. white.AutoButtonColor = false
  151. white.Font = Enum.Font.SourceSansBold
  152. white.Text = "Team all white"
  153. white.TextColor3 = Color3.new(1, 1, 1)
  154. white.TextSize = 14
  155.  
  156.  
  157.  
  158. white.MouseButton1Down:connect(function()
  159. local ASD = game.Teams:GetChildren()
  160. for _,obj in pairs(ASD) do
  161. obj.Name = "Team".._
  162. end
  163.  
  164. for i, v in pairs(game.Players:GetPlayers()) do
  165.  
  166. game.Workspace.ChangeTeam:FireServer(game.Teams["Team1"].TeamColor, v)
  167. end
  168. end)
  169.  
  170. blue_2.Name = "blue"
  171. blue_2.Parent = Frame
  172. blue_2.AnchorPoint = Vector2.new(0.5, 0)
  173. blue_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  174. blue_2.BorderColor3 = Color3.new(1, 1, 1)
  175. blue_2.Position = UDim2.new(0.791999519, 0, 0.809999704, 0)
  176. blue_2.Size = UDim2.new(0, 100, 0, 30)
  177. blue_2.AutoButtonColor = false
  178. blue_2.Font = Enum.Font.SourceSansBold
  179. blue_2.Text = "Team all Blue"
  180. blue_2.TextColor3 = Color3.new(0.380392, 0.419608, 1)
  181. blue_2.TextSize = 14
  182.  
  183.  
  184.  
  185. blue_2.MouseButton1Down:connect(function()
  186. local ASD = game.Teams:GetChildren()
  187. for _,obj in pairs(ASD) do
  188. obj.Name = "Team".._
  189. end
  190.  
  191. for i, v in pairs(game.Players:GetPlayers()) do
  192.  
  193. game.Workspace.ChangeTeam:FireServer(game.Teams["Team2"].TeamColor, v)
  194. end
  195. end)
  196.  
  197. red.Name = "red"
  198. red.Parent = Frame
  199. red.AnchorPoint = Vector2.new(0.5, 0)
  200. red.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  201. red.BorderColor3 = Color3.new(1, 1, 1)
  202. red.Position = UDim2.new(0.791999996, 0, 0.910000026, 0)
  203. red.Size = UDim2.new(0, 100, 0, 30)
  204. red.AutoButtonColor = false
  205. red.Font = Enum.Font.SourceSansBold
  206. red.Text = "Team all Red"
  207. red.TextColor3 = Color3.new(1, 0.168627, 0.180392)
  208. red.TextSize = 14
  209.  
  210.  
  211.  
  212. red.MouseButton1Down:connect(function()
  213. local ASD = game.Teams:GetChildren()
  214. for _,obj in pairs(ASD) do
  215. obj.Name = "Team".._
  216. end
  217.  
  218. for i, v in pairs(game.Players:GetPlayers()) do
  219.  
  220. game.Workspace.ChangeTeam:FireServer(game.Teams["Team4"].TeamColor, v)
  221. end
  222. end)
  223.  
  224. Green.Name = "Green"
  225. Green.Parent = Frame
  226. Green.AnchorPoint = Vector2.new(0.5, 0)
  227. Green.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  228. Green.BorderColor3 = Color3.new(1, 1, 1)
  229. Green.Position = UDim2.new(0.180999979, 0, 0.810000002, 0)
  230. Green.Size = UDim2.new(0, 100, 0, 30)
  231. Green.AutoButtonColor = false
  232. Green.Font = Enum.Font.SourceSansBold
  233. Green.Text = "Team all Green"
  234. Green.TextColor3 = Color3.new(0, 0.333333, 0)
  235. Green.TextSize = 14
  236.  
  237.  
  238.  
  239. Green.MouseButton1Down:connect(function()
  240. local ASD = game.Teams:GetChildren()
  241. for _,obj in pairs(ASD) do
  242. obj.Name = "Team".._
  243. end
  244.  
  245. for i, v in pairs(game.Players:GetPlayers()) do
  246.  
  247. game.Workspace.ChangeTeam:FireServer(game.Teams["Team3"].TeamColor, v)
  248. end
  249. end)
  250.  
  251. black_2.Name = "black"
  252. black_2.Parent = Frame
  253. black_2.AnchorPoint = Vector2.new(0.5, 0)
  254. black_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  255. black_2.BorderColor3 = Color3.new(1, 1, 1)
  256. black_2.Position = UDim2.new(0.473999977, 0, 0.810000122, 0)
  257. black_2.Size = UDim2.new(0, 100, 0, 30)
  258. black_2.AutoButtonColor = false
  259. black_2.Font = Enum.Font.SourceSansBold
  260. black_2.Text = "Team all Black"
  261. black_2.TextColor3 = Color3.new(0, 0, 0)
  262. black_2.TextSize = 14
  263.  
  264.  
  265.  
  266. black_2.MouseButton1Down:connect(function()
  267. local ASD = game.Teams:GetChildren()
  268. for _,obj in pairs(ASD) do
  269. obj.Name = "Team".._
  270. end
  271.  
  272. for i, v in pairs(game.Players:GetPlayers()) do
  273.  
  274. game.Workspace.ChangeTeam:FireServer(game.Teams["Team5"].TeamColor, v)
  275. end
  276. end)
  277.  
  278.  
  279. red_2.Name = "red"
  280. red_2.Parent = Frame
  281. red_2.AnchorPoint = Vector2.new(0.5, 0)
  282. red_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  283. red_2.BorderColor3 = Color3.new(1, 1, 1)
  284. red_2.Position = UDim2.new(0.483886153, 0, 0.579999924, 0)
  285. red_2.Size = UDim2.new(0, 100, 0, 30)
  286. red_2.AutoButtonColor = false
  287. red_2.Font = Enum.Font.SourceSansBold
  288. red_2.Text = "Flood Red"
  289. red_2.TextColor3 = Color3.new(1, 0.168627, 0.180392)
  290. red_2.TextSize = 14
  291.  
  292.  
  293.  
  294. red_2.MouseButton1Down:connect(function()
  295. local RedEvent = game:GetService("Workspace")["Really redZone"].RE
  296. RedEvent:FireServer()
  297. end)
  298.  
  299.  
  300.  
  301.  
  302. Gold.Name = "Gold"
  303. Gold.Parent = Frame
  304. Gold.AnchorPoint = Vector2.new(0.5, 0)
  305. Gold.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  306. Gold.BorderColor3 = Color3.new(1, 1, 1)
  307. Gold.Position = UDim2.new(0.492227256, 0, 0.230000034, 0)
  308. Gold.Size = UDim2.new(0.049999997, 132, 0.00999999978, 30)
  309. Gold.AutoButtonColor = false
  310. Gold.Font = Enum.Font.SourceSansBold
  311. Gold.Text = "Gold!"
  312. Gold.TextColor3 = Color3.new(1, 1, 1)
  313. Gold.TextSize = 14
  314.  
  315. Yellow_2.Name = "Yellow"
  316. Yellow_2.Parent = Frame
  317. Yellow_2.AnchorPoint = Vector2.new(0.5, 0)
  318. Yellow_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  319. Yellow_2.BorderColor3 = Color3.new(1, 1, 1)
  320. Yellow_2.Position = UDim2.new(0.473886162, 0, 0.909999609, 0)
  321. Yellow_2.Size = UDim2.new(0, 100, 0, 30)
  322. Yellow_2.AutoButtonColor = false
  323. Yellow_2.Font = Enum.Font.SourceSansBold
  324. Yellow_2.Text = "Team all Yellow"
  325. Yellow_2.TextColor3 = Color3.new(1, 1, 0)
  326. Yellow_2.TextSize = 14
  327.  
  328. Green_2.Name = "Green"
  329. Green_2.Parent = Frame
  330. Green_2.AnchorPoint = Vector2.new(0.5, 0)
  331. Green_2.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  332. Green_2.BorderColor3 = Color3.new(1, 1, 1)
  333. Green_2.Position = UDim2.new(0.801421285, 0, 0.480000019, 0)
  334. Green_2.Size = UDim2.new(0, 100, 0, 30)
  335. Green_2.AutoButtonColor = false
  336. Green_2.Font = Enum.Font.SourceSansBold
  337. Green_2.Text = "Flood Green"
  338. Green_2.TextColor3 = Color3.new(0, 0.333333, 0)
  339. Green_2.TextSize = 14
  340.  
  341.  
  342.  
  343. Green_2.MouseButton1Down:connect(function()
  344. local GreenEvent = game:GetService("Workspace").CamoZone.RE
  345. GreenEvent:FireServer()
  346. end)
  347.  
  348.  
  349.  
  350. Gold.MouseButton1Down:connect(function()
  351. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1360)
  352. wait(0,6)
  353. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1606)
  354. wait(0,6)
  355. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2110)
  356. wait(0,6)
  357. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2356)
  358. wait(0,6)
  359. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2860)
  360. wait(0,6)
  361. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3610)
  362. wait(0,6)
  363. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3856)
  364. wait(0,6)
  365. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4360)
  366. wait(0,6)
  367. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4606)
  368. wait(0,6)
  369. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5111)
  370. wait(0,6)
  371. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5356)
  372. wait(0,6)
  373. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5860)
  374. wait(0,6)
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6106)
  376. wait(0,6)
  377. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6610)
  378. wait(0,6)
  379. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6857)
  380. wait(0,6)
  381. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7360)
  382. wait(0,6)
  383. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7606)
  384. wait(0,6)
  385. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8110)
  386. wait(0,6)
  387. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8356)
  388. wait(0,6)
  389. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60,-250,9523)
  390. wait(0,6)
  391. end)
  392.  
  393.  
  394.  
  395. Yellow_2.MouseButton1Down:connect(function()
  396. local ASD = game.Teams:GetChildren()
  397. for _,obj in pairs(ASD) do
  398. obj.Name = "Team".._
  399. end
  400.  
  401. for i, v in pairs(game.Players:GetPlayers()) do
  402.  
  403. game.Workspace.ChangeTeam:FireServer(game.Teams["Team6"].TeamColor, v)
  404. end
  405. end)
Add Comment
Please, Sign In to add comment