Advertisement
IgotScripts

[IgotScripts] One Piece Destiny - OPDHx

Dec 27th, 2018
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.52 KB | None | 0 0
  1. local OPDHx = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local MFTopBar = Instance.new("Frame")
  4. local UI_Name = Instance.new("TextLabel")
  5. local UI_Exit = Instance.new("TextButton")
  6. local UI_Mini = Instance.new("TextButton")
  7. local BringFrame = Instance.new("Frame")
  8. local BringWeakSwordBandit = Instance.new("TextButton")
  9. local BringGrid = Instance.new("UIGridLayout")
  10. local BringMountainBandit = Instance.new("TextButton")
  11. local BringZoro = Instance.new("TextButton")
  12. local BringSmallSnowApe = Instance.new("TextButton")
  13. local BringWeakBandit = Instance.new("TextButton")
  14. local BringMonkey = Instance.new("TextButton")
  15. local BringBigMonkey = Instance.new("TextButton")
  16. local BringChests = Instance.new("TextButton")
  17. local BringButton = Instance.new("TextButton")
  18. local GotoButton = Instance.new("TextButton")
  19. local SepLine = Instance.new("Frame")
  20. local GoToFrame = Instance.new("Frame")
  21. local GoToGrid = Instance.new("UIGridLayout")
  22. local GoToDevilFruit = Instance.new("TextButton")
  23. local GoToBasicSwordShop = Instance.new("TextButton")
  24. local GoToGreatSwordShop = Instance.new("TextButton")
  25. local GoToBloodlustfulShop = Instance.new("TextButton")
  26. local GoToWanoCraftsmanShop = Instance.new("TextButton")
  27. local GoToShanksDiscipleShop = Instance.new("TextButton")
  28. local GoToTearsOfKing = Instance.new("TextButton")
  29. local GoToFishySwordman = Instance.new("TextButton")
  30. local GoToPoorMan = Instance.new("TextButton")
  31. local GoToIslandResident = Instance.new("TextButton")
  32. local GoToPandaMink = Instance.new("TextButton")
  33. local GoToCrybadies = Instance.new("TextButton")
  34. local GoToSanji = Instance.new("TextButton")
  35. local GoToRayleigh = Instance.new("TextButton")
  36. local GoToCollesseum = Instance.new("TextButton")
  37. local GoToDonTown = Instance.new("TextButton")
  38. local GoToAcura = Instance.new("TextButton")
  39. local GoToArlongParkIsland = Instance.new("TextButton")
  40. local UI_Open = Instance.new("TextButton")
  41. OPDHx.Name = "OPDHx"
  42. OPDHx.Parent = game.CoreGui
  43. MainFrame.Name = "MainFrame"
  44. MainFrame.Parent = OPDHx
  45. MainFrame.Active = true
  46. MainFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  47. MainFrame.BorderSizePixel = 0
  48. MainFrame.Position = UDim2.new(0.0352504626, 0, 0.182656825, 0)
  49. MainFrame.Size = UDim2.new(0, 448, 0, 286)
  50. MFTopBar.Name = "MFTopBar"
  51. MFTopBar.Parent = MainFrame
  52. MFTopBar.Active = true
  53. MFTopBar.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  54. MFTopBar.BorderSizePixel = 0
  55. MFTopBar.Position = UDim2.new(-0.00046382632, 0, -0.00174036773, 0)
  56. MFTopBar.Size = UDim2.new(0, 448, 0, 27)
  57. UI_Name.Name = "UI_Name"
  58. UI_Name.Parent = MFTopBar
  59. UI_Name.Active = true
  60. UI_Name.BackgroundColor3 = Color3.new(1, 1, 1)
  61. UI_Name.BackgroundTransparency = 1
  62. UI_Name.Position = UDim2.new(0.276785702, 0, 0, 0)
  63. UI_Name.Size = UDim2.new(0, 200, 0, 27)
  64. UI_Name.Font = Enum.Font.SourceSansBold
  65. UI_Name.Text = "OPDHx"
  66. UI_Name.TextColor3 = Color3.new(1, 1, 1)
  67. UI_Name.TextSize = 25
  68. UI_Exit.Name = "UI_Exit"
  69. UI_Exit.Parent = MFTopBar
  70. UI_Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  71. UI_Exit.BackgroundTransparency = 1
  72. UI_Exit.Position = UDim2.new(0.950892806, 0, 0, 0)
  73. UI_Exit.Size = UDim2.new(0, 22, 0, 27)
  74. UI_Exit.AutoButtonColor = false
  75. UI_Exit.Font = Enum.Font.SourceSansBold
  76. UI_Exit.Text = "X"
  77. UI_Exit.TextColor3 = Color3.new(1, 1, 1)
  78. UI_Exit.TextSize = 25
  79. UI_Mini.Name = "UI_Mini"
  80. UI_Mini.Parent = MFTopBar
  81. UI_Mini.BackgroundColor3 = Color3.new(1, 1, 1)
  82. UI_Mini.BackgroundTransparency = 1
  83. UI_Mini.Position = UDim2.new(0.901785672, 0, 0, 0)
  84. UI_Mini.Size = UDim2.new(0, 22, 0, 27)
  85. UI_Mini.AutoButtonColor = false
  86. UI_Mini.Font = Enum.Font.SourceSansBold
  87. UI_Mini.Text = "-"
  88. UI_Mini.TextColor3 = Color3.new(1, 1, 1)
  89. UI_Mini.TextSize = 25
  90. BringFrame.Name = "BringFrame"
  91. BringFrame.Parent = MainFrame
  92. BringFrame.Active = true
  93. BringFrame.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  94. BringFrame.BackgroundTransparency = 1
  95. BringFrame.BorderSizePixel = 0
  96. BringFrame.Position = UDim2.new(0.0196254589, 0, 0.266572952, 0)
  97. BringFrame.Size = UDim2.new(0, 429, 0, 196)
  98. BringFrame.Visible = false
  99. BringWeakSwordBandit.Name = "BringWeakSwordBandit"
  100. BringWeakSwordBandit.Parent = BringFrame
  101. BringWeakSwordBandit.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  102. BringWeakSwordBandit.BorderSizePixel = 0
  103. BringWeakSwordBandit.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  104. BringWeakSwordBandit.Size = UDim2.new(0, 109, 0, 25)
  105. BringWeakSwordBandit.AutoButtonColor = false
  106. BringWeakSwordBandit.Font = Enum.Font.SourceSansBold
  107. BringWeakSwordBandit.Text = "Weak Sword Bandit"
  108. BringWeakSwordBandit.TextColor3 = Color3.new(1, 1, 1)
  109. BringWeakSwordBandit.TextScaled = true
  110. BringWeakSwordBandit.TextSize = 20
  111. BringWeakSwordBandit.TextWrapped = true
  112. BringGrid.Name = "BringGrid"
  113. BringGrid.Parent = BringFrame
  114. BringGrid.CellSize = UDim2.new(0, 103, 0, 25)
  115. BringMountainBandit.Name = "BringMountainBandit"
  116. BringMountainBandit.Parent = BringFrame
  117. BringMountainBandit.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  118. BringMountainBandit.BorderSizePixel = 0
  119. BringMountainBandit.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  120. BringMountainBandit.Size = UDim2.new(0, 109, 0, 25)
  121. BringMountainBandit.AutoButtonColor = false
  122. BringMountainBandit.Font = Enum.Font.SourceSansBold
  123. BringMountainBandit.Text = "Mountain Bandit"
  124. BringMountainBandit.TextColor3 = Color3.new(1, 1, 1)
  125. BringMountainBandit.TextScaled = true
  126. BringMountainBandit.TextSize = 20
  127. BringMountainBandit.TextWrapped = true
  128. BringZoro.Name = "BringZoro"
  129. BringZoro.Parent = BringFrame
  130. BringZoro.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  131. BringZoro.BorderSizePixel = 0
  132. BringZoro.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  133. BringZoro.Size = UDim2.new(0, 109, 0, 25)
  134. BringZoro.AutoButtonColor = false
  135. BringZoro.Font = Enum.Font.SourceSansBold
  136. BringZoro.Text = "Zoro"
  137. BringZoro.TextColor3 = Color3.new(1, 1, 1)
  138. BringZoro.TextScaled = true
  139. BringZoro.TextSize = 20
  140. BringZoro.TextWrapped = true
  141. BringSmallSnowApe.Name = "BringSmallSnowApe"
  142. BringSmallSnowApe.Parent = BringFrame
  143. BringSmallSnowApe.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  144. BringSmallSnowApe.BorderSizePixel = 0
  145. BringSmallSnowApe.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  146. BringSmallSnowApe.Size = UDim2.new(0, 109, 0, 25)
  147. BringSmallSnowApe.AutoButtonColor = false
  148. BringSmallSnowApe.Font = Enum.Font.SourceSansBold
  149. BringSmallSnowApe.Text = "Small Snow Ape"
  150. BringSmallSnowApe.TextColor3 = Color3.new(1, 1, 1)
  151. BringSmallSnowApe.TextScaled = true
  152. BringSmallSnowApe.TextSize = 20
  153. BringSmallSnowApe.TextWrapped = true
  154. BringWeakBandit.Name = "BringWeakBandit"
  155. BringWeakBandit.Parent = BringFrame
  156. BringWeakBandit.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  157. BringWeakBandit.BorderSizePixel = 0
  158. BringWeakBandit.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  159. BringWeakBandit.Size = UDim2.new(0, 109, 0, 25)
  160. BringWeakBandit.AutoButtonColor = false
  161. BringWeakBandit.Font = Enum.Font.SourceSansBold
  162. BringWeakBandit.Text = "Weak Bandit"
  163. BringWeakBandit.TextColor3 = Color3.new(1, 1, 1)
  164. BringWeakBandit.TextScaled = true
  165. BringWeakBandit.TextSize = 20
  166. BringWeakBandit.TextWrapped = true
  167. BringMonkey.Name = "BringMonkey"
  168. BringMonkey.Parent = BringFrame
  169. BringMonkey.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  170. BringMonkey.BorderSizePixel = 0
  171. BringMonkey.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  172. BringMonkey.Size = UDim2.new(0, 109, 0, 25)
  173. BringMonkey.AutoButtonColor = false
  174. BringMonkey.Font = Enum.Font.SourceSansBold
  175. BringMonkey.Text = "Monkey"
  176. BringMonkey.TextColor3 = Color3.new(1, 1, 1)
  177. BringMonkey.TextScaled = true
  178. BringMonkey.TextSize = 20
  179. BringMonkey.TextWrapped = true
  180. BringBigMonkey.Name = "BringBigMonkey"
  181. BringBigMonkey.Parent = BringFrame
  182. BringBigMonkey.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  183. BringBigMonkey.BorderSizePixel = 0
  184. BringBigMonkey.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  185. BringBigMonkey.Size = UDim2.new(0, 109, 0, 25)
  186. BringBigMonkey.AutoButtonColor = false
  187. BringBigMonkey.Font = Enum.Font.SourceSansBold
  188. BringBigMonkey.Text = "Big Monkey"
  189. BringBigMonkey.TextColor3 = Color3.new(1, 1, 1)
  190. BringBigMonkey.TextScaled = true
  191. BringBigMonkey.TextSize = 20
  192. BringBigMonkey.TextWrapped = true
  193. BringChests.Name = "BringChests"
  194. BringChests.Parent = BringFrame
  195. BringChests.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  196. BringChests.BorderSizePixel = 0
  197. BringChests.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  198. BringChests.Size = UDim2.new(0, 109, 0, 25)
  199. BringChests.AutoButtonColor = false
  200. BringChests.Font = Enum.Font.SourceSansBold
  201. BringChests.Text = "Chests"
  202. BringChests.TextColor3 = Color3.new(1, 1, 1)
  203. BringChests.TextScaled = true
  204. BringChests.TextSize = 20
  205. BringChests.TextWrapped = true
  206. BringButton.Name = "BringButton"
  207. BringButton.Parent = MainFrame
  208. BringButton.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  209. BringButton.BorderSizePixel = 0
  210. BringButton.Position = UDim2.new(0.0196254589, 0, 0.115384616, 0)
  211. BringButton.Size = UDim2.new(0, 210, 0, 21)
  212. BringButton.AutoButtonColor = false
  213. BringButton.Font = Enum.Font.SourceSansBold
  214. BringButton.Text = "Bring"
  215. BringButton.TextColor3 = Color3.new(1, 1, 1)
  216. BringButton.TextSize = 20
  217. GotoButton.Name = "GotoButton"
  218. GotoButton.Parent = MainFrame
  219. GotoButton.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  220. GotoButton.BorderSizePixel = 0
  221. GotoButton.Position = UDim2.new(0.508464754, 0, 0.115384616, 0)
  222. GotoButton.Size = UDim2.new(0, 210, 0, 21)
  223. GotoButton.AutoButtonColor = false
  224. GotoButton.Font = Enum.Font.SourceSansBold
  225. GotoButton.Text = "Go To"
  226. GotoButton.TextColor3 = Color3.new(1, 1, 1)
  227. GotoButton.TextSize = 20
  228. SepLine.Name = "SepLine"
  229. SepLine.Parent = MainFrame
  230. SepLine.Active = true
  231. SepLine.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  232. SepLine.BorderSizePixel = 0
  233. SepLine.Position = UDim2.new(-0.00223214296, 0, 0.209790215, 0)
  234. SepLine.Size = UDim2.new(0, 449, 0, 5)
  235. GoToFrame.Name = "GoToFrame"
  236. GoToFrame.Parent = MainFrame
  237. GoToFrame.Active = true
  238. GoToFrame.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  239. GoToFrame.BackgroundTransparency = 1
  240. GoToFrame.BorderSizePixel = 0
  241. GoToFrame.Position = UDim2.new(0.0196254589, 0, 0.266572952, 0)
  242. GoToFrame.Size = UDim2.new(0, 429, 0, 196)
  243. GoToGrid.Name = "GoToGrid"
  244. GoToGrid.Parent = GoToFrame
  245. GoToGrid.CellSize = UDim2.new(0, 103, 0, 25)
  246. GoToDevilFruit.Name = "GoToDevilFruit"
  247. GoToDevilFruit.Parent = GoToFrame
  248. GoToDevilFruit.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  249. GoToDevilFruit.BorderSizePixel = 0
  250. GoToDevilFruit.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  251. GoToDevilFruit.Size = UDim2.new(0, 109, 0, 25)
  252. GoToDevilFruit.AutoButtonColor = false
  253. GoToDevilFruit.Font = Enum.Font.SourceSansBold
  254. GoToDevilFruit.Text = "Devil Fruit"
  255. GoToDevilFruit.TextColor3 = Color3.new(1, 1, 1)
  256. GoToDevilFruit.TextScaled = true
  257. GoToDevilFruit.TextSize = 20
  258. GoToDevilFruit.TextWrapped = true
  259. GoToBasicSwordShop.Name = "GoToBasicSwordShop"
  260. GoToBasicSwordShop.Parent = GoToFrame
  261. GoToBasicSwordShop.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  262. GoToBasicSwordShop.BorderSizePixel = 0
  263. GoToBasicSwordShop.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  264. GoToBasicSwordShop.Size = UDim2.new(0, 109, 0, 25)
  265. GoToBasicSwordShop.AutoButtonColor = false
  266. GoToBasicSwordShop.Font = Enum.Font.SourceSansBold
  267. GoToBasicSwordShop.Text = "Basic Sword Shop"
  268. GoToBasicSwordShop.TextColor3 = Color3.new(1, 1, 1)
  269. GoToBasicSwordShop.TextScaled = true
  270. GoToBasicSwordShop.TextSize = 20
  271. GoToBasicSwordShop.TextWrapped = true
  272. GoToGreatSwordShop.Name = "GoToGreatSwordShop"
  273. GoToGreatSwordShop.Parent = GoToFrame
  274. GoToGreatSwordShop.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  275. GoToGreatSwordShop.BorderSizePixel = 0
  276. GoToGreatSwordShop.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  277. GoToGreatSwordShop.Size = UDim2.new(0, 109, 0, 25)
  278. GoToGreatSwordShop.AutoButtonColor = false
  279. GoToGreatSwordShop.Font = Enum.Font.SourceSansBold
  280. GoToGreatSwordShop.Text = "Great Sword Shop"
  281. GoToGreatSwordShop.TextColor3 = Color3.new(1, 1, 1)
  282. GoToGreatSwordShop.TextScaled = true
  283. GoToGreatSwordShop.TextSize = 20
  284. GoToGreatSwordShop.TextWrapped = true
  285. GoToBloodlustfulShop.Name = "GoToBloodlustfulShop"
  286. GoToBloodlustfulShop.Parent = GoToFrame
  287. GoToBloodlustfulShop.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  288. GoToBloodlustfulShop.BorderSizePixel = 0
  289. GoToBloodlustfulShop.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  290. GoToBloodlustfulShop.Size = UDim2.new(0, 109, 0, 25)
  291. GoToBloodlustfulShop.AutoButtonColor = false
  292. GoToBloodlustfulShop.Font = Enum.Font.SourceSansBold
  293. GoToBloodlustfulShop.Text = "Bloodlustful Shop"
  294. GoToBloodlustfulShop.TextColor3 = Color3.new(1, 1, 1)
  295. GoToBloodlustfulShop.TextScaled = true
  296. GoToBloodlustfulShop.TextSize = 20
  297. GoToBloodlustfulShop.TextWrapped = true
  298. GoToWanoCraftsmanShop.Name = "GoToWanoCraftsmanShop"
  299. GoToWanoCraftsmanShop.Parent = GoToFrame
  300. GoToWanoCraftsmanShop.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  301. GoToWanoCraftsmanShop.BorderSizePixel = 0
  302. GoToWanoCraftsmanShop.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  303. GoToWanoCraftsmanShop.Size = UDim2.new(0, 109, 0, 25)
  304. GoToWanoCraftsmanShop.AutoButtonColor = false
  305. GoToWanoCraftsmanShop.Font = Enum.Font.SourceSansBold
  306. GoToWanoCraftsmanShop.Text = "Wano Craftsman Shop"
  307. GoToWanoCraftsmanShop.TextColor3 = Color3.new(1, 1, 1)
  308. GoToWanoCraftsmanShop.TextScaled = true
  309. GoToWanoCraftsmanShop.TextSize = 20
  310. GoToWanoCraftsmanShop.TextWrapped = true
  311. GoToShanksDiscipleShop.Name = "GoToShanksDiscipleShop"
  312. GoToShanksDiscipleShop.Parent = GoToFrame
  313. GoToShanksDiscipleShop.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  314. GoToShanksDiscipleShop.BorderSizePixel = 0
  315. GoToShanksDiscipleShop.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  316. GoToShanksDiscipleShop.Size = UDim2.new(0, 109, 0, 25)
  317. GoToShanksDiscipleShop.AutoButtonColor = false
  318. GoToShanksDiscipleShop.Font = Enum.Font.SourceSansBold
  319. GoToShanksDiscipleShop.Text = "Shank's Disciple Shop"
  320. GoToShanksDiscipleShop.TextColor3 = Color3.new(1, 1, 1)
  321. GoToShanksDiscipleShop.TextScaled = true
  322. GoToShanksDiscipleShop.TextSize = 20
  323. GoToShanksDiscipleShop.TextWrapped = true
  324. GoToTearsOfKing.Name = "GoToTearsOfKing"
  325. GoToTearsOfKing.Parent = GoToFrame
  326. GoToTearsOfKing.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  327. GoToTearsOfKing.BorderSizePixel = 0
  328. GoToTearsOfKing.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  329. GoToTearsOfKing.Size = UDim2.new(0, 109, 0, 25)
  330. GoToTearsOfKing.AutoButtonColor = false
  331. GoToTearsOfKing.Font = Enum.Font.SourceSansBold
  332. GoToTearsOfKing.Text = "Tears of King"
  333. GoToTearsOfKing.TextColor3 = Color3.new(1, 1, 1)
  334. GoToTearsOfKing.TextScaled = true
  335. GoToTearsOfKing.TextSize = 20
  336. GoToTearsOfKing.TextWrapped = true
  337. GoToFishySwordman.Name = "GoToFishySwordman"
  338. GoToFishySwordman.Parent = GoToFrame
  339. GoToFishySwordman.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  340. GoToFishySwordman.BorderSizePixel = 0
  341. GoToFishySwordman.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  342. GoToFishySwordman.Size = UDim2.new(0, 109, 0, 25)
  343. GoToFishySwordman.AutoButtonColor = false
  344. GoToFishySwordman.Font = Enum.Font.SourceSansBold
  345. GoToFishySwordman.Text = "Fishy Swordman"
  346. GoToFishySwordman.TextColor3 = Color3.new(1, 1, 1)
  347. GoToFishySwordman.TextScaled = true
  348. GoToFishySwordman.TextSize = 20
  349. GoToFishySwordman.TextWrapped = true
  350. GoToPoorMan.Name = "GoToPoorMan"
  351. GoToPoorMan.Parent = GoToFrame
  352. GoToPoorMan.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  353. GoToPoorMan.BorderSizePixel = 0
  354. GoToPoorMan.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  355. GoToPoorMan.Size = UDim2.new(0, 109, 0, 25)
  356. GoToPoorMan.AutoButtonColor = false
  357. GoToPoorMan.Font = Enum.Font.SourceSansBold
  358. GoToPoorMan.Text = "Poor Man"
  359. GoToPoorMan.TextColor3 = Color3.new(1, 1, 1)
  360. GoToPoorMan.TextScaled = true
  361. GoToPoorMan.TextSize = 20
  362. GoToPoorMan.TextWrapped = true
  363. GoToIslandResident.Name = "GoToIslandResident"
  364. GoToIslandResident.Parent = GoToFrame
  365. GoToIslandResident.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  366. GoToIslandResident.BorderSizePixel = 0
  367. GoToIslandResident.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  368. GoToIslandResident.Size = UDim2.new(0, 109, 0, 25)
  369. GoToIslandResident.AutoButtonColor = false
  370. GoToIslandResident.Font = Enum.Font.SourceSansBold
  371. GoToIslandResident.Text = "Island Resident"
  372. GoToIslandResident.TextColor3 = Color3.new(1, 1, 1)
  373. GoToIslandResident.TextScaled = true
  374. GoToIslandResident.TextSize = 20
  375. GoToIslandResident.TextWrapped = true
  376. GoToPandaMink.Name = "GoToPandaMink"
  377. GoToPandaMink.Parent = GoToFrame
  378. GoToPandaMink.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  379. GoToPandaMink.BorderSizePixel = 0
  380. GoToPandaMink.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  381. GoToPandaMink.Size = UDim2.new(0, 109, 0, 25)
  382. GoToPandaMink.AutoButtonColor = false
  383. GoToPandaMink.Font = Enum.Font.SourceSansBold
  384. GoToPandaMink.Text = "Panda Mink"
  385. GoToPandaMink.TextColor3 = Color3.new(1, 1, 1)
  386. GoToPandaMink.TextScaled = true
  387. GoToPandaMink.TextSize = 20
  388. GoToPandaMink.TextWrapped = true
  389. GoToCrybadies.Name = "GoToCrybadies"
  390. GoToCrybadies.Parent = GoToFrame
  391. GoToCrybadies.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  392. GoToCrybadies.BorderSizePixel = 0
  393. GoToCrybadies.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  394. GoToCrybadies.Size = UDim2.new(0, 109, 0, 25)
  395. GoToCrybadies.AutoButtonColor = false
  396. GoToCrybadies.Font = Enum.Font.SourceSansBold
  397. GoToCrybadies.Text = "Crybadies"
  398. GoToCrybadies.TextColor3 = Color3.new(1, 1, 1)
  399. GoToCrybadies.TextScaled = true
  400. GoToCrybadies.TextSize = 20
  401. GoToCrybadies.TextWrapped = true
  402. GoToSanji.Name = "GoToSanji"
  403. GoToSanji.Parent = GoToFrame
  404. GoToSanji.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  405. GoToSanji.BorderSizePixel = 0
  406. GoToSanji.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  407. GoToSanji.Size = UDim2.new(0, 109, 0, 25)
  408. GoToSanji.AutoButtonColor = false
  409. GoToSanji.Font = Enum.Font.SourceSansBold
  410. GoToSanji.Text = "Sanji"
  411. GoToSanji.TextColor3 = Color3.new(1, 1, 1)
  412. GoToSanji.TextScaled = true
  413. GoToSanji.TextSize = 20
  414. GoToSanji.TextWrapped = true
  415. GoToRayleigh.Name = "GoToRayleigh"
  416. GoToRayleigh.Parent = GoToFrame
  417. GoToRayleigh.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  418. GoToRayleigh.BorderSizePixel = 0
  419. GoToRayleigh.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  420. GoToRayleigh.Size = UDim2.new(0, 109, 0, 25)
  421. GoToRayleigh.AutoButtonColor = false
  422. GoToRayleigh.Font = Enum.Font.SourceSansBold
  423. GoToRayleigh.Text = "Rayleigh"
  424. GoToRayleigh.TextColor3 = Color3.new(1, 1, 1)
  425. GoToRayleigh.TextScaled = true
  426. GoToRayleigh.TextSize = 20
  427. GoToRayleigh.TextWrapped = true
  428. GoToCollesseum.Name = "GoToCollesseum"
  429. GoToCollesseum.Parent = GoToFrame
  430. GoToCollesseum.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  431. GoToCollesseum.BorderSizePixel = 0
  432. GoToCollesseum.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  433. GoToCollesseum.Size = UDim2.new(0, 109, 0, 25)
  434. GoToCollesseum.AutoButtonColor = false
  435. GoToCollesseum.Font = Enum.Font.SourceSansBold
  436. GoToCollesseum.Text = "Collesseum"
  437. GoToCollesseum.TextColor3 = Color3.new(1, 1, 1)
  438. GoToCollesseum.TextScaled = true
  439. GoToCollesseum.TextSize = 20
  440. GoToCollesseum.TextWrapped = true
  441. GoToDonTown.Name = "GoToDonTown"
  442. GoToDonTown.Parent = GoToFrame
  443. GoToDonTown.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  444. GoToDonTown.BorderSizePixel = 0
  445. GoToDonTown.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  446. GoToDonTown.Size = UDim2.new(0, 109, 0, 25)
  447. GoToDonTown.AutoButtonColor = false
  448. GoToDonTown.Font = Enum.Font.SourceSansBold
  449. GoToDonTown.Text = "Don Town"
  450. GoToDonTown.TextColor3 = Color3.new(1, 1, 1)
  451. GoToDonTown.TextScaled = true
  452. GoToDonTown.TextSize = 20
  453. GoToDonTown.TextWrapped = true
  454. GoToAcura.Name = "GoToAcura"
  455. GoToAcura.Parent = GoToFrame
  456. GoToAcura.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  457. GoToAcura.BorderSizePixel = 0
  458. GoToAcura.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  459. GoToAcura.Size = UDim2.new(0, 109, 0, 25)
  460. GoToAcura.AutoButtonColor = false
  461. GoToAcura.Font = Enum.Font.SourceSansBold
  462. GoToAcura.Text = "Acura"
  463. GoToAcura.TextColor3 = Color3.new(1, 1, 1)
  464. GoToAcura.TextScaled = true
  465. GoToAcura.TextSize = 20
  466. GoToAcura.TextWrapped = true
  467. GoToArlongParkIsland.Name = "GoToArlongParkIsland"
  468. GoToArlongParkIsland.Parent = GoToFrame
  469. GoToArlongParkIsland.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  470. GoToArlongParkIsland.BorderSizePixel = 0
  471. GoToArlongParkIsland.Position = UDim2.new(0.0123232603, 0, -0.000451207161, 0)
  472. GoToArlongParkIsland.Size = UDim2.new(0, 109, 0, 25)
  473. GoToArlongParkIsland.AutoButtonColor = false
  474. GoToArlongParkIsland.Font = Enum.Font.SourceSansBold
  475. GoToArlongParkIsland.Text = "Arlong Park Island"
  476. GoToArlongParkIsland.TextColor3 = Color3.new(1, 1, 1)
  477. GoToArlongParkIsland.TextScaled = true
  478. GoToArlongParkIsland.TextSize = 20
  479. GoToArlongParkIsland.TextWrapped = true
  480. UI_Open.Name = "UI_Open"
  481. UI_Open.Parent = OPDHx
  482. UI_Open.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  483. UI_Open.BorderSizePixel = 0
  484. UI_Open.Position = UDim2.new(0.898104131, 0, 0.523133695, 0)
  485. UI_Open.Size = UDim2.new(0, 109, 0, 25)
  486. UI_Open.AutoButtonColor = false
  487. UI_Open.Font = Enum.Font.SourceSansBold
  488. UI_Open.Text = "Open"
  489. UI_Open.TextColor3 = Color3.new(1, 1, 1)
  490. UI_Open.TextSize = 20
  491.  
  492. local OPDHx = game.CoreGui.OPDHx
  493. local MainFrame = OPDHx.MainFrame
  494. local UI_Open = OPDHx.UI_Open
  495. local UI_Exit = MainFrame.MFTopBar.UI_Exit
  496. local UI_Mini = MainFrame.MFTopBar.UI_Mini
  497. local BringButton = MainFrame.BringButton
  498. local GoToButton = MainFrame.GotoButton
  499. local GoToFrame = MainFrame.GoToFrame
  500. local BringFrame = MainFrame.BringFrame
  501.  
  502. local GoToDevilFruit = GoToFrame.GoToDevilFruit
  503. local GoToBasicSwordShop = GoToFrame.GoToBasicSwordShop
  504. local GoToGreatSwordShop = GoToFrame.GoToGreatSwordShop
  505. local GoToBloodlustfulShop = GoToFrame.GoToBloodlustfulShop
  506. local GoToWanoCraftsmanShop = GoToFrame.GoToWanoCraftsmanShop
  507. local GoToShanksDiscipleShop = GoToFrame.GoToShanksDiscipleShop
  508. local GoToTearsOfKing = GoToFrame.GoToTearsOfKing
  509. local GoToFishySwordman = GoToFrame.GoToFishySwordman
  510. local GoToPoorMan = GoToFrame.GoToPoorMan
  511. local GoToIslandResident = GoToFrame.GoToIslandResident
  512. local GoToPandaMink = GoToFrame.GoToPandaMink
  513. local GoToCrybadies = GoToFrame.GoToCrybadies
  514. local GoToSanji = GoToFrame.GoToSanji
  515. local GoToRayleigh = GoToFrame.GoToRayleigh
  516. local GoToCollesseum = GoToFrame.GoToCollesseum
  517. local GoToDonTown = GoToFrame.GoToDonTown
  518. local GoToAcura = GoToFrame.GoToAcura
  519. local GoToArlongParkIsland = GoToFrame.GoToArlongParkIsland
  520.  
  521. local BringWeakSwordBandit = BringFrame.BringWeakSwordBandit
  522. local BringMountainBandit = BringFrame.BringMountainBandit
  523. local BringZoro = BringFrame.BringZoro
  524. local BringSmallSnowApe = BringFrame.BringSmallSnowApe
  525. local BringWeakBandit = BringFrame.BringWeakBandit
  526. local BringMonkey = BringFrame.BringMonkey
  527. local BringBigMonkey = BringFrame.BringBigMonkey
  528. local BringChests = BringFrame.BringChests
  529.  
  530. --//Functions
  531. MainFrame.Draggable = true
  532. UI_Open.Visible = false
  533. UI_Exit.MouseButton1Click:Connect(function()
  534. OPDHx:Destroy()
  535. end)
  536. UI_Mini.MouseButton1Click:Connect(function()
  537. MainFrame.Visible = false
  538. UI_Open.Visible = true
  539. end)
  540. UI_Open.MouseButton1Click:Connect(function()
  541. MainFrame.Visible = true
  542. UI_Open.Visible = false
  543. end)
  544. BringButton.MouseButton1Click:Connect(function()
  545. BringFrame.Visible = true
  546. GoToFrame.Visible = false
  547. end)
  548. GoToButton.MouseButton1Click:Connect(function()
  549. BringFrame.Visible = false
  550. GoToFrame.Visible = true
  551. end)
  552. local dfTP = coroutine.wrap(function()
  553. while wait(.5) do
  554. for _, v in pairs(workspace.ModelSP.ModelD:GetDescendants()) do
  555. if v.Name == "Grass" then
  556. --v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  558. end
  559. end
  560. end
  561. end)
  562. GoToDevilFruit.MouseButton1Click:Connect(function()
  563. dfTP()
  564. end)
  565. GoToBasicSwordShop.MouseButton1Click:Connect(function()
  566. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.Shop["Basic Sword Shop"].HumanoidRootPart.CFrame
  567.  
  568. end)
  569. GoToGreatSwordShop.MouseButton1Click:Connect(function()
  570. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.Shop["Great Sword Shop"].HumanoidRootPart.CFrame
  571.  
  572. end)
  573. GoToBloodlustfulShop.MouseButton1Click:Connect(function()
  574. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.Shop["Bloodlustful Shop"].HumanoidRootPart.CFrame
  575.  
  576. end)
  577. GoToWanoCraftsmanShop.MouseButton1Click:Connect(function()
  578. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.Shop["Wano Craftsman"].HumanoidRootPart.CFrame
  579.  
  580. end)
  581. GoToShanksDiscipleShop.MouseButton1Click:Connect(function()
  582. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.Shop["Shank's Disciple"].HumanoidRootPart.CFrame
  583.  
  584. end)
  585. GoToTearsOfKing.MouseButton1Click:Connect(function()
  586. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.Shop["Tears of the King"].HumanoidRootPart.CFrame
  587.  
  588. end)
  589. GoToFishySwordman.MouseButton1Click:Connect(function()
  590. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.Shop["Fishy Swordman"].HumanoidRootPart.CFrame
  591.  
  592. end)
  593. GoToPoorMan.MouseButton1Click:Connect(function()
  594. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.QuestGivers["Poor Man"].HumanoidRootPart.CFrame
  595.  
  596. end)
  597. GoToIslandResident.MouseButton1Click:Connect(function()
  598. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.QuestGivers["Island Resident"].HumanoidRootPart.CFrame
  599.  
  600. end)
  601. GoToPandaMink.MouseButton1Click:Connect(function()
  602. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.QuestGivers["Panda Mink"].HumanoidRootPart.CFrame
  603.  
  604. end)
  605. GoToCrybadies.MouseButton1Click:Connect(function()
  606. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.QuestGivers["Crybadies"].HumanoidRootPart.CFrame
  607.  
  608. end)
  609. GoToSanji.MouseButton1Click:Connect(function()
  610. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.SkillGivers["Sanji"].HumanoidRootPart.CFrame
  611.  
  612. end)
  613. GoToRayleigh.MouseButton1Click:Connect(function()
  614. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Npcs.SkillGivers["Rayleigh"].HumanoidRootPart.CFrame
  615.  
  616. end)
  617. GoToCollesseum.MouseButton1Click:Connect(function()
  618. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Islands["Collesseum"].Door.CFrame
  619.  
  620. end)
  621. GoToDonTown.MouseButton1Click:Connect(function()
  622. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Islands["Don Town"].Spawner.CFrame
  623.  
  624. end)
  625. GoToAcura.MouseButton1Click:Connect(function()
  626. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Islands["Acura"].Spawner.CFrame
  627.  
  628. end)
  629. GoToArlongParkIsland.MouseButton1Click:Connect(function()
  630. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Islands["Zona"].Spawner.CFrame
  631.  
  632. end)
  633.  
  634.  
  635. BringWeakBandit.MouseButton1Click:Connect(function()
  636. for _, v in pairs(workspace.Npcs.Enemies:GetChildren()) do
  637. if v.Name == "Weak Bandit" then
  638. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(3,0,0)
  639. v.HumanoidRootPart.Anchored = true
  640. end
  641. end
  642. end)
  643. BringMountainBandit.MouseButton1Click:Connect(function()
  644. for _, v in pairs(workspace.Npcs.Enemies:GetChildren()) do
  645. if v.Name == "Mountain Bandit" then
  646. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(3,0,0)
  647. v.HumanoidRootPart.Anchored = true
  648. end
  649. end
  650. end)
  651. BringZoro.MouseButton1Click:Connect(function()
  652. for _, v in pairs(workspace.Npcs.Enemies:GetChildren()) do
  653. if v.Name == "Zoro" then
  654. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(3,0,0)
  655. v.HumanoidRootPart.Anchored = true
  656. end
  657. end
  658. end)
  659. BringSmallSnowApe.MouseButton1Click:Connect(function()
  660. for _, v in pairs(workspace.Npcs.Enemies:GetChildren()) do
  661. if v.Name == "Small Snow Ape" then
  662. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(3,0,0)
  663. v.HumanoidRootPart.Anchored = true
  664. end
  665. end
  666. end)
  667. BringWeakSwordBandit.MouseButton1Click:Connect(function()
  668. for _, v in pairs(workspace.Npcs.Enemies:GetChildren()) do
  669. if v.Name == "Weak Sword Bandit" then
  670. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(3,0,0)
  671. v.HumanoidRootPart.Anchored = true
  672. end
  673. end
  674. end)
  675. BringBigMonkey.MouseButton1Click:Connect(function()
  676. for _, v in pairs(workspace.Npcs.Enemies:GetChildren()) do
  677. if v.Name == "Big Monkey" then
  678. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(3,0,0)
  679. v.HumanoidRootPart.Anchored = true
  680. end
  681. end
  682. end)
  683. BringMonkey.MouseButton1Click:Connect(function()
  684. for _, v in pairs(workspace.Npcs.Enemies:GetChildren()) do
  685. if v.Name == "Monkey" then
  686. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(3,0,0)
  687. v.HumanoidRootPart.Anchored = true
  688. end
  689. end
  690. end)
  691. BringChests.MouseButton1Click:Connect(function()
  692. for _, v in pairs(workspace.ModelSP.ModelC:GetDescendants()) do
  693. if v.Name == "TouchInterest" then
  694. v.Parent.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(3,0,0)
  695. end
  696. end
  697. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement