Blox Fruits is an immensely popular game on the Roblox platform, boasting a vast user base. This action-adventure game revolves around a pirate theme, where players enagage in combat against a variety of enemies and challenging bosses. Exploring islands and consuming different fruits are essential for advancing your character’s level.
What is Roblox Script?
Roblox Scripts typically refer to snippets of code that offer automation advantages within the game. Independent developers and scripters create these scripts, which are not officially endorsed by the Roblox platform. Nevertheless, you can still utilize these scripts through Roblox executors such as Arceus X, Hydrogen Executor, JJSploit, Fluxus executor, and others.
How to Use Roblox Script?
- Launch Roblox and join your desired game.
- Click the “Copy” button to duplicate the script code.
- Paste the script code into your preferred Roblox executor.
- Execute the script code and savor the enhanced experience.
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
-- Gui to Lua
-- Version: 3.2
-- Instances:
local ScreenGui = Instance.new("ScreenGui")
local ImageLabel = Instance.new("ImageLabel")
local TextButton = Instance.new("TextButton")
local TextLabel = Instance.new("TextLabel")
local TextButton_2 = Instance.new("TextButton")
local TextButton_3 = Instance.new("TextButton")
local TextButton_4 = Instance.new("TextButton")
local TextButton_5 = Instance.new("TextButton")
local TextLabel_2 = Instance.new("TextLabel")
local TextButton_6 = Instance.new("TextButton")
local TextLabel_3 = Instance.new("TextLabel")
--Properties:
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ImageLabel.Parent = ScreenGui
ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
ImageLabel.BorderSizePixel = 0
ImageLabel.Position = UDim2.new(0.134438306, 0, 0.261306524, 0)
ImageLabel.Size = UDim2.new(0, 316, 0, 560)
ImageLabel.Image = "rbxassetid://109111155627111"
TextButton.Parent = ScreenGui
TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton.BorderSizePixel = 0
TextButton.Position = UDim2.new(0.139963165, 0, 0.459798992, 0)
TextButton.Size = UDim2.new(0, 126, 0, 50)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "Hint"
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextScaled = true
TextButton.TextSize = 14.000
TextButton.TextWrapped = true
TextLabel.Parent = ScreenGui
TextLabel.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(0.143646404, 0, 0.270100504, 0)
TextLabel.Size = UDim2.new(0, 277, 0, 65)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "TH3SM1L3_666 Gui"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true
TextButton_2.Parent = ScreenGui
TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.BorderSizePixel = 0
TextButton_2.Position = UDim2.new(0.236341313, 0, 0.655778885, 0)
TextButton_2.Size = UDim2.new(0, 126, 0, 50)
TextButton_2.Font = Enum.Font.SourceSans
TextButton_2.Text = "Particles"
TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.TextScaled = true
TextButton_2.TextSize = 14.000
TextButton_2.TextWrapped = true
TextButton_3.Parent = ScreenGui
TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.BorderSizePixel = 0
TextButton_3.Position = UDim2.new(0.189686924, 0, 0.564070344, 0)
TextButton_3.Size = UDim2.new(0, 126, 0, 50)
TextButton_3.Font = Enum.Font.SourceSans
TextButton_3.Text = "666"
TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.TextScaled = true
TextButton_3.TextSize = 14.000
TextButton_3.TextWrapped = true
TextButton_4.Parent = ScreenGui
TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_4.BorderSizePixel = 0
TextButton_4.Position = UDim2.new(0.134438306, 0, 0.655778885, 0)
TextButton_4.Size = UDim2.new(0, 126, 0, 50)
TextButton_4.Font = Enum.Font.SourceSans
TextButton_4.Text = "Disco"
TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_4.TextScaled = true
TextButton_4.TextSize = 14.000
TextButton_4.TextWrapped = true
TextButton_5.Parent = ScreenGui
TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_5.BorderSizePixel = 0
TextButton_5.Position = UDim2.new(0.236341313, 0, 0.459798992, 0)
TextButton_5.Size = UDim2.new(0, 126, 0, 50)
TextButton_5.Font = Enum.Font.SourceSans
TextButton_5.Text = "Skybox"
TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_5.TextScaled = true
TextButton_5.TextSize = 14.000
TextButton_5.TextWrapped = true
TextLabel_2.Parent = ScreenGui
TextLabel_2.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.BorderSizePixel = 0
TextLabel_2.Position = UDim2.new(0.170042977, 0, 0.351758808, 0)
TextLabel_2.Size = UDim2.new(0, 200, 0, 25)
TextLabel_2.Font = Enum.Font.SourceSans
TextLabel_2.Text = "(made by sp0cialkidd)"
TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.TextScaled = true
TextLabel_2.TextSize = 14.000
TextLabel_2.TextWrapped = true
TextButton_6.Parent = ScreenGui
TextButton_6.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_6.BorderSizePixel = 0
TextButton_6.Position = UDim2.new(0.166973606, 0, 0.798994958, 0)
TextButton_6.Size = UDim2.new(0, 200, 0, 50)
TextButton_6.Font = Enum.Font.SourceSans
TextButton_6.Text = "Music"
TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_6.TextScaled = true
TextButton_6.TextSize = 14.000
TextButton_6.TextWrapped = true
TextLabel_3.Parent = ScreenGui
TextLabel_3.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
TextLabel_3.BackgroundTransparency = 0.980
TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_3.BorderSizePixel = 0
TextLabel_3.Position = UDim2.new(0.166973606, 0, 0.718592942, 0)
TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
TextLabel_3.Font = Enum.Font.SourceSans
TextLabel_3.Text = "--Bypassed Audios--"
TextLabel_3.TextColor3 = Color3.fromRGB(255, 0, 0)
TextLabel_3.TextScaled = true
TextLabel_3.TextSize = 14.000
TextLabel_3.TextStrokeTransparency = 0.700
TextLabel_3.TextTransparency = 0.500
TextLabel_3.TextWrapped = true
-- Scripts:
local function LCRWP_fake_script() -- TextButton.LocalScript
local script = Instance.new('LocalScript', TextButton)
script.Parent.MouseButton1Click:Connect(function()
local h = Instance.new("Hint")
h.Parent = Workspace
h.Text = "GET TOASTED BY TH3SM1L3_666"
wait(9999999999999)
h:Remove()
end)
end
coroutine.wrap(LCRWP_fake_script)()
local function JZBICCO_fake_script() -- TextButton_2.LocalScript
local script = Instance.new('LocalScript', TextButton_2)
script.Parent.MouseButton1Click:Connect(function()
for i,v in pairs(game.Workspace:GetDescendants()) do
if v:IsA("BasePart") then
local p = Instance.new("ParticleEmitter",v)
p.Size = NumberSequence.new(5)
p.Texture = "http://www.roblox.com/asset/?id=109111155627111"
p.Shape = "Sphere"
end
end
end)
end
coroutine.wrap(JZBICCO_fake_script)()
local function XXDP_fake_script() -- TextButton_3.LocalScript
local script = Instance.new('LocalScript', TextButton_3)
script.Parent.MouseButton1Click:Connect(function()
for i,v in pairs(workspace:GetDescendants()) do
if v:IsA("BasePart") then
v.BrickColor = BrickColor.Black()
local f = Instance.new("Fire",v)
f.Size = 100
end
end
end)
end
coroutine.wrap(XXDP_fake_script)()
local function JQTQOPH_fake_script() -- TextButton_4.LocalScript
local script = Instance.new('LocalScript', TextButton_4)
script.Parent.MouseButton1Click:Connect(function()
local Lighting = game:GetService("Lighting")
local ColorCorrection = Instance.new("ColorCorrectionEffect", Lighting)
function zigzag(X)
return math.acos(math.cos(X*math.pi))/math.pi
end
Counter = 0
Lighting.TimeOfDay = "15:00"
while wait(0.01) do
ColorCorrection.TintColor = Color3.fromHSV(zigzag(Counter),1,1)
Lighting.Ambient = Color3.fromHSV(zigzag(Counter),1,1)
Counter += 0.01
end
end)
end
coroutine.wrap(JQTQOPH_fake_script)()
local function RCPE_fake_script() -- TextButton_5.LocalScript
local script = Instance.new('LocalScript', TextButton_5)
script.Parent.MouseButton1Click:Connect(function()
s = Instance.new("Sky")
s.Name = "Sky"
s.Parent = game.Lighting
s.SkyboxBk = "http://www.roblox.com/asset/?id=109111155627111"
s.SkyboxDn = "http://www.roblox.com/asset/?id=109111155627111"
s.SkyboxFt = "http://www.roblox.com/asset/?id=109111155627111"
s.SkyboxLf = "http://www.roblox.com/asset/?id=109111155627111"
s.SkyboxRt = "http://www.roblox.com/asset/?id=109111155627111"
s.SkyboxUp = "http://www.roblox.com/asset/?id=109111155627111"
end)
end
coroutine.wrap(RCPE_fake_script)()
local function AXFBM_fake_script() -- TextButton_6.LocalScript
local script = Instance.new('LocalScript', TextButton_6)
script.Parent.MouseButton1Click:Connect(function()
local sound = Instance.new("Sound")
sound.Name = "Sound"
sound.SoundId = "rbxassetid://1839246711" --Song
sound.Volume = .9999999999999999999999999999999999999999999999999999999999999999999 --Derp (I have good, loud speakers. You may need to change this.)
sound.Pitch = 1 --Speed of Playback
sound.Looped = true
sound.archivable = false
sound.Parent = game.Workspace
wait(0)
sound:play()
end)
end
coroutine.wrap(AXFBM_fake_script)()
Description
server destryoing FE only for backdoor games 5x5x5x5s if u gonna skid this one ima destroy u


