Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- █▀█ █▀▀ ▄▀█ █▀▄ █▄▄ █▀▀ █▀▀ █▀█ █▀█ █▀▀ █░█ █▀ █ █▄░█ █▀▀
- █▀▄ ██▄ █▀█ █▄▀ █▄█ ██▄ █▀░ █▄█ █▀▄ ██▄ █▄█ ▄█ █ █░▀█ █▄█
- Before you will be using this script to exploit in the game, read this.
- I am NOT responsible for any bans or kicks that occured while your cheating session and YOU gotta be responsible for that.
- Any bans are NOT my fault and you can't accuse me of banning you because YOU are using these cheats and YOU are chosing this way through your gameplay.
- HOW TO USE:
- 1. Run your script executor.
- 2. Paste the ENTIRE script into the executor.
- 3. Inject and run.
- 4. Enjoy!
- WARNING!
- Teleporting might get you kicked/banned very quick, so I don't recommend using it.
- Try to find some fruits to get fly if you want to regulary use this script so it will be easier to use it.
- Have fun and enjoy cheating in One Piece Millenium!
- Script only works for the first part of the game.
- --]]
- --[[
- █▀▀ █▀█ █▀▀ █▀▄ █ ▀█▀ █▀
- █▄▄ █▀▄ ██▄ █▄▀ █ ░█░ ▄█
- ███╗░░░███╗░█████╗░██████╗░███████╗ ██████╗░██╗░░░██╗
- ████╗░████║██╔══██╗██╔══██╗██╔════╝ ██╔══██╗╚██╗░██╔╝
- ██╔████╔██║███████║██║░░██║█████╗░░ ██████╦╝░╚████╔╝░
- ██║╚██╔╝██║██╔══██║██║░░██║██╔══╝░░ ██╔══██╗░░╚██╔╝░░
- ██║░╚═╝░██║██║░░██║██████╔╝███████╗ ██████╦╝░░░██║░░░
- ╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═════╝░╚══════╝ ╚═════╝░░░░╚═╝░░░
- ███████╗██████╗░██╗░░██╗████████╗██╗██╗░░██╗██╗░░░██╗██╗
- ██╔════╝██╔══██╗██║░██╔╝╚══██╔══╝██║██║░██╔╝╚██╗░██╔╝██║
- █████╗░░██████╔╝█████═╝░░░░██║░░░██║█████═╝░░╚████╔╝░██║
- ██╔══╝░░██╔══██╗██╔═██╗░░░░██║░░░██║██╔═██╗░░░╚██╔╝░░╚═╝
- ███████╗██║░░██║██║░╚██╗░░░██║░░░██║██║░╚██╗░░░██║░░░██╗
- ╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝░░░╚═╝░░░╚═╝╚═╝░░╚═╝░░░╚═╝░░░╚═╝
- --]]
- local screenGui = Instance.new("ScreenGui")
- screenGui.Name = "FruitFinderUI"
- screenGui.Parent = game.Players.LocalPlayer.PlayerGui
- local frame = Instance.new("Frame")
- frame.Parent = screenGui
- frame.BackgroundColor3 = Color3.fromRGB(255, 52, 55)
- frame.BackgroundTransparency = 0.1
- frame.BorderSizePixel = 0
- frame.Size = UDim2.new(0, 575, 0, 300)
- frame.Position = UDim2.new(0.5, -280,0.5, -100)
- local uiText = Instance.new("TextLabel")
- uiText.Parent = frame
- uiText.Text = "Welcome to OPM FF!"
- uiText.Font = Enum.Font.Arcade
- uiText.Position = UDim2.new(0, 280,0, 100)
- uiText.TextSize = 45
- local uiText2 = Instance.new("TextLabel")
- uiText2.Parent = frame
- uiText2.Text = "Script that finds devil fruits for you!"
- uiText2.Font = Enum.Font.Arcade
- uiText2.Position = UDim2.new(0, 280,0, 200)
- uiText2.TextSize = 15
- wait(3)
- frame:TweenPosition(
- UDim2.new(0.5, -400,0.5, -375),
- Enum.EasingDirection.In,
- Enum.EasingStyle.Back,
- 1.5,
- false
- )
- frame:TweenSize(
- UDim2.new(0,35,0,35),
- Enum.EasingDirection.In,
- Enum.EasingStyle.Back,
- 1.5,
- false
- )
- wait(0.5)
- uiText.TextTransparency = 0.1
- uiText2.TextTransparency = 0.1
- frame.BackgroundColor3 = Color3.fromRGB(255, 46, 252)
- wait(0.1)
- uiText.TextTransparency = 0.2
- uiText2.TextTransparency = 0.2
- frame.BackgroundColor3 = Color3.fromRGB(49, 69, 255)
- wait(0.1)
- uiText.TextTransparency = 0.3
- uiText2.TextTransparency = 0.3
- frame.BackgroundColor3 = Color3.fromRGB(61, 255, 233)
- wait(0.1)
- uiText.TextTransparency = 0.4
- uiText2.TextTransparency = 0.4
- frame.BackgroundColor3 = Color3.fromRGB(88, 255, 51)
- wait(0.1)
- uiText.TextTransparency = 0.5
- uiText2.TextTransparency = 0.5
- frame.BackgroundColor3 = Color3.fromRGB(255, 242, 55)
- wait(0.1)
- uiText.TextTransparency = 0.6
- uiText2.TextTransparency = 0.6
- frame.BackgroundColor3 = Color3.fromRGB(255, 49, 52)
- wait(0.1)
- uiText.TextTransparency = 0.7
- uiText2.TextTransparency = 0.7
- frame.BackgroundColor3 = Color3.fromRGB(239, 52, 255)
- wait(0.1)
- uiText.TextTransparency = 0.8
- uiText2.TextTransparency = 0.8
- frame.BackgroundColor3 = Color3.fromRGB(78, 66, 255)
- wait(0.1)
- uiText.TextTransparency = 0.9
- uiText2.TextTransparency = 0.9
- frame.BackgroundColor3 = Color3.fromRGB(67, 255, 233)
- wait(0.1)
- uiText.TextTransparency = 1
- uiText2.TextTransparency = 1
- frame.BackgroundColor3 = Color3.fromRGB(88, 255, 51)
- while wait(0.5) do
- local children = game:GetService("Workspace"):GetChildren()
- for i, v in pairs(children) do
- if v ~= nil then
- if v:IsA("Part") or v:IsA("Tool") or v:IsA("Model") then
- name = v.Name
- if string.find(name, "Fruit") then
- print("Found Fruit")
- if v:FindFirstChild("FruitESP") then
- else
- local part = Instance.new("Part")
- part.Anchored = true
- part.CanCollide = false
- part.Size = Vector3.new(4,4,4)
- part.Color = Color3.fromRGB(255, 0, 0)
- part.Transparency = 1
- part.Name = "FruitESP"
- part.Parent = v
- part.Position = v.Handle.Position
- local sur1 = Instance.new("SurfaceGui")
- sur1.Parent = part
- sur1.Face = "Front"
- sur1.AlwaysOnTop = true
- local frame = Instance.new("Frame")
- frame.Parent = sur1
- frame.Size = UDim2.new(1.0,1.0,1.0)
- frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- frame.BackgroundTransparency = 0.5
- frame.BorderSizePixel = 0
- local sur2 = sur1:Clone()
- sur2.Parent = part
- sur2.Face = "Top"
- local sur3 = sur1:Clone()
- sur3.Parent = part
- sur3.Face = "Back"
- local sur4 = sur1:Clone()
- sur4.Parent = part
- sur4.Face = "Bottom"
- local sur5 = sur1:Clone()
- sur5.Parent = part
- sur5.Face = "Right"
- local sur6 = sur1:Clone()
- sur6.Parent = part
- sur6.Face = "Left"
- local hrpAttachment = Instance.new("Attachment")
- hrpAttachment.Name = "HRPAttachment"
- hrpAttachment.Parent = game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- local espAttachment = Instance.new("Attachment")
- espAttachment.Name = "ESPAttachment"
- espAttachment.Parent = part
- local beam = Instance.new("Beam")
- beam.Parent = part
- beam.Attachment0 = hrpAttachment
- beam.Attachment1 = espAttachment
- beam.Color = ColorSequence.new(Color3.fromRGB(255, 0, 0),Color3.fromRGB(255, 0, 0))
- beam.Width0 = 0.5
- beam.Width1 = 0.5
- beam.FaceCamera = true
- local gui = Instance.new("BillboardGui")
- gui.Parent = game.Players.LocalPlayer.PlayerGui
- gui.Adornee = part
- gui.StudsOffset = Vector3.new(0,100,0)
- gui.Size = UDim2.new(1.0,1.0,1.0)
- local text = Instance.new("TextLabel")
- text.Parent = gui
- text.TextColor3 = Color3.fromRGB(255, 0, 0)
- text.Font = Enum.Font.Arcade
- text.BackgroundTransparency = 1
- text.TextColor3 = Color3.fromRGB(0, 0, 0)
- text.Size = UDim2.new(1.0,1.0,1.0)
- text.Text = name
- text.TextSize = 100
- gui.MaxDistance = 9999999442119689768320106496
- local tpgui = Instance.new("ScreenGui")
- tpgui.Name = "FruitGui"
- tpgui.Parent = game.Players.LocalPlayer.PlayerGui
- local tpframe = Instance.new("TextButton")
- tpframe.Parent = tpgui
- tpframe.BackgroundColor3 = Color3.fromRGB(255, 52, 55)
- tpframe.BackgroundTransparency = 0.1
- tpframe.BorderSizePixel = 0
- tpframe.Size = UDim2.new(0, 125,0, 60)
- tpframe.Text = "TP To fruit"
- tpframe.Font = Enum.Font.Arcade
- tpframe.TextScaled = true
- tpframe.TextColor3 = Color3.fromRGB(255, 255, 255)
- tpframe.Position = UDim2.new(0.5, -200,0.5, -375)
- tpframe.MouseButton1Up:Connect(function()
- game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(v.Handle.Position)
- end)
- end
- end
- if string.find(name, "Book") then
- print("Found Book")
- if v:FindFirstChild("BookESP") then
- else
- local part = Instance.new("Part")
- part.Anchored = true
- part.CanCollide = false
- part.Size = Vector3.new(4,4,4)
- part.Color = Color3.fromRGB(0, 0, 255)
- part.Transparency = 1
- part.Name = "BookESP"
- part.Parent = v
- part.Position = v.Handle.Position
- local sur1 = Instance.new("SurfaceGui")
- sur1.Parent = part
- sur1.Face = "Front"
- sur1.AlwaysOnTop = true
- local frame = Instance.new("Frame")
- frame.Parent = sur1
- frame.Size = UDim2.new(1.0,1.0,1.0)
- frame.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- frame.BackgroundTransparency = 0.5
- frame.BorderSizePixel = 0
- local sur2 = sur1:Clone()
- sur2.Parent = part
- sur2.Face = "Top"
- local sur3 = sur1:Clone()
- sur3.Parent = part
- sur3.Face = "Back"
- local sur4 = sur1:Clone()
- sur4.Parent = part
- sur4.Face = "Bottom"
- local sur5 = sur1:Clone()
- sur5.Parent = part
- sur5.Face = "Right"
- local sur6 = sur1:Clone()
- sur6.Parent = part
- sur6.Face = "Left"
- local hrpAttachment = Instance.new("Attachment")
- hrpAttachment.Name = "HRPAttachment"
- hrpAttachment.Parent = game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- local espAttachment = Instance.new("Attachment")
- espAttachment.Name = "ESPAttachment"
- espAttachment.Parent = part
- local beam = Instance.new("Beam")
- beam.Parent = part
- beam.Attachment0 = hrpAttachment
- beam.Attachment1 = espAttachment
- beam.Color = ColorSequence.new(Color3.fromRGB(0, 0, 255),Color3.fromRGB(0, 0, 255))
- beam.Width0 = 0.5
- beam.Width1 = 0.5
- beam.FaceCamera = true
- local gui = Instance.new("BillboardGui")
- gui.Parent = game.Players.LocalPlayer.PlayerGui
- gui.Adornee = part
- gui.StudsOffset = Vector3.new(0,100,0)
- gui.Size = UDim2.new(1.0,1.0,1.0)
- local text = Instance.new("TextLabel")
- text.Parent = gui
- text.TextColor3 = Color3.fromRGB(0, 0, 255)
- text.Font = Enum.Font.Arcade
- text.BackgroundTransparency = 1
- text.TextColor3 = Color3.fromRGB(0, 0, 0)
- text.Size = UDim2.new(1.0,1.0,1.0)
- text.Text = name
- text.TextSize = 100
- gui.MaxDistance = 9999999442119689768320106496
- local tpgui = Instance.new("ScreenGui")
- tpgui.Name = "BookGui"
- tpgui.Parent = game.Players.LocalPlayer.PlayerGui
- local tpframe = Instance.new("TextButton")
- tpframe.Parent = tpgui
- tpframe.BackgroundColor3 = Color3.fromRGB(56, 179, 255)
- tpframe.BackgroundTransparency = 0.1
- tpframe.BorderSizePixel = 0
- tpframe.Size = UDim2.new(0, 125,0, 60)
- tpframe.Text = "TP To book"
- tpframe.Font = Enum.Font.Arcade
- tpframe.TextScaled = true
- tpframe.TextColor3 = Color3.fromRGB(255, 255, 255)
- tpframe.Position = UDim2.new(0.5, -40,0.5, -375)
- tpframe.MouseButton1Up:Connect(function()
- game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(v.Handle.Position)
- end)
- end
- end
- end
- end
- end
- end
RAW Paste Data