Roblox Blox Piece Fruit Hack Codes
Sep 13th, 2019
Drifting88-Script: https://pastebin.com/Vv9Cue0xGa.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Creator: hujigukafu
- Seed = Instance.new('ScreenGui', game.Players.LocalPlayer.PlayerGui)
- Close = Instance.new('TextButton', DraggableFrame)
- Minimize = Instance.new('TextButton', DraggableFrame)
- GuiName = Instance.new('TextLabel', DraggableFrame)
- Username = Instance.new('TextBox', Frame)
- Submit = Instance.new('TextButton', Frame)
- Title = Instance.new('TextLabel', Frame)
- Frame2 = Instance.new('Frame', Seed)
- DraggableFrame2 = Instance.new('Frame', Frame2)
- Close2 = Instance.new('TextButton', DraggableFrame2)
- Minimize2 = Instance.new('TextButton', DraggableFrame2)
- GuiName2 = Instance.new('TextLabel', DraggableFrame2)
- ChestTP = Instance.new('TextLabel', Frame2)
- Status = Instance.new('TextLabel', ChestTP)
- DevilFruitTP = Instance.new('TextLabel', Frame2)
- Debounce2 = Instance.new('TextButton', DevilFruitTP)
- Status2 = Instance.new('TextLabel', DevilFruitTP)
- Title2 = Instance.new('TextLabel', Frame2)
- Frame3 = Instance.new('Frame', Seed)
- CloseCoolDown = false
- DevilFruitTPValue = 0
- --Audios
- Audio_Correct = Instance.new('Sound', Seed)
- Audio_Correct.SoundId = 'rbxassetid://1584394759'
- Audio_Error.SoundId = 'rbxassetid://550209561'
- Audio_Close.SoundId = 'rbxassetid://561413719'
- Frame.Draggable = true
- Frame.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Frame.AnchorPoint = Vector2.new(0.5, 0.5)
- Frame.Size = UDim2.new(0, 250,0, 300)
- DraggableFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DraggableFrame.Position = UDim2.new(0.5, 0, 0, 0)
- Close.BackgroundColor3 = Color3.fromRGB(150, 0, 0)
- Close.Size = UDim2.new(0.1, 0, 1, 0)
- Close.Font = 'GothamBold'
- Close.TextSize = 15
- Minimize.BackgroundColor3 = Color3.fromRGB(225, 225, 225)
- Minimize.Size = UDim2.new(0.1, 0, 1, 0)
- Minimize.Font = 'GothamBold'
- Minimize.TextSize = 15
- GuiName.BackgroundTransparency = 1
- GuiName.Size = UDim2.new(1, 0, 1, 0)
- GuiName.Font = 'GothamBold'
- GuiName.TextSize = 14
- Username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Username.BorderSizePixel = 0
- Username.AnchorPoint = Vector2.new(0.5, 0)
- Username.Size = UDim2.new(0.8, 0, 0.08, 0)
- Username.Font = 'GothamBold'
- Username.TextSize = 14
- Password.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Password.BorderSizePixel = 0
- Password.AnchorPoint = Vector2.new(0.5, 0)
- Password.Size = UDim2.new(0.8, 0, 0.08, 0)
- Password.Font = 'GothamBold'
- Password.TextSize = 14
- Submit.BackgroundColor3 = Color3.fromRGB(170, 85, 0)
- Submit.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Submit.AnchorPoint = Vector2.new(0.5, 0)
- Submit.Size = UDim2.new(0.4, 0, 0.08, 0)
- Submit.Font = 'GothamBold'
- Submit.TextColor3 = Color3.fromRGB(255, 255, 255)
- Credits.BorderSizePixel = 0
- Credits.AnchorPoint = Vector2.new(0.5, 1)
- Credits.Size = UDim2.new(1, 0, 0.1, 0)
- Credits.Font = 'GothamBold'
- Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
- Credits.TextXAlignment = 'Left'
- Title.BorderSizePixel = 0
- Title.AnchorPoint = Vector2.new(0.5, 0)
- Title.Size = UDim2.new(0.8, 0, 0.15, 0)
- Title.Font = 'SourceSansBold'
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Frame2.Draggable = true
- Frame2.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Frame2.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Frame2.AnchorPoint = Vector2.new(0.5, 0.5)
- Frame2.Size = UDim2.new(0, 250, 0, 300)
- DraggableFrame2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DraggableFrame2.AnchorPoint = Vector2.new(0.5, 0)
- DraggableFrame2.Position = UDim2.new(0.5, 0, 0, 0)
- Close2.BackgroundColor3 = Color3.fromRGB(150, 0, 0)
- Close2.Size = UDim2.new(0.1, 0, 1, 0)
- Close2.Font = 'GothamBold'
- Close2.TextSize = 15
- Minimize2.BackgroundColor3 = Color3.fromRGB(225, 225, 225)
- Minimize2.Size = UDim2.new(0.1, 0, 1, 0)
- Minimize2.Font = 'GothamBold'
- Minimize2.TextSize = 15
- GuiName2.BackgroundTransparency = 1
- GuiName2.Size = UDim2.new(1, 0, 1, 0)
- GuiName2.Font = 'GothamBold'
- GuiName2.TextSize = 14
- ChestTP.BorderSizePixel = 0
- ChestTP.Position = UDim2.new(0.1, 0, 0.45, 0)
- ChestTP.Text = 'Chest TP:'
- ChestTP.TextColor3 = Color3.fromRGB(255, 255, 255)
- ChestTP.TextXAlignment = 'Left'
- Debounce.BackgroundColor3 = Color3.fromRGB(170, 85, 0)
- Debounce.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Debounce.Position = UDim2.new(0.7, 0, 0, 0)
- Debounce.Text = 'Submit'
- Debounce.TextColor3 = Color3.fromRGB(255, 255, 255)
- Status.BorderSizePixel = 0
- Status.Position = UDim2.new(0.37, 0, 0, 0)
- Status.Text = 'OFF'
- Status.TextSize = 14
- DevilFruitTP.BackgroundTransparency = 1
- DevilFruitTP.Position = UDim2.new(0.1, 0, 0.55, 0)
- DevilFruitTP.Text = 'D.Fruit TP:'
- DevilFruitTP.TextColor3 = Color3.fromRGB(255, 255, 255)
- DevilFruitTP.TextXAlignment = 'Left'
- Debounce2.BackgroundColor3 = Color3.fromRGB(170, 85, 0)
- Debounce2.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Debounce2.Position = UDim2.new(0.7, 0, 0, 0)
- Debounce2.Text = 'Submit'
- Debounce2.TextColor3 = Color3.fromRGB(255, 255, 255)
- Status2.BorderSizePixel = 0
- Status2.Position = UDim2.new(0.37, 0, 0, 0)
- Status2.Text = 'OFF'
- Status2.TextSize = 14
- Title2.BackgroundTransparency = 1
- Title2.Position = UDim2.new(0.5, 0, 0.22, 0)
- Title2.Text = 'BloxPiece'
- Title2.TextColor3 = Color3.fromRGB(255, 255, 255)
- Frame3.BorderSizePixel = 0
- Frame3.Position = UDim2.new(0, 0, 0.5, 0)
- Menu.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Menu.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Menu.Position = UDim2.new(0, 0, 0, 0)
- Menu.Text = 'Menu'
- Menu.TextSize =14
- --Script Configuration
- Frame.Visible = true
- Frame3.Visible = false
- Submit.Activated:connect(function()
- local UsernameCheck = string.lower(Username.Text)
- UsernameCheck = string.gsub(UsernameCheck, ' ', ')
- local PasswordCheck = string.lower(Password.Text)
- PasswordCheck = string.gsub(PasswordCheck, ' ', ')
- if UsernameCheck 'roblox' and PasswordCheck '2019' and SubmitCoolDown false then
- CloseCoolDown = true
- MinimizeCoolDown = true
- Audio_Correct:Play()
- Frame.Visible = false
- Frame3.Visible = false
- CloseCoolDown = false
- MinimizeCoolDown = false
- elseif SubmitCoolDown false then
- CloseCoolDown = true
- MinimizeCoolDown = true
- Audio_Error:Play()
- Password.Text = 'Password'
- SubmitCoolDown = false
- end)
- Close.Activated:connect(function()
- SubmitCoolDown = true
- wait(3)
- SubmitCoolDown = false
- end)
- Close2.Activated:connect(function()
- SubmitCoolDown = true
- wait(3)
- SubmitCoolDown = false
- end)
- Minimize.Activated:connect(function()
- SubmitCoolDown = true
- Frame2.Visible = false
- wait()
- CloseCoolDown = false
- MinimizeCoolDown = false
- end
- if MinimizeCoolDown false then
- CloseCoolDown = true
- MinimizeCoolDown = true
- MinimizeFrame = 2
- Frame.Visible = false
- Frame3.Visible = true
- SubmitCoolDown = false
- end)
- Menu.Activated:connect(function()
- SubmitCoolDown = true
- if MinimizeFrame 1 then Frame.Visible = true Frame2.Visible = false Frame3.Visible = false end
- if MinimizeFrame 2 then Frame.Visible = false Frame2.Visible = true Frame3.Visible = false end
- SubmitCoolDown = false
- end)
- Debounce.Activated:connect(function()
- ChestTPValue = 1
- Status.Text = 'ON'
- local ChestArray = game.Workspace:GetDescendants()
- local FirstPosition = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- if ChestArray[i].Name:lower():match('chest') then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = ChestArray[i].CFrame
- end
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = FirstPosition
- ChestTPValue = 0
- Status.Text = 'OFF'
- end)
- Debounce2.Activated:connect(function()
- DevilFruitTPValue = 1
- Status2.Text = 'ON'
- local FirstPosition2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- for i, v in pairs(game.Workspace:GetDescendants()) do
- if v.name 'fruit' or v.name 'Fruit' and v.ClassName 'Model' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Handle.CFrame
- end
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = FirstPosition2
- DevilFruitTPValue = 0
- Status2.Text = 'OFF'
- end)
Jul 30th, 2018
Roblox Blox Piece Fruit Hack Apk
Never
Roblox Blox Fruits Wiki
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Made by Keriza#1287 - https://v3rmillion.net/member.php?action=profile&uid=778335
- while wait() do
- local plr = game:service'Players'.LocalPlayer
- spawn(function()
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Smelt Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Magma Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Gas Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Sand Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Dark Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Chilly Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Rumble Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Slip Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Float Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Smoke Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Barrier Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Gum Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Hot Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Clear Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Diamond Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Return Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'More Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Phoenix Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Chop Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Spring Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'LightOld Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Swim Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Snow Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Hobby Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Clone Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Z_Template Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'String Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Flare Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- if v.Name 'Light Fruit' then
- v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
- end
Blox Piece Fruit Hack
RAW Paste Data