ItzDiegoExploitzBoi

One Piece Unleashed OP Gui Hack script

Mar 7th, 2019
2,848
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. -- Diego Senpai was here, took me time oof!
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local best = Instance.new("ScreenGui")
  6. local main = Instance.new("Frame")
  7. local bounty = Instance.new("TextButton")
  8. local kenbunshoku = Instance.new("TextButton")
  9. local fruitbuy = Instance.new("TextButton")
  10. local ClickTP = Instance.new("TextButton")
  11. local haoshoku = Instance.new("TextButton")
  12. local money = Instance.new("TextButton")
  13. local busoshoku = Instance.new("TextButton")
  14. local _1 = Instance.new("TextLabel")
  15. local ok = Instance.new("TextBox")
  16. local chest = Instance.new("TextButton")
  17. local farm = Instance.new("TextButton")
  18. --Properties:
  19. best.Name = "best"
  20. best.Parent = game.CoreGui
  21. best.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. main.Name = "main"
  24. main.Parent = best
  25. main.Active = true
  26. main.BackgroundColor3 = Color3.new(0.133333, 0.129412, 0.121569)
  27. main.Position = UDim2.new(0.281808615, 0, 0.211779445, 0)
  28. main.Size = UDim2.new(0, 494, 0, 273)
  29. main.Draggable = true
  30.  
  31. bounty.Name = "bounty"
  32. bounty.Parent = main
  33. bounty.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
  34. bounty.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  35. bounty.Position = UDim2.new(0, 0, 0.106382981, 0)
  36. bounty.Size = UDim2.new(0, 130, 0, 47)
  37. bounty.Font = Enum.Font.SciFi
  38. bounty.Text = "Give Bounty"
  39. bounty.TextColor3 = Color3.new(0, 0, 0)
  40. bounty.TextSize = 22
  41. bounty.MouseButton1Down:connect(function()
  42. local me = game.Players.LocalPlayer
  43. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  44. if v ~= me then
  45. game.ReplicatedStorage.rems.cdmg:FireServer("\224\180\184\224\180\184\224\181\141\224\180\168\224\181\135\224\180\185\224\180\130", me.Data, v.Data, v.Character.Humanoid, 2500, nil, nil, 1, true, "combat", true, true)
  46. end
  47. end
  48. end)
  49.  
  50. kenbunshoku.Name = "kenbunshoku"
  51. kenbunshoku.Parent = main
  52. kenbunshoku.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
  53. kenbunshoku.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  54. kenbunshoku.Position = UDim2.new(0.736842096, 0, 0.731382966, 0)
  55. kenbunshoku.Size = UDim2.new(0, 130, 0, 47)
  56. kenbunshoku.Font = Enum.Font.SciFi
  57. kenbunshoku.Text = "Ken Haki [K]"
  58. kenbunshoku.TextColor3 = Color3.new(0, 0, 0)
  59. kenbunshoku.TextSize = 25
  60. kenbunshoku.MouseButton1Down:connect(function()
  61. game.Players.LocalPlayer.Data.ken.Value = 1
  62. end)
  63.  
  64. fruitbuy.Name = "fruitbuy"
  65. fruitbuy.Parent = main
  66. fruitbuy.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
  67. fruitbuy.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  68. fruitbuy.Position = UDim2.new(0.736842096, 0, 0.103050083, 0)
  69. fruitbuy.Size = UDim2.new(0, 130, 0, 47)
  70. fruitbuy.Font = Enum.Font.SciFi
  71. fruitbuy.Text = "Buy Fruits"
  72. fruitbuy.TextColor3 = Color3.new(0, 0, 0)
  73. fruitbuy.TextSize = 25
  74. fruitbuy.MouseButton1Down:connect(function()
  75. game.ReplicatedStorage.rems.dps:FireServer("buydf")
  76.  
  77. end)
  78.  
  79. ClickTP.Name = "Click TP"
  80. ClickTP.Parent = main
  81. ClickTP.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
  82. ClickTP.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  83. ClickTP.Position = UDim2.new(0.368421048, 0, 0.410412312, 0)
  84. ClickTP.Size = UDim2.new(0, 130, 0, 47)
  85. ClickTP.Font = Enum.Font.SciFi
  86. ClickTP.Text = "Click TP"
  87. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  88. ClickTP.TextSize = 23
  89. ClickTP.MouseButton1Down:connect(function()
  90. mouse = game.Players.LocalPlayer:GetMouse()
  91.  
  92. tool = Instance.new("Tool")
  93.  
  94. tool.RequiresHandle = false
  95.  
  96. tool.Name = "Skrrrt"
  97.  
  98. tool.Activated:connect(function()
  99.  
  100. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  101.  
  102. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  103.  
  104. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  105.  
  106. end)
  107. tool.Parent = game.Players.LocalPlayer.Backpack
  108.  
  109. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  110. if v.ClassName == "Script" then
  111. for i,c in pairs(v:GetChildren()) do
  112. if c.Name == "" then
  113. v:Remove()
  114.  
  115. end
  116. end
  117. end
  118. end
  119. wait(1)
  120. end)
  121.  
  122. haoshoku.Name = "haoshoku"
  123. haoshoku.Parent = main
  124. haoshoku.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
  125. haoshoku.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  126. haoshoku.Position = UDim2.new(0.368421048, 0, 0.734289944, 0)
  127. haoshoku.Size = UDim2.new(0, 130, 0, 47)
  128. haoshoku.Font = Enum.Font.SciFi
  129. haoshoku.Text = "Haoshoku [H]"
  130. haoshoku.TextColor3 = Color3.new(0, 0, 0)
  131. haoshoku.TextSize = 22
  132. haoshoku.MouseButton1Down:connect(function()
  133. game.Players.LocalPlayer.Data.hao.Value = 1
  134. end)
  135.  
  136. money.Name = "money"
  137. money.Parent = main
  138. money.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
  139. money.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  140. money.Position = UDim2.new(0.368421048, 0, 0.106382981, 0)
  141. money.Size = UDim2.new(0, 130, 0, 47)
  142. money.Font = Enum.Font.SciFi
  143. money.Text = "Infinite Beli"
  144. money.TextColor3 = Color3.new(0, 0, 0)
  145. money.TextSize = 25
  146. money.MouseButton1Down:connect(function()
  147. local A_1 = "\224\180\184\224\180\184\224\181\141\224\180\168\224\181\135\224\180\185\224\180\130"
  148. local item = "Torch"
  149. local bread = -1000000
  150. game.ReplicatedStorage.rems.shop:FireServer("tools", item, bread, A_1)
  151. end)
  152.  
  153. busoshoku.Name = "busoshoku"
  154. busoshoku.Parent = main
  155. busoshoku.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
  156. busoshoku.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  157. busoshoku.Position = UDim2.new(0, 0, 0.734289944, 0)
  158. busoshoku.Size = UDim2.new(0, 130, 0, 47)
  159. busoshoku.Font = Enum.Font.SciFi
  160. busoshoku.Text = "Busoshoku [B]"
  161. busoshoku.TextColor3 = Color3.new(0, 0, 0)
  162. busoshoku.TextSize = 22
  163. busoshoku.MouseButton1Down:connect(function()
  164. game.Players.LocalPlayer.Data.buso.Value = 1
  165. end)
  166.  
  167. _1.Name = "1"
  168. _1.Parent = main
  169. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  170. _1.BackgroundTransparency = 1
  171. _1.Position = UDim2.new(0, 0, 0.879521668, 0)
  172. _1.Size = UDim2.new(0, 200, 0, 44)
  173. _1.Font = Enum.Font.SciFi
  174. _1.Text = "Made by: Diego Exploits"
  175. _1.TextColor3 = Color3.new(0.921569, 1, 0.203922)
  176. _1.TextSize = 20
  177.  
  178. ok.Name = "ok"
  179. ok.Parent = main
  180. ok.BackgroundColor3 = Color3.new(0.133333, 0.129412, 0.121569)
  181. ok.Position = UDim2.new(0, 0, -0.0697674453, 0)
  182. ok.Size = UDim2.new(0, 494, 0, 37)
  183. ok.ClearTextOnFocus = false
  184. ok.Font = Enum.Font.SciFi
  185. ok.ShowNativeInput = false
  186. ok.Text = "One Piece Unleashed GUI "
  187. ok.TextColor3 = Color3.new(1, 0.760784, 0.0313726)
  188. ok.TextSize = 25
  189. ok.TextStrokeTransparency = 0
  190.  
  191. chest.Name = "chest"
  192. chest.Parent = main
  193. chest.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
  194. chest.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  195. chest.Position = UDim2.new(0, 0, 0.411945611, 0)
  196. chest.Size = UDim2.new(0, 130, 0, 47)
  197. chest.Font = Enum.Font.SciFi
  198. chest.Text = "Chest / Haki TP"
  199. chest.TextColor3 = Color3.new(0, 0, 0)
  200. chest.TextSize = 22
  201. chest.MouseButton1Down:connect(function()
  202. -- 1-gum, 2-chop, 3-ox, 4-smoke, 5-flame, 6-light, 7-string, 8-bloom, 9-giraffe(wip), 10-IDK, 11-Rumble, 12-Buddha
  203. local fruit = 1 -- change this to the one you want
  204. local p = game.Players.LocalPlayer.Character["?"]
  205. game.ReplicatedStorage.rems.consumables:FireServer(p,"df",fruit)
  206. end)
  207.  
  208. farm.Name = "farm"
  209. farm.Parent = main
  210. farm.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
  211. farm.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  212. farm.Position = UDim2.new(0.736842096, 0, 0.408282608, 0)
  213. farm.Size = UDim2.new(0, 130, 0, 47)
  214. farm.Font = Enum.Font.SciFi
  215. farm.Text = "Farm"
  216. farm.TextColor3 = Color3.new(0, 0, 0)
  217. farm.TextSize = 22
  218. farm.MouseButton1Down:connect(function()
  219. local p = game.Players.LocalPlayer.Character.HumanoidRootPart
  220. _G.toggled = true
  221. while _G.toggled == true do
  222. for i, v in pairs(workspace.mobs:GetChildren()) do
  223. if v.Name == "Pirate" then
  224. v.HumanoidRootPart.CFrame = p.CFrame + Vector3.new(3.5,0,0)
  225. wait()
  226. v.HumanoidRootPart.CFrame = p.CFrame + Vector3.new(3.5,0,0)
  227. wait()
  228. end
  229. end
  230. end
  231.  
  232. end)
  233.  
  234. -- Scripts:
Add Comment
Please, Sign In to add comment