Script One Piece Open Seas GUI 1 - Pastebin.com (2023)

  1. -- One Piece Open Seas GUI

  2. -- https://v3rmillion.net/showthread.php?tid=905126&highlight=One+Piece+Open+Seas

  3. -- press f9 for credits

  4. game.StarterGui:SetCore("SendNotification", {

  5. Title = "Credits:";

  6. Text = "Xerocas/January, CyclicaIIy";

  7. Duration = 3;

  8. })

  9. wait(0.75)

  10. game.StarterGui:SetCore("SendNotification", {

  11. Title = "Note About NPC Farm:";

  12. Text = "Reset to stop autofarm or die to the npc ur farming.";

  13. Duration = 3;

  14. })

  15. local ScreenGui = Instance.new("ScreenGui")

  16. local AutoFarm = Instance.new("Frame")

  17. local Name3 = Instance.new("TextLabel")

  18. local Bounty = Instance.new("TextButton")

  19. local FarmNPC = Instance.new("TextButton")

  20. local NPCName1 = Instance.new("TextBox")

  21. local EXP = Instance.new("TextButton")

  22. local OffEXP = Instance.new("TextButton")

  23. local Dupe = Instance.new("Frame")

  24. local Name = Instance.new("TextLabel")

  25. local All = Instance.new("TextButton")

  26. local DTool = Instance.new("TextButton")

  27. local ToolName = Instance.new("TextBox")

  28. local TP = Instance.new("Frame")

  29. local Name1 = Instance.new("TextLabel")

  30. local TPDF = Instance.new("TextButton")

  31. local TPPLR = Instance.new("TextButton")

  32. local PlayerName = Instance.new("TextBox")

  33. local NPCName = Instance.new("TextBox")

  34. local TPNPC = Instance.new("TextButton")

  35. local Humanoid = Instance.new("Frame")

  36. local Name2 = Instance.new("TextLabel")

  37. local Reset = Instance.new("TextButton")

  38. local WalkSpeed = Instance.new("TextButton")

  39. local Value = Instance.new("TextBox")

  40. local JP = Instance.new("TextButton")

  41. local troll = Instance.new("TextLabel")

  42. --Properties:

  43. ScreenGui.Parent = game.CoreGui

  44. AutoFarm.Name = "AutoFarm"

  45. AutoFarm.Parent = ScreenGui

  46. AutoFarm.Active = true

  47. AutoFarm.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)

  48. AutoFarm.Position = UDim2.new(0.809090912, 0, 0.0675477311, 0)

  49. AutoFarm.Size = UDim2.new(0, 129, 0, 167)

  50. Name3.Name = "Name3"

  51. Name3.Parent = AutoFarm

  52. Name3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  53. Name3.BorderColor3 = Color3.new(0, 0, 0)

  54. Name3.Position = UDim2.new(0, 0, -0.138878822, 0)

  55. Name3.Size = UDim2.new(0, 129, 0, 23)

  56. Name3.Font = Enum.Font.SourceSansSemibold

  57. Name3.Text = "AutoFarm"

  58. Name3.TextColor3 = Color3.new(1, 1, 1)

  59. Name3.TextSize = 14

  60. Bounty.Name = "Bounty"

  61. Bounty.Parent = AutoFarm

  62. Bounty.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  63. Bounty.Position = UDim2.new(0.0465116277, 0, 0.0538921691, 0)

  64. Bounty.Size = UDim2.new(0, 115, 0, 26)

  65. Bounty.Font = Enum.Font.SourceSansSemibold

  66. Bounty.Text = "Bounty Farm"

  67. Bounty.TextColor3 = Color3.new(1, 1, 1)

  68. Bounty.TextSize = 14

  69. Bounty.MouseButton1Click:connect(function()

  70. local localplr = game:GetService("Players").LocalPlayer

  71. local RootPart = localplr.Character.HumanoidRootPart

  72. game:GetService('RunService').Stepped:connect(function()

  73. for i,v in pairs(game:GetService("Players"):GetChildren()) do

  74. if not v.Character:FindFirstChild("SafeZoneFF") and v.Character.Humanoid.Health >= 0 then

  75. localplr.Character.Humanoid.HipHeight = v.Character:FindFirstChild("Humanoid").HipHeight

  76. RootPart.CFrame = v.Character:FindFirstChild("HumanoidRootPart").CFrame + v.Character:FindFirstChild("HumanoidRootPart").CFrame.lookVector*-3

  77. elseif v.Character.Humanoid.Health <= 0 then

  78. print("boop")

  79. end

  80. end

  81. end)

  82. end)

  83. FarmNPC.Name = "FarmNPC"

  84. FarmNPC.Parent = AutoFarm

  85. FarmNPC.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)

  86. FarmNPC.Position = UDim2.new(0.0387596898, 0, 0.419161677, 0)

  87. FarmNPC.Size = UDim2.new(0, 116, 0, 26)

  88. FarmNPC.Font = Enum.Font.SourceSansSemibold

  89. FarmNPC.Text = "Farm NPC"

  90. FarmNPC.TextColor3 = Color3.new(1, 1, 1)

  91. FarmNPC.TextSize = 14

  92. FarmNPC.MouseButton1Click:connect(function()

  93. while wait(0.2) do

  94. for i,v in pairs(workspace:GetDescendants()) do

  95. if string.find(v.Name, NPCName1.Text) and v:FindFirstChild("HumanoidRootPart") then

  96. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("HumanoidRootPart").CFrame

  97. end

  98. end

  99. end

  100. end)

  101. NPCName1.Name = "NPCName1"

  102. NPCName1.Parent = AutoFarm

  103. NPCName1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  104. NPCName1.Position = UDim2.new(0.0465116277, 0, 0.245508984, 0)

  105. NPCName1.Size = UDim2.new(0, 115, 0, 23)

  106. NPCName1.Font = Enum.Font.SourceSansSemibold

  107. NPCName1.Text = "NPC Name"

  108. NPCName1.TextColor3 = Color3.new(1, 1, 1)

  109. NPCName1.TextSize = 14

  110. EXP.Name = "EXP"

  111. EXP.Parent = AutoFarm

  112. EXP.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  113. EXP.Position = UDim2.new(0.0542635657, 0, 0.598802388, 0)

  114. EXP.Size = UDim2.new(0, 115, 0, 26)

  115. EXP.Font = Enum.Font.SourceSansSemibold

  116. EXP.Text = "EXPFarm"

  117. EXP.TextColor3 = Color3.new(1, 1, 1)

  118. EXP.TextSize = 14

  119. EXP.MouseButton1Click:connect(function()

  120. local lplr = game:GetService("Players").LocalPlayer

  121. local backpack = lplr.Backpack

  122. _G.EXPFarm = true --- turn this to false if you want to stop it

  123. while _G.EXPFarm do

  124. wait()

  125. for i,v in next, backpack:GetChildren() do

  126. if v.Name == "Katana" then

  127. v.Parent = lplr.Character

  128. end

  129. end

  130. for i,v in next, backpack:GetChildren() do

  131. if v.Name == "Scimitar" then

  132. v.Parent = lplr.Character

  133. end

    (Video) Roblox One Piece Open Seas Hack Update Script/Auto Quest

  134. end

  135. for i,v in next, backpack:GetChildren() do

  136. if string.find(v.Name, "bound") then

  137. v.Parent = lplr.Character

  138. end

  139. end

  140. for i,v in next, backpack:GetChildren() do

  141. if v.Name == "Combat" then

  142. v.Parent = lplr.Character

  143. end

  144. end

  145. for i,v in next, backpack:GetChildren() do

  146. if v.Name == "Giant Club" then

  147. v.Parent = lplr.Character

  148. end

  149. end

  150. for i,v in next, backpack:GetChildren() do

  151. if v.Name == "Wooden Club" then

  152. v.Parent = lplr.Character

  153. end

  154. end

  155. for i,v in next, backpack:GetChildren() do

  156. if v.Name == "Eleblade" then

  157. v.Parent = lplr.Character

  158. end

  159. end

  160. for i,v in next, backpack:GetChildren() do

  161. if v.Name == "Flintlock" then

  162. v.Parent = lplr.Character

  163. end

  164. end

  165. for i,v in next, backpack:GetChildren() do

  166. if v.Name == "Rusty Blade" then

  167. v.Parent = lplr.Character

  168. end

  169. end

  170. for i,v in next, backpack:GetChildren() do

  171. if v.Name == "Cutlass" then

  172. v.Parent = lplr.Character

  173. end

  174. end

  175. for i,v in next, backpack:GetChildren() do

  176. if v.Name == "Claymore" then

  177. v.Parent = lplr.Character

  178. end

  179. end

  180. for i,v in next, backpack:GetChildren() do

  181. if v.Name == "Ghost Pirate's Cutlass" then

  182. v.Parent = lplr.Character

  183. end

  184. end

  185. for i,v in next, backpack:GetChildren() do

  186. if v.Name == "Ice Saber" then

  187. v.Parent = lplr.Character

  188. end

  189. end

  190. for i,v in next, backpack:GetChildren() do

  191. if v.Name == "Infernoblade" then

  192. v.Parent = lplr.Character

  193. end

  194. end

  195. for i,v in next, backpack:GetChildren() do

  196. if v.Name == "DeathSpeaker" then

  197. v.Parent = lplr.Character

  198. end

  199. end

  200. for i,v in next, backpack:GetChildren() do

  201. if v.Name == "Boomblade" then

  202. v.Parent = lplr.Character

  203. end

  204. end

  205. for i,v in next, backpack:GetChildren() do

  206. if v.Name == "Poseidon's Fury" then

  207. v.Parent = lplr.Character

  208. end

  209. end

  210. for i,v in next, backpack:GetChildren() do

  211. if v.Name == "Arcanium" then

  212. v.Parent = lplr.Character

  213. end

  214. end

  215. for i,v in next, backpack:GetChildren() do

  216. if v.Name == "Windsteel Dagger" then

  217. v.Parent = lplr.Character

  218. end

  219. end

  220. for i,v in next, backpack:GetChildren() do

  221. if v.Name == "Energion" then

  222. v.Parent = lplr.Character

  223. end

  224. end

  225. for i,v in next, backpack:GetChildren() do

  226. if v.Name == "Arceus" then

  227. v.Parent = lplr.Character

  228. end

  229. end

  230. for i,v in next, backpack:GetChildren() do

  231. if v.Name == "Light Blade" then

  232. v.Parent = lplr.Character

  233. end

  234. end

  235. for i,v in next, backpack:GetChildren() do

  236. if v.Name == "Santa's Blade" then

  237. v.Parent = lplr.Character

  238. end

  239. end

  240. for i,v in next, backpack:GetChildren() do

  241. if v.Name == "Speedlock" then

  242. v.Parent = lplr.Character

  243. end

  244. end

  245. for i,v in next, backpack:GetChildren() do

  246. if v.Name == "Goldlock" then

  247. v.Parent = lplr.Character

  248. end

  249. end

  250. for i,v in next, backpack:GetChildren() do

  251. if v.Name == "Venomlock" then

  252. v.Parent = lplr.Character

  253. end

  254. end

  255. for i,v in next, backpack:GetChildren() do

  256. if v.Name == "Boomlock" then

  257. v.Parent = lplr.Character

  258. end

  259. end

  260. for i,v in pairs(lplr.Character:GetDescendants()) do

  261. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then

  262. v:FindFirstChild("ActionEvent"):FireServer()

  263. end

  264. end

  265. end

  266. end)

    (Video) Roblox One Piece Open Seas Hack Update New Script!

  267. OffEXP.Name = "OffEXP"

  268. OffEXP.Parent = AutoFarm

  269. OffEXP.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  270. OffEXP.Position = UDim2.new(0.0542635657, 0, 0.790419161, 0)

  271. OffEXP.Size = UDim2.new(0, 115, 0, 26)

  272. OffEXP.Font = Enum.Font.SourceSansSemibold

  273. OffEXP.Text = "Turn Off EXPFarm"

  274. OffEXP.TextColor3 = Color3.new(1, 1, 1)

  275. OffEXP.TextSize = 14

  276. OffEXP.MouseButton1Click:connect(function()

  277. local lplr = game:GetService("Players").LocalPlayer

  278. local backpack = lplr.Backpack

  279. _G.EXPFarm = false --- turn this to false if you want to stop it

  280. while _G.EXPFarm do

  281. wait()

  282. for i,v in next, backpack:GetChildren() do

  283. if v.Name == "Katana" then

  284. v.Parent = lplr.Character

  285. end

  286. end

  287. for i,v in next, backpack:GetChildren() do

  288. if v.Name == "Scimitar" then

  289. v.Parent = lplr.Character

  290. end

  291. end

  292. for i,v in next, backpack:GetChildren() do

  293. if string.find(v.Name, "bound") then

  294. v.Parent = lplr.Character

  295. end

  296. end

  297. for i,v in next, backpack:GetChildren() do

  298. if v.Name == "Combat" then

  299. v.Parent = lplr.Character

  300. end

  301. end

  302. for i,v in next, backpack:GetChildren() do

  303. if v.Name == "Giant Club" then

  304. v.Parent = lplr.Character

  305. end

  306. end

  307. for i,v in next, backpack:GetChildren() do

  308. if v.Name == "Wooden Club" then

  309. v.Parent = lplr.Character

  310. end

  311. end

  312. for i,v in next, backpack:GetChildren() do

  313. if v.Name == "Eleblade" then

  314. v.Parent = lplr.Character

  315. end

  316. end

  317. for i,v in next, backpack:GetChildren() do

  318. if v.Name == "Flintlock" then

  319. v.Parent = lplr.Character

  320. end

  321. end

  322. for i,v in next, backpack:GetChildren() do

  323. if v.Name == "Rusty Blade" then

  324. v.Parent = lplr.Character

  325. end

  326. end

  327. for i,v in next, backpack:GetChildren() do

  328. if v.Name == "Cutlass" then

  329. v.Parent = lplr.Character

  330. end

  331. end

  332. for i,v in next, backpack:GetChildren() do

  333. if v.Name == "Claymore" then

  334. v.Parent = lplr.Character

  335. end

  336. end

  337. for i,v in next, backpack:GetChildren() do

  338. if v.Name == "Ghost Pirate's Cutlass" then

  339. v.Parent = lplr.Character

  340. end

  341. end

  342. for i,v in next, backpack:GetChildren() do

  343. if v.Name == "Ice Saber" then

  344. v.Parent = lplr.Character

  345. end

  346. end

  347. for i,v in next, backpack:GetChildren() do

  348. if v.Name == "Infernoblade" then

  349. v.Parent = lplr.Character

  350. end

  351. end

  352. for i,v in next, backpack:GetChildren() do

  353. if v.Name == "DeathSpeaker" then

  354. v.Parent = lplr.Character

  355. end

  356. end

  357. for i,v in next, backpack:GetChildren() do

  358. if v.Name == "Boomblade" then

  359. v.Parent = lplr.Character

  360. end

  361. end

  362. for i,v in next, backpack:GetChildren() do

  363. if v.Name == "Poseidon's Fury" then

  364. v.Parent = lplr.Character

  365. end

  366. end

  367. for i,v in next, backpack:GetChildren() do

  368. if v.Name == "Arcanium" then

  369. v.Parent = lplr.Character

  370. end

  371. end

  372. for i,v in next, backpack:GetChildren() do

  373. if v.Name == "Windsteel Dagger" then

  374. v.Parent = lplr.Character

  375. end

  376. end

  377. for i,v in next, backpack:GetChildren() do

  378. if v.Name == "Energion" then

  379. v.Parent = lplr.Character

  380. end

  381. end

  382. for i,v in next, backpack:GetChildren() do

  383. if v.Name == "Arceus" then

  384. v.Parent = lplr.Character

  385. end

  386. end

  387. for i,v in next, backpack:GetChildren() do

  388. if v.Name == "Light Blade" then

  389. v.Parent = lplr.Character

  390. end

  391. end

  392. for i,v in next, backpack:GetChildren() do

  393. if v.Name == "Santa's Blade" then

  394. v.Parent = lplr.Character

  395. end

  396. end

  397. for i,v in next, backpack:GetChildren() do

  398. if v.Name == "Speedlock" then

  399. v.Parent = lplr.Character

    (Video) Roblox [VARIANT EVENT] One Piece Open Seas Hack EPS DF/TP CHEST/Dupe Item Lv Max in 1 Hour

  400. end

  401. end

  402. for i,v in next, backpack:GetChildren() do

  403. if v.Name == "Goldlock" then

  404. v.Parent = lplr.Character

  405. end

  406. end

  407. for i,v in next, backpack:GetChildren() do

  408. if v.Name == "Venomlock" then

  409. v.Parent = lplr.Character

  410. end

  411. end

  412. for i,v in next, backpack:GetChildren() do

  413. if v.Name == "Boomlock" then

  414. v.Parent = lplr.Character

  415. end

  416. end

  417. for i,v in pairs(lplr.Character:GetDescendants()) do

  418. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then

  419. v:FindFirstChild("ActionEvent"):FireServer()

  420. end

  421. end

  422. end

  423. end)

  424. Dupe.Name = "Dupe"

  425. Dupe.Parent = ScreenGui

  426. Dupe.Active = true

  427. Dupe.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)

  428. Dupe.Position = UDim2.new(0.726666629, 0, 0.0660792962, 0)

  429. Dupe.Size = UDim2.new(0, 129, 0, 167)

  430. Name.Name = "Name"

  431. Name.Parent = Dupe

  432. Name.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  433. Name.BorderColor3 = Color3.new(0, 0, 0)

  434. Name.Position = UDim2.new(0, 0, -0.132890806, 0)

  435. Name.Size = UDim2.new(0, 129, 0, 23)

  436. Name.Font = Enum.Font.SourceSansSemibold

  437. Name.Text = "Dupe"

  438. Name.TextColor3 = Color3.new(1, 1, 1)

  439. Name.TextSize = 14

  440. All.Name = "All"

  441. All.Parent = Dupe

  442. All.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  443. All.Position = UDim2.new(0.0465116277, 0, 0.0538921691, 0)

  444. All.Size = UDim2.new(0, 115, 0, 26)

  445. All.Font = Enum.Font.SourceSansSemibold

  446. All.Text = "Dupe All"

  447. All.TextColor3 = Color3.new(1, 1, 1)

  448. All.TextSize = 14

  449. All.MouseButton1Click:connect(function()

  450. local LocalPlayer = game:GetService("Players").LocalPlayer

  451. local function saveTools()

  452. LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()

  453. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()

  454. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do

  455. if tool:IsA("Tool") then

  456. tool.Parent = LocalPlayer

  457. end

  458. end

  459. end)

  460. end

  461. LocalPlayer.CharacterAdded:Connect(function(char)

  462. for _, tool in pairs(LocalPlayer:GetChildren()) do

  463. if tool:IsA("Tool") then

  464. tool.Parent = LocalPlayer.Backpack

  465. end

  466. end

  467. saveTools()

  468. end)

  469. saveTools()

  470. LocalPlayer.Character.Humanoid.Health = 0

  471. end)

  472. DTool.Name = "DTool"

  473. DTool.Parent = Dupe

  474. DTool.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)

  475. DTool.Position = UDim2.new(0.0387596898, 0, 0.419161677, 0)

  476. DTool.Size = UDim2.new(0, 116, 0, 26)

  477. DTool.Font = Enum.Font.SourceSansSemibold

  478. DTool.Text = "Dupe Tool"

  479. DTool.TextColor3 = Color3.new(1, 1, 1)

  480. DTool.TextSize = 14

  481. DTool.MouseButton1Click:connect(function()

  482. local LocalPlayer = game:GetService("Players").LocalPlayer

  483. local function saveTools()

  484. LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()

  485. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()

  486. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do

  487. if string.find(tool.Name, ToolName.Text) and tool:IsA("Tool") then

  488. tool.Parent = LocalPlayer

  489. end

  490. end

  491. end)

  492. end

  493. LocalPlayer.CharacterAdded:Connect(function(char)

  494. for _, tool in pairs(LocalPlayer:GetChildren()) do

  495. if string.find(tool.Name, ToolName.Text) and tool:IsA("Tool") then

  496. tool.Parent = LocalPlayer.Backpack

  497. end

  498. end

  499. saveTools()

  500. end)

  501. saveTools()

  502. LocalPlayer.Character.Humanoid.Health = 0

  503. end)

  504. ToolName.Name = "ToolName"

  505. ToolName.Parent = Dupe

  506. ToolName.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  507. ToolName.Position = UDim2.new(0.0465116277, 0, 0.245508984, 0)

  508. ToolName.Size = UDim2.new(0, 115, 0, 23)

  509. ToolName.Font = Enum.Font.SourceSansSemibold

  510. ToolName.Text = "Tool Name"

  511. ToolName.TextColor3 = Color3.new(1, 1, 1)

  512. ToolName.TextSize = 14

  513. TP.Name = "TP"

  514. TP.Parent = ScreenGui

  515. TP.Active = true

  516. TP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)

  517. TP.Position = UDim2.new(0.644242406, 0, 0.0675477311, 0)

  518. TP.Size = UDim2.new(0, 129, 0, 167)

  519. Name1.Name = "Name1"

  520. Name1.Parent = TP

  521. Name1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  522. Name1.BorderColor3 = Color3.new(0, 0, 0)

  523. Name1.Position = UDim2.new(0, 0, -0.138878822, 0)

  524. Name1.Size = UDim2.new(0, 129, 0, 23)

  525. Name1.Font = Enum.Font.SourceSansSemibold

  526. Name1.Text = "Tp To Stuff"

  527. Name1.TextColor3 = Color3.new(1, 1, 1)

  528. Name1.TextSize = 14

  529. TPDF.Name = "TPDF"

  530. TPDF.Parent = TP

  531. TPDF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  532. TPDF.Position = UDim2.new(0.0465116277, 0, 0.0538921691, 0)

    (Video) ( ✔️WORKING GUI! ✔️ ) - ONE PIECE OPEN SEAS GUI [ DEVIL FRUIT TP / CHEST TP & MANY MORE! ]

  533. TPDF.Size = UDim2.new(0, 115, 0, 26)

  534. TPDF.Font = Enum.Font.SourceSansSemibold

  535. TPDF.Text = "Tp To DF"

  536. TPDF.TextColor3 = Color3.new(1, 1, 1)

  537. TPDF.TextSize = 14

  538. TPDF.MouseButton1Click:connect(function()

  539. for i,v in pairs(workspace:GetDescendants()) do

  540. if v:IsA('Tool') and string.find(v.Name, "Mi") then

  541. devilfruit = v.Handle.CFrame

  542. end

  543. end

  544. local ts = game:GetService("TweenService")

  545. local uis = game:GetService("UserInputService")

  546. local char = game.Players.LocalPlayer.Character

  547. local part = char.HumanoidRootPart

  548. local ti = TweenInfo.new(5, Enum.EasingStyle.Linear) --- change the 5 to what ever speed you what ( isnt really speed )

  549. local tp = {CFrame = devilfruit}

  550. ts:Create(part, ti, tp):Play()

  551. end)

  552. TPPLR.Name = "TPPLR"

  553. TPPLR.Parent = TP

  554. TPPLR.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)

  555. TPPLR.Position = UDim2.new(0.0542635657, 0, 0.419161677, 0)

  556. TPPLR.Size = UDim2.new(0, 113, 0, 27)

  557. TPPLR.Font = Enum.Font.SourceSansSemibold

  558. TPPLR.Text = "Tp To Player"

  559. TPPLR.TextColor3 = Color3.new(1, 1, 1)

  560. TPPLR.TextSize = 14

  561. TPPLR.MouseButton1Click:connect(function()

  562. local Target = PlayerName.Text

  563. local localplr = game:GetService("Players").LocalPlayer

  564. local RootPart = localplr.Character.HumanoidRootPart

  565. local plr = game:GetService("Players")[Target]

  566. local RootPart1 = plr.Character.HumanoidRootPart

  567. local lookVector = RootPart1.CFrame.lookVector

  568. local Value = -3

  569. RootPart.CFrame = RootPart1.CFrame + lookVector*Value

  570. end)

  571. PlayerName.Name = "PlayerName"

  572. PlayerName.Parent = TP

  573. PlayerName.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  574. PlayerName.Position = UDim2.new(0.0542635657, 0, 0.245508984, 0)

  575. PlayerName.Size = UDim2.new(0, 113, 0, 23)

  576. PlayerName.Font = Enum.Font.SourceSansSemibold

  577. PlayerName.Text = "Player Name"

  578. PlayerName.TextColor3 = Color3.new(1, 1, 1)

  579. PlayerName.TextSize = 14

  580. NPCName.Name = "NPCName"

  581. NPCName.Parent = TP

  582. NPCName.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  583. NPCName.Position = UDim2.new(0.0542635657, 0, 0.616766453, 0)

  584. NPCName.Size = UDim2.new(0, 113, 0, 23)

  585. NPCName.Font = Enum.Font.SourceSansSemibold

  586. NPCName.Text = "NPC Name"

  587. NPCName.TextColor3 = Color3.new(1, 1, 1)

  588. NPCName.TextSize = 14

  589. TPNPC.Name = "TPNPC"

  590. TPNPC.Parent = TP

  591. TPNPC.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)

  592. TPNPC.Position = UDim2.new(0.0542635657, 0, 0.790419161, 0)

  593. TPNPC.Size = UDim2.new(0, 113, 0, 25)

  594. TPNPC.Font = Enum.Font.SourceSansSemibold

  595. TPNPC.Text = "Tp To NPC"

  596. TPNPC.TextColor3 = Color3.new(1, 1, 1)

  597. TPNPC.TextSize = 14

  598. TPNPC.MouseButton1Click:connect(function()

  599. for i,v in pairs(workspace:GetDescendants()) do

  600. if string.find(v.Name, NPCName.Text) and v:FindFirstChild("HumanoidRootPart") then

  601. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("HumanoidRootPart").CFrame

  602. end

  603. end

  604. end)

  605. Humanoid.Name = "Humanoid"

  606. Humanoid.Parent = ScreenGui

  607. Humanoid.Active = true

  608. Humanoid.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)

  609. Humanoid.Position = UDim2.new(0.561212063, 0, 0.0660792962, 0)

  610. Humanoid.Size = UDim2.new(0, 129, 0, 167)

  611. Name2.Name = "Name2"

  612. Name2.Parent = Humanoid

  613. Name2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  614. Name2.BorderColor3 = Color3.new(0, 0, 0)

  615. Name2.Position = UDim2.new(0, 0, -0.132890806, 0)

  616. Name2.Size = UDim2.new(0, 129, 0, 23)

  617. Name2.Font = Enum.Font.SourceSansSemibold

  618. Name2.Text = "Humanoid Change"

  619. Name2.TextColor3 = Color3.new(1, 1, 1)

  620. Name2.TextSize = 14

  621. Reset.Name = "Reset"

  622. Reset.Parent = Humanoid

  623. Reset.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)

  624. Reset.Position = UDim2.new(0.0465116277, 0, 0.0538921691, 0)

  625. Reset.Size = UDim2.new(0, 115, 0, 26)

  626. Reset.Font = Enum.Font.SourceSansSemibold

  627. Reset.Text = "Reset"

  628. Reset.TextColor3 = Color3.new(1, 1, 1)

  629. Reset.TextSize = 14

  630. Reset.MouseButton1Click:connect(function()

  631. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0

  632. end)

  633. troll.Name = "troll"

  634. troll.Parent = ScreenGui

  635. troll.BackgroundColor3 = Color3.new(1, 1, 1)

  636. troll.BackgroundTransparency = 1

  637. troll.Position = UDim2.new(0.890909135, 0, 0.951541901, 0)

  638. troll.Size = UDim2.new(0, 198, 0, 33)

  639. troll.Font = Enum.Font.GothamSemibold

  640. troll.Text = "teg pi deggol"

  641. troll.TextColor3 = Color3.new(1, 0.0980392, 0.92549)

  642. troll.TextSize = 21

  643. -- Scripts:

  644. function SCRIPT_SWDE86_FAKESCRIPT() -- AutoFarm.LocalScript

  645. local script = Instance.new('LocalScript')

  646. script.Parent = AutoFarm

  647. script.Parent.Draggable = true;

  648. end

  649. coroutine.resume(coroutine.create(SCRIPT_SWDE86_FAKESCRIPT))

  650. function SCRIPT_WZWT73_FAKESCRIPT() -- Dupe.LocalScript

  651. local script = Instance.new('LocalScript')

  652. script.Parent = Dupe

  653. script.Parent.Draggable = true;

  654. end

  655. coroutine.resume(coroutine.create(SCRIPT_WZWT73_FAKESCRIPT))

  656. function SCRIPT_WENL72_FAKESCRIPT() -- TP.LocalScript

  657. local script = Instance.new('LocalScript')

  658. script.Parent = TP

  659. script.Parent.Draggable = true;

  660. end

  661. coroutine.resume(coroutine.create(SCRIPT_WENL72_FAKESCRIPT))

  662. function SCRIPT_BEZV67_FAKESCRIPT() -- Humanoid.LocalScript

  663. local script = Instance.new('LocalScript')

  664. script.Parent = Humanoid

  665. script.Parent.Draggable = true;

    (Video) HACK / SCRIPTS One piece Open Sea (New)

  666. end

  667. coroutine.resume(coroutine.create(SCRIPT_BEZV67_FAKESCRIPT))

Videos

1. hack One Piece Open Seas auto farm
(ً)
2. One Piece Open Seas -- Instant Level -- Script/hacks
(Timex)
3. 🔥OP Script! 🔥 [✔️Working✔️]🌟 One Piece Open Seas!🌟
(Timex)
4. How To Hack Max Level Roblox One Piece Open Seas! | Very Fast |
(Dorx_P)
5. ONE PIECE GAME SCRIPT 2022
(CrowGaming)
6. One Piece Open Seas Script Mobile Auto Level Up And Money
(SOS Squad ID)

References

Top Articles
Latest Posts
Article information

Author: Dr. Pierre Goyette

Last Updated: 08/03/2023

Views: 6534

Rating: 5 / 5 (70 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Dr. Pierre Goyette

Birthday: 1998-01-29

Address: Apt. 611 3357 Yong Plain, West Audra, IL 70053

Phone: +5819954278378

Job: Construction Director

Hobby: Embroidery, Creative writing, Shopping, Driving, Stand-up comedy, Coffee roasting, Scrapbooking

Introduction: My name is Dr. Pierre Goyette, I am a enchanting, powerful, jolly, rich, graceful, colorful, zany person who loves writing and wants to share my knowledge and understanding with you.