Nutx

legendary v.1

Apr 4th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. -- Created By lầu hải roblox
  2. -- One Piece: Legendary || lầu hải hacking
  3.  
  4. local op = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local Chests = Instance.new("TextButton")
  7. local Melee = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local search = Instance.new("TextButton")
  11. local dfname = Instance.new("TextBox")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local auto = Instance.new("TextButton")
  14.  
  15. -- Properties
  16.  
  17. op.Name = "op"
  18. op.Parent = game.CoreGui
  19.  
  20. main.Name = "main"
  21. main.Parent = op
  22. main.Active = true
  23. main.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  24. main.BorderSizePixel = 0
  25. main.Position = UDim2.new(0.249496996, 0, 0.468164802, 0)
  26. main.Size = UDim2.new(0, 153, 0, 116)
  27. main.Draggable = true
  28.  
  29. Chests.Name = "Chests"
  30. Chests.Parent = main
  31. Chests.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  32. Chests.BorderSizePixel = 0
  33. Chests.Position = UDim2.new(0.0522875823, 0, 0.258620709, 0)
  34. Chests.Size = UDim2.new(0, 66, 0, 15)
  35. Chests.Font = Enum.Font.Fantasy
  36. Chests.Text = "Chest"
  37. Chests.TextColor3 = Color3.new(1, 1, 1)
  38. Chests.TextSize = 14
  39. Chests.MouseButton1Down:connect(function()
  40. _G.chests = true
  41. while _G.chests do
  42. wait()
  43. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  44. for i,v in pairs(game.Workspace.IslandWindmill:GetDescendants()) do
  45. if v.name == "ChestSpawner" then
  46. for _, b in pairs(v:GetDescendants()) do
  47. if b.name == "Lid1" then
  48. d.CFrame = b.CFrame
  49. end
  50. end
  51. end
  52. end
  53. end
  54. warn ("_G.chests = false to stop it")
  55. end)
  56.  
  57. Melee.Name = "Melee"
  58. Melee.Parent = main
  59. Melee.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  60. Melee.BorderSizePixel = 0
  61. Melee.Position = UDim2.new(0.53594774, 0, 0.258620709, 0)
  62. Melee.Size = UDim2.new(0, 64, 0, 15)
  63. Melee.Font = Enum.Font.Fantasy
  64. Melee.Text = "Melee"
  65. Melee.TextColor3 = Color3.new(1, 1, 1)
  66. Melee.TextSize = 14
  67. Melee.MouseButton1Down:connect(function()
  68. while true do
  69. wait(0.0001)
  70. Input.LeftClick()
  71. end
  72. while true do
  73. wait(0.0002)
  74. leftclick()
  75. end
  76. end)
  77.  
  78. TextLabel.Parent = main
  79. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  80. TextLabel.BackgroundTransparency = 1
  81. TextLabel.Position = UDim2.new(0.09150327, 0, 0.0603448264, 0)
  82. TextLabel.Size = UDim2.new(0, 123, 0, 10)
  83. TextLabel.Font = Enum.Font.Fantasy
  84. TextLabel.Text = "Farm"
  85. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  86. TextLabel.TextSize = 14
  87.  
  88. TextLabel_2.Parent = main
  89. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  90. TextLabel_2.BackgroundTransparency = 1
  91. TextLabel_2.Position = UDim2.new(0.09150327, 0, 0.456896544, 0)
  92. TextLabel_2.Size = UDim2.new(0, 123, 0, 10)
  93. TextLabel_2.Font = Enum.Font.Fantasy
  94. TextLabel_2.Text = "DF Search"
  95. TextLabel_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  96. TextLabel_2.TextSize = 14
  97.  
  98. search.Name = "search"
  99. search.Parent = main
  100. search.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  101. search.BorderSizePixel = 0
  102. search.Position = UDim2.new(0.0522875823, 0, 0.810344815, 0)
  103. search.Size = UDim2.new(0, 66, 0, 15)
  104. search.Font = Enum.Font.Fantasy
  105. search.Text = "Search"
  106. search.TextColor3 = Color3.new(1, 1, 1)
  107. search.TextSize = 14
  108. search.MouseButton1Down:connect(function()
  109. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  110. for i,v in pairs(game.Workspace:GetDescendants()) do
  111. if v.name == dfname.Text then
  112. for _, b in pairs(v:GetDescendants()) do
  113. if b.name == "Handle" then
  114. b.CFrame = d.CFrame
  115. end
  116. end
  117. end
  118. end
  119. end)
  120.  
  121. dfname.Name = "dfname"
  122. dfname.Parent = main
  123. dfname.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  124. dfname.BorderSizePixel = 0
  125. dfname.Position = UDim2.new(0.215686277, 0, 0.629310369, 0)
  126. dfname.Size = UDim2.new(0, 87, 0, 12)
  127. dfname.Font = Enum.Font.Fantasy
  128. dfname.Text = "Name Here"
  129. dfname.TextColor3 = Color3.new(1, 1, 1)
  130. dfname.TextSize = 14
  131.  
  132. TextLabel_3.Parent = main
  133. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  134. TextLabel_3.BackgroundTransparency = 1
  135. TextLabel_3.Position = UDim2.new(0.339869291, 0, 1, 0)
  136. TextLabel_3.Size = UDim2.new(0, 123, 0, 12)
  137. TextLabel_3.Font = Enum.Font.Fantasy
  138. TextLabel_3.Text = "lầu hải roblox"
  139. TextLabel_3.TextColor3 = Color3.new(1, 0, 0.0156863)
  140. TextLabel_3.TextSize = 14
  141.  
  142. auto.Name = "auto"
  143. auto.Parent = main
  144. auto.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  145. auto.BorderSizePixel = 0
  146. auto.Position = UDim2.new(0.522875845, 0, 0.810344815, 0)
  147. auto.Size = UDim2.new(0, 66, 0, 15)
  148. auto.Font = Enum.Font.Fantasy
  149. auto.Text = "Auto"
  150. auto.TextColor3 = Color3.new(1, 1, 1)
  151. auto.TextSize = 14
  152. auto.MouseButton1Down:connect(function()
  153. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  154. for i,v in pairs(game.Workspace:GetDescendants()) do
  155. if v.name == "Return Fruit" or "Swim Fruit" or "Float Fruit" or "Clear Fruit" or "Clone Fruit" or "Hobby Fruit" or "Smelt Fruit" or "Diamond Fruit" or "Spin Fruit" or "Gum Fruit" or "Hot Fruit" or "Barrier Fruit" or "More Fruit" or "Return Fruit" then
  156. for _, b in pairs(v:GetDescendants()) do
  157. if b.name == "Handle" then
  158. b.CFrame = d.CFrame
  159. end
  160. end
  161. end
  162. end
  163. end)
  164. warn("lầu hải roblox")
Add Comment
Please, Sign In to add comment