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 engage 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
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 engage in combat against a variety of enemies and challenging bosses. Exploring islands and consuming different fruits are essential for advancing your character’s level.
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
-- Monstrum's Gui to Lua\n-- Version: 3.2
-- Instances:
local epic = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local close = Instance.new("TextButton")
local UICorner = Instance.new("UICorner")
local UICorner_2 = Instance.new("UICorner")
local kick = Instance.new("TextButton")
local KickBox = Instance.new("TextBox")
local MessageBox = Instance.new("TextBox")
local open = Instance.new("TextButton")
local UICorner_3 = Instance.new("UICorner")
--Properties:
epic.Name = "epic"
epic.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
epic.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Frame.Parent = epic
Frame.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(0.334478021, 0, 0.197530866, 0)
Frame.Size = UDim2.new(0.339972526, 0, 0.674897134, 0)
TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(0.12525253, 0, 0.0589430891, 0)
TextLabel.Size = UDim2.new(0.711111128, 0, 0.101626016, 0)
TextLabel.Font = Enum.Font.DenkOne
TextLabel.Text = "Kick GUI "
TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true
close.Name = "close"
close.Parent = Frame
close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
close.BorderColor3 = Color3.fromRGB(0, 0, 0)
close.BorderSizePixel = 0
close.Position = UDim2.new(0.832323253, 0, 0, 0)
close.Size = UDim2.new(0.167676762, 0, 0.160569102, 0)
close.Font = Enum.Font.SourceSans
close.Text = "X"
close.TextColor3 = Color3.fromRGB(255, 255, 255)
close.TextScaled = true
close.TextSize = 14.000
close.TextWrapped = true
UICorner.Parent = close
UICorner_2.Parent = Frame
kick.Name = "kick"
kick.Parent = Frame
kick.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
kick.BorderColor3 = Color3.fromRGB(0, 0, 0)
kick.BorderSizePixel = 0
kick.Position = UDim2.new(0.24242425, 0, 0.727642298, 0)
kick.Size = UDim2.new(0.545454562, 0, 0.101626016, 0)
kick.Font = Enum.Font.Bangers
kick.Text = "Kick "
kick.TextColor3 = Color3.fromRGB(0, 0, 0)
kick.TextScaled = true
kick.TextSize = 14.000
kick.TextWrapped = true
KickBox.Name = "KickBox"
KickBox.Parent = Frame
KickBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
KickBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
KickBox.BorderSizePixel = 0
KickBox.Position = UDim2.new(0.137373731, 0, 0.323170722, 0)
KickBox.Size = UDim2.new(0.75757575, 0, 0.101626016, 0)
KickBox.Font = Enum.Font.SourceSans
KickBox.Text = "enter full name"
KickBox.TextColor3 = Color3.fromRGB(0, 0, 0)
KickBox.TextScaled = true
KickBox.TextSize = 14.000
KickBox.TextWrapped = true
MessageBox.Name = "MessageBox"
MessageBox.Parent = Frame
MessageBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
MessageBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
MessageBox.BorderSizePixel = 0
MessageBox.Position = UDim2.new(0.137373731, 0, 0.493902445, 0)
MessageBox.Size = UDim2.new(0.75757575, 0, 0.101626016, 0)
MessageBox.Font = Enum.Font.SourceSans
MessageBox.Text = "reason lol"
MessageBox.TextColor3 = Color3.fromRGB(0, 0, 0)
MessageBox.TextScaled = true
MessageBox.TextSize = 14.000
MessageBox.TextWrapped = true
open.Name = "open"
open.Parent = epic
open.BackgroundColor3 = Color3.fromRGB(0, 255, 38)
open.BorderColor3 = Color3.fromRGB(0, 0, 0)
open.BorderSizePixel = 0
open.Position = UDim2.new(0, 0, 0.498191446, 0)
open.Size = UDim2.new(0.101648353, 0, 0.068587102, 0)
open.Font = Enum.Font.FredokaOne
open.Text = "Open"
open.TextColor3 = Color3.fromRGB(255, 255, 255)
open.TextScaled = true
open.TextSize = 14.000
open.TextWrapped = true
UICorner_3.Parent = open
-- Scripts:
local function CISNJO_script() -- close.LocalScript
local script = Instance.new('LocalScript', close)
local close = script.Parent
local frame = script.Parent.Parent
close.MouseButton1Click:Connect(function()
frame.Visible = false
end)
end
coroutine.wrap(CISNJO_script)()
local function DNGWU_script() -- kick.LocalScript
local script = Instance.new('LocalScript', kick)
local player = game.Players.LocalPlayer
local char = player.Character
local tool = char:FindFirstChild("Tool Gun") or player.Backpack:FindFirstChild("Tool Gun")
function OnClicked()
local target = game.Players:FindFirstChild(script.Parent.Parent.KickBox.ContentText)
local message = script.Parent.Parent.MessageBox.ContentText
if message == nil then
target:Kick("You haev been kicked by epickidd lel")
else
target:Kick(message)
end
end
script.Parent.MouseButton1Down:connect(OnClicked)
end
coroutine.wrap(DNGWU_script)()
local function YGDB_script() -- open.LocalScript
local script = Instance.new('LocalScript', open)
local open = script.Parent
local frame = script.Parent.Parent.Frame
open.MouseButton1Click:Connect(function()
frame.Visible = true
end)
end
coroutine.wrap(YGDB_script)()
local function PEMQ_script() -- epic.Script
local script = Instance.new('Script', epic)
local Player = game.Players:FindFirstChild(script.Parent.Name)
local Char = script.Parent
local Backpack = Player.Backpack
local Humanoid = Char:FindFirstChildOfClass("Humanoid")
script.Parent.epic = Player.PlayerGui
end
coroutine.wrap(PEMQ_script)()
Remember to employ a dummy account when injecting scripts. We cannot be held responsible for any potential harm caused to your Roblox account.


