Advertisement
Guest User

One Piece Final Chapter GUI

a guest
Nov 23rd, 2017
21,146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.23 KB | None | 0 0
  1. -- Objects
  2.  
  3. local OnePieceFinalChapter = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local GetWeapon = Instance.new("TextButton")
  6. local WeaponName = Instance.new("TextBox")
  7. local PlayerName = Instance.new("TextBox")
  8. local TpPlayer = Instance.new("TextButton")
  9. local TpDF = Instance.new("TextButton")
  10. local AutoBeli = Instance.new("TextButton")
  11. local TeleportMech = Instance.new("TextButton")
  12. local ExpMech = Instance.new("TextButton")
  13. local ExpTeleport = Instance.new("TextButton")
  14. local Password = Instance.new("TextBox")
  15. local CreditsCharWar = Instance.new("TextLabel")
  16. local CreditsElix = Instance.new("TextLabel")
  17. local TpPlayersToYou = Instance.new("TextButton")
  18.  
  19. -- Properties
  20.  
  21. OnePieceFinalChapter.Name = "OnePieceFinalChapter"
  22. OnePieceFinalChapter.Parent = game.CoreGui
  23.  
  24. Frame.Parent = OnePieceFinalChapter
  25. Frame.Active = true
  26. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  27. Frame.Draggable = true
  28. Frame.Position = UDim2.new(0.317225546, 0, 0.242773592, 0)
  29. Frame.Size = UDim2.new(0, 211, 0, 164)
  30. Frame.Style = Enum.FrameStyle.RobloxRound
  31.  
  32. TpDF.Name = "TpDF"
  33. TpDF.Parent = Frame
  34. TpDF.BackgroundColor3 = Color3.new(0.494118, 0, 0.00784314)
  35. TpDF.BackgroundTransparency = 0.44999998807907
  36. TpDF.BorderSizePixel = 0
  37. TpDF.Position = UDim2.new(0.0379146934, 0, 0, 0)
  38. TpDF.Size = UDim2.new(0, 184, 0, 18)
  39. TpDF.Font = Enum.Font.ArialBold
  40. TpDF.FontSize = Enum.FontSize.Size14
  41. TpDF.Text = "Tp to DF Locations"
  42. TpDF.TextColor3 = Color3.new(1, 1, 1)
  43. TpDF.TextScaled = true
  44. TpDF.TextSize = 14
  45. TpDF.TextWrapped = true
  46.  
  47. GetWeapon.Name = "GetWeapon"
  48. GetWeapon.Parent = Frame
  49. GetWeapon.BackgroundColor3 = Color3.new(0.494118, 0, 0.00784314)
  50. GetWeapon.BackgroundTransparency = 0.44999998807907
  51. GetWeapon.BorderSizePixel = 0
  52. GetWeapon.Position = UDim2.new(0.0379146934, 0, 0.743902445, 0)
  53. GetWeapon.Size = UDim2.new(0, 87, 0, 18)
  54. GetWeapon.Font = Enum.Font.ArialBold
  55. GetWeapon.FontSize = Enum.FontSize.Size14
  56. GetWeapon.Text = "Get Weapon"
  57. GetWeapon.TextColor3 = Color3.new(1, 1, 1)
  58. GetWeapon.TextScaled = true
  59. GetWeapon.TextSize = 14
  60. GetWeapon.TextWrapped = true
  61.  
  62. WeaponName.Name = "WeaponName"
  63. WeaponName.Parent = Frame
  64. WeaponName.BackgroundColor3 = Color3.new(1, 0, 0)
  65. WeaponName.BackgroundTransparency = 0.30000001192093
  66. WeaponName.BorderSizePixel = 0
  67. WeaponName.Position = UDim2.new(0.0348837227, 0, 0.885853667, 0)
  68. WeaponName.Size = UDim2.new(0, 87, 0, 16)
  69. WeaponName.Font = Enum.Font.ArialBold
  70. WeaponName.FontSize = Enum.FontSize.Size14
  71. WeaponName.Text = "Weapon Name"
  72. WeaponName.TextColor3 = Color3.new(1, 1, 1)
  73. WeaponName.TextScaled = true
  74. WeaponName.TextSize = 14
  75. WeaponName.TextWrapped = true
  76. WeaponName.ClearTextOnFocus=true
  77.  
  78. PlayerName.Name = "PlayerName"
  79. PlayerName.Parent = Frame
  80. PlayerName.BackgroundColor3 = Color3.new(1, 0, 0)
  81. PlayerName.BackgroundTransparency = 0.30000001192093
  82. PlayerName.BorderSizePixel = 0
  83. PlayerName.Position = UDim2.new(0.497446656, 0, 0.885853667, 0)
  84. PlayerName.Size = UDim2.new(0, 88, 0, 16)
  85. PlayerName.Font = Enum.Font.ArialBold
  86. PlayerName.FontSize = Enum.FontSize.Size14
  87. PlayerName.Text = "Player Name"
  88. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  89. PlayerName.TextScaled = true
  90. PlayerName.TextSize = 14
  91. PlayerName.TextWrapped = true
  92.  
  93. TpPlayer.Name = "TpPlayer"
  94. TpPlayer.Parent = Frame
  95. TpPlayer.BackgroundColor3 = Color3.new(0.494118, 0, 0.00784314)
  96. TpPlayer.BackgroundTransparency = 0.44999998807907
  97. TpPlayer.BorderSizePixel = 0
  98. TpPlayer.Position = UDim2.new(0.497630328, 0, 0.743902504, 0)
  99. TpPlayer.Size = UDim2.new(0, 88, 0, 18)
  100. TpPlayer.Font = Enum.Font.ArialBold
  101. TpPlayer.FontSize = Enum.FontSize.Size14
  102. TpPlayer.Text = "TP To Player"
  103. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  104. TpPlayer.TextScaled = true
  105. TpPlayer.TextSize = 14
  106. TpPlayer.TextWrapped = true
  107.  
  108. AutoBeli.Name = "AutoBeli"
  109. AutoBeli.Parent = Frame
  110. AutoBeli.BackgroundColor3 = Color3.new(0.494118, 0, 0.00784314)
  111. AutoBeli.BackgroundTransparency = 0.44999998807907
  112. AutoBeli.BorderSizePixel = 0
  113. AutoBeli.Position = UDim2.new(0.0379146934, 0, 0.591463447, 0)
  114. AutoBeli.Size = UDim2.new(0, 87, 0, 18)
  115. AutoBeli.Font = Enum.Font.ArialBold
  116. AutoBeli.FontSize = Enum.FontSize.Size14
  117. AutoBeli.Text = "Beli"
  118. AutoBeli.TextColor3 = Color3.new(1, 1, 1)
  119. AutoBeli.TextScaled = true
  120. AutoBeli.TextSize = 14
  121. AutoBeli.TextWrapped = true
  122.  
  123. TeleportMech.Name = "TeleportMech"
  124. TeleportMech.Parent = Frame
  125. TeleportMech.BackgroundColor3 = Color3.new(0.494118, 0, 0.00784314)
  126. TeleportMech.BackgroundTransparency = 0.44999998807907
  127. TeleportMech.BorderSizePixel = 0
  128. TeleportMech.Position = UDim2.new(0.502369702, 0, 0.591463447, 0)
  129. TeleportMech.Size = UDim2.new(0, 87, 0, 18)
  130. TeleportMech.Font = Enum.Font.ArialBold
  131. TeleportMech.FontSize = Enum.FontSize.Size14
  132. TeleportMech.Text = "Teleport to Mech"
  133. TeleportMech.TextColor3 = Color3.new(1, 1, 1)
  134. TeleportMech.TextScaled = true
  135. TeleportMech.TextSize = 14
  136. TeleportMech.TextWrapped = true
  137.  
  138. ExpMech.Name = "ExpMech"
  139. ExpMech.Parent = Frame
  140. ExpMech.BackgroundColor3 = Color3.new(0.494118, 0, 0.00784314)
  141. ExpMech.BackgroundTransparency = 0.44999998807907
  142. ExpMech.BorderSizePixel = 0
  143. ExpMech.Position = UDim2.new(0.0379146934, 0, 0.451219559, 0)
  144. ExpMech.Size = UDim2.new(0, 87, 0, 18)
  145. ExpMech.Font = Enum.Font.ArialBold
  146. ExpMech.FontSize = Enum.FontSize.Size14
  147. ExpMech.Text = "EXP (Mech)"
  148. ExpMech.TextColor3 = Color3.new(1, 1, 1)
  149. ExpMech.TextScaled = true
  150. ExpMech.TextSize = 14
  151. ExpMech.TextWrapped = true
  152.  
  153. ExpTeleport.Name = "ExpTeleport"
  154. ExpTeleport.Parent = Frame
  155. ExpTeleport.BackgroundColor3 = Color3.new(0.494118, 0, 0.00784314)
  156. ExpTeleport.BackgroundTransparency = 0.44999998807907
  157. ExpTeleport.BorderSizePixel = 0
  158. ExpTeleport.Position = UDim2.new(0.502369642, 0, 0.451219559, 0)
  159. ExpTeleport.Size = UDim2.new(0, 87, 0, 18)
  160. ExpTeleport.Font = Enum.Font.ArialBold
  161. ExpTeleport.FontSize = Enum.FontSize.Size14
  162. ExpTeleport.Text = "EXP (Teleport)"
  163. ExpTeleport.TextColor3 = Color3.new(1, 1, 1)
  164. ExpTeleport.TextScaled = true
  165. ExpTeleport.TextSize = 14
  166. ExpTeleport.TextWrapped = true
  167.  
  168. CreditsCharWar.Name = "CreditsCharWar"
  169. CreditsCharWar.Parent = Frame
  170. CreditsCharWar.BackgroundColor3 = Color3.new(1, 1, 1)
  171. CreditsCharWar.BackgroundTransparency = 1
  172. CreditsCharWar.Position = UDim2.new(0.177725136, 0, 0.152439043, 0)
  173. CreditsCharWar.Size = UDim2.new(0, 168, 0, 15)
  174. CreditsCharWar.Font = Enum.Font.ArialBold
  175. CreditsCharWar.FontSize = Enum.FontSize.Size14
  176. CreditsCharWar.Text = "GUI Made by: CharWar"
  177. CreditsCharWar.TextColor3 = Color3.new(1, 1, 1)
  178. CreditsCharWar.TextSize = 14
  179.  
  180. CreditsElix.Name = "CreditsElix"
  181. CreditsElix.Parent = Frame
  182. CreditsElix.BackgroundColor3 = Color3.new(1, 1, 1)
  183. CreditsElix.BackgroundTransparency = 1
  184. CreditsElix.Position = UDim2.new(0.180094793, 0, 0.317073166, 0)
  185. CreditsElix.Size = UDim2.new(0, 168, 0, 15)
  186. CreditsElix.Font = Enum.Font.ArialBold
  187. CreditsElix.FontSize = Enum.FontSize.Size14
  188. CreditsElix.Text = "Scripts Made by: Elix"
  189. CreditsElix.TextColor3 = Color3.new(1, 1, 1)
  190. CreditsElix.TextSize = 14
  191.  
  192. TpPlayersToYou.Name = "TpPlayersToYou"
  193. TpPlayersToYou.Parent = Frame
  194. TpPlayersToYou.BackgroundColor3 = Color3.new(0.494118, 0, 0.00784314)
  195. TpPlayersToYou.BackgroundTransparency = 0.44999998807907
  196. TpPlayersToYou.BorderSizePixel = 0
  197. TpPlayersToYou.Position = UDim2.new(0.0379146934, 0, 0.152439028, 0)
  198. TpPlayersToYou.Size = UDim2.new(0, 39, 0, 40)
  199. TpPlayersToYou.Font = Enum.Font.ArialBold
  200. TpPlayersToYou.FontSize = Enum.FontSize.Size14
  201. TpPlayersToYou.Text = "Tp Players to you"
  202. TpPlayersToYou.TextColor3 = Color3.new(1, 1, 1)
  203. TpPlayersToYou.TextScaled = true
  204. TpPlayersToYou.TextSize = 14
  205. TpPlayersToYou.TextWrapped = true
  206.  
  207. tPassword = game.Workspace.RemoteEvents.Password:InvokeServer(game.Players.LocalPlayer.PlayerGui.Menu.DockShip.Save.LocalScript, game.Players.LocalPlayer.PlayerGui.Menu.DockShip.Save.LocalScript.DDCorpPass)
  208. tName = game.Players.LocalPlayer.Name
  209.  
  210. GetWeapon.MouseButton1Down:connect(function()
  211. game.ReplicatedStorage.RemoteEvents.GiveWeaponPrize:FireServer(WeaponName.Text, tPassword)
  212. end)
  213.  
  214. TpPlayer.MouseButton1Down:connect(function()
  215. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerName.Text].Character:GetModelCFrame()
  216. end)
  217.  
  218. AutoBeli.MouseButton1Down:connect(function()
  219. for i=1,200 do
  220. game.ReplicatedStorage.RemoteEvents.ValueCut:FireServer("Data", "Beli", "Reduce", tPassword)
  221. end
  222. end)
  223.  
  224. TeleportMech.MouseButton1Down:connect(function()
  225. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Mechanic.Head.CFrame
  226. end)
  227.  
  228. ExpMech.MouseButton1Down:connect(function()
  229. fucc=true
  230. while fucc do wait()
  231. for _,c in pairs(game.Workspace:GetChildren()) do
  232. if c.Name == "Fishman" and "Winter Pirate" then
  233. c.Head.Anchored=true
  234. wait(0.1)
  235. c.Head.CFrame = game.Workspace.Mechanic.Head.CFrame
  236. wait(0.1)
  237. end
  238. end
  239. end
  240. end)
  241.  
  242. ExpTeleport.MouseButton1Down:connect(function()
  243. for _,c in pairs(game.Workspace:GetChildren()) do
  244. if c.Name == "Fishman" and "Winter Pirate" then
  245. c.Head.Anchored=true
  246. wait(0.1)
  247. c.Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  248. wait(0.1)
  249. end
  250. end
  251. end)
  252.  
  253. TpPlayersToYou.MouseButton1Down:connect(function()
  254. for _,c in pairs(game.Players:GetChildren()) do
  255. if c.Name ~= tName then
  256. c.Character.Head.Anchored=true
  257. wait(0.1)
  258. c.Character.Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  259. wait(0.1)
  260. end
  261. end
  262. end)
  263.  
  264. TpDF.MouseButton1Down:connect(function()
  265.  
  266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint1.CFrame
  267. wait(0.5)
  268. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint2.CFrame
  269. wait(0.5)
  270. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint3.CFrame
  271. wait(0.7)
  272. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint4.CFrame
  273. wait(0.5)
  274. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint5.CFrame
  275. wait(0.5)
  276. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint6.CFrame
  277. wait(0.5)
  278. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint7.CFrame
  279. wait(0.5)
  280. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint8.CFrame
  281. wait(0.5)
  282. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint9.CFrame
  283. wait(0.5)
  284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint10.CFrame
  285. wait(0.5)
  286. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint11.CFrame
  287. wait(0.5)
  288. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint12.CFrame
  289. wait(0.5)
  290. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint13.CFrame
  291. wait(0.5)
  292. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint14.CFrame
  293. wait(0.5)
  294. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint15.CFrame
  295. wait(0.5)
  296. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint17.CFrame
  297. wait(0.5)
  298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint18.CFrame
  299. wait(0.5)
  300. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint19.CFrame
  301. wait(0.5)
  302. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.DevilPoint20.CFrame
  303. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement