ItzDiegoExploitzBoi

one piece legendary hack

Mar 12th, 2019
4,785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.08 KB | None | 0 0
  1. -- Diego Exploitz was here bois.
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local best = Instance.new("ScreenGui")
  6. local main = Instance.new("Frame")
  7. local _1 = Instance.new("TextLabel")
  8. local ok = Instance.new("TextBox")
  9. local tpfruit = Instance.new("TextButton")
  10. local admin = Instance.new("TextButton")
  11. local boaar = Instance.new("TextButton")
  12. local Immortal = Instance.new("TextButton")
  13. local crab = Instance.new("TextButton")
  14. local vokun = Instance.new("TextButton")
  15. local bandits = Instance.new("TextButton")
  16. local clcktp = Instance.new("TextButton")
  17. local thieves = 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.0196078, 0.0470588, 0.0588235)
  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. _1.Name = "1"
  32. _1.Parent = main
  33. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  34. _1.BackgroundTransparency = 1
  35. _1.Position = UDim2.new(-0.0607287437, 0, 0.853880644, 0)
  36. _1.Size = UDim2.new(0, 200, 0, 44)
  37. _1.Font = Enum.Font.SciFi
  38. _1.Text = "Diego Exploits"
  39. _1.TextColor3 = Color3.new(1, 1, 1)
  40. _1.TextSize = 20
  41.  
  42. ok.Name = "ok"
  43. ok.Parent = main
  44. ok.BackgroundColor3 = Color3.new(0.0196078, 0.0470588, 0.0588235)
  45. ok.Position = UDim2.new(0, 0, -0.0697674453, 0)
  46. ok.Size = UDim2.new(0, 494, 0, 37)
  47. ok.ClearTextOnFocus = false
  48. ok.Font = Enum.Font.SciFi
  49. ok.ShowNativeInput = false
  50. ok.Text = "One Piece Legendary GUI"
  51. ok.TextColor3 = Color3.new(1, 1, 1)
  52. ok.TextSize = 25
  53. ok.TextStrokeTransparency = 0
  54.  
  55. tpfruit.Name = "tpfruit"
  56. tpfruit.Parent = main
  57. tpfruit.BackgroundColor3 = Color3.new(1, 1, 1)
  58. tpfruit.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  59. tpfruit.Position = UDim2.new(0, 0, 0.128361017, 0)
  60. tpfruit.Size = UDim2.new(0, 140, 0, 51)
  61. tpfruit.Font = Enum.Font.SciFi
  62. tpfruit.Text = "TP Fruits"
  63. tpfruit.TextColor3 = Color3.new(0, 0, 0)
  64. tpfruit.TextSize = 27
  65. tpfruit.MouseButton1Down:connect(function()
  66. while wait(3) do
  67. for _,v in pairs(workspace:GetChildren()) do
  68. if v:IsA("Tool") then
  69. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  70. print("Teleported Item!")
  71. end
  72. end
  73. end
  74. end)
  75.  
  76. admin.Name = "admin"
  77. admin.Parent = main
  78. admin.BackgroundColor3 = Color3.new(1, 1, 1)
  79. admin.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  80. admin.Position = UDim2.new(0.358299583, 0, 0.128361017, 0)
  81. admin.Size = UDim2.new(0, 140, 0, 51)
  82. admin.Font = Enum.Font.SciFi
  83. admin.Text = "Admin"
  84. admin.TextColor3 = Color3.new(0, 0, 0)
  85. admin.TextSize = 27
  86.  
  87.  
  88. boaar.Name = "boaar"
  89. boaar.Parent = main
  90. boaar.BackgroundColor3 = Color3.new(1, 1, 1)
  91. boaar.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  92. boaar.Position = UDim2.new(0.716599166, 0, 0.128361017, 0)
  93. boaar.Size = UDim2.new(0, 140, 0, 51)
  94. boaar.Font = Enum.Font.SciFi
  95. boaar.Text = "Farm Boar"
  96. boaar.TextColor3 = Color3.new(0, 0, 0)
  97. boaar.TextSize = 27
  98. boaar.MouseButton1Down:connect(function()
  99. local runService = game:GetService('RunService')
  100. local Stepped
  101. Farming = true
  102. if Farming then
  103. Stepped = runService.Stepped:Connect(function()
  104. for i,v in pairs(workspace.Enemies:GetChildren()) do
  105. if string.find(v.Name, "Lv20") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  107. end
  108. end
  109. end)
  110. end
  111. wait()
  112. for i,v in pairs(workspace:GetChildren()) do
  113. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  115. end
  116. end
  117. end)
  118.  
  119. Immortal.Name = "Immortal"
  120. Immortal.Parent = main
  121. Immortal.BackgroundColor3 = Color3.new(1, 1, 1)
  122. Immortal.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  123. Immortal.Position = UDim2.new(0.358299583, 0, 0.403086305, 0)
  124. Immortal.Size = UDim2.new(0, 140, 0, 51)
  125. Immortal.Font = Enum.Font.SciFi
  126. Immortal.Text = "God Mode"
  127. Immortal.TextColor3 = Color3.new(0, 0, 0)
  128. Immortal.TextSize = 27
  129. Immortal.MouseButton1Down:Connect(function()
  130. plr = game.Players.LocalPlayer
  131. mouse = plr:GetMouse()
  132. mouse.KeyDown:connect(function(key)
  133. if key == " " then
  134. game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
  135. end
  136. end)
  137. plr = game.Players.LocalPlayer
  138. mouse = plr:GetMouse()
  139. mouse.KeyUp:connect(function(key)
  140. if key == " " then
  141. jumping = false
  142. end
  143. end)
  144.  
  145. FF = true
  146.  
  147. while wait() do
  148. if FF then
  149. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  150. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  151. l.Parent = game.Players.LocalPlayer.Character
  152. l.Name = "Humanoid"
  153. wait()
  154. game.Players.LocalPlayer.Character["1"]:Destroy()
  155. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  156. game.Players.LocalPlayer.Character.Animate.Disabled = true
  157. wait()
  158. game.Players.LocalPlayer.Character.Animate.Disabled = false
  159. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  160. wait(4.85)
  161. workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
  162. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  163. wait(.4)
  164. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  165. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  166. end
  167. end
  168.  
  169. end)
  170.  
  171. crab.Name = "crab"
  172. crab.Parent = main
  173. crab.BackgroundColor3 = Color3.new(1, 1, 1)
  174. crab.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  175. crab.Position = UDim2.new(0, 0, 0.403086305, 0)
  176. crab.Size = UDim2.new(0, 140, 0, 51)
  177. crab.Font = Enum.Font.SciFi
  178. crab.Text = "Farm Crab"
  179. crab.TextColor3 = Color3.new(0, 0, 0)
  180. crab.TextSize = 27
  181. crab.MouseButton1Down:connect(function()
  182. local runService = game:GetService('RunService')
  183. local Stepped
  184. Farming = true
  185. if Farming then
  186. Stepped = runService.Stepped:Connect(function()
  187. for i,v in pairs(workspace.Enemies:GetChildren()) do
  188. if string.find(v.Name, "Lv1") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 1
  190. end
  191. end
  192. end)
  193. end
  194. wait()
  195. for i,v in pairs(workspace:GetChildren()) do
  196. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 1
  198. end
  199. end
  200. end)
  201.  
  202. vokun.Name = "vokun"
  203. vokun.Parent = main
  204. vokun.BackgroundColor3 = Color3.new(1, 1, 1)
  205. vokun.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  206. vokun.Position = UDim2.new(0.716599166, 0, 0.403086305, 0)
  207. vokun.Size = UDim2.new(0, 140, 0, 51)
  208. vokun.Font = Enum.Font.SciFi
  209. vokun.Text = "Farm Vokun"
  210. vokun.TextColor3 = Color3.new(0, 0, 0)
  211. vokun.TextSize = 27
  212. vokun.MouseButton1Down:connect(function()
  213. local runService = game:GetService('RunService')
  214. local Stepped
  215. Farming = true
  216.  
  217. if Farming then
  218. Stepped = runService.Stepped:Connect(function()
  219. for i,v in pairs(workspace.Enemies:GetChildren()) do
  220. if string.find(v.Name, "Lv200") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  221. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  222. end
  223. end
  224. end)
  225. end
  226. wait()
  227. for i,v in pairs(workspace:GetChildren()) do
  228. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  230. end
  231. end
  232. end)
  233.  
  234. bandits.Name = "bandits"
  235. bandits.Parent = main
  236. bandits.BackgroundColor3 = Color3.new(1, 1, 1)
  237. bandits.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  238. bandits.Position = UDim2.new(0.716599166, 0, 0.670485616, 0)
  239. bandits.Size = UDim2.new(0, 140, 0, 51)
  240. bandits.Font = Enum.Font.SciFi
  241. bandits.Text = "Farm Bandits"
  242. bandits.TextColor3 = Color3.new(0, 0, 0)
  243. bandits.TextSize = 27
  244. bandits.MouseButton1Down:connect(function()
  245. local runService = game:GetService('RunService')
  246. local Stepped
  247. Farming = true
  248. if Farming then
  249. Stepped = runService.Stepped:Connect(function()
  250. for i,v in pairs(workspace.Enemies:GetChildren()) do
  251. if string.find(v.Name, "Lv9") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  252. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  253. end
  254. end
  255. end)
  256. end
  257. wait()
  258. for i,v in pairs(workspace:GetChildren()) do
  259. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  260. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  261. end
  262. end
  263. end)
  264.  
  265. clcktp.Name = "clcktp"
  266. clcktp.Parent = main
  267. clcktp.BackgroundColor3 = Color3.new(1, 1, 1)
  268. clcktp.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  269. clcktp.Position = UDim2.new(0.358299583, 0, 0.670485616, 0)
  270. clcktp.Size = UDim2.new(0, 140, 0, 51)
  271. clcktp.Font = Enum.Font.SciFi
  272. clcktp.Text = "Click TP"
  273. clcktp.TextColor3 = Color3.new(0, 0, 0)
  274. clcktp.TextSize = 27
  275. clcktp.MouseButton1Down:connect(function()
  276. mouse = game.Players.LocalPlayer:GetMouse()
  277.  
  278. tool = Instance.new("Tool")
  279.  
  280. tool.RequiresHandle = false
  281.  
  282. tool.Name = "Skrrrt"
  283.  
  284. tool.Activated:connect(function()
  285.  
  286. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  287.  
  288. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  289.  
  290. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  291.  
  292. end)
  293. tool.Parent = game.Players.LocalPlayer.Backpack
  294.  
  295. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  296. if v.ClassName == "Script" then
  297. for i,c in pairs(v:GetChildren()) do
  298. if c.Name == "" then
  299. v:Remove()
  300.  
  301. end
  302. end
  303. end
  304. end
  305. wait(1)
  306. end)
  307.  
  308. thieves.Name = "thieves"
  309. thieves.Parent = main
  310. thieves.BackgroundColor3 = Color3.new(1, 1, 1)
  311. thieves.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  312. thieves.Position = UDim2.new(0, 0, 0.670485616, 0)
  313. thieves.Size = UDim2.new(0, 140, 0, 51)
  314. thieves.Font = Enum.Font.SciFi
  315. thieves.Text = "Farm Thieves"
  316. thieves.TextColor3 = Color3.new(0, 0, 0)
  317. thieves.TextSize = 27
  318. thieves.MouseButton1Down:connect(function()
  319. local runService = game:GetService('RunService')
  320. local Stepped
  321. Farming = true
  322. if Farming then
  323. Stepped = runService.Stepped:Connect(function()
  324. for i,v in pairs(workspace.Enemies:GetChildren()) do
  325. if string.find(v.Name, "Lv20 Thief") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  326. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  327. end
  328. end
  329. end)
  330. end
  331. wait()
  332. for i,v in pairs(workspace:GetChildren()) do
  333. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  334. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  335. end
  336. end
  337. end)
  338. -- Scripts:
Add Comment
Please, Sign In to add comment