Dragonvn

Link Hack ONe PIece

Nov 27th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.96 KB | None | 0 0
  1. --// channel: Dragon Vn \\--
  2.  
  3. -- Instances:
  4. local OpenSeasGUI = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Deco = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Frame = Instance.new("Frame")
  9. local Chest = Instance.new("TextButton")
  10. local Fist = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12. local Minimize = Instance.new("TextButton")
  13. local DF = Instance.new("TextButton")
  14. local TrainerESP = Instance.new("TextButton")
  15. local TextLabel = Instance.new("TextLabel")
  16. local Cooldown = Instance.new("TextButton")
  17. local Open = Instance.new("TextButton")
  18. local Start = Instance.new("Frame")
  19. local Title_2 = Instance.new("TextLabel")
  20. local Text1 = Instance.new("TextLabel")
  21. local Text2 = Instance.new("TextLabel")
  22. local Divider1 = Instance.new("Frame")
  23. local Divider2 = Instance.new("Frame")
  24. local Text3 = Instance.new("TextLabel")
  25. local Divider3 = Instance.new("Frame")
  26. local START = Instance.new("TextButton")
  27. local Divider0 = Instance.new("Frame")
  28. local Teleports = Instance.new("Frame")
  29. local Deco2 = Instance.new("Frame")
  30. local Title2 = Instance.new("TextLabel")
  31. local Frame2 = Instance.new("Frame")
  32. local Haki = Instance.new("TextButton")
  33. local Ryusoken = Instance.new("TextButton")
  34. local Close2 = Instance.new("TextButton")
  35. local Minimize2 = Instance.new("TextButton")
  36. local Remover = Instance.new("TextButton")
  37. local Seller = Instance.new("TextButton")
  38. local Credits2 = Instance.new("TextLabel")
  39. local Back = Instance.new("TextButton")
  40. local Electro = Instance.new("TextButton")
  41. --Properties:
  42. OpenSeasGUI.Name = "Open Seas GUI"
  43. OpenSeasGUI.Parent = game.CoreGui
  44.  
  45. Main.Name = "Main"
  46. Main.Parent = OpenSeasGUI
  47. Main.Active = true
  48. Main.BackgroundColor3 = Color3.new(0.207843, 0.231373, 0.282353)
  49. Main.BorderSizePixel = 0
  50. Main.Position = UDim2.new(0, 0, 0.383301705, 0)
  51. Main.Size = UDim2.new(0, 185, 0, 123)
  52. Main.Visible = false
  53.  
  54. Deco.Name = "Deco"
  55. Deco.Parent = Main
  56. Deco.Active = true
  57. Deco.BackgroundColor3 = Color3.new(0.184314, 0.211765, 0.25098)
  58. Deco.BorderSizePixel = 0
  59. Deco.Position = UDim2.new(0, 0, 0.951219499, 0)
  60. Deco.Size = UDim2.new(0, 185, 0, 6)
  61.  
  62. Title.Name = "Title"
  63. Title.Parent = Main
  64. Title.Active = true
  65. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Title.BackgroundTransparency = 1
  67. Title.Size = UDim2.new(0, 185, 0, 26)
  68. Title.Font = Enum.Font.SourceSans
  69. Title.Text = "Open Seas GUI"
  70. Title.TextColor3 = Color3.new(0, 0, 0)
  71. Title.TextSize = 14
  72.  
  73. Frame.Parent = Main
  74. Frame.Active = true
  75. Frame.BackgroundColor3 = Color3.new(0.184314, 0.211765, 0.25098)
  76. Frame.BorderColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  77. Frame.BorderSizePixel = 0
  78. Frame.Position = UDim2.new(0, 0, 0.211382121, 0)
  79. Frame.Size = UDim2.new(0, 185, 0, 2)
  80.  
  81. Chest.Name = "Chest"
  82. Chest.Parent = Main
  83. Chest.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  84. Chest.BackgroundTransparency = 0.75
  85. Chest.BorderSizePixel = 0
  86. Chest.Position = UDim2.new(0.0432432443, 0, 0.317073166, 0)
  87. Chest.Size = UDim2.new(0, 78, 0, 30)
  88. Chest.Font = Enum.Font.SourceSans
  89. Chest.Text = "Chest TP"
  90. Chest.TextColor3 = Color3.new(0, 0, 0)
  91. Chest.TextSize = 14
  92.  
  93. Fist.Name = "Fist"
  94. Fist.Parent = Main
  95. Fist.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  96. Fist.BackgroundTransparency = 0.75
  97. Fist.BorderSizePixel = 0
  98. Fist.Position = UDim2.new(0.0432432443, 0, 0.609756112, 0)
  99. Fist.Size = UDim2.new(0, 38, 0, 30)
  100. Fist.Font = Enum.Font.SourceSans
  101. Fist.Text = "Auto Fist"
  102. Fist.TextColor3 = Color3.new(0, 0, 0)
  103. Fist.TextScaled = true
  104. Fist.TextSize = 14
  105. Fist.TextWrapped = true
  106.  
  107. Close.Name = "Close"
  108. Close.Parent = Main
  109. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  110. Close.BackgroundTransparency = 0.89999997615814
  111. Close.BorderSizePixel = 0
  112. Close.Position = UDim2.new(0.920270383, 0, 0, 0)
  113. Close.Size = UDim2.new(0, 15, 0, 15)
  114. Close.Font = Enum.Font.SourceSans
  115. Close.Text = "X"
  116. Close.TextColor3 = Color3.new(1, 0, 0)
  117. Close.TextScaled = true
  118. Close.TextSize = 14
  119. Close.TextWrapped = true
  120.  
  121. Minimize.Name = "Minimize"
  122. Minimize.Parent = Main
  123. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  124. Minimize.BackgroundTransparency = 0.89999997615814
  125. Minimize.BorderSizePixel = 0
  126. Minimize.Position = UDim2.new(0.839189231, 0, 0, 0)
  127. Minimize.Size = UDim2.new(0, 15, 0, 15)
  128. Minimize.Font = Enum.Font.SourceSans
  129. Minimize.Text = "-"
  130. Minimize.TextColor3 = Color3.new(1, 0, 0)
  131. Minimize.TextScaled = true
  132. Minimize.TextSize = 14
  133. Minimize.TextWrapped = true
  134.  
  135. DF.Name = "DF"
  136. DF.Parent = Main
  137. DF.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  138. DF.BackgroundTransparency = 0.75
  139. DF.BorderSizePixel = 0
  140. DF.Position = UDim2.new(0.53513515, 0, 0.317073166, 0)
  141. DF.Size = UDim2.new(0, 77, 0, 30)
  142. DF.Font = Enum.Font.SourceSans
  143. DF.Text = "Devil Fruit TP"
  144. DF.TextColor3 = Color3.new(0, 0, 0)
  145. DF.TextSize = 14
  146.  
  147. TrainerESP.Name = "Trainer ESP"
  148. TrainerESP.Parent = Main
  149. TrainerESP.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  150. TrainerESP.BackgroundTransparency = 0.75
  151. TrainerESP.BorderSizePixel = 0
  152. TrainerESP.Position = UDim2.new(0.53513515, 0, 0.609756112, 0)
  153. TrainerESP.Size = UDim2.new(0, 77, 0, 30)
  154. TrainerESP.Font = Enum.Font.SourceSans
  155. TrainerESP.Text = "Trainer TP's"
  156. TrainerESP.TextColor3 = Color3.new(0, 0, 0)
  157. TrainerESP.TextSize = 14
  158.  
  159. TextLabel.Parent = Main
  160. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  161. TextLabel.BackgroundTransparency = 1
  162. TextLabel.Position = UDim2.new(0, 0, 0.86178863, 0)
  163. TextLabel.Size = UDim2.new(0, 136, 0, 11)
  164. TextLabel.Font = Enum.Font.SourceSans
  165. TextLabel.Text = "channel: lầu hải roblox"
  166. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  167. TextLabel.TextScaled = true
  168. TextLabel.TextSize = 14
  169. TextLabel.TextWrapped = true
  170. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  171.  
  172. Cooldown.Name = "Cooldown"
  173. Cooldown.Parent = Main
  174. Cooldown.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  175. Cooldown.BackgroundTransparency = 0.75
  176. Cooldown.BorderSizePixel = 0
  177. Cooldown.Position = UDim2.new(0.25405407, 0, 0.609756112, 0)
  178. Cooldown.Size = UDim2.new(0, 38, 0, 30)
  179. Cooldown.Font = Enum.Font.SourceSans
  180. Cooldown.Text = "Cooldown"
  181. Cooldown.TextColor3 = Color3.new(0, 0, 0)
  182. Cooldown.TextScaled = true
  183. Cooldown.TextSize = 14
  184. Cooldown.TextWrapped = true
  185.  
  186. Open.Name = "Open"
  187. Open.Parent = OpenSeasGUI
  188. Open.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  189. Open.Position = UDim2.new(0, 0, 0.616698265, 0)
  190. Open.Size = UDim2.new(0, 63, 0, 16)
  191. Open.Visible = false
  192. Open.Style = Enum.ButtonStyle.RobloxButton
  193. Open.Font = Enum.Font.SourceSans
  194. Open.Text = "Open"
  195. Open.TextColor3 = Color3.new(1, 0, 0)
  196. Open.TextScaled = true
  197. Open.TextSize = 14
  198. Open.TextWrapped = true
  199.  
  200. Start.Name = "Start"
  201. Start.Parent = OpenSeasGUI
  202. Start.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  203. Start.Position = UDim2.new(0.375912428, 0, 0.189243034, 0)
  204. Start.Size = UDim2.new(0, 272, 0, 311)
  205.  
  206. Title_2.Name = "Title"
  207. Title_2.Parent = Start
  208. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  209. Title_2.BackgroundTransparency = 1
  210. Title_2.Position = UDim2.new(0.132352948, 0, 0.0707395524, 0)
  211. Title_2.Size = UDim2.new(0, 200, 0, 50)
  212. Title_2.Font = Enum.Font.SourceSans
  213. Title_2.Text = "Open Seas GUI"
  214. Title_2.TextColor3 = Color3.new(0, 0, 1)
  215. Title_2.TextScaled = true
  216. Title_2.TextSize = 14
  217. Title_2.TextWrapped = true
  218.  
  219. Text1.Name = "Text1"
  220. Text1.Parent = Start
  221. Text1.BackgroundColor3 = Color3.new(1, 1, 1)
  222. Text1.BackgroundTransparency = 1
  223. Text1.Position = UDim2.new(0, 0, 0.270096451, 0)
  224. Text1.Size = UDim2.new(0, 272, 0, 34)
  225. Text1.Font = Enum.Font.SourceSans
  226. Text1.Text = "Made by:lầu hải roblox"
  227. Text1.TextColor3 = Color3.new(0, 0, 1)
  228. Text1.TextScaled = true
  229. Text1.TextSize = 14
  230. Text1.TextWrapped = true
  231. Text1.TextXAlignment = Enum.TextXAlignment.Left
  232.  
  233. Text2.Name = "Text2"
  234. Text2.Parent = Start
  235. Text2.BackgroundColor3 = Color3.new(1, 1, 1)
  236. Text2.BackgroundTransparency = 1
  237. Text2.Position = UDim2.new(0, 0, 0.443729907, 0)
  238. Text2.Size = UDim2.new(0, 272, 0, 49)
  239. Text2.Font = Enum.Font.SourceSans
  240. Text2.Text = "All Scripts used in this gui are made by me including the gui. Feel free to join my discord: lầu hải roblox"
  241. Text2.TextColor3 = Color3.new(0, 0, 1)
  242. Text2.TextSize = 14
  243. Text2.TextWrapped = true
  244. Text2.TextXAlignment = Enum.TextXAlignment.Left
  245.  
  246. Divider1.Name = "Divider 1"
  247. Divider1.Parent = Start
  248. Divider1.BackgroundColor3 = Color3.new(0, 0, 0)
  249. Divider1.BackgroundTransparency = 0.80000001192093
  250. Divider1.BorderSizePixel = 0
  251. Divider1.Position = UDim2.new(0, 0, 0.398713827, 0)
  252. Divider1.Size = UDim2.new(0, 272, 0, 7)
  253.  
  254. Divider2.Name = "Divider 2"
  255. Divider2.Parent = Start
  256. Divider2.BackgroundColor3 = Color3.new(0, 0, 0)
  257. Divider2.BackgroundTransparency = 0.80000001192093
  258. Divider2.BorderSizePixel = 0
  259. Divider2.Position = UDim2.new(0, 0, 0.623794198, 0)
  260. Divider2.Size = UDim2.new(0, 272, 0, 7)
  261.  
  262. Text3.Name = "Text3"
  263. Text3.Parent = Start
  264. Text3.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Text3.BackgroundTransparency = 1
  266. Text3.Position = UDim2.new(0, 0, 0.646302223, 0)
  267. Text3.Size = UDim2.new(0, 272, 0, 49)
  268. Text3.Font = Enum.Font.SourceSans
  269. Text3.Text = "Thats all for now, Have fun!"
  270. Text3.TextColor3 = Color3.new(0, 0, 1)
  271. Text3.TextScaled = true
  272. Text3.TextSize = 14
  273. Text3.TextWrapped = true
  274.  
  275. Divider3.Name = "Divider 3"
  276. Divider3.Parent = Start
  277. Divider3.BackgroundColor3 = Color3.new(0, 0, 0)
  278. Divider3.BackgroundTransparency = 0.80000001192093
  279. Divider3.BorderSizePixel = 0
  280. Divider3.Position = UDim2.new(0, 0, 0.803858519, 0)
  281. Divider3.Size = UDim2.new(0, 272, 0, 7)
  282.  
  283. START.Name = "START"
  284. START.Parent = Start
  285. START.BackgroundColor3 = Color3.new(0, 0, 0)
  286. START.BackgroundTransparency = 0.89999997615814
  287. START.Position = UDim2.new(0.132352948, 0, 0.845659196, 0)
  288. START.Size = UDim2.new(0, 200, 0, 38)
  289. START.Font = Enum.Font.SourceSans
  290. START.Text = "OPEN!"
  291. START.TextColor3 = Color3.new(0, 0, 1)
  292. START.TextScaled = true
  293. START.TextSize = 14
  294. START.TextStrokeColor3 = Color3.new(0, 0, 1)
  295. START.TextWrapped = true
  296.  
  297. Divider0.Name = "Divider 0"
  298. Divider0.Parent = Start
  299. Divider0.BackgroundColor3 = Color3.new(0, 0, 0)
  300. Divider0.BackgroundTransparency = 0.80000001192093
  301. Divider0.BorderSizePixel = 0
  302. Divider0.Position = UDim2.new(0, 0, 0.247588426, 0)
  303. Divider0.Size = UDim2.new(0, 272, 0, 7)
  304.  
  305. Teleports.Name = "Teleports"
  306. Teleports.Parent = OpenSeasGUI
  307. Teleports.Active = true
  308. Teleports.BackgroundColor3 = Color3.new(0.207843, 0.231373, 0.282353)
  309. Teleports.BorderSizePixel = 0
  310. Teleports.Position = UDim2.new(0, 0, 0.383301705, 0)
  311. Teleports.Size = UDim2.new(0, 268, 0, 123)
  312. Teleports.Visible = false
  313.  
  314. Deco2.Name = "Deco2"
  315. Deco2.Parent = Teleports
  316. Deco2.Active = true
  317. Deco2.BackgroundColor3 = Color3.new(0.184314, 0.211765, 0.25098)
  318. Deco2.BorderSizePixel = 0
  319. Deco2.Position = UDim2.new(0, 0, 0.951219499, 0)
  320. Deco2.Size = UDim2.new(0, 268, 0, 6)
  321.  
  322. Title2.Name = "Title2"
  323. Title2.Parent = Teleports
  324. Title2.Active = true
  325. Title2.BackgroundColor3 = Color3.new(1, 1, 1)
  326. Title2.BackgroundTransparency = 1
  327. Title2.Position = UDim2.new(0.152985081, 0, 0.016260162, 0)
  328. Title2.Size = UDim2.new(0, 185, 0, 26)
  329. Title2.Font = Enum.Font.SourceSans
  330. Title2.Text = "Open Seas GUI"
  331. Title2.TextColor3 = Color3.new(0, 0, 0)
  332. Title2.TextSize = 14
  333.  
  334. Frame2.Name = "Frame2"
  335. Frame2.Parent = Teleports
  336. Frame2.Active = true
  337. Frame2.BackgroundColor3 = Color3.new(0.184314, 0.211765, 0.25098)
  338. Frame2.BorderColor3 = Color3.new(0.172549, 0.243137, 0.313726)
  339. Frame2.BorderSizePixel = 0
  340. Frame2.Position = UDim2.new(0, 0, 0.211382121, 0)
  341. Frame2.Size = UDim2.new(0, 268, 0, 2)
  342.  
  343. Haki.Name = "Haki"
  344. Haki.Parent = Teleports
  345. Haki.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  346. Haki.BackgroundTransparency = 0.75
  347. Haki.BorderSizePixel = 0
  348. Haki.Position = UDim2.new(0.0261492264, 0, 0.317073166, 0)
  349. Haki.Size = UDim2.new(0, 78, 0, 30)
  350. Haki.Font = Enum.Font.SourceSans
  351. Haki.Text = "Haki/Roku"
  352. Haki.TextColor3 = Color3.new(0, 0, 0)
  353. Haki.TextSize = 14
  354.  
  355. Ryusoken.Name = "Ryusoken"
  356. Ryusoken.Parent = Teleports
  357. Ryusoken.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  358. Ryusoken.BackgroundTransparency = 0.75
  359. Ryusoken.BorderSizePixel = 0
  360. Ryusoken.Position = UDim2.new(0.0261492729, 0, 0.617886245, 0)
  361. Ryusoken.Size = UDim2.new(0, 78, 0, 30)
  362. Ryusoken.Font = Enum.Font.SourceSans
  363. Ryusoken.Text = "Ryusoken"
  364. Ryusoken.TextColor3 = Color3.new(0, 0, 0)
  365. Ryusoken.TextSize = 14
  366.  
  367. Close2.Name = "Close2"
  368. Close2.Parent = Teleports
  369. Close2.BackgroundColor3 = Color3.new(1, 1, 1)
  370. Close2.BackgroundTransparency = 0.89999997615814
  371. Close2.BorderSizePixel = 0
  372. Close2.Position = UDim2.new(0.942658424, 0, 0, 0)
  373. Close2.Size = UDim2.new(0, 15, 0, 15)
  374. Close2.Font = Enum.Font.SourceSans
  375. Close2.Text = "X"
  376. Close2.TextColor3 = Color3.new(1, 0, 0)
  377. Close2.TextScaled = true
  378. Close2.TextSize = 14
  379. Close2.TextWrapped = true
  380.  
  381. Minimize2.Name = "Minimize2"
  382. Minimize2.Parent = Teleports
  383. Minimize2.BackgroundColor3 = Color3.new(1, 1, 1)
  384. Minimize2.BackgroundTransparency = 0.89999997615814
  385. Minimize2.BorderSizePixel = 0
  386. Minimize2.Position = UDim2.new(0.883965373, 0, 0, 0)
  387. Minimize2.Size = UDim2.new(0, 15, 0, 15)
  388. Minimize2.Font = Enum.Font.SourceSans
  389. Minimize2.Text = "-"
  390. Minimize2.TextColor3 = Color3.new(1, 0, 0)
  391. Minimize2.TextScaled = true
  392. Minimize2.TextSize = 14
  393. Minimize2.TextWrapped = true
  394.  
  395. Remover.Name = "Remover"
  396. Remover.Parent = Teleports
  397. Remover.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  398. Remover.BackgroundTransparency = 0.75
  399. Remover.BorderSizePixel = 0
  400. Remover.Position = UDim2.new(0.353670686, 0, 0.317073166, 0)
  401. Remover.Size = UDim2.new(0, 77, 0, 30)
  402. Remover.Font = Enum.Font.SourceSans
  403. Remover.Text = "Fruit Remover"
  404. Remover.TextColor3 = Color3.new(0, 0, 0)
  405. Remover.TextSize = 14
  406.  
  407. Seller.Name = "Seller"
  408. Seller.Parent = Teleports
  409. Seller.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  410. Seller.BackgroundTransparency = 0.75
  411. Seller.BorderSizePixel = 0
  412. Seller.Position = UDim2.new(0.353670686, 0, 0.617886186, 0)
  413. Seller.Size = UDim2.new(0, 77, 0, 30)
  414. Seller.Font = Enum.Font.SourceSans
  415. Seller.Text = "Fruit Seller"
  416. Seller.TextColor3 = Color3.new(0, 0, 0)
  417. Seller.TextSize = 14
  418.  
  419. Credits2.Name = "Credits2"
  420. Credits2.Parent = Teleports
  421. Credits2.BackgroundColor3 = Color3.new(1, 1, 1)
  422. Credits2.BackgroundTransparency = 1
  423. Credits2.Position = UDim2.new(0, 0, 0.86178863, 0)
  424. Credits2.Size = UDim2.new(0, 136, 0, 11)
  425. Credits2.Font = Enum.Font.SourceSans
  426. Credits2.Text = "Made By: lầu hải roblox"
  427. Credits2.TextColor3 = Color3.new(0, 0, 0)
  428. Credits2.TextScaled = true
  429. Credits2.TextSize = 14
  430. Credits2.TextWrapped = true
  431. Credits2.TextXAlignment = Enum.TextXAlignment.Left
  432.  
  433. Back.Name = "Back"
  434. Back.Parent = Teleports
  435. Back.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  436. Back.BackgroundTransparency = 0.75
  437. Back.BorderSizePixel = 0
  438. Back.Position = UDim2.new(0.68576026, 0, 0.617886186, 0)
  439. Back.Size = UDim2.new(0, 77, 0, 30)
  440. Back.Font = Enum.Font.SourceSans
  441. Back.Text = "Back"
  442. Back.TextColor3 = Color3.new(0, 0, 0)
  443. Back.TextSize = 14
  444.  
  445. Electro.Name = "Electro"
  446. Electro.Parent = Teleports
  447. Electro.BackgroundColor3 = Color3.new(0.498039, 0.54902, 0.552941)
  448. Electro.BackgroundTransparency = 0.75
  449. Electro.BorderSizePixel = 0
  450. Electro.Position = UDim2.new(0.68576026, 0, 0.317073166, 0)
  451. Electro.Size = UDim2.new(0, 77, 0, 30)
  452. Electro.Font = Enum.Font.SourceSans
  453. Electro.Text = "Electro"
  454. Electro.TextColor3 = Color3.new(0, 0, 0)
  455. Electro.TextSize = 14
  456. -- Scripts:
  457.  
  458. --// All scripts were made by me, If any were released before I did, I apologize... dont attack me \\--
  459.  
  460. -- starting with close and opening
  461.  
  462. START.MouseButton1Click:Connect(function()
  463. Start.Visible = false
  464. Open.Visible = true
  465. end)
  466.  
  467. Open.MouseButton1Click:Connect(function()
  468. Open.Visible = false
  469. Main.Visible = true
  470. end)
  471.  
  472. Close.MouseButton1Click:Connect(function()
  473. OpenSeasGUI:Destroy()
  474. end)
  475.  
  476. Close2.MouseButton1Click:Connect(function()
  477. OpenSeasGUI:Destroy()
  478. end)
  479.  
  480. Minimize.MouseButton1Click:Connect(function()
  481. Main.Visible = false
  482. Open.Visible = true
  483. end)
  484. Minimize2.MouseButton1Click:Connect(function()
  485. Teleports.Visible = false
  486. Open.Visible = true
  487. end)
  488. ---------------------------------------------------
  489.  
  490. -- time for some buttons
  491.  
  492. Chest.MouseButton1Click:Connect(function()
  493. local p = game.Players.LocalPlayer.Character.HumanoidRootPart
  494.  
  495. for i,v in ipairs(workspace:GetChildren()) do
  496. if v.Name == "Chest" or v.Name == "Silver Chest" or v.Name == "Gold Chest" then
  497. if v.Transparency == 0 then
  498. wait(.3)
  499. v.CFrame = p.CFrame
  500. end
  501. end
  502. end
  503. end)
  504. -----
  505.  
  506. DF.MouseButton1Click:Connect(function()
  507. local p = game.Players.LocalPlayer.Character.HumanoidRootPart
  508. for i,v in pairs(game:GetService("Workspace").DevilFruits:GetChildren()) do
  509. if v.ClassName == "Tool" then
  510. v.Handle.CFrame = p.CFrame
  511. end
  512. end
  513. end)
  514. -----
  515.  
  516. Fist.MouseButton1Click:Connect(function()
  517. while wait() do
  518. game.Players.LocalPlayer.Character.Fists.ActionEvent:FireServer()
  519. end
  520. end)
  521. -----
  522.  
  523. Cooldown.MouseButton1Click:Connect(function()
  524. while wait() do
  525. game.Players.LocalPlayer.Character.Fists.Values.Cooldown = false
  526. end
  527. end)
  528. -----
  529.  
  530. TrainerESP.MouseButton1Click:Connect(function()
  531. Main.Visible = false
  532. Teleports.Visible = true
  533. end)
  534. -----
  535.  
  536. Back.MouseButton1Click:Connect(function()
  537. Teleports.Visible = false
  538. Main.Visible = true
  539. end)
  540. -----
  541.  
  542. Haki.MouseButton1Click:Connect(function()
  543. local p = game.Players.LocalPlayer.Character.HumanoidRootPart
  544. p.CFrame = game.Workspace["HakiTrainer"].CFrame
  545. end)
  546.  
  547. Electro.MouseButton1Click:Connect(function()
  548. local p = game.Players.LocalPlayer.Character.HumanoidRootPart
  549. p.CFrame = game.Workspace["ElectroTrainer"].CFrame
  550. end)
  551.  
  552. Ryusoken.MouseButton1Click:Connect(function()
  553. local p = game.Players.LocalPlayer.Character.HumanoidRootPart
  554. p.CFrame = game.Workspace["RyuTrainer"].CFrame
  555. end)
  556.  
  557. Seller.MouseButton1Click:Connect(function()
  558. local p = game.Players.LocalPlayer.Character.HumanoidRootPart
  559. p.CFrame = game.Workspace["FruitSeller"].CFrame
  560. end)
  561.  
  562. Remover.MouseButton1Click:Connect(function()
  563. local p = game.Players.LocalPlayer.Character.HumanoidRootPart
  564. p.CFrame = game.Workspace["FruitRemover"].CFrame
  565. end)
Add Comment
Please, Sign In to add comment