0% found this document useful (0 votes)
69 views37 pages

(LEAK) Epic Minigame GUI Press Q

Uploaded by

Hưng
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)
69 views37 pages

(LEAK) Epic Minigame GUI Press Q

Uploaded by

Hưng
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/ 37

wait(2)

local Initallized = false


local Players = game.Players
local Player = Players.LocalPlayer
local Mouse = Player:GetMouse()
local KeyBinding = false
local Pathing = false
local QuickPathing = false
local ClickMethods = {
Tp = false,
Dbg = false,
Dst = false,
Tgl = false
}
local Ts = game:GetService("TweenService")
local LastMinArg= nil
local ScriptFolder = Instance.new("Folder",game.Workspace)
local MinigameData = Instance.new("Folder",ScriptFolder)
local TiTk = Instance.new("Folder",MinigameData)
local Paths = Instance.new("Folder",ScriptFolder)
local RPaths = Instance.new("Folder",Paths)
local SPaths = Instance.new("Folder",Paths)
local VHeld = false
local Ti = TweenInfo.new(
1,
Enum.EasingStyle.Sine,
Enum.EasingDirection.Out,
0,
false,
0
)
local TotalDebugs = 0
local ToggleData = {

-- Objects

local EpicMinigamesGUIV3 = Instance.new("ScreenGui")


local LoadingFrame = Instance.new("Frame")
local VIcon = Instance.new("ImageLabel")
local Informer = Instance.new("TextLabel")
local Credits = Instance.new("TextLabel")
local Price = Instance.new("TextLabel")
local Shine = Instance.new("ImageLabel")
local MainFrame = Instance.new("Frame")
local Borders = Instance.new("Frame")
local TopLeftBorder = Instance.new("ImageLabel")
local TopRightBorder = Instance.new("ImageLabel")
local Close = Instance.new("TextButton")
local BottomLeftBorder = Instance.new("ImageLabel")
local BottomRightBorder = Instance.new("ImageLabel")
local BottomBorder = Instance.new("ImageLabel")
local LeftBorder = Instance.new("ImageLabel")
local RightBorder = Instance.new("ImageLabel")
local TopBorder = Instance.new("ImageButton")
local MainTitle = Instance.new("TextLabel")
local NextBtn = Instance.new("TextButton")
local Borders_2 = Instance.new("Frame")
local TopLeftBorder_2 = Instance.new("ImageLabel")
local TopRightBorder_2 = Instance.new("ImageLabel")
local BottomLeftBorder_2 = Instance.new("ImageLabel")
local BottomRightBorder_2 = Instance.new("ImageLabel")
local BottomBorder_2 = Instance.new("ImageLabel")
local LeftBorder_2 = Instance.new("ImageLabel")
local RightBorder_2 = Instance.new("ImageLabel")
local TopBorder_2 = Instance.new("ImageButton")
local PrevBtn = Instance.new("TextButton")
local Borders_3 = Instance.new("Frame")
local TopLeftBorder_3 = Instance.new("ImageLabel")
local TopRightBorder_3 = Instance.new("ImageLabel")
local BottomLeftBorder_3 = Instance.new("ImageLabel")
local BottomRightBorder_3 = Instance.new("ImageLabel")
local BottomBorder_3 = Instance.new("ImageLabel")
local LeftBorder_3 = Instance.new("ImageLabel")
local RightBorder_3 = Instance.new("ImageLabel")
local TopBorder_3 = Instance.new("ImageButton")
local CCmdsP = Instance.new("Frame")
local CtpSwicth = Instance.new("ImageButton")
local Borders_4 = Instance.new("Frame")
local TopLeftBorder_4 = Instance.new("ImageLabel")
local BottomLeftBorder_4 = Instance.new("ImageLabel")
local TopRightBorder_4 = Instance.new("ImageLabel")
local BottomRightBorder_4 = Instance.new("ImageLabel")
local Switch = Instance.new("ImageLabel")
local State = Instance.new("TextLabel")
local CDstSwitch = Instance.new("ImageButton")
local Borders_5 = Instance.new("Frame")
local TopLeftBorder_5 = Instance.new("ImageLabel")
local BottomLeftBorder_5 = Instance.new("ImageLabel")
local TopRightBorder_5 = Instance.new("ImageLabel")
local BottomRightBorder_5 = Instance.new("ImageLabel")
local Switch_2 = Instance.new("ImageLabel")
local State_2 = Instance.new("TextLabel")
local CTglSwitch = Instance.new("ImageButton")
local Borders_6 = Instance.new("Frame")
local TopLeftBorder_6 = Instance.new("ImageLabel")
local BottomLeftBorder_6 = Instance.new("ImageLabel")
local TopRightBorder_6 = Instance.new("ImageLabel")
local BottomRightBorder_6 = Instance.new("ImageLabel")
local Switch_3 = Instance.new("ImageLabel")
local State_3 = Instance.new("TextLabel")
local CDbgSwitch = Instance.new("ImageButton")
local Borders_7 = Instance.new("Frame")
local TopLeftBorder_7 = Instance.new("ImageLabel")
local BottomLeftBorder_7 = Instance.new("ImageLabel")
local TopRightBorder_7 = Instance.new("ImageLabel")
local BottomRightBorder_7 = Instance.new("ImageLabel")
local Switch_4 = Instance.new("ImageLabel")
local State_4 = Instance.new("TextLabel")
local CTglL = Instance.new("TextLabel")
local CDstL = Instance.new("TextLabel")
local CDbgL = Instance.new("TextLabel")
local ECCMdsTitle = Instance.new("TextLabel")
local CTPL = Instance.new("TextLabel")
local MinigamesP = Instance.new("Frame")
local AllMinigamesP = Instance.new("ScrollingFrame")
local ASMTitle = Instance.new("TextLabel")
local MsgBox = Instance.new("Frame")
local PrevBtn_2 = Instance.new("TextButton")
local Borders_8 = Instance.new("Frame")
local TopLeftBorder_8 = Instance.new("ImageLabel")
local TopRightBorder_8 = Instance.new("ImageLabel")
local BottomLeftBorder_8 = Instance.new("ImageLabel")
local BottomRightBorder_8 = Instance.new("ImageLabel")
local BottomBorder_4 = Instance.new("ImageLabel")
local LeftBorder_4 = Instance.new("ImageLabel")
local RightBorder_4 = Instance.new("ImageLabel")
local TopBorder_4 = Instance.new("ImageButton")
local Borders_9 = Instance.new("Frame")
local TopLeftBorder_9 = Instance.new("ImageLabel")
local TopRightBorder_9 = Instance.new("ImageLabel")
local Close_2 = Instance.new("TextButton")
local BottomLeftBorder_9 = Instance.new("ImageLabel")
local BottomRightBorder_9 = Instance.new("ImageLabel")
local BottomBorder_5 = Instance.new("ImageLabel")
local LeftBorder_5 = Instance.new("ImageLabel")
local RightBorder_5 = Instance.new("ImageLabel")
local TopBorder_5 = Instance.new("ImageButton")
local MsgBoxTitle = Instance.new("TextLabel")

-- Properties

ScriptFolder.Name = "EMinigamesGUIFolder"
TiTk.Name = "TileTakeoverDump"
MinigameData.Name = "MinigameDump"
Paths.Name = "Paths"
SPaths.Name = "SpeedyPaths"
RPaths.Name = "RegularPaths"

EpicMinigamesGUIV3.Name = "EpicMinigamesGUIV3"
EpicMinigamesGUIV3.Parent = game.CoreGui--Player.PlayerGui | game.CoreGui
EpicMinigamesGUIV3.ResetOnSpawn = false

LoadingFrame.Name = "LoadingFrame"
LoadingFrame.Parent = EpicMinigamesGUIV3
LoadingFrame.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
LoadingFrame.Size = UDim2.new(1, 0, 1, 0)
LoadingFrame.ZIndex = 100

VIcon.Name = "VIcon"
VIcon.Parent = LoadingFrame
VIcon.BackgroundColor3 = Color3.new(1, 1, 1)
VIcon.BackgroundTransparency = 1
VIcon.BorderSizePixel = 0
VIcon.Position = UDim2.new(0.452415824, 0, 0.395440251, 0)
VIcon.Size = UDim2.new(0.0951683745, 0, 0.209119499, 0)
VIcon.ZIndex = 102
VIcon.Image = "rbxassetid://1652804563"

Informer.Name = "Informer"
Informer.Parent = LoadingFrame
Informer.BackgroundColor3 = Color3.new(1, 1, 1)
Informer.BackgroundTransparency = 1
Informer.BorderSizePixel = 0
Informer.Position = UDim2.new(0, 0, 0.96226418, 0)
Informer.Size = UDim2.new(1, 0, 0.0377358496, 0)
Informer.ZIndex = 103
Informer.Font = Enum.Font.Highway
Informer.Text = "Epic Minigames Gui Loaded."
Informer.TextColor3 = Color3.new(0, 0.666667, 1)
Informer.TextScaled = true
Informer.TextSize = 14
Informer.TextWrapped = true

Credits.Name = "Credits"
Credits.Parent = LoadingFrame
Credits.BackgroundColor3 = Color3.new(1, 1, 1)
Credits.BackgroundTransparency = 1
Credits.BorderSizePixel = 0
Credits.Size = UDim2.new(1, 0, 0.0377358496, 0)
Credits.ZIndex = 103
Credits.Font = Enum.Font.Highway
Credits.Text = "Made By VeteranBlue"
Credits.TextColor3 = Color3.new(0, 0.666667, 1)
Credits.TextScaled = true
Credits.TextSize = 14
Credits.TextWrapped = true

Price.Name = "Price"
Price.Parent = LoadingFrame
Price.BackgroundColor3 = Color3.new(1, 1, 1)
Price.BackgroundTransparency = 1
Price.BorderSizePixel = 0
Price.Position = UDim2.new(0, 0, 0.924528301, 0)
Price.Size = UDim2.new(0.250366032, 0, 0.0377358496, 0)
Price.ZIndex = 103
Price.Font = Enum.Font.Highway
Price.Text = "Price : 225R$/1$"
Price.TextColor3 = Color3.new(0, 0.666667, 1)
Price.TextScaled = true
Price.TextSize = 14
Price.TextWrapped = true
Price.TextXAlignment = Enum.TextXAlignment.Left

Shine.Name = "Shine"
Shine.Parent = LoadingFrame
Shine.BackgroundColor3 = Color3.new(1, 1, 1)
Shine.BackgroundTransparency = 1
Shine.BorderSizePixel = 0
Shine.Position = UDim2.new(0.426793575, 0, 0.342767298, 0)
Shine.Size = UDim2.new(0, 200, 0, 200)
Shine.ZIndex = 101
Shine.Image = "rbxassetid://196969716"
Shine.ImageTransparency = 0.5

MainFrame.Name = "MainFrame"
MainFrame.Parent = EpicMinigamesGUIV3
MainFrame.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
MainFrame.BorderSizePixel = 0
MainFrame.Position = UDim2.new(0.396046847, 0, 0.191037744, 0)
MainFrame.Size = UDim2.new(0.207906291, 0, 0.617924511, 0)
MainFrame.Visible = false

Borders.Name = "Borders"
Borders.Parent = MainFrame
Borders.BackgroundColor3 = Color3.new(1, 1, 1)
Borders.BackgroundTransparency = 1
Borders.BorderSizePixel = 0
Borders.Size = UDim2.new(1, 0, 1, 0)
Borders.ZIndex = 102

TopLeftBorder.Name = "TopLeftBorder"
TopLeftBorder.Parent = Borders
TopLeftBorder.BackgroundColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder.BackgroundTransparency = 1
TopLeftBorder.BorderSizePixel = 0
TopLeftBorder.Position = UDim2.new(0, -12, 0, -12)
TopLeftBorder.Size = UDim2.new(0, 12, 0, 12)
TopLeftBorder.ZIndex = 103
TopLeftBorder.Image = "http://www.roblox.com/asset/?id=238725003"
TopLeftBorder.ImageColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder.ImageRectSize = Vector2.new(12, 12)

TopRightBorder.Name = "TopRightBorder"
TopRightBorder.Parent = Borders
TopRightBorder.BackgroundColor3 = Color3.new(1, 1, 1)
TopRightBorder.BackgroundTransparency = 1
TopRightBorder.BorderSizePixel = 0
TopRightBorder.Position = UDim2.new(1, 0, 0, -12)
TopRightBorder.Size = UDim2.new(0, 12, 0, 12)
TopRightBorder.ZIndex = 103
TopRightBorder.Image = "http://www.roblox.com/asset/?id=238725003"
TopRightBorder.ImageColor3 = Color3.new(1, 0.196078, 0.196078)
TopRightBorder.ImageRectOffset = Vector2.new(24, 0)
TopRightBorder.ImageRectSize = Vector2.new(12, 12)

Close.Name = "Close"
Close.Parent = TopRightBorder
Close.BackgroundColor3 = Color3.new(1, 1, 1)
Close.BackgroundTransparency = 1
Close.BorderSizePixel = 0
Close.Size = UDim2.new(1, 0, 1, 0)
Close.ZIndex = 104
Close.Font = Enum.Font.Highway
Close.Text = "X"
Close.TextColor3 = Color3.new(1, 1, 1)
Close.TextScaled = true
Close.TextSize = 14
Close.TextWrapped = true

BottomLeftBorder.Name = "BottomLeftBorder"
BottomLeftBorder.Parent = Borders
BottomLeftBorder.BackgroundColor3 = Color3.new(1, 1, 1)
BottomLeftBorder.BackgroundTransparency = 1
BottomLeftBorder.BorderSizePixel = 0
BottomLeftBorder.Position = UDim2.new(0, -12, 1, 0)
BottomLeftBorder.Size = UDim2.new(0, 12, 0, 12)
BottomLeftBorder.ZIndex = 103
BottomLeftBorder.Image = "http://www.roblox.com/asset/?id=238725003"
BottomLeftBorder.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
BottomLeftBorder.ImageRectOffset = Vector2.new(0, 24)
BottomLeftBorder.ImageRectSize = Vector2.new(12, 12)

BottomRightBorder.Name = "BottomRightBorder"
BottomRightBorder.Parent = Borders
BottomRightBorder.BackgroundColor3 = Color3.new(1, 1, 1)
BottomRightBorder.BackgroundTransparency = 1
BottomRightBorder.BorderSizePixel = 0
BottomRightBorder.Position = UDim2.new(1, 0, 1, 0)
BottomRightBorder.Size = UDim2.new(0, 12, 0, 12)
BottomRightBorder.ZIndex = 103
BottomRightBorder.Image = "http://www.roblox.com/asset/?id=238725003"
BottomRightBorder.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
BottomRightBorder.ImageRectOffset = Vector2.new(24, 24)
BottomRightBorder.ImageRectSize = Vector2.new(12, 12)

BottomBorder.Name = "BottomBorder"
BottomBorder.Parent = Borders
BottomBorder.BackgroundColor3 = Color3.new(1, 1, 1)
BottomBorder.BackgroundTransparency = 1
BottomBorder.BorderSizePixel = 0
BottomBorder.Position = UDim2.new(0, 0, 1, 0)
BottomBorder.Size = UDim2.new(1, 0, 0, 12)
BottomBorder.ZIndex = 103
BottomBorder.Image = "http://www.roblox.com/asset/?id=238725003"
BottomBorder.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
BottomBorder.ImageRectOffset = Vector2.new(12, 24)
BottomBorder.ImageRectSize = Vector2.new(12, 12)

LeftBorder.Name = "LeftBorder"
LeftBorder.Parent = Borders
LeftBorder.BackgroundColor3 = Color3.new(1, 1, 1)
LeftBorder.BackgroundTransparency = 1
LeftBorder.BorderSizePixel = 0
LeftBorder.Position = UDim2.new(0, -12, 0, 0)
LeftBorder.Size = UDim2.new(0, 12, 1, 0)
LeftBorder.ZIndex = 103
LeftBorder.Image = "http://www.roblox.com/asset/?id=238725003"
LeftBorder.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
LeftBorder.ImageRectOffset = Vector2.new(0, 12)
LeftBorder.ImageRectSize = Vector2.new(12, 12)

RightBorder.Name = "RightBorder"
RightBorder.Parent = Borders
RightBorder.BackgroundColor3 = Color3.new(1, 1, 1)
RightBorder.BackgroundTransparency = 1
RightBorder.BorderSizePixel = 0
RightBorder.Position = UDim2.new(1, 0, 0, 0)
RightBorder.Size = UDim2.new(0, 12, 1, 0)
RightBorder.ZIndex = 103
RightBorder.Image = "http://www.roblox.com/asset/?id=238725003"
RightBorder.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
RightBorder.ImageRectOffset = Vector2.new(24, 12)
RightBorder.ImageRectSize = Vector2.new(12, 12)

TopBorder.Name = "TopBorder"
TopBorder.Parent = Borders
TopBorder.BackgroundColor3 = Color3.new(1, 1, 1)
TopBorder.BackgroundTransparency = 1
TopBorder.Position = UDim2.new(0, 0, 0, -12)
TopBorder.Size = UDim2.new(1, 0, 0, 12)
TopBorder.ZIndex = 104
TopBorder.Image = "rbxassetid://238725003"
TopBorder.ImageColor3 = Color3.new(0, 0.666667, 1)
TopBorder.ImageRectOffset = Vector2.new(12, 12)
TopBorder.ImageRectSize = Vector2.new(12, 12)

MainTitle.Name = "MainTitle"
MainTitle.Parent = TopBorder
MainTitle.BackgroundColor3 = Color3.new(1, 1, 1)
MainTitle.BackgroundTransparency = 1
MainTitle.Size = UDim2.new(1, 0, 1, 0)
MainTitle.ZIndex = 104
MainTitle.Font = Enum.Font.Highway
MainTitle.Text = "Epic Minigames GUI"
MainTitle.TextColor3 = Color3.new(1, 1, 1)
MainTitle.TextScaled = true
MainTitle.TextSize = 14
MainTitle.TextWrapped = true

NextBtn.Name = "NextBtn"
NextBtn.Parent = MainFrame
NextBtn.BackgroundColor3 = Color3.new(0, 0.666667, 1)
NextBtn.Position = UDim2.new(0.746478856, 0, 0.907407403, 0)
NextBtn.Size = UDim2.new(0.211267605, 0, 0.039682541, 0)
NextBtn.Font = Enum.Font.Highway
NextBtn.Text = "Next>"
NextBtn.TextColor3 = Color3.new(1, 1, 1)
NextBtn.TextScaled = true
NextBtn.TextSize = 14
NextBtn.TextWrapped = true

Borders_2.Name = "Borders"
Borders_2.Parent = NextBtn
Borders_2.BackgroundColor3 = Color3.new(1, 1, 1)
Borders_2.BackgroundTransparency = 1
Borders_2.BorderSizePixel = 0
Borders_2.Size = UDim2.new(1, 0, 1, 0)
Borders_2.ZIndex = 102

TopLeftBorder_2.Name = "TopLeftBorder"
TopLeftBorder_2.Parent = Borders_2
TopLeftBorder_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_2.BackgroundTransparency = 1
TopLeftBorder_2.BorderSizePixel = 0
TopLeftBorder_2.Position = UDim2.new(0, -12, 0, -12)
TopLeftBorder_2.Size = UDim2.new(0, 12, 0, 12)
TopLeftBorder_2.ZIndex = 103
TopLeftBorder_2.Image = "http://www.roblox.com/asset/?id=238725003"
TopLeftBorder_2.ImageColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_2.ImageRectSize = Vector2.new(12, 12)

TopRightBorder_2.Name = "TopRightBorder"
TopRightBorder_2.Parent = Borders_2
TopRightBorder_2.BackgroundColor3 = Color3.new(1, 1, 1)
TopRightBorder_2.BackgroundTransparency = 1
TopRightBorder_2.BorderSizePixel = 0
TopRightBorder_2.Position = UDim2.new(1, 0, 0, -12)
TopRightBorder_2.Size = UDim2.new(0, 12, 0, 12)
TopRightBorder_2.ZIndex = 103
TopRightBorder_2.Image = "http://www.roblox.com/asset/?id=238725003"
TopRightBorder_2.ImageColor3 = Color3.new(0, 0.666667, 1)
TopRightBorder_2.ImageRectOffset = Vector2.new(24, 0)
TopRightBorder_2.ImageRectSize = Vector2.new(12, 12)

BottomLeftBorder_2.Name = "BottomLeftBorder"
BottomLeftBorder_2.Parent = Borders_2
BottomLeftBorder_2.BackgroundColor3 = Color3.new(1, 1, 1)
BottomLeftBorder_2.BackgroundTransparency = 1
BottomLeftBorder_2.BorderSizePixel = 0
BottomLeftBorder_2.Position = UDim2.new(0, -12, 1, 0)
BottomLeftBorder_2.Size = UDim2.new(0, 12, 0, 12)
BottomLeftBorder_2.ZIndex = 103
BottomLeftBorder_2.Image = "http://www.roblox.com/asset/?id=238725003"
BottomLeftBorder_2.ImageColor3 = Color3.new(0, 0.666667, 1)
BottomLeftBorder_2.ImageRectOffset = Vector2.new(0, 24)
BottomLeftBorder_2.ImageRectSize = Vector2.new(12, 12)

BottomRightBorder_2.Name = "BottomRightBorder"
BottomRightBorder_2.Parent = Borders_2
BottomRightBorder_2.BackgroundColor3 = Color3.new(1, 1, 1)
BottomRightBorder_2.BackgroundTransparency = 1
BottomRightBorder_2.BorderSizePixel = 0
BottomRightBorder_2.Position = UDim2.new(1, 0, 1, 0)
BottomRightBorder_2.Size = UDim2.new(0, 12, 0, 12)
BottomRightBorder_2.ZIndex = 103
BottomRightBorder_2.Image = "http://www.roblox.com/asset/?id=238725003"
BottomRightBorder_2.ImageColor3 = Color3.new(0, 0.666667, 1)
BottomRightBorder_2.ImageRectOffset = Vector2.new(24, 24)
BottomRightBorder_2.ImageRectSize = Vector2.new(12, 12)

BottomBorder_2.Name = "BottomBorder"
BottomBorder_2.Parent = Borders_2
BottomBorder_2.BackgroundColor3 = Color3.new(1, 1, 1)
BottomBorder_2.BackgroundTransparency = 1
BottomBorder_2.BorderSizePixel = 0
BottomBorder_2.Position = UDim2.new(0, 0, 1, 0)
BottomBorder_2.Size = UDim2.new(1, 0, 0, 12)
BottomBorder_2.ZIndex = 103
BottomBorder_2.Image = "http://www.roblox.com/asset/?id=238725003"
BottomBorder_2.ImageColor3 = Color3.new(0, 0.666667, 1)
BottomBorder_2.ImageRectOffset = Vector2.new(12, 24)
BottomBorder_2.ImageRectSize = Vector2.new(12, 12)

LeftBorder_2.Name = "LeftBorder"
LeftBorder_2.Parent = Borders_2
LeftBorder_2.BackgroundColor3 = Color3.new(1, 1, 1)
LeftBorder_2.BackgroundTransparency = 1
LeftBorder_2.BorderSizePixel = 0
LeftBorder_2.Position = UDim2.new(0, -12, 0, 0)
LeftBorder_2.Size = UDim2.new(0, 12, 1, 0)
LeftBorder_2.ZIndex = 103
LeftBorder_2.Image = "http://www.roblox.com/asset/?id=238725003"
LeftBorder_2.ImageColor3 = Color3.new(0, 0.666667, 1)
LeftBorder_2.ImageRectOffset = Vector2.new(0, 12)
LeftBorder_2.ImageRectSize = Vector2.new(12, 12)

RightBorder_2.Name = "RightBorder"
RightBorder_2.Parent = Borders_2
RightBorder_2.BackgroundColor3 = Color3.new(1, 1, 1)
RightBorder_2.BackgroundTransparency = 1
RightBorder_2.BorderSizePixel = 0
RightBorder_2.Position = UDim2.new(1, 0, 0, 0)
RightBorder_2.Size = UDim2.new(0, 12, 1, 0)
RightBorder_2.ZIndex = 103
RightBorder_2.Image = "http://www.roblox.com/asset/?id=238725003"
RightBorder_2.ImageColor3 = Color3.new(0, 0.666667, 1)
RightBorder_2.ImageRectOffset = Vector2.new(24, 12)
RightBorder_2.ImageRectSize = Vector2.new(12, 12)

TopBorder_2.Name = "TopBorder"
TopBorder_2.Parent = Borders_2
TopBorder_2.BackgroundColor3 = Color3.new(1, 1, 1)
TopBorder_2.BackgroundTransparency = 1
TopBorder_2.Position = UDim2.new(0, 0, 0, -12)
TopBorder_2.Size = UDim2.new(1, 0, 0, 12)
TopBorder_2.ZIndex = 104
TopBorder_2.Image = "rbxassetid://238725003"
TopBorder_2.ImageColor3 = Color3.new(0, 0.666667, 1)
TopBorder_2.ImageRectOffset = Vector2.new(12, 12)
TopBorder_2.ImageRectSize = Vector2.new(12, 12)

PrevBtn.Name = "PrevBtn"
PrevBtn.Parent = MainFrame
PrevBtn.BackgroundColor3 = Color3.new(0, 0.666667, 1)
PrevBtn.Position = UDim2.new(0.0528168678, 0, 0.907407403, 0)
PrevBtn.Size = UDim2.new(0.211267605, 0, 0.039682541, 0)
PrevBtn.Font = Enum.Font.Highway
PrevBtn.Text = "<Prev"
PrevBtn.TextColor3 = Color3.new(1, 1, 1)
PrevBtn.TextScaled = true
PrevBtn.TextSize = 14
PrevBtn.TextWrapped = true

Borders_3.Name = "Borders"
Borders_3.Parent = PrevBtn
Borders_3.BackgroundColor3 = Color3.new(1, 1, 1)
Borders_3.BackgroundTransparency = 1
Borders_3.BorderSizePixel = 0
Borders_3.Size = UDim2.new(1, 0, 1, 0)
Borders_3.ZIndex = 102

TopLeftBorder_3.Name = "TopLeftBorder"
TopLeftBorder_3.Parent = Borders_3
TopLeftBorder_3.BackgroundColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_3.BackgroundTransparency = 1
TopLeftBorder_3.BorderSizePixel = 0
TopLeftBorder_3.Position = UDim2.new(0, -12, 0, -12)
TopLeftBorder_3.Size = UDim2.new(0, 12, 0, 12)
TopLeftBorder_3.ZIndex = 103
TopLeftBorder_3.Image = "http://www.roblox.com/asset/?id=238725003"
TopLeftBorder_3.ImageColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_3.ImageRectSize = Vector2.new(12, 12)

TopRightBorder_3.Name = "TopRightBorder"
TopRightBorder_3.Parent = Borders_3
TopRightBorder_3.BackgroundColor3 = Color3.new(1, 1, 1)
TopRightBorder_3.BackgroundTransparency = 1
TopRightBorder_3.BorderSizePixel = 0
TopRightBorder_3.Position = UDim2.new(1, 0, 0, -12)
TopRightBorder_3.Size = UDim2.new(0, 12, 0, 12)
TopRightBorder_3.ZIndex = 103
TopRightBorder_3.Image = "http://www.roblox.com/asset/?id=238725003"
TopRightBorder_3.ImageColor3 = Color3.new(0, 0.666667, 1)
TopRightBorder_3.ImageRectOffset = Vector2.new(24, 0)
TopRightBorder_3.ImageRectSize = Vector2.new(12, 12)

BottomLeftBorder_3.Name = "BottomLeftBorder"
BottomLeftBorder_3.Parent = Borders_3
BottomLeftBorder_3.BackgroundColor3 = Color3.new(1, 1, 1)
BottomLeftBorder_3.BackgroundTransparency = 1
BottomLeftBorder_3.BorderSizePixel = 0
BottomLeftBorder_3.Position = UDim2.new(0, -12, 1, 0)
BottomLeftBorder_3.Size = UDim2.new(0, 12, 0, 12)
BottomLeftBorder_3.ZIndex = 103
BottomLeftBorder_3.Image = "http://www.roblox.com/asset/?id=238725003"
BottomLeftBorder_3.ImageColor3 = Color3.new(0, 0.666667, 1)
BottomLeftBorder_3.ImageRectOffset = Vector2.new(0, 24)
BottomLeftBorder_3.ImageRectSize = Vector2.new(12, 12)

BottomRightBorder_3.Name = "BottomRightBorder"
BottomRightBorder_3.Parent = Borders_3
BottomRightBorder_3.BackgroundColor3 = Color3.new(1, 1, 1)
BottomRightBorder_3.BackgroundTransparency = 1
BottomRightBorder_3.BorderSizePixel = 0
BottomRightBorder_3.Position = UDim2.new(1, 0, 1, 0)
BottomRightBorder_3.Size = UDim2.new(0, 12, 0, 12)
BottomRightBorder_3.ZIndex = 103
BottomRightBorder_3.Image = "http://www.roblox.com/asset/?id=238725003"
BottomRightBorder_3.ImageColor3 = Color3.new(0, 0.666667, 1)
BottomRightBorder_3.ImageRectOffset = Vector2.new(24, 24)
BottomRightBorder_3.ImageRectSize = Vector2.new(12, 12)

BottomBorder_3.Name = "BottomBorder"
BottomBorder_3.Parent = Borders_3
BottomBorder_3.BackgroundColor3 = Color3.new(1, 1, 1)
BottomBorder_3.BackgroundTransparency = 1
BottomBorder_3.BorderSizePixel = 0
BottomBorder_3.Position = UDim2.new(0, 0, 1, 0)
BottomBorder_3.Size = UDim2.new(1, 0, 0, 12)
BottomBorder_3.ZIndex = 103
BottomBorder_3.Image = "http://www.roblox.com/asset/?id=238725003"
BottomBorder_3.ImageColor3 = Color3.new(0, 0.666667, 1)
BottomBorder_3.ImageRectOffset = Vector2.new(12, 24)
BottomBorder_3.ImageRectSize = Vector2.new(12, 12)

LeftBorder_3.Name = "LeftBorder"
LeftBorder_3.Parent = Borders_3
LeftBorder_3.BackgroundColor3 = Color3.new(1, 1, 1)
LeftBorder_3.BackgroundTransparency = 1
LeftBorder_3.BorderSizePixel = 0
LeftBorder_3.Position = UDim2.new(0, -12, 0, 0)
LeftBorder_3.Size = UDim2.new(0, 12, 1, 0)
LeftBorder_3.ZIndex = 103
LeftBorder_3.Image = "http://www.roblox.com/asset/?id=238725003"
LeftBorder_3.ImageColor3 = Color3.new(0, 0.666667, 1)
LeftBorder_3.ImageRectOffset = Vector2.new(0, 12)
LeftBorder_3.ImageRectSize = Vector2.new(12, 12)
RightBorder_3.Name = "RightBorder"
RightBorder_3.Parent = Borders_3
RightBorder_3.BackgroundColor3 = Color3.new(1, 1, 1)
RightBorder_3.BackgroundTransparency = 1
RightBorder_3.BorderSizePixel = 0
RightBorder_3.Position = UDim2.new(1, 0, 0, 0)
RightBorder_3.Size = UDim2.new(0, 12, 1, 0)
RightBorder_3.ZIndex = 103
RightBorder_3.Image = "http://www.roblox.com/asset/?id=238725003"
RightBorder_3.ImageColor3 = Color3.new(0, 0.666667, 1)
RightBorder_3.ImageRectOffset = Vector2.new(24, 12)
RightBorder_3.ImageRectSize = Vector2.new(12, 12)

TopBorder_3.Name = "TopBorder"
TopBorder_3.Parent = Borders_3
TopBorder_3.BackgroundColor3 = Color3.new(1, 1, 1)
TopBorder_3.BackgroundTransparency = 1
TopBorder_3.Position = UDim2.new(0, 0, 0, -12)
TopBorder_3.Size = UDim2.new(1, 0, 0, 12)
TopBorder_3.ZIndex = 104
TopBorder_3.Image = "rbxassetid://238725003"
TopBorder_3.ImageColor3 = Color3.new(0, 0.666667, 1)
TopBorder_3.ImageRectOffset = Vector2.new(12, 12)
TopBorder_3.ImageRectSize = Vector2.new(12, 12)

CCmdsP.Name = "CCmdsP"
CCmdsP.Parent = MainFrame
CCmdsP.BackgroundColor3 = Color3.new(1, 1, 1)
CCmdsP.BackgroundTransparency = 1
CCmdsP.BorderSizePixel = 0
CCmdsP.Size = UDim2.new(1, 0, 1, 0)

CtpSwicth.Name = "CtpSwicth"
CtpSwicth.Parent = CCmdsP
CtpSwicth.BackgroundColor3 = Color3.new(1, 0.113725, 0.0392157)
CtpSwicth.BorderSizePixel = 0
CtpSwicth.Position = UDim2.new(0.774647892, 0, 0.280423284, 0)
CtpSwicth.Size = UDim2.new(0.154929578, 0, 0, 24)

Borders_4.Name = "Borders"
Borders_4.Parent = CtpSwicth
Borders_4.BackgroundColor3 = Color3.new(1, 1, 1)
Borders_4.BackgroundTransparency = 1
Borders_4.BorderSizePixel = 0
Borders_4.Size = UDim2.new(1, 0, 1, 0)
Borders_4.ZIndex = 102

TopLeftBorder_4.Name = "TopLeftBorder"
TopLeftBorder_4.Parent = Borders_4
TopLeftBorder_4.BackgroundColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_4.BackgroundTransparency = 1
TopLeftBorder_4.BorderSizePixel = 0
TopLeftBorder_4.Position = UDim2.new(0, -12, 0, 0)
TopLeftBorder_4.Size = UDim2.new(0, 12, 0, 12)
TopLeftBorder_4.ZIndex = 103
TopLeftBorder_4.Image = "http://www.roblox.com/asset/?id=238725003"
TopLeftBorder_4.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
TopLeftBorder_4.ImageRectSize = Vector2.new(12, 12)
BottomLeftBorder_4.Name = "BottomLeftBorder"
BottomLeftBorder_4.Parent = Borders_4
BottomLeftBorder_4.BackgroundColor3 = Color3.new(1, 1, 1)
BottomLeftBorder_4.BackgroundTransparency = 1
BottomLeftBorder_4.BorderSizePixel = 0
BottomLeftBorder_4.Position = UDim2.new(0, -12, 1, -12)
BottomLeftBorder_4.Size = UDim2.new(0, 12, 0, 12)
BottomLeftBorder_4.ZIndex = 103
BottomLeftBorder_4.Image = "http://www.roblox.com/asset/?id=238725003"
BottomLeftBorder_4.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomLeftBorder_4.ImageRectOffset = Vector2.new(0, 24)
BottomLeftBorder_4.ImageRectSize = Vector2.new(12, 12)

TopRightBorder_4.Name = "TopRightBorder"
TopRightBorder_4.Parent = Borders_4
TopRightBorder_4.BackgroundColor3 = Color3.new(1, 1, 1)
TopRightBorder_4.BackgroundTransparency = 1
TopRightBorder_4.BorderSizePixel = 0
TopRightBorder_4.Position = UDim2.new(1, 0, 0, 0)
TopRightBorder_4.Size = UDim2.new(0, 12, 0, 12)
TopRightBorder_4.ZIndex = 103
TopRightBorder_4.Image = "http://www.roblox.com/asset/?id=238725003"
TopRightBorder_4.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
TopRightBorder_4.ImageRectOffset = Vector2.new(24, 0)
TopRightBorder_4.ImageRectSize = Vector2.new(12, 12)

BottomRightBorder_4.Name = "BottomRightBorder"
BottomRightBorder_4.Parent = Borders_4
BottomRightBorder_4.BackgroundColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomRightBorder_4.BackgroundTransparency = 1
BottomRightBorder_4.BorderSizePixel = 0
BottomRightBorder_4.Position = UDim2.new(1, 0, 1, -12)
BottomRightBorder_4.Size = UDim2.new(0, 12, 0, 12)
BottomRightBorder_4.ZIndex = 103
BottomRightBorder_4.Image = "http://www.roblox.com/asset/?id=238725003"
BottomRightBorder_4.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomRightBorder_4.ImageRectOffset = Vector2.new(24, 24)
BottomRightBorder_4.ImageRectSize = Vector2.new(12, 12)

Switch.Name = "Switch"
Switch.Parent = CtpSwicth
Switch.BackgroundColor3 = Color3.new(1, 1, 1)
Switch.BackgroundTransparency = 1
Switch.Position = UDim2.new(1, -12, 0, 0)
Switch.Size = UDim2.new(0.5, 2, 1, 0)
Switch.ZIndex = 105
Switch.Image = "rbxassetid://232918622"

State.Name = "State"
State.Parent = CtpSwicth
State.BackgroundColor3 = Color3.new(1, 1, 1)
State.BackgroundTransparency = 1
State.BorderSizePixel = 0
State.Size = UDim2.new(1, 0, 1, 0)
State.ZIndex = 104
State.Font = Enum.Font.Highway
State.Text = "Off"
State.TextColor3 = Color3.new(1, 1, 1)
State.TextSize = 14
State.TextTransparency = 0.5
State.TextWrapped = true

CDstSwitch.Name = "CDstSwitch"
CDstSwitch.Parent = CCmdsP
CDstSwitch.BackgroundColor3 = Color3.new(1, 0.113725, 0.0392157)
CDstSwitch.BorderSizePixel = 0
CDstSwitch.Position = UDim2.new(0.774647892, 0, 0.417989433, 0)
CDstSwitch.Size = UDim2.new(0.154929578, 0, 0, 24)

Borders_5.Name = "Borders"
Borders_5.Parent = CDstSwitch
Borders_5.BackgroundColor3 = Color3.new(1, 1, 1)
Borders_5.BackgroundTransparency = 1
Borders_5.BorderSizePixel = 0
Borders_5.Size = UDim2.new(1, 0, 1, 0)
Borders_5.ZIndex = 102

TopLeftBorder_5.Name = "TopLeftBorder"
TopLeftBorder_5.Parent = Borders_5
TopLeftBorder_5.BackgroundColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_5.BackgroundTransparency = 1
TopLeftBorder_5.BorderSizePixel = 0
TopLeftBorder_5.Position = UDim2.new(0, -12, 0, 0)
TopLeftBorder_5.Size = UDim2.new(0, 12, 0, 12)
TopLeftBorder_5.ZIndex = 103
TopLeftBorder_5.Image = "http://www.roblox.com/asset/?id=238725003"
TopLeftBorder_5.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
TopLeftBorder_5.ImageRectSize = Vector2.new(12, 12)

BottomLeftBorder_5.Name = "BottomLeftBorder"
BottomLeftBorder_5.Parent = Borders_5
BottomLeftBorder_5.BackgroundColor3 = Color3.new(1, 1, 1)
BottomLeftBorder_5.BackgroundTransparency = 1
BottomLeftBorder_5.BorderSizePixel = 0
BottomLeftBorder_5.Position = UDim2.new(0, -12, 1, -12)
BottomLeftBorder_5.Size = UDim2.new(0, 12, 0, 12)
BottomLeftBorder_5.ZIndex = 103
BottomLeftBorder_5.Image = "http://www.roblox.com/asset/?id=238725003"
BottomLeftBorder_5.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomLeftBorder_5.ImageRectOffset = Vector2.new(0, 24)
BottomLeftBorder_5.ImageRectSize = Vector2.new(12, 12)

TopRightBorder_5.Name = "TopRightBorder"
TopRightBorder_5.Parent = Borders_5
TopRightBorder_5.BackgroundColor3 = Color3.new(1, 1, 1)
TopRightBorder_5.BackgroundTransparency = 1
TopRightBorder_5.BorderSizePixel = 0
TopRightBorder_5.Position = UDim2.new(1, 0, 0, 0)
TopRightBorder_5.Size = UDim2.new(0, 12, 0, 12)
TopRightBorder_5.ZIndex = 103
TopRightBorder_5.Image = "http://www.roblox.com/asset/?id=238725003"
TopRightBorder_5.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
TopRightBorder_5.ImageRectOffset = Vector2.new(24, 0)
TopRightBorder_5.ImageRectSize = Vector2.new(12, 12)

BottomRightBorder_5.Name = "BottomRightBorder"
BottomRightBorder_5.Parent = Borders_5
BottomRightBorder_5.BackgroundColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomRightBorder_5.BackgroundTransparency = 1
BottomRightBorder_5.BorderSizePixel = 0
BottomRightBorder_5.Position = UDim2.new(1, 0, 1, -12)
BottomRightBorder_5.Size = UDim2.new(0, 12, 0, 12)
BottomRightBorder_5.ZIndex = 103
BottomRightBorder_5.Image = "http://www.roblox.com/asset/?id=238725003"
BottomRightBorder_5.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomRightBorder_5.ImageRectOffset = Vector2.new(24, 24)
BottomRightBorder_5.ImageRectSize = Vector2.new(12, 12)

Switch_2.Name = "Switch"
Switch_2.Parent = CDstSwitch
Switch_2.BackgroundColor3 = Color3.new(1, 1, 1)
Switch_2.BackgroundTransparency = 1
Switch_2.Position = UDim2.new(1, -12, 0, 0)
Switch_2.Size = UDim2.new(0.5, 2, 1, 0)
Switch_2.ZIndex = 105
Switch_2.Image = "rbxassetid://232918622"

State_2.Name = "State"
State_2.Parent = CDstSwitch
State_2.BackgroundColor3 = Color3.new(1, 1, 1)
State_2.BackgroundTransparency = 1
State_2.BorderSizePixel = 0
State_2.Size = UDim2.new(1, 0, 1, 0)
State_2.ZIndex = 104
State_2.Font = Enum.Font.Highway
State_2.Text = "Off"
State_2.TextColor3 = Color3.new(1, 1, 1)
State_2.TextSize = 14
State_2.TextTransparency = 0.5
State_2.TextWrapped = true

CTglSwitch.Name = "CTglSwitch"
CTglSwitch.Parent = CCmdsP
CTglSwitch.BackgroundColor3 = Color3.new(1, 0.113725, 0.0392157)
CTglSwitch.BorderSizePixel = 0
CTglSwitch.Position = UDim2.new(0.774647892, 0, 0.555555582, 0)
CTglSwitch.Size = UDim2.new(0.154929578, 0, 0, 24)

Borders_6.Name = "Borders"
Borders_6.Parent = CTglSwitch
Borders_6.BackgroundColor3 = Color3.new(1, 1, 1)
Borders_6.BackgroundTransparency = 1
Borders_6.BorderSizePixel = 0
Borders_6.Size = UDim2.new(1, 0, 1, 0)
Borders_6.ZIndex = 102

TopLeftBorder_6.Name = "TopLeftBorder"
TopLeftBorder_6.Parent = Borders_6
TopLeftBorder_6.BackgroundColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_6.BackgroundTransparency = 1
TopLeftBorder_6.BorderSizePixel = 0
TopLeftBorder_6.Position = UDim2.new(0, -12, 0, 0)
TopLeftBorder_6.Size = UDim2.new(0, 12, 0, 12)
TopLeftBorder_6.ZIndex = 103
TopLeftBorder_6.Image = "http://www.roblox.com/asset/?id=238725003"
TopLeftBorder_6.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
TopLeftBorder_6.ImageRectSize = Vector2.new(12, 12)
BottomLeftBorder_6.Name = "BottomLeftBorder"
BottomLeftBorder_6.Parent = Borders_6
BottomLeftBorder_6.BackgroundColor3 = Color3.new(1, 1, 1)
BottomLeftBorder_6.BackgroundTransparency = 1
BottomLeftBorder_6.BorderSizePixel = 0
BottomLeftBorder_6.Position = UDim2.new(0, -12, 1, -12)
BottomLeftBorder_6.Size = UDim2.new(0, 12, 0, 12)
BottomLeftBorder_6.ZIndex = 103
BottomLeftBorder_6.Image = "http://www.roblox.com/asset/?id=238725003"
BottomLeftBorder_6.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomLeftBorder_6.ImageRectOffset = Vector2.new(0, 24)
BottomLeftBorder_6.ImageRectSize = Vector2.new(12, 12)

TopRightBorder_6.Name = "TopRightBorder"
TopRightBorder_6.Parent = Borders_6
TopRightBorder_6.BackgroundColor3 = Color3.new(1, 1, 1)
TopRightBorder_6.BackgroundTransparency = 1
TopRightBorder_6.BorderSizePixel = 0
TopRightBorder_6.Position = UDim2.new(1, 0, 0, 0)
TopRightBorder_6.Size = UDim2.new(0, 12, 0, 12)
TopRightBorder_6.ZIndex = 103
TopRightBorder_6.Image = "http://www.roblox.com/asset/?id=238725003"
TopRightBorder_6.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
TopRightBorder_6.ImageRectOffset = Vector2.new(24, 0)
TopRightBorder_6.ImageRectSize = Vector2.new(12, 12)

BottomRightBorder_6.Name = "BottomRightBorder"
BottomRightBorder_6.Parent = Borders_6
BottomRightBorder_6.BackgroundColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomRightBorder_6.BackgroundTransparency = 1
BottomRightBorder_6.BorderSizePixel = 0
BottomRightBorder_6.Position = UDim2.new(1, 0, 1, -12)
BottomRightBorder_6.Size = UDim2.new(0, 12, 0, 12)
BottomRightBorder_6.ZIndex = 103
BottomRightBorder_6.Image = "http://www.roblox.com/asset/?id=238725003"
BottomRightBorder_6.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomRightBorder_6.ImageRectOffset = Vector2.new(24, 24)
BottomRightBorder_6.ImageRectSize = Vector2.new(12, 12)

Switch_3.Name = "Switch"
Switch_3.Parent = CTglSwitch
Switch_3.BackgroundColor3 = Color3.new(1, 1, 1)
Switch_3.BackgroundTransparency = 1
Switch_3.Position = UDim2.new(1, -12, 0, 0)
Switch_3.Size = UDim2.new(0.5, 2, 1, 0)
Switch_3.ZIndex = 105
Switch_3.Image = "rbxassetid://232918622"

State_3.Name = "State"
State_3.Parent = CTglSwitch
State_3.BackgroundColor3 = Color3.new(1, 1, 1)
State_3.BackgroundTransparency = 1
State_3.BorderSizePixel = 0
State_3.Size = UDim2.new(1, 0, 1, 0)
State_3.ZIndex = 104
State_3.Font = Enum.Font.Highway
State_3.Text = "Off"
State_3.TextColor3 = Color3.new(1, 1, 1)
State_3.TextSize = 14
State_3.TextTransparency = 0.5
State_3.TextWrapped = true

CDbgSwitch.Name = "CDbgSwitch"
CDbgSwitch.Parent = CCmdsP
CDbgSwitch.BackgroundColor3 = Color3.new(1, 0.113725, 0.0392157)
CDbgSwitch.BorderSizePixel = 0
CDbgSwitch.Position = UDim2.new(0.774647892, 0, 0.690476179, 0)
CDbgSwitch.Size = UDim2.new(0.154929578, 0, 0, 24)

Borders_7.Name = "Borders"
Borders_7.Parent = CDbgSwitch
Borders_7.BackgroundColor3 = Color3.new(1, 1, 1)
Borders_7.BackgroundTransparency = 1
Borders_7.BorderSizePixel = 0
Borders_7.Size = UDim2.new(1, 0, 1, 0)
Borders_7.ZIndex = 102

TopLeftBorder_7.Name = "TopLeftBorder"
TopLeftBorder_7.Parent = Borders_7
TopLeftBorder_7.BackgroundColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_7.BackgroundTransparency = 1
TopLeftBorder_7.BorderSizePixel = 0
TopLeftBorder_7.Position = UDim2.new(0, -12, 0, 0)
TopLeftBorder_7.Size = UDim2.new(0, 12, 0, 12)
TopLeftBorder_7.ZIndex = 103
TopLeftBorder_7.Image = "http://www.roblox.com/asset/?id=238725003"
TopLeftBorder_7.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
TopLeftBorder_7.ImageRectSize = Vector2.new(12, 12)

BottomLeftBorder_7.Name = "BottomLeftBorder"
BottomLeftBorder_7.Parent = Borders_7
BottomLeftBorder_7.BackgroundColor3 = Color3.new(1, 1, 1)
BottomLeftBorder_7.BackgroundTransparency = 1
BottomLeftBorder_7.BorderSizePixel = 0
BottomLeftBorder_7.Position = UDim2.new(0, -12, 1, -12)
BottomLeftBorder_7.Size = UDim2.new(0, 12, 0, 12)
BottomLeftBorder_7.ZIndex = 103
BottomLeftBorder_7.Image = "http://www.roblox.com/asset/?id=238725003"
BottomLeftBorder_7.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomLeftBorder_7.ImageRectOffset = Vector2.new(0, 24)
BottomLeftBorder_7.ImageRectSize = Vector2.new(12, 12)

TopRightBorder_7.Name = "TopRightBorder"
TopRightBorder_7.Parent = Borders_7
TopRightBorder_7.BackgroundColor3 = Color3.new(1, 1, 1)
TopRightBorder_7.BackgroundTransparency = 1
TopRightBorder_7.BorderSizePixel = 0
TopRightBorder_7.Position = UDim2.new(1, 0, 0, 0)
TopRightBorder_7.Size = UDim2.new(0, 12, 0, 12)
TopRightBorder_7.ZIndex = 103
TopRightBorder_7.Image = "http://www.roblox.com/asset/?id=238725003"
TopRightBorder_7.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
TopRightBorder_7.ImageRectOffset = Vector2.new(24, 0)
TopRightBorder_7.ImageRectSize = Vector2.new(12, 12)

BottomRightBorder_7.Name = "BottomRightBorder"
BottomRightBorder_7.Parent = Borders_7
BottomRightBorder_7.BackgroundColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomRightBorder_7.BackgroundTransparency = 1
BottomRightBorder_7.BorderSizePixel = 0
BottomRightBorder_7.Position = UDim2.new(1, 0, 1, -12)
BottomRightBorder_7.Size = UDim2.new(0, 12, 0, 12)
BottomRightBorder_7.ZIndex = 103
BottomRightBorder_7.Image = "http://www.roblox.com/asset/?id=238725003"
BottomRightBorder_7.ImageColor3 = Color3.new(1, 0.113725, 0.0392157)
BottomRightBorder_7.ImageRectOffset = Vector2.new(24, 24)
BottomRightBorder_7.ImageRectSize = Vector2.new(12, 12)

Switch_4.Name = "Switch"
Switch_4.Parent = CDbgSwitch
Switch_4.BackgroundColor3 = Color3.new(1, 1, 1)
Switch_4.BackgroundTransparency = 1
Switch_4.Position = UDim2.new(1, -12, 0, 0)
Switch_4.Size = UDim2.new(0.5, 2, 1, 0)
Switch_4.ZIndex = 105
Switch_4.Image = "rbxassetid://232918622"

State_4.Name = "State"
State_4.Parent = CDbgSwitch
State_4.BackgroundColor3 = Color3.new(1, 1, 1)
State_4.BackgroundTransparency = 1
State_4.BorderSizePixel = 0
State_4.Size = UDim2.new(1, 0, 1, 0)
State_4.ZIndex = 104
State_4.Font = Enum.Font.Highway
State_4.Text = "Off"
State_4.TextColor3 = Color3.new(1, 1, 1)
State_4.TextSize = 14
State_4.TextTransparency = 0.5
State_4.TextWrapped = true

CTglL.Name = "CTglL"
CTglL.Parent = CCmdsP
CTglL.BackgroundColor3 = Color3.new(1, 1, 1)
CTglL.BackgroundTransparency = 1
CTglL.Position = UDim2.new(0, 0, 0.560846567, 0)
CTglL.Size = UDim2.new(0.626760542, 0, 0.055555556, 0)
CTglL.Font = Enum.Font.Highway
CTglL.Text = "Click Toggle"
CTglL.TextColor3 = Color3.new(1, 1, 1)
CTglL.TextScaled = true
CTglL.TextSize = 14
CTglL.TextWrapped = true

CDstL.Name = "CDstL"
CDstL.Parent = CCmdsP
CDstL.BackgroundColor3 = Color3.new(1, 1, 1)
CDstL.BackgroundTransparency = 1
CDstL.Position = UDim2.new(0, 0, 0.423280418, 0)
CDstL.Size = UDim2.new(0.626760542, 0, 0.055555556, 0)
CDstL.Font = Enum.Font.Highway
CDstL.Text = "Click Destroy"
CDstL.TextColor3 = Color3.new(1, 1, 1)
CDstL.TextScaled = true
CDstL.TextSize = 14
CDstL.TextWrapped = true
CDbgL.Name = "CDbgL"
CDbgL.Parent = CCmdsP
CDbgL.BackgroundColor3 = Color3.new(1, 1, 1)
CDbgL.BackgroundTransparency = 1
CDbgL.Position = UDim2.new(0, 0, 0.695767164, 0)
CDbgL.Size = UDim2.new(0.626760542, 0, 0.055555556, 0)
CDbgL.Font = Enum.Font.Highway
CDbgL.Text = "Click Debug"
CDbgL.TextColor3 = Color3.new(1, 1, 1)
CDbgL.TextScaled = true
CDbgL.TextSize = 14
CDbgL.TextWrapped = true

ECCMdsTitle.Name = "ECCMdsTitle"
ECCMdsTitle.Parent = CCmdsP
ECCMdsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
ECCMdsTitle.BackgroundTransparency = 1
ECCMdsTitle.Position = UDim2.new(0, 0, 0.0740740746, 0)
ECCMdsTitle.Size = UDim2.new(1, 0, 0.055555556, 0)
ECCMdsTitle.Font = Enum.Font.Highway
ECCMdsTitle.Text = "E + Click Commands"
ECCMdsTitle.TextColor3 = Color3.new(1, 1, 1)
ECCMdsTitle.TextScaled = true
ECCMdsTitle.TextSize = 14
ECCMdsTitle.TextWrapped = true

CTPL.Name = "CTPL"
CTPL.Parent = CCmdsP
CTPL.BackgroundColor3 = Color3.new(1, 1, 1)
CTPL.BackgroundTransparency = 1
CTPL.Position = UDim2.new(0, 0, 0.285714269, 0)
CTPL.Size = UDim2.new(0.626760542, 0, 0.055555556, 0)
CTPL.Font = Enum.Font.Highway
CTPL.Text = "Click Teleport"
CTPL.TextColor3 = Color3.new(1, 1, 1)
CTPL.TextScaled = true
CTPL.TextSize = 14
CTPL.TextWrapped = true

MinigamesP.Name = "MinigamesP"
MinigamesP.Parent = MainFrame
MinigamesP.BackgroundColor3 = Color3.new(1, 1, 1)
MinigamesP.BackgroundTransparency = 1
MinigamesP.BorderSizePixel = 0
MinigamesP.Size = UDim2.new(1, 0, 1, 0)
MinigamesP.Visible = false

AllMinigamesP.Name = "AllMinigamesP"
AllMinigamesP.Parent = MinigamesP
AllMinigamesP.BackgroundColor3 = Color3.new(1, 1, 1)
AllMinigamesP.BackgroundTransparency = 1
AllMinigamesP.BorderColor3 = Color3.new(0, 0.666667, 1)
AllMinigamesP.Position = UDim2.new(0, 0, 0.248677254, 0)
AllMinigamesP.Size = UDim2.new(1, 0, 0.571428597, 0)

ASMTitle.Name = "ASMTitle"
ASMTitle.Parent = MinigamesP
ASMTitle.BackgroundColor3 = Color3.new(1, 1, 1)
ASMTitle.BackgroundTransparency = 1
ASMTitle.Position = UDim2.new(0, 0, 0.0740740746, 0)
ASMTitle.Size = UDim2.new(1, 0, 0.055555556, 0)
ASMTitle.Font = Enum.Font.Highway
ASMTitle.Text = "All Supported Minigames"
ASMTitle.TextColor3 = Color3.new(1, 1, 1)
ASMTitle.TextScaled = true
ASMTitle.TextSize = 14
ASMTitle.TextWrapped = true

MsgBox.Name = "MsgBox"
MsgBox.Parent = EpicMinigamesGUIV3
MsgBox.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
MsgBox.BorderSizePixel = 0
MsgBox.Position = UDim2.new(0.372620791, 0, 0.357610494, 0)
MsgBox.Size = UDim2.new(0.254758418, 0, 0.284779042, 0)
MsgBox.Visible = false

PrevBtn_2.Name = "PrevBtn"
PrevBtn_2.Parent = MsgBox
PrevBtn_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
PrevBtn_2.Position = UDim2.new(0.0287356321, 0, 0.804597676, 0)
PrevBtn_2.Size = UDim2.new(0.925287366, 0, 0.120689653, 0)
PrevBtn_2.Font = Enum.Font.Highway
PrevBtn_2.Text = "<Prev"
PrevBtn_2.TextColor3 = Color3.new(1, 1, 1)
PrevBtn_2.TextScaled = true
PrevBtn_2.TextSize = 14
PrevBtn_2.TextWrapped = true

Borders_8.Name = "Borders"
Borders_8.Parent = PrevBtn_2
Borders_8.BackgroundColor3 = Color3.new(1, 1, 1)
Borders_8.BackgroundTransparency = 1
Borders_8.BorderSizePixel = 0
Borders_8.Size = UDim2.new(1, 0, 1, 0)
Borders_8.ZIndex = 102

TopLeftBorder_8.Name = "TopLeftBorder"
TopLeftBorder_8.Parent = Borders_8
TopLeftBorder_8.BackgroundColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_8.BackgroundTransparency = 1
TopLeftBorder_8.BorderSizePixel = 0
TopLeftBorder_8.Position = UDim2.new(0, -12, 0, -12)
TopLeftBorder_8.Size = UDim2.new(0, 12, 0, 12)
TopLeftBorder_8.ZIndex = 103
TopLeftBorder_8.Image = "http://www.roblox.com/asset/?id=238725003"
TopLeftBorder_8.ImageColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_8.ImageRectSize = Vector2.new(12, 12)

TopRightBorder_8.Name = "TopRightBorder"
TopRightBorder_8.Parent = Borders_8
TopRightBorder_8.BackgroundColor3 = Color3.new(1, 1, 1)
TopRightBorder_8.BackgroundTransparency = 1
TopRightBorder_8.BorderSizePixel = 0
TopRightBorder_8.Position = UDim2.new(1, 0, 0, -12)
TopRightBorder_8.Size = UDim2.new(0, 12, 0, 12)
TopRightBorder_8.ZIndex = 103
TopRightBorder_8.Image = "http://www.roblox.com/asset/?id=238725003"
TopRightBorder_8.ImageColor3 = Color3.new(0, 0.666667, 1)
TopRightBorder_8.ImageRectOffset = Vector2.new(24, 0)
TopRightBorder_8.ImageRectSize = Vector2.new(12, 12)

BottomLeftBorder_8.Name = "BottomLeftBorder"
BottomLeftBorder_8.Parent = Borders_8
BottomLeftBorder_8.BackgroundColor3 = Color3.new(1, 1, 1)
BottomLeftBorder_8.BackgroundTransparency = 1
BottomLeftBorder_8.BorderSizePixel = 0
BottomLeftBorder_8.Position = UDim2.new(0, -12, 1, 0)
BottomLeftBorder_8.Size = UDim2.new(0, 12, 0, 12)
BottomLeftBorder_8.ZIndex = 103
BottomLeftBorder_8.Image = "http://www.roblox.com/asset/?id=238725003"
BottomLeftBorder_8.ImageColor3 = Color3.new(0, 0.666667, 1)
BottomLeftBorder_8.ImageRectOffset = Vector2.new(0, 24)
BottomLeftBorder_8.ImageRectSize = Vector2.new(12, 12)

BottomRightBorder_8.Name = "BottomRightBorder"
BottomRightBorder_8.Parent = Borders_8
BottomRightBorder_8.BackgroundColor3 = Color3.new(1, 1, 1)
BottomRightBorder_8.BackgroundTransparency = 1
BottomRightBorder_8.BorderSizePixel = 0
BottomRightBorder_8.Position = UDim2.new(1, 0, 1, 0)
BottomRightBorder_8.Size = UDim2.new(0, 12, 0, 12)
BottomRightBorder_8.ZIndex = 103
BottomRightBorder_8.Image = "http://www.roblox.com/asset/?id=238725003"
BottomRightBorder_8.ImageColor3 = Color3.new(0, 0.666667, 1)
BottomRightBorder_8.ImageRectOffset = Vector2.new(24, 24)
BottomRightBorder_8.ImageRectSize = Vector2.new(12, 12)

BottomBorder_4.Name = "BottomBorder"
BottomBorder_4.Parent = Borders_8
BottomBorder_4.BackgroundColor3 = Color3.new(1, 1, 1)
BottomBorder_4.BackgroundTransparency = 1
BottomBorder_4.BorderSizePixel = 0
BottomBorder_4.Position = UDim2.new(0, 0, 1, 0)
BottomBorder_4.Size = UDim2.new(1, 0, 0, 12)
BottomBorder_4.ZIndex = 103
BottomBorder_4.Image = "http://www.roblox.com/asset/?id=238725003"
BottomBorder_4.ImageColor3 = Color3.new(0, 0.666667, 1)
BottomBorder_4.ImageRectOffset = Vector2.new(12, 24)
BottomBorder_4.ImageRectSize = Vector2.new(12, 12)

LeftBorder_4.Name = "LeftBorder"
LeftBorder_4.Parent = Borders_8
LeftBorder_4.BackgroundColor3 = Color3.new(1, 1, 1)
LeftBorder_4.BackgroundTransparency = 1
LeftBorder_4.BorderSizePixel = 0
LeftBorder_4.Position = UDim2.new(0, -12, 0, 0)
LeftBorder_4.Size = UDim2.new(0, 12, 1, 0)
LeftBorder_4.ZIndex = 103
LeftBorder_4.Image = "http://www.roblox.com/asset/?id=238725003"
LeftBorder_4.ImageColor3 = Color3.new(0, 0.666667, 1)
LeftBorder_4.ImageRectOffset = Vector2.new(0, 12)
LeftBorder_4.ImageRectSize = Vector2.new(12, 12)

RightBorder_4.Name = "RightBorder"
RightBorder_4.Parent = Borders_8
RightBorder_4.BackgroundColor3 = Color3.new(1, 1, 1)
RightBorder_4.BackgroundTransparency = 1
RightBorder_4.BorderSizePixel = 0
RightBorder_4.Position = UDim2.new(1, 0, 0, 0)
RightBorder_4.Size = UDim2.new(0, 12, 1, 0)
RightBorder_4.ZIndex = 103
RightBorder_4.Image = "http://www.roblox.com/asset/?id=238725003"
RightBorder_4.ImageColor3 = Color3.new(0, 0.666667, 1)
RightBorder_4.ImageRectOffset = Vector2.new(24, 12)
RightBorder_4.ImageRectSize = Vector2.new(12, 12)

TopBorder_4.Name = "TopBorder"
TopBorder_4.Parent = Borders_8
TopBorder_4.BackgroundColor3 = Color3.new(1, 1, 1)
TopBorder_4.BackgroundTransparency = 1
TopBorder_4.Position = UDim2.new(0, 0, 0, -12)
TopBorder_4.Size = UDim2.new(1, 0, 0, 12)
TopBorder_4.ZIndex = 104
TopBorder_4.Image = "rbxassetid://238725003"
TopBorder_4.ImageColor3 = Color3.new(0, 0.666667, 1)
TopBorder_4.ImageRectOffset = Vector2.new(12, 12)
TopBorder_4.ImageRectSize = Vector2.new(12, 12)

Borders_9.Name = "Borders"
Borders_9.Parent = MsgBox
Borders_9.BackgroundColor3 = Color3.new(1, 1, 1)
Borders_9.BackgroundTransparency = 1
Borders_9.BorderSizePixel = 0
Borders_9.Size = UDim2.new(1, 0, 1, 0)
Borders_9.ZIndex = 102

TopLeftBorder_9.Name = "TopLeftBorder"
TopLeftBorder_9.Parent = Borders_9
TopLeftBorder_9.BackgroundColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_9.BackgroundTransparency = 1
TopLeftBorder_9.BorderSizePixel = 0
TopLeftBorder_9.Position = UDim2.new(0, -12, 0, -12)
TopLeftBorder_9.Size = UDim2.new(0, 12, 0, 12)
TopLeftBorder_9.ZIndex = 103
TopLeftBorder_9.Image = "http://www.roblox.com/asset/?id=238725003"
TopLeftBorder_9.ImageColor3 = Color3.new(0, 0.666667, 1)
TopLeftBorder_9.ImageRectSize = Vector2.new(12, 12)

TopRightBorder_9.Name = "TopRightBorder"
TopRightBorder_9.Parent = Borders_9
TopRightBorder_9.BackgroundColor3 = Color3.new(1, 1, 1)
TopRightBorder_9.BackgroundTransparency = 1
TopRightBorder_9.BorderSizePixel = 0
TopRightBorder_9.Position = UDim2.new(1, 0, 0, -12)
TopRightBorder_9.Size = UDim2.new(0, 12, 0, 12)
TopRightBorder_9.ZIndex = 103
TopRightBorder_9.Image = "http://www.roblox.com/asset/?id=238725003"
TopRightBorder_9.ImageColor3 = Color3.new(1, 0.196078, 0.196078)
TopRightBorder_9.ImageRectOffset = Vector2.new(24, 0)
TopRightBorder_9.ImageRectSize = Vector2.new(12, 12)

Close_2.Name = "Close"
Close_2.Parent = TopRightBorder_9
Close_2.BackgroundColor3 = Color3.new(1, 1, 1)
Close_2.BackgroundTransparency = 1
Close_2.BorderSizePixel = 0
Close_2.Size = UDim2.new(1, 0, 1, 0)
Close_2.ZIndex = 104
Close_2.Font = Enum.Font.Highway
Close_2.Text = "X"
Close_2.TextColor3 = Color3.new(1, 1, 1)
Close_2.TextScaled = true
Close_2.TextSize = 14
Close_2.TextWrapped = true

BottomLeftBorder_9.Name = "BottomLeftBorder"
BottomLeftBorder_9.Parent = Borders_9
BottomLeftBorder_9.BackgroundColor3 = Color3.new(1, 1, 1)
BottomLeftBorder_9.BackgroundTransparency = 1
BottomLeftBorder_9.BorderSizePixel = 0
BottomLeftBorder_9.Position = UDim2.new(0, -12, 1, 0)
BottomLeftBorder_9.Size = UDim2.new(0, 12, 0, 12)
BottomLeftBorder_9.ZIndex = 103
BottomLeftBorder_9.Image = "http://www.roblox.com/asset/?id=238725003"
BottomLeftBorder_9.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
BottomLeftBorder_9.ImageRectOffset = Vector2.new(0, 24)
BottomLeftBorder_9.ImageRectSize = Vector2.new(12, 12)

BottomRightBorder_9.Name = "BottomRightBorder"
BottomRightBorder_9.Parent = Borders_9
BottomRightBorder_9.BackgroundColor3 = Color3.new(1, 1, 1)
BottomRightBorder_9.BackgroundTransparency = 1
BottomRightBorder_9.BorderSizePixel = 0
BottomRightBorder_9.Position = UDim2.new(1, 0, 1, 0)
BottomRightBorder_9.Size = UDim2.new(0, 12, 0, 12)
BottomRightBorder_9.ZIndex = 103
BottomRightBorder_9.Image = "http://www.roblox.com/asset/?id=238725003"
BottomRightBorder_9.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
BottomRightBorder_9.ImageRectOffset = Vector2.new(24, 24)
BottomRightBorder_9.ImageRectSize = Vector2.new(12, 12)

BottomBorder_5.Name = "BottomBorder"
BottomBorder_5.Parent = Borders_9
BottomBorder_5.BackgroundColor3 = Color3.new(1, 1, 1)
BottomBorder_5.BackgroundTransparency = 1
BottomBorder_5.BorderSizePixel = 0
BottomBorder_5.Position = UDim2.new(0, 0, 1, 0)
BottomBorder_5.Size = UDim2.new(1, 0, 0, 12)
BottomBorder_5.ZIndex = 103
BottomBorder_5.Image = "http://www.roblox.com/asset/?id=238725003"
BottomBorder_5.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
BottomBorder_5.ImageRectOffset = Vector2.new(12, 24)
BottomBorder_5.ImageRectSize = Vector2.new(12, 12)

LeftBorder_5.Name = "LeftBorder"
LeftBorder_5.Parent = Borders_9
LeftBorder_5.BackgroundColor3 = Color3.new(1, 1, 1)
LeftBorder_5.BackgroundTransparency = 1
LeftBorder_5.BorderSizePixel = 0
LeftBorder_5.Position = UDim2.new(0, -12, 0, 0)
LeftBorder_5.Size = UDim2.new(0, 12, 1, 0)
LeftBorder_5.ZIndex = 103
LeftBorder_5.Image = "http://www.roblox.com/asset/?id=238725003"
LeftBorder_5.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
LeftBorder_5.ImageRectOffset = Vector2.new(0, 12)
LeftBorder_5.ImageRectSize = Vector2.new(12, 12)

RightBorder_5.Name = "RightBorder"
RightBorder_5.Parent = Borders_9
RightBorder_5.BackgroundColor3 = Color3.new(1, 1, 1)
RightBorder_5.BackgroundTransparency = 1
RightBorder_5.BorderSizePixel = 0
RightBorder_5.Position = UDim2.new(1, 0, 0, 0)
RightBorder_5.Size = UDim2.new(0, 12, 1, 0)
RightBorder_5.ZIndex = 103
RightBorder_5.Image = "http://www.roblox.com/asset/?id=238725003"
RightBorder_5.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
RightBorder_5.ImageRectOffset = Vector2.new(24, 12)
RightBorder_5.ImageRectSize = Vector2.new(12, 12)

TopBorder_5.Name = "TopBorder"
TopBorder_5.Parent = Borders_9
TopBorder_5.BackgroundColor3 = Color3.new(1, 1, 1)
TopBorder_5.BackgroundTransparency = 1
TopBorder_5.Position = UDim2.new(0, 0, 0, -12)
TopBorder_5.Size = UDim2.new(1, 0, 0, 12)
TopBorder_5.ZIndex = 104
TopBorder_5.Image = "rbxassetid://238725003"
TopBorder_5.ImageColor3 = Color3.new(0, 0.666667, 1)
TopBorder_5.ImageRectOffset = Vector2.new(12, 12)
TopBorder_5.ImageRectSize = Vector2.new(12, 12)

MsgBoxTitle.Name = "MsgBoxTitle"
MsgBoxTitle.Parent = TopBorder_5
MsgBoxTitle.BackgroundColor3 = Color3.new(1, 1, 1)
MsgBoxTitle.BackgroundTransparency = 1
MsgBoxTitle.Size = UDim2.new(1, 0, 1, 0)
MsgBoxTitle.ZIndex = 104
MsgBoxTitle.Font = Enum.Font.Highway
MsgBoxTitle.Text = "Message Box Sample Text"
MsgBoxTitle.TextColor3 = Color3.new(1, 1, 1)
MsgBoxTitle.TextScaled = true
MsgBoxTitle.TextSize = 14
MsgBoxTitle.TextWrapped = true

-- Scripts

for i, v in pairs(EpicMinigamesGUIV3:GetDescendants()) do
if v:IsA("TextButton") or v:IsA("ImageButton") then
v.AutoButtonColor = false
end
end

local Tweens = {
LoadingTweens = {
LoaderTween0 = Ts:Create(VIcon,Ti,{Position =
UDim2.new(VIcon.Position.X.Scale,0,1,0)}),
LoaderTween1 = Ts:Create(Shine,Ti,{Position =
UDim2.new(VIcon.Position.X.Scale,0,1,0)}),
LoaderTween2 = Ts:Create(LoadingFrame,Ti,{BackgroundTransparency = 1})
},
SwitchTweens = {
CtpSwicthTween0 = Ts:Create(CtpSwicth.Switch,Ti,{Position =
UDim2.new(0,-12,0,0)}),
CtpSwicthTween1 = Ts:Create(CtpSwicth.Switch,Ti,{Position =
UDim2.new(1,-12,0,0)}),
CDstSwitchTween0 = Ts:Create(CDstSwitch.Switch,Ti,{Position =
UDim2.new(0,-12,0,0)}),
CDstSwitchTween1 = Ts:Create(CDstSwitch.Switch,Ti,{Position =
UDim2.new(1,-12,0,0)}),
CDbgSwitchTween0 = Ts:Create(CDbgSwitch.Switch,Ti,{Position =
UDim2.new(0,-12,0,0)}),
CDbgSwitchTween1 = Ts:Create(CDbgSwitch.Switch,Ti,{Position =
UDim2.new(1,-12,0,0)}),
CTglSwitchTween0 = Ts:Create(CTglSwitch.Switch,Ti,{Position =
UDim2.new(0,-12,0,0)}),
CTglSwitchTween1 = Ts:Create(CTglSwitch.Switch,Ti,{Position =
UDim2.new(1,-12,0,0)})
}
}

wait(5)

Tweens.LoadingTweens.LoaderTween0:Play()
Tweens.LoadingTweens.LoaderTween1:Play()
Tweens.LoadingTweens.LoaderTween2:Play()

wait(2)

LoadingFrame.Visible = false

--Click Setup
Mouse.KeyDown:Connect(function(Key)
if Key == "e" then
KeyBinding = true
elseif Key == "v" then
VHeld = true
elseif Key == "z" then
if Pathing == false then
Pathing = true
else
Pathing = false
end
elseif Key == "x" then
if QuickPathing == false then
QuickPathing = true
else
QuickPathing = false
end
elseif Key == "q" then
if MainFrame.Visible == true then
MainFrame.Visible = false
else
MainFrame.Visible = true
end
end
end)
Mouse.KeyUp:Connect(function(Key)
if Key == "e" then
KeyBinding = false
elseif Key == "v" then
VHeld = false
end
end)

Mouse.Button1Down:Connect(function()
local Target = Mouse.Target
local Hit = Mouse.Hit
local Char = Player.Character
local Hrp = Char.HumanoidRootPart
if KeyBinding == true then
if ClickMethods.Dst == true then
if Target ~= nil and Target:IsA("Terrain") ~= true then
Target:Destroy()
end
end
if ClickMethods.Tp == true then
Hrp.CFrame = Hit + Vector3.new(0.3,3,0.3)
end
if ClickMethods.Tgl == true then
if Target ~= nil then
local Tog = false
for i, v in pairs(ToggleData) do
if v.Object == Target then
Tog = true
Target.Transparency = v.Values.Trans
Target.CanCollide = v.Value.Collision
end
end
if Tog == false then
table.insert(ToggleData,{Object = Target, Values =
{Trans = Target.Transparency,Collision = Target.CanCollide}})
Target.Transparency = 0.5
Target.CanCollide = false
end
end
end
if ClickMethods.Dbg == true then
print("Debug No ".. tostring(TotalDebugs)..". | ")
print("Click Hit : ".. tostring(Hit.p))
print("Character Location : ".. tostring(Hrp.CFrame.p))
if Target ~= nil then
print("Target Name : ".. Target.Name)
print("Target ClassName : ".. Target.ClassName)
print("Target FullName : ".. Target:GetFullName())
print("Target Pointer ".. tostring(Target:GetChildren()))
TotalDebugs = TotalDebugs + 1
end
end
elseif VHeld == true then
if Target ~= nil then
LastMinArg = Target
end
end
end)
--End Setup

--Switches Setup
CtpSwicth.MouseButton1Click:Connect(function()
local MyState = CtpSwicth.State
local MySwitch = CtpSwicth.Switch
local MyBorders = CtpSwicth.Borders
local OffClr = Color3.fromRGB(255, 29, 10)
local OnClr = Color3.fromRGB(100,200,100)
if MyState.Text == "Off" then
MyState.Text = "On"
for i, v in pairs(MyBorders:GetChildren())do
v.ImageColor3 = OnClr
end
CtpSwicth.BackgroundColor3 = OnClr
Tweens.SwitchTweens.CtpSwicthTween0:Play()
ClickMethods.Tp = true
else
MyState.Text = "Off"
for i, v in pairs(MyBorders:GetChildren())do
v.ImageColor3 = OffClr
end
CtpSwicth.BackgroundColor3 = OffClr
Tweens.SwitchTweens.CtpSwicthTween1:Play()
ClickMethods.Tp = false
end
end)
CDstSwitch.MouseButton1Click:Connect(function()
local MyState = CDstSwitch.State
local MySwitch = CDstSwitch.Switch
local MyBorders = CDstSwitch.Borders
local OffClr = Color3.fromRGB(255, 29, 10)
local OnClr = Color3.fromRGB(100,200,100)
if MyState.Text == "Off" then
MyState.Text = "On"
for i, v in pairs(MyBorders:GetChildren())do
v.ImageColor3 = OnClr
end
CDstSwitch.BackgroundColor3 = OnClr
Tweens.SwitchTweens.CDstSwitchTween0:Play()
ClickMethods.Dst = true
else
MyState.Text = "Off"
for i, v in pairs(MyBorders:GetChildren())do
v.ImageColor3 = OffClr
end
CDstSwitch.BackgroundColor3 = OffClr
Tweens.SwitchTweens.CDstSwitchTween1:Play()
ClickMethods.Dst = false
end
end)
CDbgSwitch.MouseButton1Click:Connect(function()
local MyState = CDbgSwitch.State
local MySwitch = CDbgSwitch.Switch
local MyBorders = CDbgSwitch.Borders
local OffClr = Color3.fromRGB(255, 29, 10)
local OnClr = Color3.fromRGB(100,200,100)
if MyState.Text == "Off" then
MyState.Text = "On"
for i, v in pairs(MyBorders:GetChildren())do
v.ImageColor3 = OnClr
end
CDbgSwitch.BackgroundColor3 = OnClr
Tweens.SwitchTweens.CDbgSwitchTween0:Play()
ClickMethods.Dbg = true
else
MyState.Text = "Off"
for i, v in pairs(MyBorders:GetChildren())do
v.ImageColor3 = OffClr
end
CDbgSwitch.BackgroundColor3 = OffClr
Tweens.SwitchTweens.CDbgSwitchTween1:Play()
ClickMethods.Dbg = false
end
end)
CTglSwitch.MouseButton1Click:Connect(function()
local MyState = CTglSwitch.State
local MySwitch = CTglSwitch.Switch
local MyBorders = CTglSwitch.Borders
local OffClr = Color3.fromRGB(255, 29, 10)
local OnClr = Color3.fromRGB(100,200,100)
if MyState.Text == "Off" then
MyState.Text = "On"
for i, v in pairs(MyBorders:GetChildren())do
v.ImageColor3 = OnClr
end
CTglSwitch.BackgroundColor3 = OnClr
Tweens.SwitchTweens.CTglSwitchTween0:Play()
ClickMethods.Tgl = true
else
MyState.Text = "Off"
for i, v in pairs(MyBorders:GetChildren())do
v.ImageColor3 = OffClr
end
CTglSwitch.BackgroundColor3 = OffClr
Tweens.SwitchTweens.CTglSwitchTween1:Play()
ClickMethods.Tgl = false
end
end)
--End Switches Setup

local Pages = {
Page0 = CCmdsP,
Page1 = MinigamesP
}
local CPage = 0
local FinalPage = 1

--Navigators Setup
NextBtn.MouseButton1Click:Connect(function()
if CPage < FinalPage then
CPage = CPage + 1
local Page = Pages["Page".. tostring(CPage)]
for i, v in pairs(Pages)do
v.Visible = false
end
Page.Visible = true
else

end
end)
PrevBtn.MouseButton1Click:Connect(function()
if CPage > 0 then
CPage = CPage - 1
local Page = Pages["Page".. tostring(CPage)]
for i, v in pairs(Pages)do
v.Visible = false
end
Page.Visible = true
else

end
end)
--End Setup

--Minigames Data
--[[
Sample = {
Name = "Sample",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Sample")
if MyMinigame ~= nil and Initallized == true then

end
end
}
--]]
local Minigames = {
TrainTrouble = {
Name = "Train Trouble",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Train Trouble")
if MyMinigame ~= nil and Initallized == true then
local Posts = {"rightpost","bothpost","leftpost"}
MyMinigame.ChildAdded:Connect(function(Child)
wait()
for i, v in pairs(Posts) do
if Child ~= nil and Child.Name == v then
Child:Destroy()
end
end
end)
end
end
},
GoingUnderground = {
Name = "Going Underground",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Going
Underground")
if MyMinigame ~= nil and Initallized == true then
local Blacklist = {"lavashoot","steamshoot"}
for i, v in pairs(MyMinigame:GetChildren())do
for e, n in pairs(Blacklist) do
if v ~= nil and v.Name == n then
v:Destroy()
end
end
end
end
end
},
DesertDehydration = {
Name = "Desert Dehydration",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Desert
Dehydration")
if MyMinigame ~= nil and Initallized == true then
local BloxyColas = MyMinigame.bloxycolas
BloxyColas.ChildAdded:Connect(function(Child)
if Child:IsA("Tool") then
local Handle = Child:FindFirstChild("Handle")
if Handle ~= nil then
Player.Character.HumanoidRootPart.CFrame
= Handle.CFrame + Vector3.new(0,1,0)
end
end
end)
end
end
},
CrystalClear = {
Name = "Crystal Clear",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Crystal Clear")
if MyMinigame ~= nil and Initallized == true then
local Gems = MyMinigame.igems
local Gems0 = MyMinigame.cgems
Gems.ChildAdded:Connect(function(Child)
Player.Character.HumanoidRootPart.CFrame =
Child.CFrame
end)
Gems0.ChildAdded:Connect(function(Child)
Player.Character.HumanoidRootPart.CFrame =
Child.CFrame
end)
end
end
},
OrbCollection = {
Name = "Orb Collection",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Orb
Collection")
if MyMinigame ~= nil and Initallized == true then
local Orbs = MyMinigame.tiles
Orbs.ChildAdded:Connect(function(Child)
Player.Character.HumanoidRootPart.CFrame =
Child.CFrame
end)
end
end
},
ManicMining = {
Name = "Manic Mining",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Manic Mining")
if MyMinigame ~= nil and Initallized == true then
local Emerald = MyMinigame.emerald
-- Objects
local EmeraldGUI = Instance.new("BillboardGui")
local EmeraldNotifier = Instance.new("TextLabel")
local Borders = Instance.new("Frame")
local Border = Instance.new("ImageLabel")
local Border_2 = Instance.new("ImageLabel")
local Border_3 = Instance.new("ImageLabel")
local Border_4 = Instance.new("ImageLabel")
local Border_5 = Instance.new("ImageLabel")
local Border_6 = Instance.new("ImageLabel")
local Border_7 = Instance.new("ImageLabel")
local Border_8 = Instance.new("ImageLabel")

-- Properties

EmeraldGUI.Name = "EmeraldGUI"
EmeraldGUI.Parent = Emerald
EmeraldGUI.AlwaysOnTop = true
EmeraldGUI.Size = UDim2.new(0, 100, 0, 100)

EmeraldNotifier.Name = "EmeraldNotifier"
EmeraldNotifier.Parent = EmeraldGUI
EmeraldNotifier.BackgroundColor3 = Color3.new(0.113725, 0.113725,
0.113725)
EmeraldNotifier.BorderSizePixel = 0
EmeraldNotifier.Position = UDim2.new(0, 12, 0, 12)
EmeraldNotifier.Size = UDim2.new(0, 76, 0, 76)
EmeraldNotifier.Font = Enum.Font.SourceSans
EmeraldNotifier.Text = "Aye Dood I'm here"
EmeraldNotifier.TextColor3 = Color3.new(0.333333, 1, 0)
EmeraldNotifier.TextSize = 20
EmeraldNotifier.TextWrapped = true

Borders.Name = "Borders"
Borders.Parent = EmeraldGUI
Borders.BackgroundColor3 = Color3.new(1, 1, 1)
Borders.BackgroundTransparency = 1
Borders.BorderSizePixel = 0
Borders.Position = UDim2.new(0, 12, 0, 12)
Borders.Size = UDim2.new(1, -24, 1, -24)

Border.Name = "Border"
Border.Parent = Borders
Border.BackgroundColor3 = Color3.new(1, 1, 1)
Border.BackgroundTransparency = 1
Border.BorderSizePixel = 0
Border.Position = UDim2.new(0, -12, 0, -12)
Border.Size = UDim2.new(0, 12, 0, 12)
Border.Image = "http://www.roblox.com/asset/?id=238725003"
Border.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
Border.ImageRectSize = Vector2.new(12, 12)

Border_2.Name = "Border"
Border_2.Parent = Borders
Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
Border_2.BackgroundTransparency = 1
Border_2.BorderSizePixel = 0
Border_2.Position = UDim2.new(1, 0, 0, -12)
Border_2.Size = UDim2.new(0, 12, 0, 12)
Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
Border_2.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
Border_2.ImageRectOffset = Vector2.new(24, 0)
Border_2.ImageRectSize = Vector2.new(12, 12)

Border_3.Name = "Border"
Border_3.Parent = Borders
Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
Border_3.BackgroundTransparency = 1
Border_3.BorderSizePixel = 0
Border_3.Position = UDim2.new(0, -12, 1, 0)
Border_3.Size = UDim2.new(0, 12, 0, 12)
Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
Border_3.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
Border_3.ImageRectOffset = Vector2.new(0, 24)
Border_3.ImageRectSize = Vector2.new(12, 12)

Border_4.Name = "Border"
Border_4.Parent = Borders
Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
Border_4.BackgroundTransparency = 1
Border_4.BorderSizePixel = 0
Border_4.Position = UDim2.new(1, 0, 1, 0)
Border_4.Size = UDim2.new(0, 12, 0, 12)
Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
Border_4.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
Border_4.ImageRectOffset = Vector2.new(24, 24)
Border_4.ImageRectSize = Vector2.new(12, 12)

Border_5.Name = "Border"
Border_5.Parent = Borders
Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
Border_5.BackgroundTransparency = 1
Border_5.BorderSizePixel = 0
Border_5.Position = UDim2.new(0, 0, 1, 0)
Border_5.Size = UDim2.new(1, 0, 0, 12)
Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
Border_5.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
Border_5.ImageRectOffset = Vector2.new(12, 24)
Border_5.ImageRectSize = Vector2.new(12, 12)

Border_6.Name = "Border"
Border_6.Parent = Borders
Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
Border_6.BackgroundTransparency = 1
Border_6.BorderSizePixel = 0
Border_6.Position = UDim2.new(0, 0, 0, -12)
Border_6.Size = UDim2.new(1, 0, 0, 12)
Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
Border_6.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
Border_6.ImageRectOffset = Vector2.new(12, 0)
Border_6.ImageRectSize = Vector2.new(12, 12)

Border_7.Name = "Border"
Border_7.Parent = Borders
Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
Border_7.BackgroundTransparency = 1
Border_7.BorderSizePixel = 0
Border_7.Position = UDim2.new(0, -12, 0, 0)
Border_7.Size = UDim2.new(0, 12, 1, 0)
Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
Border_7.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
Border_7.ImageRectOffset = Vector2.new(0, 12)
Border_7.ImageRectSize = Vector2.new(12, 12)

Border_8.Name = "Border"
Border_8.Parent = Borders
Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
Border_8.BackgroundTransparency = 1
Border_8.BorderSizePixel = 0
Border_8.Position = UDim2.new(1, 0, 0, 0)
Border_8.Size = UDim2.new(0, 12, 1, 0)
Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
Border_8.ImageColor3 = Color3.new(0.113725, 0.113725, 0.113725)
Border_8.ImageRectOffset = Vector2.new(24, 12)
Border_8.ImageRectSize = Vector2.new(12, 12)
end
end
},
BounceOut = {
Name = "Bounce Out",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Bounce Out")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.Goal.Goal.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
},
BulletEvasion = {
Name = "Bullet Evasion",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Bullet
Evasion")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.bullets:Destroy()
end
end
},
AztecAdventure = {
Name = "Aztec Adventure",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Aztec
Adventure")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.Goal.Goal.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
},
JustJump = {
Name = "Just Jump",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Just Jump")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.map.rope:Destroy()
end
end
},
SlipperySledding = {
Name = "Slippery Sledding",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Slippery
Sledding")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.Goal.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
},
TheCrusher = {
Name = "The Crusher",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("The Crusher")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.Goal.Goal.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
},
TheSweeper = {
Name = "The Sweeper",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("The Sweeper")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.sweeper:Destroy()
end
end
},
TrialTraversing = {
Name = "Trial Traversing",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Trial
Traversing")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.Goal.Goal.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
},
BlowDryerBattle = {
Name = "Blowdryer Battle",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Blowdryer
Battle")
if MyMinigame ~= nil and Initallized == true then
Player.Character.HumanoidRootPart.Anchored = true
wait(60)
Player.Character.HumanoidRootPart.Anchored = false
end
end
},
DownHillRoll = {
Name = "Downhill Roll",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Downhill Roll")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.Goal.Goal.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
},
LaserGuidance = {
Name = "Laser Guidance",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Laser
Guidance")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.vlaser:Destroy()
MyMinigame.hlaser:Destroy()
end
end
},
LaneJumping = {
Name = "Lane Jumping",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Lane Jumping")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.Goal.Goal.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
},
HauntedHallways = {
Name = "Haunted Hallways",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Haunted
Hallways")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.Goal.Goal.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
},
HedgeWayOut = {
Name = "Hedge Way Out",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Hedge Way Out")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.hedges:Destroy()
end
end
},
HighRolling = {
Name = "High-Rolling",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("High-Rolling")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.Goal.Goal.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
},
HardPressed = {
Name = "Hard-Pressed",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Hard-Pressed")
if MyMinigame ~= nil and Initallized == true then
MyMinigame.map.presses:Destroy()
end
end
},
CannonCooldown = {
Name = "Cannon Cooldown",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Cannon
Cooldown")
if MyMinigame ~= nil and Initallized == true then
local MyRegion =
Region3.new(Player.Character.HumanoidRootPart.CFrame.p-
Vector3.new(35,35,35),Player.Character.HumanoidRootPart.CFrame.p+Vector3.new(35,35,
35))
local Pads = {}
local PadNames = {"trpads","tbpads"}

for i = 0,3 do
wait()
local Parts =
game.Workspace:FindPartsInRegion3(MyRegion)
for i, v in pairs(Parts) do
for e, n in pairs(PadNames) do
if v.Name == n then
table.insert(Pads,v)
end
end
end
for i, v in pairs(Pads) do
v.CFrame =
Player.Character.HumanoidRootPart.CFrame
end
end
end
end
},
TileTakeover = {
Name = "Tile Takeover",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Tile Takeover")
if MyMinigame ~= nil and Initallized == true then
local Tiles = MyMinigame.tiles
for i, v in pairs(Tiles) do
local Clone = v:Clone()
Clone.Parent = TiTk
Clone.CFrame = v.CFrame
Clone.Name = "ScriptMadeTile"
v.Tarnsparency = 1
v.CanCollide = false
end
for i = 0,60 do
wait(1)
for i, v in pairs(Tiles) do
if v ~= nil then
v.CFrame =
Player.Character.HumanoidRootPart.CFrame - Vector3.new(0,1,0)
end
end
end
for i, v in pairs(TiTk:GetChildren()) do
if v.Name == "ScriptMadeTile" then
v:Destroy()
end
end
end
end
}
}
--[[
Sample = {
Name = "Sample",
Patch = function()
local MyMinigame = game.Workspace:FindFirstChild("Sample")
if MyMinigame ~= nil and Initallized == true then

end
end
}
--]]
--End Data

--MinigameButtons Setup
local X = 0
local Y = 0
for Index, Minigame in pairs(Minigames) do
local MButton = Instance.new("TextButton",AllMinigamesP)
MButton.Font = Enum.Font.Highway
MButton.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
MButton.TextColor3 = Color3.fromRGB(255,255,255)
MButton.Text = Minigame.Name
MButton.Size = UDim2.new(0,75,0,25)
MButton.Position = UDim2.new(0,X,0,Y)
MButton.BorderSizePixel = 0
MButton.TextScaled = true
MButton.MouseButton1Click:Connect(function()
Minigame.Patch()
end)
X = X + 75
if X > 201 then
X = 0
Y = Y + 25
end
end

Close.MouseButton1Click:Connect(function()
MainFrame.Visible = false
end)

Initallized = true
--End Setup

while true do
wait()
if Pathing == true then
local Path = Instance.new("Part",RPaths)
Path.Name = "RegularPath"
Path.Material = Enum.Material.Neon
Path.Color = Color3.fromRGB(13, 105, 172)
Path.Size = Vector3.new(4,1,4)
Path.Anchored = true
Path.CFrame = Player.Character.HumanoidRootPart.CFrame -
Vector3.new(0,2.6,0)
wait(0.1)
Path:Destroy()
elseif QuickPathing == true then
local Path = Instance.new("Part",SPaths)
Path.Name = "RegularPath"
Path.Material = Enum.Material.Neon
Path.Color = Color3.fromRGB(13, 105, 172)
Path.Size = Vector3.new(4,1,4)
Path.Anchored = true
Path.CFrame = Player.Character.HumanoidRootPart.CFrame -
Vector3.new(0,2.6,0)
Path.Velocity = Player.Character.HumanoidRootPart.CFrame.lookVector *
13.37
wait(0.1)
Path:Destroy()
end
end

You might also like