ItzDiegoExploitzBoi

One Piece Millennium Hack

Mar 5th, 2019
1,697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 KB | None | 0 0
  1. -- Diego Exploits was here <3
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local main = Instance.new("Frame")
  7. local BuggyTP = Instance.new("TextButton")
  8. local viceadmiraltp = Instance.new("TextButton")
  9. local attackbandit = Instance.new("TextButton")
  10. local tpfruit = Instance.new("TextButton")
  11. local strengthfarm = Instance.new("TextButton")
  12. local tpshanks = Instance.new("TextButton")
  13. local Farmsky = Instance.new("TextButton")
  14. local tpchest = Instance.new("TextButton")
  15. local tpyeti = Instance.new("TextButton")
  16. local _1 = Instance.new("TextLabel")
  17. local _2 = Instance.new("TextLabel")
  18. local ok = Instance.new("TextBox")
  19. --Properties:
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. main.Name = "main"
  24. main.Parent = ScreenGui
  25. main.BackgroundColor3 = Color3.new(0.258824, 0.25098, 0.235294)
  26. main.Position = UDim2.new(0.279705584, 0, 0.223057643, 0)
  27. main.Size = UDim2.new(0, 494, 0, 344)
  28. main.Active = true
  29. main.Draggable = true
  30. main.Visible = true
  31.  
  32. BuggyTP.Name = "BuggyTP"
  33. BuggyTP.Parent = main
  34. BuggyTP.BackgroundColor3 = Color3.new(0.219608, 0.839216, 0.905882)
  35. BuggyTP.BorderColor3 = Color3.new(0.647059, 0.054902, 0.490196)
  36. BuggyTP.Position = UDim2.new(0, 0, 0.106382981, 0)
  37. BuggyTP.Size = UDim2.new(0, 130, 0, 47)
  38. BuggyTP.Font = Enum.Font.SciFi
  39. BuggyTP.Text = "Buggy TP"
  40. BuggyTP.TextColor3 = Color3.new(0, 0, 0)
  41. BuggyTP.TextSize = 25
  42. BuggyTP.MouseButton1Click:connect(function()
  43. --AutoFarm (cac
  44. --Note: Jeexecute xog nó s? tp npc d?n ch? b?n kill xong r?i execute l?i l?n n?a d? tp l?i ti?p
  45. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  46. if v.Name == "Buggy The Clown" then --dd?i thành npc b?n mu?n farm ví d?: Desert Bandit
  47. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  48. v.HumanoidRootPart.Anchored = true
  49. end
  50. end
  51. end)
  52.  
  53. viceadmiraltp.Name = "viceadmiraltp"
  54. viceadmiraltp.Parent = main
  55. viceadmiraltp.BackgroundColor3 = Color3.new(0.219608, 0.839216, 0.905882)
  56. viceadmiraltp.BorderColor3 = Color3.new(0.647059, 0.054902, 0.490196)
  57. viceadmiraltp.Position = UDim2.new(0.736842096, 0, 0.731382966, 0)
  58. viceadmiraltp.Size = UDim2.new(0, 130, 0, 47)
  59. viceadmiraltp.Font = Enum.Font.SciFi
  60. viceadmiraltp.Text = "V. Admiral TP"
  61. viceadmiraltp.TextColor3 = Color3.new(0, 0, 0)
  62. viceadmiraltp.TextSize = 25
  63. viceadmiraltp.MouseButton1Click:Connect(function()
  64. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  65. if v.Name == "Vice-Admiral" then
  66. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  67. v.HumanoidRootPart.Anchored = true
  68. end
  69. end
  70. end)
  71.  
  72. attackbandit.Name = "attackbandit"
  73. attackbandit.Parent = main
  74. attackbandit.BackgroundColor3 = Color3.new(0.219608, 0.839216, 0.905882)
  75. attackbandit.BorderColor3 = Color3.new(0.647059, 0.054902, 0.490196)
  76. attackbandit.Position = UDim2.new(0.736842096, 0, 0.429057419, 0)
  77. attackbandit.Size = UDim2.new(0, 130, 0, 47)
  78. attackbandit.Font = Enum.Font.SciFi
  79. attackbandit.Text = "Bandit TP"
  80. attackbandit.TextColor3 = Color3.new(0, 0, 0)
  81. attackbandit.TextSize = 25
  82. attackbandit.MouseButton1Click:connect(function()
  83. --AutoFarm (cac
  84. --Note: Jeexecute xog nó s? tp npc d?n ch? b?n kill xong r?i execute l?i l?n n?a d? tp l?i ti?p
  85. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  86. if v.Name == "Mountain Bandit" then --dd?i thành npc b?n mu?n farm ví d?: Desert Bandit
  87. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  88. v.HumanoidRootPart.Anchored = true
  89. end
  90. end
  91. end)
  92.  
  93. tpfruit.Name = "tpfruit"
  94. tpfruit.Parent = main
  95. tpfruit.BackgroundColor3 = Color3.new(0.219608, 0.839216, 0.905882)
  96. tpfruit.BorderColor3 = Color3.new(0.647059, 0.054902, 0.490196)
  97. tpfruit.Position = UDim2.new(0.736842096, 0, 0.106382981, 0)
  98. tpfruit.Size = UDim2.new(0, 130, 0, 47)
  99. tpfruit.Font = Enum.Font.SciFi
  100. tpfruit.Text = "TP Fruit & Haki"
  101. tpfruit.TextColor3 = Color3.new(0, 0, 0)
  102. tpfruit.TextSize = 23
  103. tpfruit.MouseButton1Click:connect(function()
  104. check = function(x)
  105.  
  106. for _,v in next, x:GetChildren() do
  107. if v:IsA("Tool") then
  108. if not v.Parent:FindFirstChild("Humanoid") then
  109. v.TextureId = "";
  110. v.Parent = game.Players.LocalPlayer.Backpack
  111. end
  112. end
  113. check(v)
  114. end
  115. end
  116. check(workspace)
  117. end)
  118.  
  119. strengthfarm.Name = "strengthfarm"
  120. strengthfarm.Parent = main
  121. strengthfarm.BackgroundColor3 = Color3.new(0.219608, 0.839216, 0.905882)
  122. strengthfarm.BorderColor3 = Color3.new(0.647059, 0.054902, 0.490196)
  123. strengthfarm.Position = UDim2.new(0.368421048, 0, 0.734289944, 0)
  124. strengthfarm.Size = UDim2.new(0, 130, 0, 47)
  125. strengthfarm.Font = Enum.Font.SciFi
  126. strengthfarm.Text = "Farm Strength"
  127. strengthfarm.TextColor3 = Color3.new(0, 0, 0)
  128. strengthfarm.TextSize = 22
  129. strengthfarm.MouseButton1Click:connect(function()
  130. -- Strength
  131. for i=1, 9999999999 do
  132. game:GetService("ReplicatedStorage").RemoteEvents.CombatBase:FireServer()
  133. wait()
  134. end
  135. end)
  136.  
  137. tpshanks.Name = "tpshanks"
  138. tpshanks.Parent = main
  139. tpshanks.BackgroundColor3 = Color3.new(0.219608, 0.839216, 0.905882)
  140. tpshanks.BorderColor3 = Color3.new(0.647059, 0.054902, 0.490196)
  141. tpshanks.Position = UDim2.new(0.368421048, 0, 0.429057419, 0)
  142. tpshanks.Size = UDim2.new(0, 130, 0, 47)
  143. tpshanks.Font = Enum.Font.SciFi
  144. tpshanks.Text = "TP Shanks"
  145. tpshanks.TextColor3 = Color3.new(0, 0, 0)
  146. tpshanks.TextSize = 25
  147.  
  148. Farmsky.Name = "Farmsky"
  149. Farmsky.Parent = main
  150. Farmsky.BackgroundColor3 = Color3.new(0.219608, 0.839216, 0.905882)
  151. Farmsky.BorderColor3 = Color3.new(0.647059, 0.054902, 0.490196)
  152. Farmsky.Position = UDim2.new(0.368421048, 0, 0.106382981, 0)
  153. Farmsky.Size = UDim2.new(0, 130, 0, 47)
  154. Farmsky.Font = Enum.Font.SciFi
  155. Farmsky.Text = "Farm Sky"
  156. Farmsky.TextColor3 = Color3.new(0, 0, 0)
  157. Farmsky.TextSize = 25
  158. Farmsky.MouseButton1Down:connect(function()
  159. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  160. if v.Name == "Skypiean" then
  161. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  162. v.HumanoidRootPart.Anchored = true
  163. end
  164. end
  165. end)
  166.  
  167. tpchest.Name = "tpchest"
  168. tpchest.Parent = main
  169. tpchest.BackgroundColor3 = Color3.new(0.219608, 0.839216, 0.905882)
  170. tpchest.BorderColor3 = Color3.new(0.647059, 0.054902, 0.490196)
  171. tpchest.Position = UDim2.new(0, 0, 0.734289944, 0)
  172. tpchest.Size = UDim2.new(0, 130, 0, 47)
  173. tpchest.Font = Enum.Font.SciFi
  174. tpchest.Text = "TP Chest"
  175. tpchest.TextColor3 = Color3.new(0, 0, 0)
  176. tpchest.TextSize = 25
  177. tpchest.MouseButton1Down:connect(function()
  178. local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  179. local path = game.Workspace.Chests
  180. for i,v in pairs(path:GetChildren()) do
  181. if v.Name == 'Chest' then
  182. v.CFrame = plr.CFrame
  183. end
  184. end
  185. end)
  186.  
  187. tpyeti.Name = "tpyeti"
  188. tpyeti.Parent = main
  189. tpyeti.BackgroundColor3 = Color3.new(0.219608, 0.839216, 0.905882)
  190. tpyeti.BorderColor3 = Color3.new(0.647059, 0.054902, 0.490196)
  191. tpyeti.Position = UDim2.new(0, 0, 0.429057419, 0)
  192. tpyeti.Size = UDim2.new(0, 130, 0, 47)
  193. tpyeti.Font = Enum.Font.SciFi
  194. tpyeti.Text = "TP Yeti"
  195. tpyeti.TextColor3 = Color3.new(0, 0, 0)
  196. tpyeti.TextSize = 25
  197. tpyeti.MouseButton1Click:Connect(function()
  198. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  199. if v.Name == "Yeti" then
  200. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  201. v.HumanoidRootPart.Anchored = true
  202. end
  203. end
  204. end)
  205.  
  206. _1.Name = "1"
  207. _1.Parent = main
  208. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  209. _1.BackgroundTransparency = 1
  210. _1.Position = UDim2.new(0, 0, 0.894173682, 0)
  211. _1.Size = UDim2.new(0, 200, 0, 44)
  212. _1.Font = Enum.Font.SciFi
  213. _1.Text = "Made by: Diego Exploits"
  214. _1.TextColor3 = Color3.new(0.921569, 1, 0.203922)
  215. _1.TextSize = 20
  216.  
  217. _2.Archivable = false
  218. _2.Name = "2"
  219. _2.Parent = main
  220. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  221. _2.BackgroundTransparency = 1
  222. _2.Position = UDim2.new(0.564777315, 0, 0.894173682, 0)
  223. _2.Size = UDim2.new(0, 200, 0, 44)
  224. _2.Font = Enum.Font.SciFi
  225. _2.Text = "Make sure to Subscribe"
  226. _2.TextColor3 = Color3.new(0.968628, 0.00784314, 0.00784314)
  227. _2.TextSize = 20
  228.  
  229. ok.Name = "ok"
  230. ok.Parent = main
  231. ok.Active = false
  232. ok.BackgroundColor3 = Color3.new(0.258824, 0.25098, 0.235294)
  233. ok.Position = UDim2.new(0, 0, -0.0697674453, 0)
  234. ok.Selectable = false
  235. ok.Size = UDim2.new(0, 494, 0, 37)
  236. ok.ClearTextOnFocus = false
  237. ok.Font = Enum.Font.SciFi
  238. ok.ShowNativeInput = false
  239. ok.Text = "One Piece Millennium GUI"
  240. ok.TextColor3 = Color3.new(1, 1, 1)
  241. ok.TextSize = 25
  242. ok.TextStrokeColor3 = Color3.new(0, 0.298039, 0.941177)
  243. ok.TextStrokeTransparency = 0
  244.  
  245. -- Scripts:
Add Comment
Please, Sign In to add comment