0% found this document useful (0 votes)
2 views76 pages

Project Troll FE

The document is a Lua script for creating a GUI in Roblox, named 'TrollGUI', which includes various buttons and text fields for user interaction. It features functionalities such as executing commands and clearing text, along with a section for displaying different options related to 'Project Troll'. The script also includes event listeners for button clicks to send messages through the game's text chat service.
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)
2 views76 pages

Project Troll FE

The document is a Lua script for creating a GUI in Roblox, named 'TrollGUI', which includes various buttons and text fields for user interaction. It features functionalities such as executing commands and clearing text, along with a section for displaying different options related to 'Project Troll'. The script also includes event listeners for button clicks to send messages through the game's text chat service.
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
You are on page 1/ 76

-- Gui to Lua

-- Version: 3.2

-- Instances:

local TrollGUI = Instance.new("ScreenGui")


local c00lguiv1 = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local TextButton = Instance.new("TextButton")
local Clear = Instance.new("TextButton")
local TextBox = Instance.new("TextBox")
local Frame_2 = Instance.new("Frame")
local home = Instance.new("Frame")
local lol = Instance.new("TextButton")
local lol1 = Instance.new("TextButton")
local lol2 = Instance.new("TextButton")
local TextLabel = Instance.new("TextLabel")
local lol3 = Instance.new("TextButton")
local lol4 = Instance.new("TextButton")
local lol5 = Instance.new("TextButton")
local lol6 = Instance.new("TextButton")
local exe = Instance.new("Frame")
local Cl = Instance.new("TextButton")
local ex = Instance.new("TextButton")
local lol6_2 = Instance.new("TextButton")
local Box = Instance.new("TextBox")
local TextLabel_2 = Instance.new("TextLabel")

--Properties:

TrollGUI.Name = "TrollGUI"
TrollGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
TrollGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
TrollGUI.ResetOnSpawn = false

c00lguiv1.Name = "c00lguiv1"
c00lguiv1.Parent = TrollGUI
c00lguiv1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
c00lguiv1.ResetOnSpawn = false

Frame.Parent = c00lguiv1
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
Frame.BorderSizePixel = 3
Frame.Position = UDim2.new(0.00911161769, 0, 0.359495997, 0)
Frame.Size = UDim2.new(0, 612, 0, 340)

TextButton.Name = "#"
TextButton.Parent = Frame
TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextButton.BorderSizePixel = 2
TextButton.Position = UDim2.new(0.0190078393, 0, 0.838401914, 0)
TextButton.Size = UDim2.new(0, 280, 0, 47)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "Execute"
TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
TextButton.TextSize = 14.000
Clear.Name = "Clear"
Clear.Parent = Frame
Clear.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Clear.BorderColor3 = Color3.fromRGB(255, 0, 0)
Clear.BorderSizePixel = 2
Clear.Position = UDim2.new(0.476000011, 0, 0.839999974, 0)
Clear.Size = UDim2.new(0, 307, 0, 46)
Clear.Font = Enum.Font.SourceSans
Clear.Text = "Clear"
Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
Clear.TextSize = 14.000

TextBox.Parent = Frame
TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextBox.BorderColor3 = Color3.fromRGB(255, 0, 0)
TextBox.BorderSizePixel = 2
TextBox.Position = UDim2.new(0.017973857, 0, 0.1387759, 0)
TextBox.Size = UDim2.new(0, 586, 0, 226)
TextBox.ClearTextOnFocus = false
TextBox.Font = Enum.Font.SourceSans
TextBox.Text = ""
TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
TextBox.TextSize = 14.000
TextBox.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextBox.TextXAlignment = Enum.TextXAlignment.Left
TextBox.TextYAlignment = Enum.TextYAlignment.Top

Frame_2.Parent = TrollGUI
Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame_2.BackgroundTransparency = 1.000
Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame_2.BorderSizePixel = 0
Frame_2.Position = UDim2.new(0.488990128, 0, 0.369402975, 0)
Frame_2.Size = UDim2.new(0, 498, 0, 332)

home.Name = "home"
home.Parent = Frame_2
home.BackgroundColor3 = Color3.fromRGB(42, 170, 255)
home.BorderColor3 = Color3.fromRGB(61, 252, 255)
home.BorderSizePixel = 3
home.Position = UDim2.new(0.00570985116, 0, -0.00265245559, 0)
home.Size = UDim2.new(0, 491, 0, 326)

lol.Name = "lol"
lol.Parent = home
lol.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
lol.BorderColor3 = Color3.fromRGB(0, 0, 0)
lol.BorderSizePixel = 3
lol.Position = UDim2.new(0.0122199589, 0, 0.119631901, 0)
lol.Size = UDim2.new(0, 341, 0, 36)
lol.Font = Enum.Font.PatrickHand
lol.Text = "music Troll"
lol.TextColor3 = Color3.fromRGB(0, 0, 0)
lol.TextScaled = true
lol.TextSize = 14.000
lol.TextWrapped = true

lol1.Name = "lol1"
lol1.Parent = home
lol1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
lol1.BorderColor3 = Color3.fromRGB(0, 0, 0)
lol1.BorderSizePixel = 3
lol1.Position = UDim2.new(0.0122195864, 0, 0.25460124, 0)
lol1.Size = UDim2.new(0, 474, 0, 36)
lol1.Font = Enum.Font.PatrickHand
lol1.Text = "kill all"
lol1.TextColor3 = Color3.fromRGB(0, 0, 0)
lol1.TextScaled = true
lol1.TextSize = 14.000
lol1.TextWrapped = true

lol2.Name = "lol2"
lol2.Parent = home
lol2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
lol2.BorderColor3 = Color3.fromRGB(0, 0, 0)
lol2.BorderSizePixel = 3
lol2.Position = UDim2.new(0.0122195864, 0, 0.389570564, 0)
lol2.Size = UDim2.new(0, 474, 0, 36)
lol2.Font = Enum.Font.Unknown
lol2.Text = "IY"
lol2.TextColor3 = Color3.fromRGB(0, 0, 0)
lol2.TextScaled = true
lol2.TextSize = 14.000
lol2.TextWrapped = true

TextLabel.Parent = home
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Size = UDim2.new(0, 491, 0, 39)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "Project Troll (ทหารไทย)"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true

lol3.Name = "lol3"
lol3.Parent = home
lol3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
lol3.BorderColor3 = Color3.fromRGB(0, 0, 0)
lol3.BorderSizePixel = 3
lol3.Position = UDim2.new(0.0122203324, 0, 0.524539888, 0)
lol3.Size = UDim2.new(0, 474, 0, 36)
lol3.Font = Enum.Font.Unknown
lol3.Text = "Admin Side V KKS"
lol3.TextColor3 = Color3.fromRGB(0, 0, 0)
lol3.TextScaled = true
lol3.TextSize = 14.000
lol3.TextWrapped = true

lol4.Name = "lol4"
lol4.Parent = home
lol4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
lol4.BorderColor3 = Color3.fromRGB(0, 0, 0)
lol4.BorderSizePixel = 3
lol4.Position = UDim2.new(0.0122203324, 0, 0.659509182, 0)
lol4.Size = UDim2.new(0, 474, 0, 36)
lol4.Font = Enum.Font.Unknown
lol4.Text = "Tool Giver V2"
lol4.TextColor3 = Color3.fromRGB(0, 0, 0)
lol4.TextScaled = true
lol4.TextSize = 14.000
lol4.TextWrapped = true

lol5.Name = "lol5"
lol5.Parent = home
lol5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
lol5.BorderColor3 = Color3.fromRGB(0, 0, 0)
lol5.BorderSizePixel = 3
lol5.Position = UDim2.new(0.0122200837, 0, 0.794478536, 0)
lol5.Size = UDim2.new(0, 474, 0, 36)
lol5.Font = Enum.Font.Unknown
lol5.Text = "Tool Giver V1"
lol5.TextColor3 = Color3.fromRGB(0, 0, 0)
lol5.TextScaled = true
lol5.TextSize = 14.000
lol5.TextWrapped = true

lol6.Name = "lol6"
lol6.Parent = home
lol6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
lol6.BorderColor3 = Color3.fromRGB(0, 0, 0)
lol6.BorderSizePixel = 3
lol6.Position = UDim2.new(0.733197689, 0, 0.119631901, 0)
lol6.Size = UDim2.new(0, 119, 0, 36)
lol6.Font = Enum.Font.Unknown
lol6.Text = "Executor"
lol6.TextColor3 = Color3.fromRGB(0, 0, 0)
lol6.TextScaled = true
lol6.TextSize = 14.000
lol6.TextWrapped = true

exe.Name = "exe"
exe.Parent = Frame_2
exe.BackgroundColor3 = Color3.fromRGB(42, 170, 255)
exe.BorderColor3 = Color3.fromRGB(61, 252, 255)
exe.BorderSizePixel = 3
exe.Position = UDim2.new(-0.000400146993, 0, -0.00571998628, 0)
exe.Size = UDim2.new(0, 491, 0, 326)
exe.Visible = false

Cl.Name = "Cl"
Cl.Parent = exe
Cl.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Cl.BorderColor3 = Color3.fromRGB(0, 0, 0)
Cl.BorderSizePixel = 3
Cl.Position = UDim2.new(0.490834534, 0, 0.86809814, 0)
Cl.Size = UDim2.new(0, 239, 0, 36)
Cl.Font = Enum.Font.PatrickHand
Cl.Text = "Clear"
Cl.TextColor3 = Color3.fromRGB(0, 0, 0)
Cl.TextScaled = true
Cl.TextSize = 14.000
Cl.TextWrapped = true
ex.Name = "ex"
ex.Parent = exe
ex.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ex.BorderColor3 = Color3.fromRGB(0, 0, 0)
ex.BorderSizePixel = 3
ex.Position = UDim2.new(0.0162927825, 0, 0.86809814, 0)
ex.Size = UDim2.new(0, 221, 0, 36)
ex.Font = Enum.Font.Unknown
ex.Text = "Execute"
ex.TextColor3 = Color3.fromRGB(0, 0, 0)
ex.TextScaled = true
ex.TextSize = 14.000
ex.TextWrapped = true

lol6_2.Name = "lol6"
lol6_2.Parent = exe
lol6_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
lol6_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
lol6_2.BorderSizePixel = 3
lol6_2.Position = UDim2.new(0.733197689, 0, 0.119631901, 0)
lol6_2.Size = UDim2.new(0, 119, 0, 36)
lol6_2.Font = Enum.Font.Unknown
lol6_2.Text = "ScriptHUB"
lol6_2.TextColor3 = Color3.fromRGB(0, 0, 0)
lol6_2.TextScaled = true
lol6_2.TextSize = 14.000
lol6_2.TextWrapped = true

Box.Name = "Box"
Box.Parent = exe
Box.BackgroundColor3 = Color3.fromRGB(69, 12, 255)
Box.BorderColor3 = Color3.fromRGB(0, 0, 0)
Box.BorderSizePixel = 2
Box.Position = UDim2.new(0.0122195864, 0, 0.251533449, 0)
Box.Size = UDim2.new(0, 474, 0, 185)
Box.Font = Enum.Font.SourceSans
Box.Text = ""
Box.TextColor3 = Color3.fromRGB(0, 0, 0)
Box.TextSize = 14.000

TextLabel_2.Parent = exe
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.BackgroundTransparency = 1.000
TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.BorderSizePixel = 0
TextLabel_2.Size = UDim2.new(0, 491, 0, 39)
TextLabel_2.Font = Enum.Font.SourceSans
TextLabel_2.Text = "Project Troll (ทหารไทย)"
TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.TextScaled = true
TextLabel_2.TextSize = 14.000
TextLabel_2.TextWrapped = true

-- Scripts:

local function QZPL_fake_script() -- TextButton.LocalScript


local script = Instance.new('LocalScript', TextButton)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local msg = script.Parent.Parent.TextBox.Text

local channel =
game.TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(":S " .. msg)
end)

end
coroutine.wrap(QZPL_fake_script)()
local function YEMLX_fake_script() -- TextButton.Script
local script = Instance.new('Script', TextButton)

local textLabel = script.Parent -- rainbow text script by crowned (put a


script in textlabel)
local colors = {
Color3.fromRGB(255, 0, 0), -- Red
Color3.fromRGB(0, 0, 255), -- Blue
Color3.fromRGB(0, 255, 0), -- Green
Color3.fromRGB(255, 105, 180), -- Pink
Color3.fromRGB(128, 0, 128), -- Purple
Color3.fromRGB(255, 255, 255) -- White
} -- change the color cycle anything u want

local function changeColor()


local currentIndex = 1

while true do
local currentColor = colors[currentIndex]

-- Get the next color


local nextIndex = currentIndex + 1
if nextIndex > #colors then
nextIndex = 1
end
local nextColor = colors[nextIndex]
local tweenInfo = TweenInfo.new(1, Enum.EasingStyle.Linear)
local tween = game:GetService("TweenService"):Create(textLabel,
tweenInfo, {TextColor3 = nextColor})
tween:Play()
currentIndex = nextIndex

wait(1)
end
end
changeColor()

-- made by crowned
end
coroutine.wrap(YEMLX_fake_script)()
local function PVWSJI_fake_script() -- Clear.LocalScript
local script = Instance.new('LocalScript', Clear)

script.Parent.MouseButton1Click:Connect(function()

end)
end
coroutine.wrap(PVWSJI_fake_script)()
local function RALJV_fake_script() -- Clear.Script1
local script = Instance.new('Script', Clear)

local textLabel = script.Parent -- rainbow text script by crowned (put a


script in textlabel)
local colors = {
Color3.fromRGB(255, 0, 0), -- Red
Color3.fromRGB(0, 0, 255), -- Blue
Color3.fromRGB(0, 255, 0), -- Green
Color3.fromRGB(255, 105, 180), -- Pink
Color3.fromRGB(128, 0, 128), -- Purple
Color3.fromRGB(255, 255, 255) -- White
} -- change the color cycle anything u want

local function changeColor()


local currentIndex = 1

while true do
local currentColor = colors[currentIndex]

-- Get the next color


local nextIndex = currentIndex + 1
if nextIndex > #colors then
nextIndex = 1
end
local nextColor = colors[nextIndex]
local tweenInfo = TweenInfo.new(1, Enum.EasingStyle.Linear)
local tween = game:GetService("TweenService"):Create(textLabel,
tweenInfo, {TextColor3 = nextColor})
tween:Play()
currentIndex = nextIndex

wait(1)
end
end
changeColor()

-- made by crowned
end
coroutine.wrap(RALJV_fake_script)()
local function BVJNMW_fake_script() -- Frame.LocalScript
local script = Instance.new('LocalScript', Frame)

-- Made by Real_IceyDev (@lceyDex) --


-- Simple UI dragger (PC Only/Any device that has a mouse) --

local UIS = game:GetService('UserInputService')


local frame = script.Parent
local dragToggle = nil
local dragSpeed = 0.25
local dragStart = nil
local startPos = nil

local function updateInput(input)


local delta = input.Position - dragStart
local position = UDim2.new(startPos.X.Scale, startPos.X.Offset +
delta.X,
startPos.Y.Scale, startPos.Y.Offset + delta.Y)
game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed),
{Position = position}):Play()
end

frame.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseButton1 or
input.UserInputType == Enum.UserInputType.Touch) then
dragToggle = true
dragStart = input.Position
startPos = frame.Position
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
dragToggle = false
end
end)
end
end)

UIS.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or
input.UserInputType == Enum.UserInputType.Touch then
if dragToggle then
updateInput(input)
end
end
end)
end
coroutine.wrap(BVJNMW_fake_script)()
local function XLTYP_fake_script() -- TextBox.Script
local script = Instance.new('Script', TextBox)

local textLabel = script.Parent -- rainbow text script by crowned (put a


script in textlabel)
local colors = {
Color3.fromRGB(255, 0, 0), -- Red
Color3.fromRGB(0, 0, 255), -- Blue
Color3.fromRGB(0, 255, 0), -- Green
Color3.fromRGB(255, 105, 180), -- Pink
Color3.fromRGB(128, 0, 128), -- Purple
Color3.fromRGB(255, 255, 255) -- White
} -- change the color cycle anything u want

local function changeColor()


local currentIndex = 1

while true do
local currentColor = colors[currentIndex]

-- Get the next color


local nextIndex = currentIndex + 1
if nextIndex > #colors then
nextIndex = 1
end
local nextColor = colors[nextIndex]
local tweenInfo = TweenInfo.new(1, Enum.EasingStyle.Linear)
local tween = game:GetService("TweenService"):Create(textLabel,
tweenInfo, {TextColor3 = nextColor})
tween:Play()
currentIndex = nextIndex

wait(1)
end
end
changeColor()

-- made by crowned
end
coroutine.wrap(XLTYP_fake_script)()
local function ESERE_fake_script() -- lol.LocalScript
local script = Instance.new('LocalScript', lol)

script.Parent.MouseButton1Click:Connect(function()

end)
end
coroutine.wrap(ESERE_fake_script)()
local function MGIOH_fake_script() -- lol1.LocalScript
local script = Instance.new('LocalScript', lol1)

script.Parent.MouseButton1Click:Connect(function()
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")

local client = Players.LocalPlayer


local remote = ReplicatedStorage.WeaponFrameworkRep.Events.Damage

local function killPlayer(player)


local character = player.Character
if character then
local instance = character:GetChildren()[1]
local args = {
19742,
{instance},
{
["DamageHumanoid"] = {
["Value"] = math.huge,
},
["DamageVehicle"] = {
["Value"] = math.huge,
},
["Explosive"] = {
["ExplosiveDamageHumanoid"] = {
["Value"] = math.huge,
},
["ExplosiveDamageVehicle"] = {
["Value"] = math.huge,
},
},
},
Vector3.new(0,0,0)
}
remote:FireServer(unpack(args))
end
end
for _,v in pairs(Players:GetPlayers()) do
killPlayer(v)
end
end)
end
coroutine.wrap(MGIOH_fake_script)()
local function ACHC_fake_script() -- lol2.LocalScript
local script = Instance.new('LocalScript', lol2)

script.Parent.MouseButton1Click:Connect(function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/
infiniteyield/master/source'))()
end)
end
coroutine.wrap(ACHC_fake_script)()
local function CBJO_fake_script() -- lol3.LocalScript
local script = Instance.new('LocalScript', lol3)

script.Parent.MouseButton1Click:Connect(function()
-- Gui to Lua
-- Version: 3.2

-- Instances:

local kks = Instance.new("ScreenGui")


local idk = Instance.new("Frame")
local Executer = Instance.new("Frame")
local ss = Instance.new("Frame")
local aa = Instance.new("Frame")
local Execute = Instance.new("TextButton")
local UICorner = Instance.new("UICorner")
local Clear = Instance.new("TextButton")
local UICorner_2 = Instance.new("UICorner")
local kk = Instance.new("TextBox")
local UICorner_3 = Instance.new("UICorner")
local Hub = Instance.new("Frame")
local Username = Instance.new("Frame")
local UICorner_4 = Instance.new("UICorner")
local Color = Instance.new("UIGradient")
local Username_2 = Instance.new("TextBox")
local Shadow = Instance.new("ImageLabel")
local UIGradient = Instance.new("UIGradient")
local Frame = Instance.new("Frame")
local UICorner_5 = Instance.new("UICorner")
local Frame_2 = Instance.new("Frame")
local UICorner_6 = Instance.new("UICorner")
local Search = Instance.new("Frame")
local UICorner_7 = Instance.new("UICorner")
local Color_2 = Instance.new("UIGradient")
local Search_2 = Instance.new("TextBox")
local Shadow_2 = Instance.new("ImageLabel")
local UIGradient_2 = Instance.new("UIGradient")
local Tabs = Instance.new("ScrollingFrame")
local UIListLayout = Instance.new("UIListLayout")
local Gears = Instance.new("TextButton")
local UICorner_8 = Instance.new("UICorner")
local Color_3 = Instance.new("UIGradient")
local TextLabel = Instance.new("TextLabel")
local Shadow_3 = Instance.new("ImageLabel")
local UIGradient_3 = Instance.new("UIGradient")
local Hubs = Instance.new("TextButton")
local UICorner_9 = Instance.new("UICorner")
local Color_4 = Instance.new("UIGradient")
local TextLabel_2 = Instance.new("TextLabel")
local Shadow_4 = Instance.new("ImageLabel")
local UIGradient_4 = Instance.new("UIGradient")
local Maps = Instance.new("TextButton")
local UICorner_10 = Instance.new("UICorner")
local Color_5 = Instance.new("UIGradient")
local TextLabel_3 = Instance.new("TextLabel")
local Shadow_5 = Instance.new("ImageLabel")
local UIGradient_5 = Instance.new("UIGradient")
local Scripts = Instance.new("TextButton")
local UICorner_11 = Instance.new("UICorner")
local Color_6 = Instance.new("UIGradient")
local TextLabel_4 = Instance.new("TextLabel")
local Shadow_6 = Instance.new("ImageLabel")
local UIGradient_6 = Instance.new("UIGradient")
local Utilities = Instance.new("TextButton")
local UICorner_12 = Instance.new("UICorner")
local Color_7 = Instance.new("UIGradient")
local TextLabel_5 = Instance.new("TextLabel")
local Shadow_7 = Instance.new("ImageLabel")
local UIGradient_7 = Instance.new("UIGradient")
local Vehicles = Instance.new("TextButton")
local UICorner_13 = Instance.new("UICorner")
local Color_8 = Instance.new("UIGradient")
local TextLabel_6 = Instance.new("TextLabel")
local Shadow_8 = Instance.new("ImageLabel")
local UIGradient_8 = Instance.new("UIGradient")
local Requires = Instance.new("TextButton")
local UICorner_14 = Instance.new("UICorner")
local Color_9 = Instance.new("UIGradient")
local TextLabel_7 = Instance.new("TextLabel")
local Shadow_9 = Instance.new("ImageLabel")
local UIGradient_9 = Instance.new("UIGradient")
local Guns = Instance.new("TextButton")
local UICorner_15 = Instance.new("UICorner")
local Color_10 = Instance.new("UIGradient")
local TextLabel_8 = Instance.new("TextLabel")
local Shadow_10 = Instance.new("ImageLabel")
local UIGradient_10 = Instance.new("UIGradient")
local Scr = Instance.new("ScrollingFrame")
local Polara = Instance.new("TextButton")
local UICorner_16 = Instance.new("UICorner")
local Exser = Instance.new("TextButton")
local UICorner_17 = Instance.new("UICorner")
local c00lgui = Instance.new("TextButton")
local UICorner_18 = Instance.new("UICorner")
local n00z = Instance.new("TextButton")
local UICorner_19 = Instance.new("UICorner")
local s = Instance.new("TextButton")
local UICorner_20 = Instance.new("UICorner")
local kik = Instance.new("TextButton")
local UICorner_21 = Instance.new("UICorner")
local jj = Instance.new("TextButton")
local UICorner_22 = Instance.new("UICorner")
local nuke = Instance.new("TextButton")
local UICorner_23 = Instance.new("UICorner")
local Sheldoni = Instance.new("TextButton")
local UICorner_24 = Instance.new("UICorner")
local p00ng = Instance.new("TextButton")
local UICorner_25 = Instance.new("UICorner")
local k00p = Instance.new("TextButton")
local UICorner_26 = Instance.new("UICorner")
local UICorner_27 = Instance.new("UICorner")
local Home = Instance.new("TextButton")
local UICorner_28 = Instance.new("UICorner")
local Icon = Instance.new("ImageLabel")
local Exe = Instance.new("TextButton")
local UICorner_29 = Instance.new("UICorner")
local Icon1 = Instance.new("ImageLabel")
local SHub = Instance.new("TextButton")
local UICorner_30 = Instance.new("UICorner")
local Icon_2 = Instance.new("ImageLabel")
local lol = Instance.new("TextButton")
local UICorner_31 = Instance.new("UICorner")
local Icon_3 = Instance.new("ImageLabel")
local name = Instance.new("TextLabel")
local text = Instance.new("TextLabel")
local text2 = Instance.new("TextLabel")
local re = Instance.new("TextButton")
local UICorner_32 = Instance.new("UICorner")
local R6 = Instance.new("TextButton")
local UICorner_33 = Instance.new("UICorner")
local fes = Instance.new("Frame")
local UICorner_34 = Instance.new("UICorner")
local load = Instance.new("TextButton")
local UICorner_35 = Instance.new("UICorner")
local msg = Instance.new("TextBox")
local UICorner_36 = Instance.new("UICorner")
local load1 = Instance.new("TextButton")
local UICorner_37 = Instance.new("UICorner")
local load2 = Instance.new("TextButton")
local UICorner_38 = Instance.new("UICorner")
local speed = Instance.new("TextButton")
local UICorner_39 = Instance.new("UICorner")
local jump = Instance.new("TextButton")
local UICorner_40 = Instance.new("UICorner")
local fly = Instance.new("TextButton")
local UICorner_41 = Instance.new("UICorner")
local kill = Instance.new("TextButton")
local UICorner_42 = Instance.new("UICorner")
local Admin = Instance.new("TextButton")
local UICorner_43 = Instance.new("UICorner")
local Icon_4 = Instance.new("ImageLabel")

--Properties:

kks.Name = "kks"
kks.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
kks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
kks.ResetOnSpawn = false

idk.Name = "idk"
idk.Parent = kks
idk.BackgroundColor3 = Color3.fromRGB(134, 29, 255)
idk.BackgroundTransparency = 0.500
idk.BorderColor3 = Color3.fromRGB(98, 20, 255)
idk.BorderSizePixel = 4
idk.LayoutOrder = 2
idk.Position = UDim2.new(0.316901416, 0, 0.201492533, 0)
idk.Size = UDim2.new(0, 547, 0, 394)

Executer.Name = "Executer"
Executer.Parent = idk
Executer.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
Executer.BackgroundTransparency = 1.000
Executer.BorderColor3 = Color3.fromRGB(27, 42, 53)
Executer.BorderSizePixel = 0
Executer.Position = UDim2.new(0.19188337, 0, 0, 0)
Executer.Size = UDim2.new(0.808116615, 0, 1, 0)
Executer.Visible = false
Executer.ZIndex = 0

ss.Name = "ss"
ss.Parent = Executer
ss.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
ss.BackgroundTransparency = 1.000
ss.BorderColor3 = Color3.fromRGB(27, 42, 53)
ss.Position = UDim2.new(0, 10, 0, 10)
ss.Size = UDim2.new(0, 430, 0, 380)

aa.Name = "aa"
aa.Parent = ss
aa.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
aa.BackgroundTransparency = 0.900
aa.BorderColor3 = Color3.fromRGB(27, 42, 53)
aa.BorderSizePixel = 0
aa.Size = UDim2.new(1, 0, 0, 339)
aa.Visible = false
aa.ZIndex = 2

Execute.Name = "Execute"
Execute.Parent = ss
Execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Execute.BackgroundTransparency = 0.500
Execute.BorderColor3 = Color3.fromRGB(27, 42, 53)
Execute.BorderSizePixel = 0
Execute.Position = UDim2.new(-0.0232558139, 10, 1, -30)
Execute.Size = UDim2.new(0, 210, 0, 30)
Execute.ZIndex = 2
Execute.Font = Enum.Font.BuilderSans
Execute.Text = "Execute"
Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
Execute.TextSize = 21.000
Execute.TextWrapped = true

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


UICorner.Parent = Execute

Clear.Name = "Clear"
Clear.Parent = ss
Clear.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Clear.BackgroundTransparency = 0.500
Clear.BorderColor3 = Color3.fromRGB(27, 42, 53)
Clear.BorderSizePixel = 0
Clear.Position = UDim2.new(0.5, 5, 1, -30)
Clear.Size = UDim2.new(0, 210, 0, 30)
Clear.ZIndex = 2
Clear.Font = Enum.Font.BuilderSans
Clear.Text = "Clear"
Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
Clear.TextSize = 21.000

UICorner_2.CornerRadius = UDim.new(0, 10)


UICorner_2.Parent = Clear

kk.Name = "kk"
kk.Parent = ss
kk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
kk.BackgroundTransparency = 0.750
kk.BorderColor3 = Color3.fromRGB(0, 0, 0)
kk.BorderSizePixel = 0
kk.Position = UDim2.new(0.00241812761, 0, 0, 0)
kk.Size = UDim2.new(0, 421, 0, 342)
kk.Font = Enum.Font.SourceSans
kk.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
kk.PlaceholderText = "-- Script Require --"
kk.Text = ""
kk.TextColor3 = Color3.fromRGB(0, 0, 0)
kk.TextSize = 14.000
kk.TextXAlignment = Enum.TextXAlignment.Left
kk.TextYAlignment = Enum.TextYAlignment.Top

UICorner_3.Parent = kk

Hub.Name = "Hub"
Hub.Parent = idk
Hub.BackgroundColor3 = Color3.fromRGB(185, 44, 255)
Hub.BackgroundTransparency = 0.900
Hub.BorderColor3 = Color3.fromRGB(27, 42, 53)
Hub.BorderSizePixel = 0
Hub.Position = UDim2.new(0.19541426, 0, 0.00101529039, 0)
Hub.Size = UDim2.new(0.804585755, 0, 0.996446609, 0)
Hub.Visible = false
Hub.ZIndex = 0

Username.Name = "Username"
Username.Parent = Hub
Username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Username.BackgroundTransparency = 0.500
Username.BorderColor3 = Color3.fromRGB(27, 42, 53)
Username.BorderSizePixel = 0
Username.Position = UDim2.new(0.0219999999, 0, 1, -40)
Username.Size = UDim2.new(0, 212, 0, 30)
Username.ZIndex = 3

UICorner_4.CornerRadius = UDim.new(0, 10)


UICorner_4.Parent = Username

Color.Name = "Color"
Color.Parent = Username

Username_2.Name = "Username"
Username_2.Parent = Username
Username_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Username_2.BackgroundTransparency = 1.000
Username_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Username_2.Size = UDim2.new(1, 0, 1, 0)
Username_2.ZIndex = 4
Username_2.Font = Enum.Font.BuilderSans
Username_2.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
Username_2.PlaceholderText = "Username"
Username_2.Text = ""
Username_2.TextColor3 = Color3.fromRGB(255, 255, 255)
Username_2.TextSize = 19.000
Username_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

Shadow.Name = "Shadow"
Shadow.Parent = Username
Shadow.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow.BackgroundTransparency = 1.000
Shadow.BorderSizePixel = 0
Shadow.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow.Size = UDim2.new(1, 16, 1, 16)
Shadow.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow.ImageTransparency = 0.500
Shadow.ScaleType = Enum.ScaleType.Slice
Shadow.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow.SliceScale = 0.090

UIGradient.Parent = Shadow

Frame.Parent = Hub
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.BackgroundTransparency = 0.900
Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
Frame.Position = UDim2.new(0, 10, 0, 50)
Frame.Size = UDim2.new(0, 430, 0, 300)

UICorner_5.CornerRadius = UDim.new(0, 10)


UICorner_5.Parent = Frame

Frame_2.Parent = Hub
Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame_2.BackgroundTransparency = 0.900
Frame_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Frame_2.Position = UDim2.new(0, 10, 0, 10)
Frame_2.Size = UDim2.new(0, 430, 0, 30)

UICorner_6.CornerRadius = UDim.new(0, 10)


UICorner_6.Parent = Frame_2

Search.Name = "Search"
Search.Parent = Hub
Search.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Search.BackgroundTransparency = 0.500
Search.BorderColor3 = Color3.fromRGB(27, 42, 53)
Search.BorderSizePixel = 0
Search.Position = UDim2.new(0.504999995, 0, 1, -40)
Search.Size = UDim2.new(0, 212, 0, 30)
Search.ZIndex = 3
UICorner_7.CornerRadius = UDim.new(0, 10)
UICorner_7.Parent = Search

Color_2.Name = "Color"
Color_2.Parent = Search

Search_2.Name = "Search"
Search_2.Parent = Search
Search_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Search_2.BackgroundTransparency = 1.000
Search_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
Search_2.Size = UDim2.new(1, 0, 1, 0)
Search_2.ZIndex = 4
Search_2.Font = Enum.Font.BuilderSans
Search_2.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
Search_2.PlaceholderText = "Search"
Search_2.Text = ""
Search_2.TextColor3 = Color3.fromRGB(255, 255, 255)
Search_2.TextSize = 19.000
Search_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

Shadow_2.Name = "Shadow"
Shadow_2.Parent = Search
Shadow_2.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow_2.BackgroundTransparency = 1.000
Shadow_2.BorderSizePixel = 0
Shadow_2.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow_2.Size = UDim2.new(1, 16, 1, 16)
Shadow_2.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow_2.ImageTransparency = 0.500
Shadow_2.ScaleType = Enum.ScaleType.Slice
Shadow_2.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow_2.SliceScale = 0.090

UIGradient_2.Parent = Shadow_2

Tabs.Name = "Tabs"
Tabs.Parent = Hub
Tabs.Active = true
Tabs.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Tabs.BackgroundTransparency = 1.000
Tabs.BorderColor3 = Color3.fromRGB(0, 0, 0)
Tabs.BorderSizePixel = 0
Tabs.Position = UDim2.new(0, 10, 0, 10)
Tabs.Size = UDim2.new(0, 430, 0, 30)
Tabs.CanvasSize = UDim2.new(0, 0, 0, 0)
Tabs.ScrollBarThickness = 0

UIListLayout.Parent = Tabs
UIListLayout.FillDirection = Enum.FillDirection.Horizontal
UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Center
UIListLayout.Padding = UDim.new(0, 4)

Gears.Name = "Gears"
Gears.Parent = Tabs
Gears.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Gears.BackgroundTransparency = 1.000
Gears.BorderColor3 = Color3.fromRGB(255, 255, 255)
Gears.BorderSizePixel = 0
Gears.Size = UDim2.new(0, 54, 0, 30)
Gears.ZIndex = 6
Gears.AutoButtonColor = false
Gears.Font = Enum.Font.BuilderSans
Gears.Text = " Gears"
Gears.TextColor3 = Color3.fromRGB(255, 255, 255)
Gears.TextSize = 19.000
Gears.TextStrokeColor3 = Color3.fromRGB(200, 200, 200)
Gears.TextTransparency = 1.000
Gears.TextXAlignment = Enum.TextXAlignment.Left

UICorner_8.CornerRadius = UDim.new(0, 10)


UICorner_8.Parent = Gears

Color_3.Name = "Color"
Color_3.Parent = Gears

TextLabel.Parent = Gears
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Size = UDim2.new(1, 0, 1, 0)
TextLabel.Font = Enum.Font.BuilderSans
TextLabel.Text = "Gears"
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextSize = 17.000
TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextTransparency = 0.500

Shadow_3.Name = "Shadow"
Shadow_3.Parent = Gears
Shadow_3.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow_3.BackgroundTransparency = 1.000
Shadow_3.BorderSizePixel = 0
Shadow_3.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow_3.Size = UDim2.new(1, 16, 1, 16)
Shadow_3.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow_3.ImageTransparency = 1.000
Shadow_3.ScaleType = Enum.ScaleType.Slice
Shadow_3.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow_3.SliceScale = 0.096

UIGradient_3.Parent = Shadow_3

Hubs.Name = "Hubs"
Hubs.Parent = Tabs
Hubs.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Hubs.BackgroundTransparency = 1.000
Hubs.BorderColor3 = Color3.fromRGB(255, 255, 255)
Hubs.BorderSizePixel = 0
Hubs.Size = UDim2.new(0, 50, 0, 30)
Hubs.ZIndex = 6
Hubs.AutoButtonColor = false
Hubs.Font = Enum.Font.BuilderSans
Hubs.Text = " Hubs"
Hubs.TextColor3 = Color3.fromRGB(255, 255, 255)
Hubs.TextSize = 19.000
Hubs.TextStrokeColor3 = Color3.fromRGB(200, 200, 200)
Hubs.TextTransparency = 1.000
Hubs.TextXAlignment = Enum.TextXAlignment.Left

UICorner_9.CornerRadius = UDim.new(0, 10)


UICorner_9.Parent = Hubs

Color_4.Name = "Color"
Color_4.Parent = Hubs

TextLabel_2.Parent = Hubs
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.BackgroundTransparency = 1.000
TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.BorderSizePixel = 0
TextLabel_2.Size = UDim2.new(1, 0, 1, 0)
TextLabel_2.Font = Enum.Font.BuilderSans
TextLabel_2.Text = "Hubs"
TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.TextSize = 17.000
TextLabel_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.TextTransparency = 0.500

Shadow_4.Name = "Shadow"
Shadow_4.Parent = Hubs
Shadow_4.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow_4.BackgroundTransparency = 1.000
Shadow_4.BorderSizePixel = 0
Shadow_4.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow_4.Size = UDim2.new(1, 16, 1, 16)
Shadow_4.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow_4.ImageTransparency = 1.000
Shadow_4.ScaleType = Enum.ScaleType.Slice
Shadow_4.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow_4.SliceScale = 0.096

UIGradient_4.Parent = Shadow_4

Maps.Name = "Maps"
Maps.Parent = Tabs
Maps.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Maps.BackgroundTransparency = 1.000
Maps.BorderColor3 = Color3.fromRGB(255, 255, 255)
Maps.BorderSizePixel = 0
Maps.Size = UDim2.new(0, 52, 0, 30)
Maps.ZIndex = 6
Maps.AutoButtonColor = false
Maps.Font = Enum.Font.BuilderSans
Maps.Text = " Maps"
Maps.TextColor3 = Color3.fromRGB(255, 255, 255)
Maps.TextSize = 19.000
Maps.TextStrokeColor3 = Color3.fromRGB(200, 200, 200)
Maps.TextTransparency = 1.000
Maps.TextXAlignment = Enum.TextXAlignment.Left

UICorner_10.CornerRadius = UDim.new(0, 10)


UICorner_10.Parent = Maps

Color_5.Name = "Color"
Color_5.Parent = Maps

TextLabel_3.Parent = Maps
TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_3.BackgroundTransparency = 1.000
TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_3.BorderSizePixel = 0
TextLabel_3.Size = UDim2.new(1, 0, 1, 0)
TextLabel_3.Font = Enum.Font.BuilderSans
TextLabel_3.Text = "Maps"
TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_3.TextSize = 17.000
TextLabel_3.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_3.TextTransparency = 0.500

Shadow_5.Name = "Shadow"
Shadow_5.Parent = Maps
Shadow_5.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow_5.BackgroundTransparency = 1.000
Shadow_5.BorderSizePixel = 0
Shadow_5.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow_5.Size = UDim2.new(1, 16, 1, 16)
Shadow_5.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow_5.ImageTransparency = 1.000
Shadow_5.ScaleType = Enum.ScaleType.Slice
Shadow_5.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow_5.SliceScale = 0.096

UIGradient_5.Parent = Shadow_5

Scripts.Name = "Scripts"
Scripts.Parent = Tabs
Scripts.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Scripts.BackgroundTransparency = 1.000
Scripts.BorderColor3 = Color3.fromRGB(255, 255, 255)
Scripts.BorderSizePixel = 0
Scripts.Size = UDim2.new(0, 62, 0, 30)
Scripts.ZIndex = 6
Scripts.AutoButtonColor = false
Scripts.Font = Enum.Font.BuilderSans
Scripts.Text = " Scripts"
Scripts.TextColor3 = Color3.fromRGB(255, 255, 255)
Scripts.TextSize = 19.000
Scripts.TextStrokeColor3 = Color3.fromRGB(200, 200, 200)
Scripts.TextTransparency = 1.000
Scripts.TextXAlignment = Enum.TextXAlignment.Left

UICorner_11.CornerRadius = UDim.new(0, 10)


UICorner_11.Parent = Scripts

Color_6.Name = "Color"
Color_6.Parent = Scripts

TextLabel_4.Parent = Scripts
TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_4.BackgroundTransparency = 1.000
TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_4.BorderSizePixel = 0
TextLabel_4.Size = UDim2.new(1, 0, 1, 0)
TextLabel_4.Font = Enum.Font.BuilderSans
TextLabel_4.Text = "Scripts"
TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_4.TextSize = 17.000
TextLabel_4.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_4.TextTransparency = 0.500

Shadow_6.Name = "Shadow"
Shadow_6.Parent = Scripts
Shadow_6.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow_6.BackgroundTransparency = 1.000
Shadow_6.BorderSizePixel = 0
Shadow_6.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow_6.Size = UDim2.new(1, 16, 1, 16)
Shadow_6.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow_6.ImageTransparency = 1.000
Shadow_6.ScaleType = Enum.ScaleType.Slice
Shadow_6.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow_6.SliceScale = 0.096

UIGradient_6.Parent = Shadow_6

Utilities.Name = "Utilities"
Utilities.Parent = Tabs
Utilities.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Utilities.BackgroundTransparency = 1.000
Utilities.BorderColor3 = Color3.fromRGB(255, 255, 255)
Utilities.BorderSizePixel = 0
Utilities.Size = UDim2.new(0, 66, 0, 30)
Utilities.ZIndex = 6
Utilities.AutoButtonColor = false
Utilities.Font = Enum.Font.BuilderSans
Utilities.Text = " Utilities"
Utilities.TextColor3 = Color3.fromRGB(255, 255, 255)
Utilities.TextSize = 19.000
Utilities.TextStrokeColor3 = Color3.fromRGB(200, 200, 200)
Utilities.TextTransparency = 1.000
Utilities.TextXAlignment = Enum.TextXAlignment.Left

UICorner_12.CornerRadius = UDim.new(0, 10)


UICorner_12.Parent = Utilities

Color_7.Name = "Color"
Color_7.Parent = Utilities

TextLabel_5.Parent = Utilities
TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_5.BackgroundTransparency = 1.000
TextLabel_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_5.BorderSizePixel = 0
TextLabel_5.Size = UDim2.new(1, 0, 1, 0)
TextLabel_5.Font = Enum.Font.BuilderSans
TextLabel_5.Text = "Utilities"
TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_5.TextSize = 17.000
TextLabel_5.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_5.TextTransparency = 0.500

Shadow_7.Name = "Shadow"
Shadow_7.Parent = Utilities
Shadow_7.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow_7.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow_7.BackgroundTransparency = 1.000
Shadow_7.BorderSizePixel = 0
Shadow_7.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow_7.Size = UDim2.new(1, 16, 1, 16)
Shadow_7.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow_7.ImageTransparency = 1.000
Shadow_7.ScaleType = Enum.ScaleType.Slice
Shadow_7.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow_7.SliceScale = 0.096

UIGradient_7.Parent = Shadow_7

Vehicles.Name = "Vehicles"
Vehicles.Parent = Tabs
Vehicles.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Vehicles.BackgroundTransparency = 1.000
Vehicles.BorderColor3 = Color3.fromRGB(255, 255, 255)
Vehicles.BorderSizePixel = 0
Vehicles.Size = UDim2.new(0, 72, 0, 30)
Vehicles.ZIndex = 6
Vehicles.AutoButtonColor = false
Vehicles.Font = Enum.Font.BuilderSans
Vehicles.Text = " Vehicles"
Vehicles.TextColor3 = Color3.fromRGB(255, 255, 255)
Vehicles.TextSize = 19.000
Vehicles.TextStrokeColor3 = Color3.fromRGB(200, 200, 200)
Vehicles.TextTransparency = 1.000
Vehicles.TextXAlignment = Enum.TextXAlignment.Left

UICorner_13.CornerRadius = UDim.new(0, 10)


UICorner_13.Parent = Vehicles

Color_8.Name = "Color"
Color_8.Parent = Vehicles

TextLabel_6.Parent = Vehicles
TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_6.BackgroundTransparency = 1.000
TextLabel_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_6.BorderSizePixel = 0
TextLabel_6.Size = UDim2.new(1, 0, 1, 0)
TextLabel_6.Font = Enum.Font.BuilderSans
TextLabel_6.Text = "Vehicles"
TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_6.TextSize = 17.000
TextLabel_6.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_6.TextTransparency = 0.500

Shadow_8.Name = "Shadow"
Shadow_8.Parent = Vehicles
Shadow_8.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow_8.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow_8.BackgroundTransparency = 1.000
Shadow_8.BorderSizePixel = 0
Shadow_8.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow_8.Size = UDim2.new(1, 16, 1, 16)
Shadow_8.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow_8.ImageTransparency = 1.000
Shadow_8.ScaleType = Enum.ScaleType.Slice
Shadow_8.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow_8.SliceScale = 0.096

UIGradient_8.Parent = Shadow_8

Requires.Name = "Requires"
Requires.Parent = Tabs
Requires.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Requires.BackgroundTransparency = 1.000
Requires.BorderColor3 = Color3.fromRGB(255, 255, 255)
Requires.BorderSizePixel = 0
Requires.Size = UDim2.new(0, 75, 0, 30)
Requires.ZIndex = 6
Requires.AutoButtonColor = false
Requires.Font = Enum.Font.BuilderSans
Requires.Text = " Requires"
Requires.TextColor3 = Color3.fromRGB(255, 255, 255)
Requires.TextSize = 19.000
Requires.TextStrokeColor3 = Color3.fromRGB(200, 200, 200)
Requires.TextTransparency = 1.000
Requires.TextXAlignment = Enum.TextXAlignment.Left

UICorner_14.CornerRadius = UDim.new(0, 10)


UICorner_14.Parent = Requires

Color_9.Name = "Color"
Color_9.Parent = Requires

TextLabel_7.Parent = Requires
TextLabel_7.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_7.BackgroundTransparency = 1.000
TextLabel_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_7.BorderSizePixel = 0
TextLabel_7.Size = UDim2.new(1, 0, 1, 0)
TextLabel_7.Font = Enum.Font.BuilderSans
TextLabel_7.Text = "Requires"
TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_7.TextSize = 17.000
TextLabel_7.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_7.TextTransparency = 0.500

Shadow_9.Name = "Shadow"
Shadow_9.Parent = Requires
Shadow_9.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow_9.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow_9.BackgroundTransparency = 1.000
Shadow_9.BorderSizePixel = 0
Shadow_9.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow_9.Size = UDim2.new(1, 16, 1, 16)
Shadow_9.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow_9.ImageTransparency = 1.000
Shadow_9.ScaleType = Enum.ScaleType.Slice
Shadow_9.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow_9.SliceScale = 0.096

UIGradient_9.Parent = Shadow_9

Guns.Name = "Guns"
Guns.Parent = Tabs
Guns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Guns.BackgroundTransparency = 1.000
Guns.BorderColor3 = Color3.fromRGB(255, 255, 255)
Guns.BorderSizePixel = 0
Guns.Size = UDim2.new(0, 48, 0, 30)
Guns.ZIndex = 6
Guns.AutoButtonColor = false
Guns.Font = Enum.Font.BuilderSans
Guns.Text = " Guns"
Guns.TextColor3 = Color3.fromRGB(255, 255, 255)
Guns.TextSize = 19.000
Guns.TextStrokeColor3 = Color3.fromRGB(200, 200, 200)
Guns.TextTransparency = 1.000
Guns.TextXAlignment = Enum.TextXAlignment.Left

UICorner_15.CornerRadius = UDim.new(0, 10)


UICorner_15.Parent = Guns

Color_10.Name = "Color"
Color_10.Parent = Guns

TextLabel_8.Parent = Guns
TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_8.BackgroundTransparency = 1.000
TextLabel_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_8.BorderSizePixel = 0
TextLabel_8.Size = UDim2.new(1, 0, 1, 0)
TextLabel_8.Font = Enum.Font.BuilderSans
TextLabel_8.Text = "Guns"
TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_8.TextSize = 17.000
TextLabel_8.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_8.TextTransparency = 0.500

Shadow_10.Name = "Shadow"
Shadow_10.Parent = Guns
Shadow_10.AnchorPoint = Vector2.new(0.5, 0.5)
Shadow_10.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Shadow_10.BackgroundTransparency = 1.000
Shadow_10.BorderSizePixel = 0
Shadow_10.Position = UDim2.new(0.5, 0, 0.5, 0)
Shadow_10.Size = UDim2.new(1, 16, 1, 16)
Shadow_10.Image = "http://www.roblox.com/asset/?id=13960012399"
Shadow_10.ImageTransparency = 1.000
Shadow_10.ScaleType = Enum.ScaleType.Slice
Shadow_10.SliceCenter = Rect.new(200, 200, 500, 500)
Shadow_10.SliceScale = 0.096

UIGradient_10.Parent = Shadow_10

Scr.Name = "Scr"
Scr.Parent = Hub
Scr.Active = true
Scr.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Scr.BackgroundTransparency = 1.000
Scr.BorderColor3 = Color3.fromRGB(0, 0, 0)
Scr.BorderSizePixel = 0
Scr.Position = UDim2.new(0.0227216743, 0, 0.127356097, 0)
Scr.Size = UDim2.new(0, 422, 0, 300)

Polara.Name = "Polara"
Polara.Parent = Scr
Polara.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
Polara.BorderColor3 = Color3.fromRGB(0, 0, 0)
Polara.BorderSizePixel = 0
Polara.Size = UDim2.new(0, 424, 0, 32)
Polara.Font = Enum.Font.FredokaOne
Polara.Text = "Polaria"
Polara.TextColor3 = Color3.fromRGB(0, 0, 0)
Polara.TextScaled = true
Polara.TextSize = 14.000
Polara.TextWrapped = true

UICorner_16.Parent = Polara

Exser.Name = "Exser"
Exser.Parent = Scr
Exser.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
Exser.BorderColor3 = Color3.fromRGB(0, 0, 0)
Exser.BorderSizePixel = 0
Exser.Position = UDim2.new(-0.00499999989, 0, 0.0500000007, 0)
Exser.Size = UDim2.new(0, 424, 0, 32)
Exser.Font = Enum.Font.FredokaOne
Exser.Text = "Exser New"
Exser.TextColor3 = Color3.fromRGB(0, 0, 0)
Exser.TextScaled = true
Exser.TextSize = 14.000
Exser.TextWrapped = true

UICorner_17.Parent = Exser

c00lgui.Name = "c00lgui"
c00lgui.Parent = Scr
c00lgui.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
c00lgui.BorderColor3 = Color3.fromRGB(0, 0, 0)
c00lgui.BorderSizePixel = 0
c00lgui.Position = UDim2.new(-0.00499999989, 0, 0.100000001, 0)
c00lgui.Size = UDim2.new(0, 424, 0, 32)
c00lgui.Font = Enum.Font.FredokaOne
c00lgui.Text = "c00lgui"
c00lgui.TextColor3 = Color3.fromRGB(0, 0, 0)
c00lgui.TextScaled = true
c00lgui.TextSize = 14.000
c00lgui.TextWrapped = true

UICorner_18.Parent = c00lgui

n00z.Name = "n00z"
n00z.Parent = Scr
n00z.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
n00z.BorderColor3 = Color3.fromRGB(0, 0, 0)
n00z.BorderSizePixel = 0
n00z.Position = UDim2.new(-0.00499996543, 0, 0.152346596, 0)
n00z.Size = UDim2.new(0, 424, 0, 32)
n00z.Font = Enum.Font.FredokaOne
n00z.Text = "n00zGui"
n00z.TextColor3 = Color3.fromRGB(0, 0, 0)
n00z.TextScaled = true
n00z.TextSize = 14.000
n00z.TextWrapped = true

UICorner_19.Parent = n00z

s.Name = "s"
s.Parent = Scr
s.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
s.BorderColor3 = Color3.fromRGB(0, 0, 0)
s.BorderSizePixel = 0
s.Position = UDim2.new(-0.000260628789, 0, 0.202075198, 0)
s.Size = UDim2.new(0, 424, 0, 32)
s.Font = Enum.Font.FredokaOne
s.Text = "Sensation"
s.TextColor3 = Color3.fromRGB(0, 0, 0)
s.TextScaled = true
s.TextSize = 14.000
s.TextWrapped = true

UICorner_20.Parent = s

kik.Name = "kik"
kik.Parent = Scr
kik.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
kik.BorderColor3 = Color3.fromRGB(0, 0, 0)
kik.BorderSizePixel = 0
kik.Position = UDim2.new(0, 0, 0.25, 3)
kik.Size = UDim2.new(0, 424, 0, 32)
kik.Font = Enum.Font.FredokaOne
kik.Text = "EXZ77 GUI"
kik.TextColor3 = Color3.fromRGB(0, 0, 0)
kik.TextScaled = true
kik.TextSize = 14.000
kik.TextWrapped = true

UICorner_21.Parent = kik

jj.Name = "jj"
jj.Parent = Scr
jj.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
jj.BorderColor3 = Color3.fromRGB(0, 0, 0)
jj.BorderSizePixel = 0
jj.Position = UDim2.new(0, 0, 0.300999969, 3)
jj.Size = UDim2.new(0, 424, 0, 32)
jj.Font = Enum.Font.FredokaOne
jj.Text = "m00pgui v1"
jj.TextColor3 = Color3.fromRGB(0, 0, 0)
jj.TextScaled = true
jj.TextSize = 14.000
jj.TextWrapped = true
UICorner_22.Parent = jj

nuke.Name = "nuke"
nuke.Parent = Scr
nuke.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
nuke.BorderColor3 = Color3.fromRGB(0, 0, 0)
nuke.BorderSizePixel = 0
nuke.Position = UDim2.new(0, 0, 0.352999985, 3)
nuke.Size = UDim2.new(0, 424, 0, 32)
nuke.Font = Enum.Font.FredokaOne
nuke.Text = "NUKE SERVER"
nuke.TextColor3 = Color3.fromRGB(0, 0, 0)
nuke.TextScaled = true
nuke.TextSize = 14.000
nuke.TextWrapped = true

UICorner_23.Parent = nuke

Sheldoni.Name = "Sheldoni"
Sheldoni.Parent = Scr
Sheldoni.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
Sheldoni.BorderColor3 = Color3.fromRGB(0, 0, 0)
Sheldoni.BorderSizePixel = 0
Sheldoni.Position = UDim2.new(0, 0, 0.403918564, 3)
Sheldoni.Size = UDim2.new(0, 424, 0, 32)
Sheldoni.Font = Enum.Font.FredokaOne
Sheldoni.Text = "Sheldoni"
Sheldoni.TextColor3 = Color3.fromRGB(0, 0, 0)
Sheldoni.TextScaled = true
Sheldoni.TextSize = 14.000
Sheldoni.TextWrapped = true

UICorner_24.Parent = Sheldoni

p00ng.Name = "p00ng"
p00ng.Parent = Scr
p00ng.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
p00ng.BorderColor3 = Color3.fromRGB(0, 0, 0)
p00ng.BorderSizePixel = 0
p00ng.Position = UDim2.new(0, 0, 0.457189441, 3)
p00ng.Size = UDim2.new(0, 424, 0, 32)
p00ng.Font = Enum.Font.FredokaOne
p00ng.Text = "P00ngGui"
p00ng.TextColor3 = Color3.fromRGB(0, 0, 0)
p00ng.TextScaled = true
p00ng.TextSize = 14.000
p00ng.TextWrapped = true

UICorner_25.Parent = p00ng

k00p.Name = "k00p"
k00p.Parent = Scr
k00p.BackgroundColor3 = Color3.fromRGB(0, 13, 255)
k00p.BorderColor3 = Color3.fromRGB(0, 0, 0)
k00p.BorderSizePixel = 0
k00p.Position = UDim2.new(0, 0, 0.510999978, 3)
k00p.Size = UDim2.new(0, 424, 0, 32)
k00p.Font = Enum.Font.FredokaOne
k00p.Text = "k00pGuiV11"
k00p.TextColor3 = Color3.fromRGB(0, 0, 0)
k00p.TextScaled = true
k00p.TextSize = 14.000
k00p.TextWrapped = true

UICorner_26.Parent = k00p

UICorner_27.Parent = idk

Home.Name = "Home"
Home.Parent = idk
Home.BackgroundColor3 = Color3.fromRGB(142, 12, 255)
Home.BackgroundTransparency = 0.300
Home.BorderColor3 = Color3.fromRGB(0, 0, 0)
Home.BorderSizePixel = 0
Home.Position = UDim2.new(0.00345813809, 0, 0.101522841, 0)
Home.Size = UDim2.new(0, 105, 0, 43)
Home.Font = Enum.Font.DenkOne
Home.LineHeight = 2.760
Home.Text = " Home"
Home.TextColor3 = Color3.fromRGB(60, 18, 229)
Home.TextScaled = true
Home.TextSize = 14.000
Home.TextWrapped = true

UICorner_28.Parent = Home

Icon.Name = "Icon"
Icon.Parent = Home
Icon.AnchorPoint = Vector2.new(0, 0.5)
Icon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Icon.BackgroundTransparency = 1.000
Icon.BorderColor3 = Color3.fromRGB(0, 0, 0)
Icon.BorderSizePixel = 0
Icon.Position = UDim2.new(-0.0761904791, 8, 0.5, 0)
Icon.Size = UDim2.new(0, 27, 0, 27)
Icon.Image = "rbxassetid://11433532654"
Icon.ScaleType = Enum.ScaleType.Fit

Exe.Name = "Exe"
Exe.Parent = idk
Exe.BackgroundColor3 = Color3.fromRGB(142, 12, 255)
Exe.BackgroundTransparency = 0.300
Exe.BorderColor3 = Color3.fromRGB(0, 0, 0)
Exe.BorderSizePixel = 0
Exe.Position = UDim2.new(0.00345813809, 0, 0.233502537, 0)
Exe.Size = UDim2.new(0, 105, 0, 43)
Exe.Font = Enum.Font.DenkOne
Exe.LineHeight = 2.760
Exe.Text = " Executor"
Exe.TextColor3 = Color3.fromRGB(60, 18, 229)
Exe.TextScaled = true
Exe.TextSize = 14.000
Exe.TextWrapped = true

UICorner_29.Parent = Exe

Icon1.Name = "Icon1"
Icon1.Parent = Exe
Icon1.AnchorPoint = Vector2.new(0, 0.5)
Icon1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Icon1.BackgroundTransparency = 1.000
Icon1.BorderColor3 = Color3.fromRGB(0, 0, 0)
Icon1.BorderSizePixel = 0
Icon1.Position = UDim2.new(-0.0761904791, 8, 0.482558131, 0)
Icon1.Size = UDim2.new(0, 27, 0, 27)
Icon1.Image = "rbxassetid://11422141395"
Icon1.ImageTransparency = 0.500
Icon1.ScaleType = Enum.ScaleType.Fit

SHub.Name = "SHub"
SHub.Parent = idk
SHub.BackgroundColor3 = Color3.fromRGB(142, 12, 255)
SHub.BackgroundTransparency = 0.300
SHub.BorderColor3 = Color3.fromRGB(0, 0, 0)
SHub.BorderSizePixel = 0
SHub.Position = UDim2.new(0.00345813809, 0, 0.365482241, 0)
SHub.Size = UDim2.new(0, 105, 0, 43)
SHub.Font = Enum.Font.DenkOne
SHub.LineHeight = 2.760
SHub.Text = " ScriptHUB"
SHub.TextColor3 = Color3.fromRGB(60, 18, 229)
SHub.TextScaled = true
SHub.TextSize = 14.000
SHub.TextWrapped = true

UICorner_30.Parent = SHub

Icon_2.Name = "Icon"
Icon_2.Parent = SHub
Icon_2.AnchorPoint = Vector2.new(0, 0.5)
Icon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Icon_2.BackgroundTransparency = 1.000
Icon_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
Icon_2.BorderSizePixel = 0
Icon_2.Position = UDim2.new(-0.0761904791, 8, 0.5, 0)
Icon_2.Size = UDim2.new(0, 27, 0, 27)
Icon_2.Image = "rbxassetid://11419703033"
Icon_2.ImageTransparency = 0.500
Icon_2.ScaleType = Enum.ScaleType.Fit

lol.Name = "lol"
lol.Parent = idk
lol.BackgroundColor3 = Color3.fromRGB(142, 12, 255)
lol.BackgroundTransparency = 0.300
lol.BorderColor3 = Color3.fromRGB(0, 0, 0)
lol.BorderSizePixel = 0
lol.Position = UDim2.new(0.00345813809, 0, 0.5, 0)
lol.Size = UDim2.new(0, 105, 0, 43)
lol.Font = Enum.Font.DenkOne
lol.LineHeight = 2.760
lol.Text = " Dev"
lol.TextColor3 = Color3.fromRGB(60, 18, 229)
lol.TextScaled = true
lol.TextSize = 14.000
lol.TextWrapped = true

UICorner_31.Parent = lol
Icon_3.Name = "Icon"
Icon_3.Parent = lol
Icon_3.AnchorPoint = Vector2.new(0, 0.5)
Icon_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Icon_3.BackgroundTransparency = 1.000
Icon_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
Icon_3.BorderSizePixel = 0
Icon_3.Position = UDim2.new(-0.0761904791, 8, 0.5, 0)
Icon_3.Size = UDim2.new(0, 27, 0, 27)
Icon_3.Image = "rbxassetid://11422154787"
Icon_3.ImageTransparency = 0.500
Icon_3.ScaleType = Enum.ScaleType.Fit

name.Name = "name"
name.Parent = idk
name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
name.BackgroundTransparency = 1.000
name.BorderColor3 = Color3.fromRGB(0, 0, 0)
name.BorderSizePixel = 0
name.Size = UDim2.new(0, 116, 0, 40)
name.Font = Enum.Font.FredokaOne
name.Text = "KKS [BETA]"
name.TextColor3 = Color3.fromRGB(255, 38, 251)
name.TextScaled = true
name.TextSize = 14.000
name.TextWrapped = true

text.Name = "text"
text.Parent = idk
text.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
text.BackgroundTransparency = 1.000
text.BorderColor3 = Color3.fromRGB(0, 0, 0)
text.BorderSizePixel = 0
text.Position = UDim2.new(0.212065816, 0, 0, 0)
text.Size = UDim2.new(0, 423, 0, 379)
text.Font = Enum.Font.Merriweather
text.Text = "Hello "..game.Players.LocalPlayer.name.." ! KKs Script
AdminSide V2 Bypass"
text.TextColor3 = Color3.fromRGB(255, 38, 197)
text.TextSize = 50.000
text.TextWrapped = true

text2.Name = "text2"
text2.Parent = idk
text2.BackgroundColor3 = Color3.fromRGB(34, 34, 255)
text2.BackgroundTransparency = 0.700
text2.BorderColor3 = Color3.fromRGB(0, 0, 0)
text2.BorderSizePixel = 0
text2.Position = UDim2.new(0.212065816, 0, 0.0152284261, 0)
text2.Size = UDim2.new(0, 424, 0, 382)
text2.Visible = false
text2.Font = Enum.Font.FredokaOne
text2.Text = "goodRc7 [Bothecked Hakariene]"
text2.TextColor3 = Color3.fromRGB(0, 0, 0)
text2.TextScaled = true
text2.TextSize = 14.000
text2.TextWrapped = true
re.Name = "re"
re.Parent = idk
re.BackgroundColor3 = Color3.fromRGB(142, 12, 255)
re.BackgroundTransparency = 0.300
re.BorderColor3 = Color3.fromRGB(0, 0, 0)
re.BorderSizePixel = 0
re.Position = UDim2.new(0.00345813809, 0, 0.868020296, 0)
re.Size = UDim2.new(0, 47, 0, 43)
re.Font = Enum.Font.DenkOne
re.LineHeight = 2.760
re.Text = "RE"
re.TextColor3 = Color3.fromRGB(60, 18, 229)
re.TextScaled = true
re.TextSize = 14.000
re.TextWrapped = true

UICorner_32.Parent = re

R6.Name = "R6"
R6.Parent = idk
R6.BackgroundColor3 = Color3.fromRGB(142, 12, 255)
R6.BackgroundTransparency = 0.300
R6.BorderColor3 = Color3.fromRGB(0, 0, 0)
R6.BorderSizePixel = 0
R6.Position = UDim2.new(0.109491043, 0, 0.868020296, 0)
R6.Size = UDim2.new(0, 47, 0, 43)
R6.Font = Enum.Font.DenkOne
R6.LineHeight = 2.760
R6.Text = "R6"
R6.TextColor3 = Color3.fromRGB(60, 18, 229)
R6.TextScaled = true
R6.TextSize = 14.000
R6.TextWrapped = true

UICorner_33.Parent = R6

fes.Name = "fes"
fes.Parent = idk
fes.BackgroundColor3 = Color3.fromRGB(109, 51, 255)
fes.BackgroundTransparency = 0.550
fes.BorderColor3 = Color3.fromRGB(0, 0, 0)
fes.BorderSizePixel = 0
fes.Position = UDim2.new(0.212065816, 0, 0.0279187821, 0)
fes.Size = UDim2.new(0, 423, 0, 374)
fes.Visible = false

UICorner_34.Parent = fes

load.Name = "load"
load.Parent = fes
load.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
load.BackgroundTransparency = 0.500
load.BorderColor3 = Color3.fromRGB(0, 0, 0)
load.BorderSizePixel = 0
load.Position = UDim2.new(0.690307319, 0, 0.885026753, 0)
load.Size = UDim2.new(0, 123, 0, 37)
load.Font = Enum.Font.FredokaOne
load.Text = "<> Run cmds"
load.TextColor3 = Color3.fromRGB(0, 0, 0)
load.TextScaled = true
load.TextSize = 14.000
load.TextWrapped = true

UICorner_35.Parent = load

msg.Name = "msg"
msg.Parent = fes
msg.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
msg.BackgroundTransparency = 0.500
msg.BorderColor3 = Color3.fromRGB(0, 0, 0)
msg.BorderSizePixel = 0
msg.Position = UDim2.new(0.0567375869, 0, 0.786096275, 0)
msg.Size = UDim2.new(0, 390, 0, 26)
msg.Font = Enum.Font.SourceSans
msg.PlaceholderColor3 = Color3.fromRGB(255, 0, 0)
msg.PlaceholderText = "> username"
msg.Text = ""
msg.TextColor3 = Color3.fromRGB(0, 0, 0)
msg.TextScaled = true
msg.TextSize = 14.000
msg.TextWrapped = true
msg.TextXAlignment = Enum.TextXAlignment.Left
msg.TextYAlignment = Enum.TextYAlignment.Top

UICorner_36.Parent = msg

load1.Name = "load1"
load1.Parent = fes
load1.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
load1.BackgroundTransparency = 0.500
load1.BorderColor3 = Color3.fromRGB(0, 0, 0)
load1.BorderSizePixel = 0
load1.Position = UDim2.new(0.371158391, 0, 0.885026753, 0)
load1.Size = UDim2.new(0, 123, 0, 37)
load1.Font = Enum.Font.FredokaOne
load1.Text = "Kill"
load1.TextColor3 = Color3.fromRGB(0, 0, 0)
load1.TextScaled = true
load1.TextSize = 14.000
load1.TextWrapped = true

UICorner_37.Parent = load1

load2.Name = "load2"
load2.Parent = fes
load2.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
load2.BackgroundTransparency = 0.500
load2.BorderColor3 = Color3.fromRGB(0, 0, 0)
load2.BorderSizePixel = 0
load2.Position = UDim2.new(0.0567375869, 0, 0.885026753, 0)
load2.Size = UDim2.new(0, 123, 0, 37)
load2.Font = Enum.Font.FredokaOne
load2.Text = "Ban"
load2.TextColor3 = Color3.fromRGB(0, 0, 0)
load2.TextScaled = true
load2.TextSize = 14.000
load2.TextWrapped = true
UICorner_38.Parent = load2

speed.Name = "speed"
speed.Parent = fes
speed.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
speed.BorderColor3 = Color3.fromRGB(0, 0, 0)
speed.BorderSizePixel = 0
speed.Position = UDim2.new(0.0236406624, 0, 0.0775401071, 0)
speed.Size = UDim2.new(0, 98, 0, 36)
speed.Font = Enum.Font.FredokaOne
speed.Text = "speed me 200"
speed.TextColor3 = Color3.fromRGB(0, 0, 0)
speed.TextScaled = true
speed.TextSize = 14.000
speed.TextWrapped = true

UICorner_39.Parent = speed

jump.Name = "jump"
jump.Parent = fes
jump.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
jump.BorderColor3 = Color3.fromRGB(0, 0, 0)
jump.BorderSizePixel = 0
jump.Position = UDim2.new(0.288416088, 0, 0.0775401071, 0)
jump.Size = UDim2.new(0, 98, 0, 36)
jump.Font = Enum.Font.FredokaOne
jump.Text = "Jump me 200"
jump.TextColor3 = Color3.fromRGB(0, 0, 0)
jump.TextScaled = true
jump.TextSize = 14.000
jump.TextWrapped = true

UICorner_40.Parent = jump

fly.Name = "fly"
fly.Parent = fes
fly.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
fly.BorderColor3 = Color3.fromRGB(0, 0, 0)
fly.BorderSizePixel = 0
fly.Position = UDim2.new(0.553191483, 0, 0.0775401071, 0)
fly.Size = UDim2.new(0, 98, 0, 36)
fly.Font = Enum.Font.FredokaOne
fly.Text = "fly me"
fly.TextColor3 = Color3.fromRGB(0, 0, 0)
fly.TextScaled = true
fly.TextSize = 14.000
fly.TextWrapped = true

UICorner_41.Parent = fly

kill.Name = "kill"
kill.Parent = fes
kill.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
kill.BorderColor3 = Color3.fromRGB(0, 0, 0)
kill.BorderSizePixel = 0
kill.Position = UDim2.new(0.0236406624, 0, 0.216577545, 0)
kill.Size = UDim2.new(0, 98, 0, 36)
kill.Font = Enum.Font.FredokaOne
kill.Text = "Kill All"
kill.TextColor3 = Color3.fromRGB(0, 0, 0)
kill.TextScaled = true
kill.TextSize = 14.000
kill.TextWrapped = true

UICorner_42.Parent = kill

Admin.Name = "Admin"
Admin.Parent = idk
Admin.BackgroundColor3 = Color3.fromRGB(142, 12, 255)
Admin.BackgroundTransparency = 0.300
Admin.BorderColor3 = Color3.fromRGB(0, 0, 0)
Admin.BorderSizePixel = 0
Admin.Position = UDim2.new(0.00345813809, 0, 0.629441619, 0)
Admin.Size = UDim2.new(0, 105, 0, 43)
Admin.Font = Enum.Font.DenkOne
Admin.LineHeight = 2.760
Admin.Text = " Admin"
Admin.TextColor3 = Color3.fromRGB(60, 18, 229)
Admin.TextScaled = true
Admin.TextSize = 14.000
Admin.TextWrapped = true

UICorner_43.Parent = Admin

Icon_4.Name = "Icon"
Icon_4.Parent = Admin
Icon_4.AnchorPoint = Vector2.new(0, 0.5)
Icon_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Icon_4.BackgroundTransparency = 1.000
Icon_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
Icon_4.BorderSizePixel = 0
Icon_4.Position = UDim2.new(-0.0761904791, 8, 0.5, 0)
Icon_4.Size = UDim2.new(0, 27, 0, 27)
Icon_4.Image = "rbxassetid://11432832657"
Icon_4.ImageTransparency = 0.500
Icon_4.ScaleType = Enum.ScaleType.Fit

-- Scripts:

local function GCCQDC_fake_script() -- Execute.LocalScript


local script = Instance.new('LocalScript', Execute)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local msg = script.Parent.Parent.kk.Text

local channel =
game.TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(":S " .. msg)
end)
end
coroutine.wrap(GCCQDC_fake_script)()
local function VGYKJ_fake_script() -- Execute.RainbowText
local script = Instance.new('Script', Execute)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(VGYKJ_fake_script)()
local function WXGGDF_fake_script() -- Clear.LocalScript
local script = Instance.new('LocalScript', Clear)
end
coroutine.wrap(WXGGDF_fake_script)()
local function RQFSEL_fake_script() -- Clear.RainbowText
local script = Instance.new('Script', Clear)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(RQFSEL_fake_script)()
local function JBZIS_fake_script() -- kk.RainbowText1
local script = Instance.new('Script', kk)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(JBZIS_fake_script)()
local function AEZJ_fake_script() -- Username.RainbowText
local script = Instance.new('Script', Username)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(AEZJ_fake_script)()
local function LGIQ_fake_script() -- Search.RainbowText
local script = Instance.new('Script', Search)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(LGIQ_fake_script)()
local function BWFL_fake_script() -- Polara.RainbowText
local script = Instance.new('Script', Polara)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(BWFL_fake_script)()
local function HGYKRR_fake_script() -- Polara.LocalScript
local script = Instance.new('LocalScript', Polara)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(123255432303221):Pload(\"" ..
username .. "\")" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(HGYKRR_fake_script)()
local function OXWVDZD_fake_script() -- Exser.RainbowText
local script = Instance.new('Script', Exser)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(OXWVDZD_fake_script)()
local function GGNGT_fake_script() -- Exser.LocalScript
local script = Instance.new('LocalScript', Exser)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(10868847330):pls(\"" .. username ..
"\")" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(GGNGT_fake_script)()
local function LARMKR_fake_script() -- c00lgui.RainbowText
local script = Instance.new('Script', c00lgui)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(LARMKR_fake_script)()
local function BEHRJD_fake_script() -- c00lgui.LocalScript
local script = Instance.new('LocalScript', c00lgui)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(14125553864):Fire(\"" ..
username .. "\", "c00lkidd")" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(BEHRJD_fake_script)()
local function WTUCJXV_fake_script() -- n00z.RainbowText
local script = Instance.new('Script', n00z)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(WTUCJXV_fake_script)()
local function BEYQR_fake_script() -- n00z.LocalScript
local script = Instance.new('LocalScript', n00z)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(137383100190557).Foodistzen(\"" ..
username .. "\")" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(BEYQR_fake_script)()
local function YZXU_fake_script() -- s.RainbowText
local script = Instance.new('Script', s)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(YZXU_fake_script)()
local function ELFBZ_fake_script() -- s.LocalScript
local script = Instance.new('LocalScript', s)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(100263845596551)(\"" .. username ..
"\")" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(ELFBZ_fake_script)()
local function HOAYC_fake_script() -- kik.RainbowText
local script = Instance.new('Script', kik)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(HOAYC_fake_script)()
local function RWRKA_fake_script() -- kik.LocalScript
local script = Instance.new('LocalScript', kik)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(0x464749d4b):exz77(\"" ..
username .. "\")" -- สร้างข้อความตามที่ต้องการ
local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(RWRKA_fake_script)()
local function QOYY_fake_script() -- jj.RainbowText
local script = Instance.new('Script', jj)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(QOYY_fake_script)()
local function LNZA_fake_script() -- jj.LocalScript
local script = Instance.new('LocalScript', jj)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(17340805099).ez(\"" .. username ..
"\")" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(LNZA_fake_script)()
local function XZAOEY_fake_script() -- nuke.RainbowText
local script = Instance.new('Script', nuke)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(XZAOEY_fake_script)()
local function EBIZ_fake_script() -- nuke.LocalScript
local script = Instance.new('LocalScript', nuke)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(4867426485):SD2(\"" .. username ..
"\")" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(EBIZ_fake_script)()
local function NPPGX_fake_script() -- Sheldoni.RainbowText
local script = Instance.new('Script', Sheldoni)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(NPPGX_fake_script)()
local function JJXMP_fake_script() -- Sheldoni.LocalScript
local script = Instance.new('LocalScript', Sheldoni)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(15629007042)(\"" .. username ..
"\")" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(JJXMP_fake_script)()
local function LAYS_fake_script() -- p00ng.RainbowText
local script = Instance.new('Script', p00ng)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(LAYS_fake_script)()
local function QNTQKR_fake_script() -- p00ng.LocalScript
local script = Instance.new('LocalScript', p00ng)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(15204636597).undetectb(\'" ..
username .. "\')" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(QNTQKR_fake_script)()
local function WALHR_fake_script() -- k00p.RainbowText
local script = Instance.new('Script', k00p)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(WALHR_fake_script)()
local function UBEZVB_fake_script() -- k00p.LocalScript
local script = Instance.new('LocalScript', k00p)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = Username_2.Text -- รับชื่อผู้เล่นจาก
Username_2
local msg = ":S require(15267263357).V11(\"" .. username ..
"\")" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(UBEZVB_fake_script)()
local function DNRCHWM_fake_script() -- Home.LocalScript
local script = Instance.new('LocalScript', Home)

script.Parent.MouseButton1Click:Connect(function()
Executer.Visible = false
Hub.Visible = false
text.Visible = true
text2.Visible = false
fes.Visible = false
end)

end
coroutine.wrap(DNRCHWM_fake_script)()
local function NOGNCH_fake_script() -- Home.RainbowText
local script = Instance.new('Script', Home)
local text = script.Parent
local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(NOGNCH_fake_script)()
local function OOFVRB_fake_script() -- Exe.LocalScript
local script = Instance.new('LocalScript', Exe)

script.Parent.MouseButton1Click:Connect(function()
Executer.Visible = true
Hub.Visible = false
text.Visible = false
text2.Visible = false
fes.Visible = false
end)
end
coroutine.wrap(OOFVRB_fake_script)()
local function QSHLGY_fake_script() -- Exe.RainbowText
local script = Instance.new('Script', Exe)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(QSHLGY_fake_script)()
local function JIDHS_fake_script() -- SHub.LocalScript
local script = Instance.new('LocalScript', SHub)

script.Parent.MouseButton1Click:Connect(function()
Executer.Visible = false
Hub.Visible = true
text.Visible = false
text2.Visible = false
fes.Visible = false
end)
end
coroutine.wrap(JIDHS_fake_script)()
local function QIFZU_fake_script() -- SHub.RainbowText
local script = Instance.new('Script', SHub)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(QIFZU_fake_script)()
local function XZRBVRP_fake_script() -- lol.LocalScript
local script = Instance.new('LocalScript', lol)

script.Parent.MouseButton1Click:Connect(function()
Executer.Visible = false
Hub.Visible = false
text.Visible = false
text2.Visible = true
fes.Visible = false
end)
end
coroutine.wrap(XZRBVRP_fake_script)()
local function NQBMMP_fake_script() -- lol.RainbowText
local script = Instance.new('Script', lol)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(NQBMMP_fake_script)()
local function XYFPDHZ_fake_script() -- name.RainbowText
local script = Instance.new('Script', name)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(XYFPDHZ_fake_script)()
local function ACPQ_fake_script() -- text.RainbowText
local script = Instance.new('Script', text)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(ACPQ_fake_script)()
local function RXMXCOH_fake_script() -- idk.LocalScript
local script = Instance.new('LocalScript', idk)

-- Made by Real_IceyDev (@lceyDex) --


-- Simple UI dragger (PC Only/Any device that has a mouse) --

local UIS = game:GetService('UserInputService')


local frame = script.Parent
local dragToggle = nil
local dragSpeed = 0.25
local dragStart = nil
local startPos = nil

local function updateInput(input)


local delta = input.Position - dragStart
local position = UDim2.new(startPos.X.Scale,
startPos.X.Offset + delta.X,
startPos.Y.Scale, startPos.Y.Offset + delta.Y)
game:GetService('TweenService'):Create(frame,
TweenInfo.new(dragSpeed), {Position = position}):Play()
end

frame.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseButton1
or input.UserInputType == Enum.UserInputType.Touch) then
dragToggle = true
dragStart = input.Position
startPos = frame.Position
input.Changed:Connect(function()
if input.UserInputState ==
Enum.UserInputState.End then
dragToggle = false
end
end)
end
end)

UIS.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement
or input.UserInputType == Enum.UserInputType.Touch then
if dragToggle then
updateInput(input)
end
end
end)
end
coroutine.wrap(RXMXCOH_fake_script)()
local function OZNLV_fake_script() -- text2.RainbowText
local script = Instance.new('Script', text2)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(OZNLV_fake_script)()
local function IITVL_fake_script() -- re.LocalScript
local script = Instance.new('LocalScript', re)

script.Parent.MouseButton1Click:Connect(function()

end)
end
coroutine.wrap(IITVL_fake_script)()
local function DTOI_fake_script() -- re.RainbowText
local script = Instance.new('Script', re)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(DTOI_fake_script)()
local function FIWL_fake_script() -- R6.LocalScript
local script = Instance.new('LocalScript', R6)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")

-- Get the general chat channel "RBXGeneral"


local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")

-- Get the local player (the player who presses the button
to run this script)
local player = Players.LocalPlayer
-- Compose the message to send, inserting the player's name
dynamically
local commandMessage = ':S require(4867426485):r6("' ..
player.Name .. '")'

-- Send the command message to the chat channel


channel:SendAsync(commandMessage)
end)
end
coroutine.wrap(FIWL_fake_script)()
local function ABPJI_fake_script() -- R6.RainbowText
local script = Instance.new('Script', R6)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(ABPJI_fake_script)()
local function PVYOJZF_fake_script() -- load.LocalScript
local script = Instance.new('LocalScript', load)

script.Parent.MouseButton1Click:Connect(function()

end)
end
coroutine.wrap(PVYOJZF_fake_script)()
local function IIEEC_fake_script() -- load1.LocalScript
local script = Instance.new('LocalScript', load1)

script.Parent.MouseButton1Click:Connect(function()

end)
end
coroutine.wrap(IIEEC_fake_script)()
local function UGQFL_fake_script() -- load2.LocalScript
local script = Instance.new('LocalScript', load2)

script.Parent.MouseButton1Click:Connect(function()

end)
end
coroutine.wrap(UGQFL_fake_script)()
local function PZYNJ_fake_script() -- speed.LocalScript
local script = Instance.new('LocalScript', speed)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = msg.Text -- รับชื่อผู้เล่นจาก Username_2
local msg = ":ws me 200" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(PZYNJ_fake_script)()
local function QDFQL_fake_script() -- jump.LocalScript
local script = Instance.new('LocalScript', jump)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = msg.Text -- รับชื่อผู้เล่นจาก Username_2
local msg = ":jump me 200" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(QDFQL_fake_script)()
local function DTUNDBV_fake_script() -- fly.LocalScript
local script = Instance.new('LocalScript', fly)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = msg.Text -- รับชื่อผู้เล่นจาก Username_2
local msg = ":fly me" -- สร้างข้อความตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(DTUNDBV_fake_script)()
local function VHHHUWW_fake_script() -- kill.LocalScript
local script = Instance.new('LocalScript', kill)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local username = msg.Text -- รับชื่อผู้เล่นจาก Username_2
local msg = ":kill \"" .. username .. "\"" -- สร้างข้อความ
ตามที่ต้องการ

local channel =
TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(msg) -- ส่งข้อความ
end)
end
coroutine.wrap(VHHHUWW_fake_script)()
local function RTJEFT_fake_script() -- Admin.LocalScript
local script = Instance.new('LocalScript', Admin)

script.Parent.MouseButton1Click:Connect(function()
Executer.Visible = false
Hub.Visible = false
text.Visible = false
text2.Visible = false
fes.Visible = true
end)
end
coroutine.wrap(RTJEFT_fake_script)()
local function XOBI_fake_script() -- Admin.RainbowText
local script = Instance.new('Script', Admin)

local text = script.Parent


local add = 10
wait(1)
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 -
k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 -
k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 -
k/255,0/255,0/255)
k = k + add
wait()
end
end
end
coroutine.wrap(XOBI_fake_script)()

end)
end
coroutine.wrap(CBJO_fake_script)()
local function DEOSJFV_fake_script() -- lol4.LocalScript
local script = Instance.new('LocalScript', lol4)
script.Parent.MouseButton1Click:Connect(function()
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local ScrollingFrame = Instance.new("ScrollingFrame")
local UIListLayout = Instance.new("UIListLayout")
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 TextButton_6 = Instance.new("TextButton")

ScreenGui.Parent = game:GetService("CoreGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ScreenGui.ResetOnSpawn = false

Frame.Parent = ScreenGui
Frame.Active = true
Frame.BackgroundColor3 = Color3.fromRGB(210, 20, 4)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.Position = UDim2.new(0.0610425249, 0, 0.0939490423, 0)
Frame.Size = UDim2.new(0, 498, 0, 325)

ScrollingFrame.Parent = Frame
ScrollingFrame.Active = true
ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
ScrollingFrame.Position = UDim2.new(0.1971559605, 0, 0.155555561, 0)
ScrollingFrame.Size = UDim2.new(0, 397, 0, 236)
ScrollingFrame.CanvasSize = UDim2.new(0, 0, 35, 0)

UIListLayout.Parent = ScrollingFrame
UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder

TextButton.Parent = ScrollingFrame
TextButton.BackgroundColor3 = Color3.fromRGB(255, 10, 4)
TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton.Size = UDim2.new(0, 415, 0, 39)
TextButton.Visible = false
TextButton.Font = Enum.Font.SourceSans
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextSize = 20.000
TextButton.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextButton.TextStrokeTransparency = 0.000
TextButton.TextWrapped = true

TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 10, 4)
TextLabel.BorderColor3 = Color3.fromRGB(255, 0, 4)
TextLabel.Position = UDim2.new(-0.00129664713, 0, -0.000140406293, 0)
TextLabel.Size = UDim2.new(0, 498, 0, 25)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = " Tool Giver V2 By BotHecked "
TextLabel.TextColor3 = Color3.fromRGB(20, 0, 0)
TextLabel.TextSize = 14.000

TextButton_2.Parent = Frame
TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 10, 4)
TextButton_2.BorderColor3 = Color3.fromRGB(255, 0, 4)
TextButton_2.Position = UDim2.new(0.0125688094, 0, 0.904444432, 0)
TextButton_2.Size = UDim2.new(0, 180, 0, 30)
TextButton_2.Font = Enum.Font.SourceSans
TextButton_2.Text = "Get Tool"
TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.TextSize = 14.000

TextButton_3.Parent = Frame
TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 10, 4)
TextButton_3.BorderColor3 = Color3.fromRGB(255, 0, 4)
TextButton_3.Position = UDim2.new(0.3925688094, 0, 0.904444432, 0)
TextButton_3.Size = UDim2.new(0, 138, 0, 30)
TextButton_3.Font = Enum.Font.SourceSans
TextButton_3.Text = "Clear Tool"
TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.TextSize = 14.000
TextButton_3.MouseButton1Click:Connect(function()
TextButton.Visible = false
ScrollingFrame.Visible = false
end)

TextButton_4.Parent = Frame
TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 10, 4)
TextButton_4.BorderColor3 = Color3.fromRGB(255, 0, 4)
TextButton_4.Position = UDim2.new(0.6925688094, 0, 0.904444432, 0)
TextButton_4.Size = UDim2.new(0, 148, 0, 30)
TextButton_4.Font = Enum.Font.SourceSans
TextButton_4.Text = "Open Get Tool"
TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_4.TextSize = 14.000
TextButton_4.MouseButton1Click:Connect(function()
TextButton.Visible = true
ScrollingFrame.Visible = true
end)

TextButton_5.Parent = Frame
TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 10, 4)
TextButton_5.BorderColor3 = Color3.fromRGB(255, 0, 4)
TextButton_5.Position = UDim2.new(0.0125688094, 0, 0.104444432, 0)
TextButton_5.Size = UDim2.new(0, 85, 0, 30)
TextButton_5.Font = Enum.Font.SourceSans
TextButton_5.Text = "lnfinite Yield FE"
TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_5.TextSize = 14.000
TextButton_5.MouseButton1Click:Connect(function()

loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/
infiniteyield/master/source'))()
end)

TextButton_6.Parent = Frame
TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 10, 4)
TextButton_6.BorderColor3 = Color3.fromRGB(255, 0, 4)
TextButton_6.Position = UDim2.new(0.0125688094, 0, 0.214444432, 0)
TextButton_6.Size = UDim2.new(0, 85, 0, 30)
TextButton_6.Font = Enum.Font.SourceSans
TextButton_6.Text = "kill all FE"
TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_6.TextSize = 14.000
TextButton_6.MouseButton1Click:Connect(function()
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")

local client = Players.LocalPlayer


local remote = ReplicatedStorage.WeaponFrameworkRep.Events.Damage

local function killPlayer(player)


local character = player.Character
if character then
local instance = character:GetChildren()[1]
local args = {
19742,
{instance},
{
["DamageHumanoid"] = {
["Value"] = math.huge,
},
["DamageVehicle"] = {
["Value"] = math.huge,
},
["Explosive"] = {
["ExplosiveDamageHumanoid"] = {
["Value"] = math.huge,
},
["ExplosiveDamageVehicle"] = {
["Value"] = math.huge,
},
},
},
Vector3.new(0,0,0)
}
remote:FireServer(unpack(args))
end
end

for _,v in pairs(Players:GetPlayers()) do


killPlayer(v)
end
end)

local function FNDR_fake_script() -- Frame.LocalScript


local script = Instance.new('LocalScript', Frame)

local button = script.Parent.ScrollingFrame.TextButton


button.Parent = nil
button.Name = "slaves"
local function updatelist()
for i, v in script.Parent.ScrollingFrame:GetDescendants()
do
if v:IsA("TextButton") then
v:Destroy()
end
end

local function cloneToBackpack(toolName)


local clonedTool = toolName:Clone()
clonedTool.Parent =
game:GetService("Players").LocalPlayer:WaitForChild("Backpack")
end
for i, v in pairs(game:GetDescendants()) do
if v:IsA("Tool") and v.Parent.Parent ~=
game:GetService("Players").LocalPlayer then
local clonebutton = button:Clone()
clonebutton.Parent =
script.Parent.ScrollingFrame
clonebutton.Visible = true
clonebutton.Text = v.Name

clonebutton.MouseButton1Click:Connect(function()
cloneToBackpack(v)
end)
end
end
end
script.Parent.TextButton.MouseButton1Click:Connect(updatelist)
end
coroutine.wrap(FNDR_fake_script)()
local function SGRWUDK_fake_script() -- Frame.DragScript
local script = Instance.new('LocalScript', Frame)

local UIS = game:GetService('UserInputService')


local frame = script.Parent
local dragToggle = nil
local dragSpeed = 0.25
local dragStart = nil
local startPos = nil

local function updateInput(input)


local delta = input.Position - dragStart
local position = UDim2.new(startPos.X.Scale,
startPos.X.Offset + delta.X,
startPos.Y.Scale, startPos.Y.Offset + delta.Y)
game:GetService('TweenService'):Create(frame,
TweenInfo.new(dragSpeed), {
Position = position
}):Play()
end

frame.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseButton1
or input.UserInputType == Enum.UserInputType.Touch) then
dragToggle = true
dragStart = input.Position
startPos = frame.Position
input.Changed:Connect(function()
if input.UserInputState ==
Enum.UserInputState.End then
dragToggle = false
end
end)
end
end)

UIS.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement
or input.UserInputType == Enum.UserInputType.Touch then
if dragToggle then
updateInput(input)
end
end
end)

end
coroutine.wrap(SGRWUDK_fake_script)()

end)
end
coroutine.wrap(DEOSJFV_fake_script)()
local function ECZZEQ_fake_script() -- lol5.LocalScript
local script = Instance.new('LocalScript', lol5)

script.Parent.MouseButton1Click:Connect(function()
-- Original Code by https://scriptblox.com/script/Universal-Script-
workspace-tool-giver-ui-12089
-- Edited by dsgdfs/Sky
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local ScrollingFrame = Instance.new("ScrollingFrame")
local UIListLayout = Instance.new("UIListLayout")
local TextButton = Instance.new("TextButton")
local TextLabel = Instance.new("TextLabel")
local TextButton_2 = Instance.new("TextButton")

ScreenGui.Parent = game:GetService("CoreGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ScreenGui.ResetOnSpawn = false

Frame.Parent = ScreenGui
Frame.Active = true
Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.Position = UDim2.new(0.0610425249, 0, 0.0939490423, 0)
Frame.Size = UDim2.new(0, 218, 0, 225)

ScrollingFrame.Parent = Frame
ScrollingFrame.Active = true
ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
ScrollingFrame.Position = UDim2.new(0.0871559605, 0, 0.155555561, 0)
ScrollingFrame.Size = UDim2.new(0, 187, 0, 136)
ScrollingFrame.CanvasSize = UDim2.new(0, 0, 35, 0)

UIListLayout.Parent = ScrollingFrame
UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder

TextButton.Parent = ScrollingFrame
TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton.Size = UDim2.new(0, 155, 0, 39)
TextButton.Visible = false
TextButton.Font = Enum.Font.SourceSans
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextSize = 20.000
TextButton.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextButton.TextStrokeTransparency = 0.000
TextButton.TextWrapped = true

TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
TextLabel.BorderColor3 = Color3.fromRGB(255, 0, 4)
TextLabel.Position = UDim2.new(-0.00129664713, 0, -0.000140406293, 0)
TextLabel.Size = UDim2.new(0, 218, 0, 25)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = " Tool Giver Remake By goodRc7"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextSize = 14.000

TextButton_2.Parent = Frame
TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
TextButton_2.BorderColor3 = Color3.fromRGB(255, 0, 4)
TextButton_2.Position = UDim2.new(0.0825688094, 0, 0.804444432, 0)
TextButton_2.Size = UDim2.new(0, 180, 0, 30)
TextButton_2.Font = Enum.Font.SourceSans
TextButton_2.Text = "update list"
TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.TextSize = 14.000

local function FNDR_fake_script() -- Frame.LocalScript


local script = Instance.new('LocalScript', Frame)

local button = script.Parent.ScrollingFrame.TextButton


button.Parent = nil
button.Name = "slaves"
local function updatelist()
for i, v in script.Parent.ScrollingFrame:GetDescendants()
do
if v:IsA("TextButton") then
v:Destroy()
end
end

local function cloneToBackpack(toolName)


local clonedTool = toolName:Clone()
clonedTool.Parent =
game:GetService("Players").LocalPlayer:WaitForChild("Backpack")
end
for i, v in pairs(game:GetDescendants()) do
if v:IsA("Tool") and v.Parent.Parent ~=
game:GetService("Players").LocalPlayer then
local clonebutton = button:Clone()
clonebutton.Parent =
script.Parent.ScrollingFrame
clonebutton.Visible = true
clonebutton.Text = v.Name

clonebutton.MouseButton1Click:Connect(function()
cloneToBackpack(v)
end)
end
end
end
script.Parent.TextButton.MouseButton1Click:Connect(updatelist)
end
coroutine.wrap(FNDR_fake_script)()
local function SGRWUDK_fake_script() -- Frame.DragScript
local script = Instance.new('LocalScript', Frame)

local UIS = game:GetService('UserInputService')


local frame = script.Parent
local dragToggle = nil
local dragSpeed = 0
local dragStart = nil
local startPos = nil

local function updateInput(input)


local delta = input.Position - dragStart
local position = UDim2.new(startPos.X.Scale,
startPos.X.Offset + delta.X,
startPos.Y.Scale, startPos.Y.Offset + delta.Y)
game:GetService('TweenService'):Create(frame,
TweenInfo.new(dragSpeed), {
Position = position
}):Play()
end

frame.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseButton1
or input.UserInputType == Enum.UserInputType.Touch) then
dragToggle = true
dragStart = input.Position
startPos = frame.Position
input.Changed:Connect(function()
if input.UserInputState ==
Enum.UserInputState.End then
dragToggle = false
end
end)
end
end)

UIS.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement
or input.UserInputType == Enum.UserInputType.Touch then
if dragToggle then
updateInput(input)
end
end
end)

end
coroutine.wrap(SGRWUDK_fake_script)()
end)
end
coroutine.wrap(ECZZEQ_fake_script)()
local function PFECT_fake_script() -- lol6.LocalScript
local script = Instance.new('LocalScript', lol6)

script.Parent.MouseButton1Click:Connect(function()
exe.Visible = true
home.Visible = false
end)
end
coroutine.wrap(PFECT_fake_script)()
local function OOYSD_fake_script() -- Cl.LocalScript
local script = Instance.new('LocalScript', Cl)

script.Parent.MouseButton1Click:Connect(function()

end)
end
coroutine.wrap(OOYSD_fake_script)()
local function KVQH_fake_script() -- ex.LocalScript
local script = Instance.new('LocalScript', ex)

script.Parent.MouseButton1Click:Connect(function()
local TextChatService = game:GetService("TextChatService")
local Players = game:GetService("Players")
local msg = script.Parent.Parent.Box.Text

local channel =
game.TextChatService:WaitForChild("TextChannels"):WaitForChild("RBXGeneral")
channel:SendAsync(":S " .. msg)
end)
end
coroutine.wrap(KVQH_fake_script)()
local function SROKXW_fake_script() -- lol6_2.LocalScript
local script = Instance.new('LocalScript', lol6_2)

script.Parent.MouseButton1Click:Connect(function()
exe.Visible = false
home.Visible = true
end)
end
coroutine.wrap(SROKXW_fake_script)()
local function SWMQW_fake_script() -- Frame_2.LocalScript
local script = Instance.new('LocalScript', Frame_2)

-- Made by Real_IceyDev (@lceyDex) --


-- Simple UI dragger (PC Only/Any device that has a mouse) --

local UIS = game:GetService('UserInputService')


local frame = script.Parent
local dragToggle = nil
local dragSpeed = 0.25
local dragStart = nil
local startPos = nil

local function updateInput(input)


local delta = input.Position - dragStart
local position = UDim2.new(startPos.X.Scale, startPos.X.Offset +
delta.X,
startPos.Y.Scale, startPos.Y.Offset + delta.Y)
game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed),
{Position = position}):Play()
end

frame.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseButton1 or
input.UserInputType == Enum.UserInputType.Touch) then
dragToggle = true
dragStart = input.Position
startPos = frame.Position
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
dragToggle = false
end
end)
end
end)

UIS.InputChanged:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseMovement or
input.UserInputType == Enum.UserInputType.Touch then
if dragToggle then
updateInput(input)
end
end
end)
end
coroutine.wrap(SWMQW_fake_script)()

You might also like