Advertisement
Vampire_Gamer

OPOS | ONE PIECE OPEN SEAS GUI

Nov 14th, 2019
2,158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.12 KB | None | 0 0
  1. -- Message
  2. game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "Script by cuffeine"
  3.  
  4. -- Stuff
  5. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  6. local char = game.Players.LocalPlayer.Character.Humanoid
  7. local backpack = game.Players.LocalPlayer.Backpack
  8.  
  9. local Main = Instance.new("ScreenGui")
  10. local Form1 = Instance.new("Frame")
  11. local TitleTxt = Instance.new("TextLabel")
  12. local ChestBttn = Instance.new("TextButton")
  13. local BossTxt = Instance.new("TextLabel")
  14. local TeleportTxt = Instance.new("TextLabel")
  15. local WhiteBeardBttn = Instance.new("TextButton")
  16. local BlackBeardBttn = Instance.new("TextButton")
  17. local Close = Instance.new("TextButton")
  18. local AOpen = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = game.CoreGui
  24. Main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Form1.Name = "Form1"
  27. Form1.Parent = Main
  28. Form1.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  29. Form1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  30. Form1.Position = UDim2.new(0.100000001, 0, 0.300970882, 0)
  31. Form1.Size = UDim2.new(0, 293, 0, 204)
  32. Form1.Visible = false;
  33. Form1.Draggable = true;
  34. Form1.Active = true;
  35.  
  36. TitleTxt.Name = "TitleTxt"
  37. TitleTxt.Parent = Form1
  38. TitleTxt.BackgroundColor3 = Color3.new(1, 0.517647, 0.172549)
  39. TitleTxt.Size = UDim2.new(0, 293, 0, 29)
  40. TitleTxt.Font = Enum.Font.SourceSans
  41. TitleTxt.Text = "One Piece Open Seas | CuffDestroyer"
  42. TitleTxt.TextColor3 = Color3.new(0, 0, 0)
  43. TitleTxt.TextSize = 14
  44.  
  45. ChestBttn.Name = "ChestBttn"
  46. ChestBttn.Parent = Form1
  47. ChestBttn.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  48. ChestBttn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  49. ChestBttn.Position = UDim2.new(0.699658751, 0, 0.284313738, 0)
  50. ChestBttn.Size = UDim2.new(0, 73, 0, 23)
  51. ChestBttn.Font = Enum.Font.SourceSans
  52. ChestBttn.Text = "Collect Chest"
  53. ChestBttn.TextColor3 = Color3.new(0, 0, 0)
  54. ChestBttn.TextSize = 14
  55. ChestBttn.MouseButton1Down:connect(function()
  56.     if _G.CollectChest then
  57.         _G.CollectChest = false
  58.     else
  59.         _G.CollectChest = true
  60.         while _G.CollectChest do
  61.             local a=game:GetService('Players').LocalPlayer.Character.HumanoidRootPart;for b,c in pairs(game.Workspace:GetChildren())do if c.Name=='Chest'then a.CFrame=CFrame.new(c.Position)wait(.15)fireclickdetector(c.Click)end end
  62.         end
  63.     end
  64. end)
  65.  
  66. BossTxt.Name = "BossTxt"
  67. BossTxt.Parent = Form1
  68. BossTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  69. BossTxt.BackgroundTransparency = 1
  70. BossTxt.Position = UDim2.new(-0.252559602, 0, 0.0784313679, 0)
  71. BossTxt.Size = UDim2.new(0, 200, 0, 50)
  72. BossTxt.Font = Enum.Font.SourceSans
  73. BossTxt.Text = "Boss"
  74. BossTxt.TextColor3 = Color3.new(1, 1, 1)
  75. BossTxt.TextSize = 14
  76.  
  77. TeleportTxt.Name = "TeleportTxt"
  78. TeleportTxt.Parent = Form1
  79. TeleportTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  80. TeleportTxt.BackgroundTransparency = 1
  81. TeleportTxt.Position = UDim2.new(0.426621318, 0, 0.0784313679, 0)
  82. TeleportTxt.Size = UDim2.new(0, 200, 0, 50)
  83. TeleportTxt.Font = Enum.Font.SourceSans
  84. TeleportTxt.Text = "Teleport"
  85. TeleportTxt.TextColor3 = Color3.new(1, 1, 1)
  86. TeleportTxt.TextSize = 14
  87.  
  88. WhiteBeardBttn.Name = "WhiteBeardBttn"
  89. WhiteBeardBttn.Parent = Form1
  90. WhiteBeardBttn.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  91. WhiteBeardBttn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  92. WhiteBeardBttn.Position = UDim2.new(0.0443686172, 0, 0.284313738, 0)
  93. WhiteBeardBttn.Size = UDim2.new(0, 73, 0, 23)
  94. WhiteBeardBttn.Font = Enum.Font.SourceSans
  95. WhiteBeardBttn.Text = "White Beard"
  96. WhiteBeardBttn.TextColor3 = Color3.new(0, 0, 0)
  97. WhiteBeardBttn.TextSize = 14
  98. WhiteBeardBttn.MouseButton1Down:connect(function()
  99.     if _G.WhiteBeard then
  100.         _G.WhiteBeard = false
  101.     else
  102.         _G.WhiteBeard = true
  103.         while _G.WhiteBeard do
  104.             wait()
  105.             if backpack:findFirstChild("Combat") then
  106.                 char:EquipTool(backpack.Combat)
  107.             end
  108.             for a,s in pairs(game.workspace:GetChildren()) do
  109.                 if s.Name == "Whitebeard" then
  110.                     plrh.CFrame = CFrame.new(s.HumanoidRootPart.Position + Vector3.new(0, 4, 0), s.HumanoidRootPart.Position)
  111.                     wait(0.3)
  112.                     game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  113.                     wait(0.7)
  114.                     s.Humanoid.Health = 0
  115.                     game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishwhitebeardquest"})
  116.                 else
  117.                     game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[White Beard] is Dead"
  118.                 end
  119.             end
  120.         end
  121.     end
  122. end)
  123.  
  124. BlackBeardBttn.Name = "BlackBeardBttn"
  125. BlackBeardBttn.Parent = Form1
  126. BlackBeardBttn.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  127. BlackBeardBttn.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  128. BlackBeardBttn.Position = UDim2.new(0.0443686172, 0, 0.431372583, 0)
  129. BlackBeardBttn.Size = UDim2.new(0, 73, 0, 23)
  130. BlackBeardBttn.Font = Enum.Font.SourceSans
  131. BlackBeardBttn.Text = "Black Beard"
  132. BlackBeardBttn.TextColor3 = Color3.new(0, 0, 0)
  133. BlackBeardBttn.TextSize = 14
  134. BlackBeardBttn.MouseButton1Down:connect(function()
  135.     game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Auto Farming Intiated] Target = {Black Beard}"
  136.     if _G.NegroBeard then
  137.         _G.NegroBeard = false
  138.     else
  139.         _G.NegroBeard = true
  140.         while _G.NegroBeard do
  141.             wait()
  142.             if backpack:findFirstChild("Combat")then
  143.                 char:EquipTool(backpack.Combat)
  144.             end
  145.             for i,v in pairs(game.workspace:GetChildren()) do
  146.                 if v.Name == "Blackbeard" then
  147.                     plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  148.                     wait(0.3)
  149.                     game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  150.                     wait(0.7)
  151.                     v.Humanoid.Health = 0
  152.                     game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishblackbeardquest"})                  
  153.                 else
  154.                     game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Black Beard] is Dead"
  155.                 end
  156.             end
  157.         end
  158.     end
  159. end)
  160.  
  161. Close.Name = "Close"
  162. Close.Parent = Main
  163. Close.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  164. Close.Position = UDim2.new(0.476666629, 0, 0.827184498, 0)
  165. Close.Size = UDim2.new(0, 64, 0, 23)
  166. Close.Font = Enum.Font.SourceSans
  167. Close.Text = "Close"
  168. Close.TextColor3 = Color3.new(0, 0, 0)
  169. Close.TextSize = 14
  170. Close.MouseButton1Down:connect(function()
  171.     Form1.Visible = false;
  172.     Close.Visible = false;
  173.     AOpen.Visible = true;
  174. end)
  175.  
  176. AOpen.Name = "AOpen"
  177. AOpen.Parent = Main
  178. AOpen.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  179. AOpen.Position = UDim2.new(0.475624979, 0, 0.825580478, 0)
  180. AOpen.Size = UDim2.new(0, 64, 0, 23)
  181. AOpen.Font = Enum.Font.SourceSans
  182. AOpen.Text = "Open"
  183. AOpen.TextColor3 = Color3.new(0, 0, 0)
  184. AOpen.TextSize = 14
  185. AOpen.MouseButton1Down:connect(function()
  186.     Form1.Visible = true;
  187.     Close.Visible = true;
  188.     AOpen.Visible = false;
  189. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement