Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Created with ttyyuu12345's compiler
- --Errors: LocalScript
- Create = function(itemClass,tabl)
- local item = Instance.new(itemClass)
- for i,v in pairs(tabl) do
- local a,b = ypcall(function() return item[i] end)
- if a then
- item[i] = tabl[i]
- end
- end
- return item
- end
- function runDummyScript(f,scri)
- local oldenv = getfenv(f)
- local newenv = setmetatable({}, {
- __index = function(_, k)
- if k:lower() == 'script' then
- return scri
- else
- return oldenv[k]
- end
- end
- })
- setfenv(f, newenv)
- ypcall(function() f() end)
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "CompiledModel"
- o1 = Create("ScreenGui",{
- ["Name"] = "AdminGui",
- ["Parent"] = mas,
- })
- o2 = Create("Frame",{
- ["Name"] = "Gui",
- ["Parent"] = o1,
- ["Transparency"] = 0.69999998807907,
- ["Position"] = UDim2.new(0,400,0,155),
- ["Size"] = UDim2.new(0,650,0,445),
- ["Active"] = true,
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.69999998807907,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["Draggable"] = true,
- })
- o3 = Create("Frame",{
- ["Name"] = "Scripts",
- ["Parent"] = o2,
- ["Transparency"] = 1,
- ["Position"] = UDim2.new(0,0,0,35),
- ["Size"] = UDim2.new(0,650,0,410),
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 1,
- ["BorderSizePixel"] = 0,
- })
- o4 = Create("ScrollingFrame",{
- ["Name"] = "ScrollingScripts",
- ["Parent"] = o3,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,650,0,405),
- ["CanvasSize"] = UDim2.new(0,0,0,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o5 = Create("TextButton",{
- ["Name"] = "Draw Tool",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Draw Tool",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o7 = Create("TextButton",{
- ["Name"] = "Spike",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Spike",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o9 = Create("TextLabel",{
- ["Name"] = "Border",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,360),
- ["Size"] = UDim2.new(0,400,0,45),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- })
- o10 = Create("TextButton",{
- ["Name"] = "Atlas Sword",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Atlas Sword",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o12 = Create("TextButton",{
- ["Name"] = "Scythe",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Scythe",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o14 = Create("TextButton",{
- ["Name"] = "War Hammer",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,0),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "War Hammer",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o16 = Create("TextButton",{
- ["Name"] = "Dominus Tabs",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Dominus Tabs",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o18 = Create("TextButton",{
- ["Name"] = "Lightsaber",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,320),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Lightsaber",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o20 = Create("TextButton",{
- ["Name"] = "Floating Pad",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Floating Pad",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o22 = Create("TextButton",{
- ["Name"] = "Teleport Tool",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,320),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Teleport Tool",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o24 = Create("HopperBin",{
- ["Name"] = "Teleport",
- ["Parent"] = mas,
- ["Selected"] = Signal Selected,
- })
- o26 = Create("TextButton",{
- ["Name"] = "Fly",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,360),
- ["Size"] = UDim2.new(0,200,0,45),
- ["Text"] = "Fly",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o28 = Create("TextButton",{
- ["Name"] = "5tr0b3 Gun",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "5tr0b3 Gun",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o30 = Create("TextButton",{
- ["Name"] = "Clear Workspace",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Clear Workspace",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o32 = Create("TextButton",{
- ["Name"] = "Tool Stealer",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Tool Stealer",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o34 = Create("TextButton",{
- ["Name"] = "Unanchor All",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Unanchor All",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o36 = Create("TextButton",{
- ["Name"] = "Laser",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Laser",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o38 = Create("TextButton",{
- ["Name"] = "Troll",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Troll",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o40 = Create("TextButton",{
- ["Name"] = "SpiderBot",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "SpiderBot",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o42 = Create("TextButton",{
- ["Name"] = "New BasePlate",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "New BasePlate",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o44 = Create("TextButton",{
- ["Name"] = "Techno Gauntlet",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Techno Gauntlet",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o46 = Create("TextButton",{
- ["Name"] = "xBow",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "xBow",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o48 = Create("TextButton",{
- ["Name"] = "Flood",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Flood",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o50 = Create("TextButton",{
- ["Name"] = "Knife",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Knife",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o52 = Create("TextButton",{
- ["Name"] = "MasterHand",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "MasterHand",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o54 = Create("TextButton",{
- ["Name"] = "Dominus Ghost",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Dominus Ghost",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o56 = Create("TextButton",{
- ["Name"] = "iOrb",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,0),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "iOrb",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o58 = Create("TextButton",{
- ["Name"] = "Remso's Admin",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Remso's Admin",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o60 = Create("TextButton",{
- ["Name"] = "Kronos",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,320),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Kronos",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o62 = Create("TextButton",{
- ["Name"] = "Kohl's Admin",
- ["Parent"] = o4,
- ["Transparency"] = 0.40000000596046,
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Kohl's Admin",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o64 = Create("TextLabel",{
- ["Name"] = "Border",
- ["Parent"] = o3,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,600,0,5),
- ["Size"] = UDim2.new(0,50,0,405),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- })
- o65 = Create("Frame",{
- ["Name"] = "Updates",
- ["Parent"] = o2,
- ["Transparency"] = 1,
- ["Position"] = UDim2.new(0,0,0,35),
- ["Size"] = UDim2.new(0,650,0,406),
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 1,
- ["BorderSizePixel"] = 0,
- })
- o66 = Create("ScrollingFrame",{
- ["Name"] = "ScrollingUpdates",
- ["Parent"] = o65,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,650,0,405),
- ["CanvasSize"] = UDim2.new(0,0,0,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["ScrollingEnabled"] = false,
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o67 = Create("TextButton",{
- ["Name"] = "Close Updates Log",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,90,0,345),
- ["Size"] = UDim2.new(0,450,0,40),
- ["Text"] = "Close Updates Log",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o69 = Create("TextLabel",{
- ["Name"] = "Added (4)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,220,0,260),
- ["Size"] = UDim2.new(0,110,0,45),
- ["Text"] = "Added:",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o70 = Create("TextLabel",{
- ["Name"] = "What's Added (1)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,330,0,20),
- ["Size"] = UDim2.new(0,250,0,45),
- ["Text"] = "Fixed Major Bugs",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o71 = Create("TextLabel",{
- ["Name"] = "Version (3)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,180),
- ["Size"] = UDim2.new(0,110,0,45),
- ["Text"] = "Version:",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o72 = Create("TextLabel",{
- ["Name"] = "Version (1)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,20),
- ["Size"] = UDim2.new(0,110,0,45),
- ["Text"] = "Version: ",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o73 = Create("TextLabel",{
- ["Name"] = "Update (1)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,110,0,20),
- ["Size"] = UDim2.new(0,90,0,45),
- ["Text"] = "1.8.3",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o74 = Create("TextLabel",{
- ["Name"] = "Added (1)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,220,0,20),
- ["Size"] = UDim2.new(0,110,0,45),
- ["Text"] = "Added:",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o75 = Create("TextLabel",{
- ["Name"] = "What's Added (2)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,330,0,100),
- ["Size"] = UDim2.new(0,250,0,45),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o76 = Create("TextLabel",{
- ["Name"] = "Version (2)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,100),
- ["Size"] = UDim2.new(0,110,0,45),
- ["Text"] = "Version:",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o77 = Create("TextLabel",{
- ["Name"] = "Update (2)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,110,0,100),
- ["Size"] = UDim2.new(0,90,0,45),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o78 = Create("TextLabel",{
- ["Name"] = "Added (2)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,220,0,100),
- ["Size"] = UDim2.new(0,110,0,45),
- ["Text"] = "Added:",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o79 = Create("TextLabel",{
- ["Name"] = "What's Added (3)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,330,0,180),
- ["Size"] = UDim2.new(0,250,0,45),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o80 = Create("TextLabel",{
- ["Name"] = "What's Added (4)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,330,0,260),
- ["Size"] = UDim2.new(0,250,0,45),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o81 = Create("TextLabel",{
- ["Name"] = "Added (3)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,220,0,180),
- ["Size"] = UDim2.new(0,110,0,45),
- ["Text"] = "Added:",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o82 = Create("TextLabel",{
- ["Name"] = "Update (3)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,110,0,180),
- ["Size"] = UDim2.new(0,90,0,45),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o83 = Create("TextLabel",{
- ["Name"] = "Update (4)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,110,0,260),
- ["Size"] = UDim2.new(0,90,0,45),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o84 = Create("TextLabel",{
- ["Name"] = "Version (4)",
- ["Parent"] = o66,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,260),
- ["Size"] = UDim2.new(0,110,0,45),
- ["Text"] = "Version:",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o85 = Create("TextButton",{
- ["Name"] = "Updates - Hotkeys",
- ["Parent"] = o65,
- ["Transparency"] = 0.40000000596046,
- ["Text"] = "",
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size10,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o87 = Create("Frame",{
- ["Name"] = "Music",
- ["Parent"] = o2,
- ["Transparency"] = 1,
- ["Position"] = UDim2.new(0,0,0,35),
- ["Size"] = UDim2.new(0,650,0,410),
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 1,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- })
- o88 = Create("ScrollingFrame",{
- ["Name"] = "ScrollingMusic",
- ["Parent"] = o87,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,650,0,405),
- ["CanvasSize"] = UDim2.new(0,0,0,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderColor3"] = Color3.new(0, 0.00392157, 0.443137),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["ScrollingEnabled"] = false,
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o89 = Create("ScrollingFrame",{
- ["Name"] = "Preloaded Music",
- ["Parent"] = o88,
- ["Transparency"] = 0.60000002384186,
- ["Position"] = UDim2.new(0,130,0,0),
- ["Size"] = UDim2.new(0,410,0,320),
- ["CanvasSize"] = UDim2.new(0,0,3,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.60000002384186,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o90 = Create("TextButton",{
- ["Name"] = "Fade",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Fade",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o92 = Create("TextButton",{
- ["Name"] = "Snowman",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Snowman",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o94 = Create("TextButton",{
- ["Name"] = "Bangarang",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Bangarang",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o96 = Create("TextButton",{
- ["Name"] = "Turn Down For What",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Turn Down",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o98 = Create("TextButton",{
- ["Name"] = "Developers",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Developers",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o100 = Create("TextButton",{
- ["Name"] = "Troll",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Troll",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o102 = Create("TextButton",{
- ["Name"] = "Spin",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,0),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Spin",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o104 = Create("TextButton",{
- ["Name"] = "Radioactive",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Radioactive",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o106 = Create("TextButton",{
- ["Name"] = "Gangnam",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,680),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Gangnam",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o108 = Create("TextButton",{
- ["Name"] = "Dance",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Dance",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o110 = Create("TextButton",{
- ["Name"] = "Gifted",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Gifted",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o112 = Create("TextButton",{
- ["Name"] = "Let it go",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Let it Go",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o114 = Create("TextButton",{
- ["Name"] = "Mario",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,800),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Mario",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o116 = Create("TextButton",{
- ["Name"] = "Doge",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Doge",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o118 = Create("TextButton",{
- ["Name"] = "Thunder",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,720),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Thunder",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o120 = Create("TextButton",{
- ["Name"] = "Skrillex",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Skrillex",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o122 = Create("TextButton",{
- ["Name"] = "Try it out",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Try it Out",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o124 = Create("TextButton",{
- ["Name"] = "I'm blue",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "I'm blue",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o126 = Create("TextButton",{
- ["Name"] = "I am the doctor",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "I am the doctor",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o128 = Create("TextButton",{
- ["Name"] = "Eurodancer",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,320),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Eurodancer",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o130 = Create("TextButton",{
- ["Name"] = "Happy",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,320),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Happy",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o132 = Create("TextButton",{
- ["Name"] = "Run Away",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,760),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Run Away",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o134 = Create("TextButton",{
- ["Name"] = "Raining Tacos",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,360),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Raining Tacos",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o136 = Create("TextButton",{
- ["Name"] = "Ravers in the UK",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,360),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Ravers in the Uk",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o138 = Create("TextButton",{
- ["Name"] = "Fox",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,400),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Fox",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o140 = Create("TextButton",{
- ["Name"] = "Rickroll",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,400),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Rickroll",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o142 = Create("TextButton",{
- ["Name"] = "Doctor Dubstep",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,440),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Doctor Dubstep",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o144 = Create("TextButton",{
- ["Name"] = "Fiji Wiiji",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,440),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Fiji Wiiji",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o146 = Create("TextButton",{
- ["Name"] = "Battle",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,480),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Battle",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o148 = Create("TextButton",{
- ["Name"] = "We Own it",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,600),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "We Own it",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o150 = Create("TextButton",{
- ["Name"] = "Spitfire",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,480),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Spitfire",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o152 = Create("TextButton",{
- ["Name"] = "Dope",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,520),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Dope",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o154 = Create("TextButton",{
- ["Name"] = "Amazing Horse",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,520),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Amazing Horse",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o156 = Create("TextButton",{
- ["Name"] = "Numa",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,560),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Numa",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o158 = Create("TextButton",{
- ["Name"] = "Case",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,560),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Case",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o160 = Create("TextButton",{
- ["Name"] = "Monsters",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,600),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Monsters",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o162 = Create("TextButton",{
- ["Name"] = "Problem",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,840),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Problem",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o164 = Create("TextButton",{
- ["Name"] = "Royal",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,760),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Royal",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o166 = Create("TextButton",{
- ["Name"] = "Get Lucky",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,640),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Get Lucky",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o168 = Create("TextButton",{
- ["Name"] = "Tonight",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,720),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Tonight",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o170 = Create("TextButton",{
- ["Name"] = "Roblox",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,640),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Roblox",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o172 = Create("TextButton",{
- ["Name"] = "Engineer",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,680),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Engineer",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o174 = Create("TextLabel",{
- ["Name"] = "Border",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,1160),
- ["Size"] = UDim2.new(0,410,0,1000),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o175 = Create("TextButton",{
- ["Name"] = "James Bond",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,800),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "James Bond",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o177 = Create("TextButton",{
- ["Name"] = "Purge",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,880),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Purge",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o179 = Create("TextButton",{
- ["Name"] = "Caramell",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,840),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Caramell",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o181 = Create("TextButton",{
- ["Name"] = "Skeletons",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,880),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Skeletons",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o183 = Create("TextButton",{
- ["Name"] = "Five Night's At Freddy",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,960),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Five Nights",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o185 = Create("TextButton",{
- ["Name"] = "Fun",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,920),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Fun",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o187 = Create("TextButton",{
- ["Name"] = "I'm not Afraid",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,920),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "I'm Not Afraid",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o189 = Create("TextButton",{
- ["Name"] = "Mako - Beam",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,960),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Mako - Beam",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o191 = Create("TextButton",{
- ["Name"] = "Bad",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,1120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Bad",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o193 = Create("TextButton",{
- ["Name"] = "It's Muffin Time ",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,1040),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "It's Muffin Time ",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o195 = Create("TextButton",{
- ["Name"] = "Dubstep Gun - Saint row 4",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,1000),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Dubstep Gun",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o197 = Create("TextButton",{
- ["Name"] = "Five Night's At Freddy 2",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,1000),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Five Nights 2",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o199 = Create("TextButton",{
- ["Name"] = "Hunger Games",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,1040),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Hunger Games",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o201 = Create("TextButton",{
- ["Name"] = "SpongeBob - Hat",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,1080),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "SpongeBob - Hat",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o203 = Create("TextButton",{
- ["Name"] = "Barrel Roll",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,1080),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Barrel Roll",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o205 = Create("TextButton",{
- ["Name"] = "Noob",
- ["Parent"] = o89,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,1120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Noob",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o207 = Create("TextButton",{
- ["Name"] = "Execute",
- ["Parent"] = o88,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,130,0,355),
- ["Size"] = UDim2.new(0,200,0,30),
- ["Text"] = "Execute",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o210 = Create("TextButton",{
- ["Name"] = "Music Stop",
- ["Parent"] = o88,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,330,0,355),
- ["Size"] = UDim2.new(0,198,0,30),
- ["Text"] = "Stop",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o212 = Create("TextBox",{
- ["Name"] = "MusicBox",
- ["Parent"] = o88,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,130,0,320),
- ["Size"] = UDim2.new(0,200,0,30),
- ["Text"] = "Music ID",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["MultiLine"] = true,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o213 = Create("TextBox",{
- ["Name"] = "MusicPitch",
- ["Parent"] = o88,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,330,0,320),
- ["Size"] = UDim2.new(0,198,0,30),
- ["Text"] = "Music Pitch",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["MultiLine"] = true,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o214 = Create("TextLabel",{
- ["Name"] = "Border1",
- ["Parent"] = o87,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,527,0,5),
- ["Size"] = UDim2.new(0,1,0,320),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o215 = Create("TextLabel",{
- ["Name"] = "Border2",
- ["Parent"] = o87,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,130,0,355),
- ["Size"] = UDim2.new(0,398,0,5),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o216 = Create("TextLabel",{
- ["Name"] = "Border5",
- ["Parent"] = o87,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,130,0,405),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o217 = Create("TextLabel",{
- ["Name"] = "Border3",
- ["Parent"] = o87,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,130,0,390),
- ["Size"] = UDim2.new(0,410,0,20),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o218 = Create("TextLabel",{
- ["Name"] = "Border6",
- ["Parent"] = o87,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,540,0,5),
- ["Size"] = UDim2.new(0,110,0,405),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o219 = Create("TextLabel",{
- ["Name"] = "Border4",
- ["Parent"] = o87,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,528,0,325),
- ["Size"] = UDim2.new(0,12,0,65),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o220 = Create("Frame",{
- ["Name"] = "TopSettings",
- ["Parent"] = o2,
- ["Transparency"] = 0.60000002384186,
- ["Size"] = UDim2.new(0,650,0,40),
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.60000002384186,
- ["BorderSizePixel"] = 0,
- })
- o221 = Create("TextLabel",{
- ["Name"] = "Border1",
- ["Parent"] = o220,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,620,0,25),
- ["Size"] = UDim2.new(0,30,0,15),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.SourceSans,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o222 = Create("ScrollingFrame",{
- ["Name"] = "ScrollingTopSettings",
- ["Parent"] = o220,
- ["Transparency"] = 0.40000000596046,
- ["Size"] = UDim2.new(0,650,0,40),
- ["CanvasSize"] = UDim2.new(0,0,0,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["ScrollingEnabled"] = false,
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o223 = Create("TextButton",{
- ["Name"] = "Commands",
- ["Parent"] = o222,
- ["Transparency"] = 0.40000000596046,
- ["Size"] = UDim2.new(0,120,0,40),
- ["Text"] = "Commands",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size18,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o225 = Create("TextButton",{
- ["Name"] = "Gear",
- ["Parent"] = o222,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,240,0,0),
- ["Size"] = UDim2.new(0,120,0,40),
- ["Text"] = "Gear",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size18,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o227 = Create("TextButton",{
- ["Name"] = "Music",
- ["Parent"] = o222,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,360,0,0),
- ["Size"] = UDim2.new(0,120,0,40),
- ["Text"] = "Music",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size18,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o229 = Create("TextButton",{
- ["Name"] = "Scripts",
- ["Parent"] = o222,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,120,0,0),
- ["Size"] = UDim2.new(0,120,0,40),
- ["Text"] = "Scripts",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size18,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o231 = Create("TextButton",{
- ["Name"] = "Settings",
- ["Parent"] = o222,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,480,0,0),
- ["Size"] = UDim2.new(0,120,0,40),
- ["Text"] = "Settings",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size18,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o233 = Create("TextLabel",{
- ["Name"] = "Border2",
- ["Parent"] = o220,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,600,0,0),
- ["Size"] = UDim2.new(0,20,0,40),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o234 = Create("TextButton",{
- ["Name"] = "Close",
- ["Parent"] = o220,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,620,0,0),
- ["Size"] = UDim2.new(0,30,0,25),
- ["Text"] = "X",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 0.0470588, 0),
- ["TextWrapped"] = true,
- })
- o236 = Create("Frame",{
- ["Name"] = "Commands",
- ["Parent"] = o2,
- ["Transparency"] = 1,
- ["Position"] = UDim2.new(0,0,0,35),
- ["Size"] = UDim2.new(0,650,0,410),
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 1,
- ["BorderSizePixel"] = 0,
- })
- o237 = Create("ScrollingFrame",{
- ["Name"] = "ScrollingCommands",
- ["Parent"] = o236,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,650,0,405),
- ["CanvasSize"] = UDim2.new(0,0,0,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["ScrollingEnabled"] = false,
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o238 = Create("TextButton",{
- ["Name"] = "UnForceField",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "UnForceField",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o240 = Create("TextButton",{
- ["Name"] = "Visible",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Visible",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o242 = Create("TextButton",{
- ["Name"] = "Kill",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Kill",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o244 = Create("TextButton",{
- ["Name"] = "God",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "God",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o246 = Create("TextButton",{
- ["Name"] = "Punish",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Punish",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o248 = Create("TextButton",{
- ["Name"] = "Kill All",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,0),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Kill All",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o250 = Create("TextButton",{
- ["Name"] = "UnGod",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "UnGod",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o252 = Create("TextButton",{
- ["Name"] = "Kick",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,0),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Kick",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o254 = Create("TextButton",{
- ["Name"] = "Explode",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Explode",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o256 = Create("TextButton",{
- ["Name"] = "UnPunish",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "UnPunish",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o258 = Create("TextButton",{
- ["Name"] = "Kick All",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Kick All",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o260 = Create("TextButton",{
- ["Name"] = "Invisible",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Invisible",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o262 = Create("TextButton",{
- ["Name"] = "Explode All",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Explode All",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o264 = Create("TextButton",{
- ["Name"] = "ForceField",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "ForceField",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o266 = Create("TextButton",{
- ["Name"] = "Lag",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Lag",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o268 = Create("TextButton",{
- ["Name"] = "Freeze",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Freeze",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o270 = Create("TextButton",{
- ["Name"] = "Thaw",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Thaw",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o272 = Create("TextButton",{
- ["Name"] = "God All",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "God All",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o274 = Create("TextButton",{
- ["Name"] = "Human",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Human",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o276 = Create("TextButton",{
- ["Name"] = "Remove Tools",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Remove Backpack",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o278 = Create("TextButton",{
- ["Name"] = "UnGod All",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "UnGod All",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o280 = Create("TextButton",{
- ["Name"] = "Thaw All",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,320),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Thaw All",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o282 = Create("TextButton",{
- ["Name"] = "Freeze All",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Freeze All",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o284 = Create("TextButton",{
- ["Name"] = "Ghost",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Ghost",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o286 = Create("TextButton",{
- ["Name"] = "Btools",
- ["Parent"] = o237,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Btools",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o288 = Create("TextLabel",{
- ["Name"] = "Border1",
- ["Parent"] = o236,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,600,0,5),
- ["Size"] = UDim2.new(0,50,0,405),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- })
- o289 = Create("TextLabel",{
- ["Name"] = "Border2",
- ["Parent"] = o236,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,400,0,365),
- ["Size"] = UDim2.new(0,200,0,45),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- })
- o290 = Create("TextLabel",{
- ["Name"] = "Border4",
- ["Parent"] = o236,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,325),
- ["Size"] = UDim2.new(0,400,0,85),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- })
- o291 = Create("Frame",{
- ["Name"] = "Gear",
- ["Parent"] = o2,
- ["Transparency"] = 1,
- ["Position"] = UDim2.new(0,0,0,35),
- ["Size"] = UDim2.new(0,650,0,410),
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 1,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- })
- o292 = Create("ScrollingFrame",{
- ["Name"] = "ScrollingGear",
- ["Parent"] = o291,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,650,0,405),
- ["CanvasSize"] = UDim2.new(0,0,0,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderColor3"] = Color3.new(0, 0.00392157, 0.443137),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["ScrollingEnabled"] = false,
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o293 = Create("ScrollingFrame",{
- ["Name"] = "Preloaded Gear",
- ["Parent"] = o292,
- ["Transparency"] = 0.60000002384186,
- ["Position"] = UDim2.new(0,130,0,0),
- ["Size"] = UDim2.new(0,410,0,320),
- ["CanvasSize"] = UDim2.new(0,0,3,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.60000002384186,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o294 = Create("TextLabel",{
- ["Name"] = "Border",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,840),
- ["Size"] = UDim2.new(0,410,0,1000),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o295 = Create("TextButton",{
- ["Name"] = "AirStrike",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "AirStrike",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o297 = Create("TextButton",{
- ["Name"] = "Bloxster 2XH ",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Bloxster 2XH ",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o299 = Create("TextButton",{
- ["Name"] = "Ice Dragon Slayer
- ",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,520),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Ice Dragon Slayer
- ",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o301 = Create("TextButton",{
- ["Name"] = "Darkheart",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,0),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Darkheart",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o303 = Create("TextButton",{
- ["Name"] = "Darkest Arts Sword",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Darkest Sword",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o305 = Create("TextButton",{
- ["Name"] = "Hyperlaser Gun",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,160),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Hyperlaser Gun",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o307 = Create("TextButton",{
- ["Name"] = "Icedagger",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Icedagger",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o309 = Create("TextButton",{
- ["Name"] = "Illumina",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,40),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Illumina",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o311 = Create("TextButton",{
- ["Name"] = "LinkedSword",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Linked Sword",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o313 = Create("TextButton",{
- ["Name"] = "Overseer Bow",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Overseer Bow",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o315 = Create("TextButton",{
- ["Name"] = "VenomShank",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "VenomShank",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o317 = Create("TextButton",{
- ["Name"] = "Web Slinger",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,240),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Web Slinger",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o319 = Create("TextButton",{
- ["Name"] = "WindForce",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "WindForce",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o321 = Create("TextButton",{
- ["Name"] = "Ghostwalker",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,120),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Ghostwalker",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o323 = Create("TextButton",{
- ["Name"] = "Gravity Coil",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Gravity Coil",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o325 = Create("TextButton",{
- ["Name"] = "Dual Gravity Coil",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,280),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Dual Gravity Coil",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o327 = Create("TextButton",{
- ["Name"] = "Jetpack",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,320),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Jetpack",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o329 = Create("TextButton",{
- ["Name"] = "R - Orb",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,320),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "R - Orb",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o331 = Create("TextButton",{
- ["Name"] = "Transportation",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,360),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Transportation",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o333 = Create("TextButton",{
- ["Name"] = "Vampire",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,360),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Vampire",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o335 = Create("TextButton",{
- ["Name"] = "Soul Stealer",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,400),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Soul Stealer",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o337 = Create("TextButton",{
- ["Name"] = "Sorcus' Sword",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,400),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Sorcus' Sword",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o339 = Create("TextButton",{
- ["Name"] = "Skeleton Sword",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,480),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Skeleton Sword",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o341 = Create("TextButton",{
- ["Name"] = "Crimson Katana",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,480),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Crimson Katana",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o343 = Create("TextButton",{
- ["Name"] = "Missile Launcher",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,560),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Missile Launcher",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o345 = Create("TextButton",{
- ["Name"] = "Shadow Dancer",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,520),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Shadow Dancer",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o347 = Create("TextButton",{
- ["Name"] = "Galactic Laser Gun
- ",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,440),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Laser Gun",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o349 = Create("TextButton",{
- ["Name"] = "Artemis Bow
- ",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,440),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Artemis Bow
- ",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o351 = Create("TextButton",{
- ["Name"] = "Classic Plane",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,200),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Classic Plane",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o353 = Create("TextButton",{
- ["Name"] = "Murderer's Knife",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,600),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Murderer's Knife",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o355 = Create("TextButton",{
- ["Name"] = "Golden Boombox",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,560),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Golden Boombox",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o357 = Create("TextButton",{
- ["Name"] = "Pistol",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,600),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Pistol",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o359 = Create("TextButton",{
- ["Name"] = "Super Rocket",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,640),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Super Rocket",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o361 = Create("TextButton",{
- ["Name"] = "Magic Carpet",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,680),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Magic Carpet",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o363 = Create("TextButton",{
- ["Name"] = "Car",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,640),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Car",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o365 = Create("TextButton",{
- ["Name"] = "Medusa Head
- ",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,680),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Medusa Head
- ",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o367 = Create("TextButton",{
- ["Name"] = "UFO",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,720),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "UFO",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o369 = Create("TextButton",{
- ["Name"] = "Glider",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,720),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Glider",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o371 = Create("TextButton",{
- ["Name"] = "Superman",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,760),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Superman",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o373 = Create("TextButton",{
- ["Name"] = "Radar",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,760),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Radar",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o375 = Create("TextButton",{
- ["Name"] = "Skateboard",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,800),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Skateboard",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o377 = Create("TextButton",{
- ["Name"] = "Hoverboard",
- ["Parent"] = o293,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,200,0,800),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Hoverboard",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o379 = Create("TextButton",{
- ["Name"] = "Execute",
- ["Parent"] = o292,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,330,0,320),
- ["Size"] = UDim2.new(0,198,0,30),
- ["Text"] = "Execute",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o382 = Create("TextBox",{
- ["Name"] = "GearBox",
- ["Parent"] = o292,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,130,0,320),
- ["Size"] = UDim2.new(0,200,0,30),
- ["Text"] = "Gear ID",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["MultiLine"] = true,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size36,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o383 = Create("TextLabel",{
- ["Name"] = "Border1",
- ["Parent"] = o291,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,527,0,5),
- ["Size"] = UDim2.new(0,1,0,320),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o384 = Create("TextLabel",{
- ["Name"] = "Border3",
- ["Parent"] = o291,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,130,0,355),
- ["Size"] = UDim2.new(0,410,0,55),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o385 = Create("TextLabel",{
- ["Name"] = "Border4",
- ["Parent"] = o291,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,528,0,325),
- ["Size"] = UDim2.new(0,12,0,30),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o386 = Create("TextLabel",{
- ["Name"] = "Border5",
- ["Parent"] = o291,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,130,0,405),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o387 = Create("TextLabel",{
- ["Name"] = "Border6",
- ["Parent"] = o291,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,540,0,5),
- ["Size"] = UDim2.new(0,110,0,405),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size14,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o388 = Create("Frame",{
- ["Name"] = "Settings",
- ["Parent"] = o2,
- ["Transparency"] = 1,
- ["Position"] = UDim2.new(0,0,0,35),
- ["Size"] = UDim2.new(0,650,0,465),
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 1,
- ["BorderSizePixel"] = 0,
- })
- o389 = Create("ScrollingFrame",{
- ["Name"] = "ScrollingSettings",
- ["Parent"] = o388,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,650,0,405),
- ["CanvasSize"] = UDim2.new(0,0,0,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["ScrollingEnabled"] = false,
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o390 = Create("Frame",{
- ["Name"] = "Players",
- ["Parent"] = o389,
- ["Transparency"] = 1,
- ["Position"] = UDim2.new(0,90,0,60),
- ["Size"] = UDim2.new(0,450,0,348),
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 1,
- })
- o391 = Create("ScrollingFrame",{
- ["Name"] = "Frame",
- ["Parent"] = o390,
- ["Transparency"] = 0.60000002384186,
- ["Position"] = UDim2.new(0,-1,0,-1),
- ["Size"] = UDim2.new(0,452,0,348),
- ["CanvasSize"] = UDim2.new(0,0,20,0),
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.60000002384186,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o393 = Create("TextButton",{
- ["Name"] = "Template",
- ["Parent"] = o390,
- ["Transparency"] = 0.60000002384186,
- ["Position"] = UDim2.new(0,20,0,-40),
- ["Size"] = UDim2.new(0,400,0,40),
- ["Text"] = "",
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.60000002384186,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o395 = Create("TextLabel",{
- ["Name"] = "SelectedText",
- ["Parent"] = o389,
- ["Transparency"] = 0.5,
- ["Position"] = UDim2.new(0,290,0,152),
- ["Size"] = UDim2.new(0,250,0,40),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.5,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o396 = Create("TextButton",{
- ["Name"] = "SelectedPlayer",
- ["Parent"] = o389,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,90,0,152),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Selected Player",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o398 = Create("Frame",{
- ["Name"] = "Extra",
- ["Parent"] = o389,
- ["Transparency"] = 0.5,
- ["Position"] = UDim2.new(0,90,0,192),
- ["Size"] = UDim2.new(0,200,0,105),
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.5,
- ["BorderSizePixel"] = 0,
- })
- o399 = Create("TextButton",{
- ["Name"] = "Clear",
- ["Parent"] = o398,
- ["Transparency"] = 0.69999998807907,
- ["Size"] = UDim2.new(0,200,0,35),
- ["Text"] = "Clear",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.69999998807907,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o402 = Create("TextButton",{
- ["Name"] = "Execute",
- ["Parent"] = o398,
- ["Transparency"] = 0.69999998807907,
- ["Position"] = UDim2.new(0,0,0,70),
- ["Size"] = UDim2.new(0,200,0,35),
- ["Text"] = "Execute",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.69999998807907,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o405 = Create("TextBox",{
- ["Name"] = "SelectedPlayer",
- ["Parent"] = o398,
- ["Transparency"] = 0.69999998807907,
- ["Position"] = UDim2.new(0,0,0,35),
- ["Size"] = UDim2.new(0,200,0,35),
- ["Text"] = "Enter Player's Name",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.69999998807907,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextScaled"] = true,
- ["TextWrapped"] = true,
- })
- o406 = Create("TextButton",{
- ["Name"] = "OpenOp",
- ["Parent"] = o389,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,90,0,85),
- ["Size"] = UDim2.new(0,450,0,40),
- ["Text"] = "Open Options",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o408 = Create("TextButton",{
- ["Name"] = "Open/Close",
- ["Parent"] = o389,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,90,0,18),
- ["Size"] = UDim2.new(0,450,0,40),
- ["Text"] = "Open Players",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o411 = Create("Frame",{
- ["Name"] = "Options",
- ["Parent"] = o389,
- ["Transparency"] = 0.69999998807907,
- ["Position"] = UDim2.new(0,89,0,126),
- ["Size"] = UDim2.new(0,452,0,279),
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.69999998807907,
- ["BorderSizePixel"] = 0,
- })
- o412 = Create("TextButton",{
- ["Name"] = "DraggingEn",
- ["Parent"] = o411,
- ["Transparency"] = 0.60000002384186,
- ["Position"] = UDim2.new(0,200,0,20),
- ["Size"] = UDim2.new(0,250,0,40),
- ["Text"] = "Enabled",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.60000002384186,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o414 = Create("TextLabel",{
- ["Name"] = "Dragging",
- ["Parent"] = o411,
- ["Transparency"] = 0.5,
- ["Position"] = UDim2.new(0,0,0,20),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Dragging",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.5,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o415 = Create("TextLabel",{
- ["Name"] = "Output",
- ["Parent"] = o411,
- ["Transparency"] = 0.5,
- ["Position"] = UDim2.new(0,0,0,80),
- ["Size"] = UDim2.new(0,200,0,40),
- ["Text"] = "Output",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.5,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o416 = Create("TextLabel",{
- ["Name"] = "OutputText",
- ["Parent"] = o411,
- ["Transparency"] = 0.60000002384186,
- ["Position"] = UDim2.new(0,200,0,80),
- ["Size"] = UDim2.new(0,250,0,40),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.60000002384186,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o417 = Create("TextButton",{
- ["Name"] = "Open Credits",
- ["Parent"] = o388,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,90,0,290),
- ["Size"] = UDim2.new(0,450,0,40),
- ["Text"] = "Open Credits",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o419 = Create("TextButton",{
- ["Name"] = "Open Updates",
- ["Parent"] = o388,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,90,0,350),
- ["Size"] = UDim2.new(0,450,0,40),
- ["Text"] = "Open Updates Log",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o421 = Create("Frame",{
- ["Name"] = "Credits",
- ["Parent"] = o2,
- ["Transparency"] = 1,
- ["Position"] = UDim2.new(0,0,0,35),
- ["Size"] = UDim2.new(0,650,0,406),
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 1,
- ["BorderSizePixel"] = 0,
- })
- o422 = Create("ScrollingFrame",{
- ["Name"] = "ScrollingCredits",
- ["Parent"] = o421,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,650,0,405),
- ["CanvasSize"] = UDim2.new(0,0,0,0),
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderColor3"] = Color3.new(0, 0, 0),
- ["BorderSizePixel"] = 0,
- ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
- ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
- ["ScrollingEnabled"] = false,
- ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
- })
- o423 = Create("TextLabel",{
- ["Name"] = "Made",
- ["Parent"] = o422,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,100,0,20),
- ["Size"] = UDim2.new(0,450,0,50),
- ["Text"] = "Made By: Derek1017",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o424 = Create("TextLabel",{
- ["Name"] = "Playerlist",
- ["Parent"] = o422,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,100,0,80),
- ["Size"] = UDim2.new(0,450,0,40),
- ["Text"] = "Player List By: Derek1017",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o425 = Create("TextButton",{
- ["Name"] = "Close Credits",
- ["Parent"] = o422,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,90,0,345),
- ["Size"] = UDim2.new(0,450,0,40),
- ["Text"] = "Close Credits",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o427 = Create("TextLabel",{
- ["Name"] = "Border1",
- ["Parent"] = o421,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,0,0,145),
- ["Size"] = UDim2.new(0,650,0,205),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o428 = Create("TextLabel",{
- ["Name"] = "Border2",
- ["Parent"] = o421,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,0,0,5),
- ["Size"] = UDim2.new(0,650,0,20),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o429 = Create("TextLabel",{
- ["Name"] = "Border3",
- ["Parent"] = o421,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,0,0,25),
- ["Size"] = UDim2.new(0,100,0,120),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o430 = Create("TextLabel",{
- ["Name"] = "Border4",
- ["Parent"] = o421,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,550,0,25),
- ["Size"] = UDim2.new(0,100,0,120),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o431 = Create("TextLabel",{
- ["Name"] = "Border6",
- ["Parent"] = o421,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,100,0,125),
- ["Size"] = UDim2.new(0,450,0,20),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o432 = Create("TextLabel",{
- ["Name"] = "Border7",
- ["Parent"] = o421,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,0,0,390),
- ["Size"] = UDim2.new(0,650,0,20),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o433 = Create("TextLabel",{
- ["Name"] = "Border8",
- ["Parent"] = o421,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,0,0,350),
- ["Size"] = UDim2.new(0,90,0,40),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o434 = Create("TextLabel",{
- ["Name"] = "Border9",
- ["Parent"] = o421,
- ["Transparency"] = 0.30000001192093,
- ["Position"] = UDim2.new(0,540,0,350),
- ["Size"] = UDim2.new(0,110,0,40),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.30000001192093,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o435 = Create("TextButton",{
- ["Name"] = "Credits - Hotkeys",
- ["Parent"] = o421,
- ["Transparency"] = 0.40000000596046,
- ["Text"] = "",
- ["Visible"] = false,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size10,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- o437 = Create("TextLabel",{
- ["Name"] = "Border5",
- ["Parent"] = o421,
- ["Transparency"] = 0.40000000596046,
- ["Position"] = UDim2.new(0,100,0,75),
- ["Size"] = UDim2.new(0,450,0,10),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.40000000596046,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size24,
- ["TextColor3"] = Color3.new(1, 1, 1),
- })
- o438 = Create("Frame",{
- ["Name"] = "OpenGui",
- ["Parent"] = o1,
- ["Transparency"] = 1,
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 1,
- ["BorderSizePixel"] = 0,
- })
- o439 = Create("TextButton",{
- ["Name"] = "Open",
- ["Parent"] = o438,
- ["Transparency"] = 0.5,
- ["Position"] = UDim2.new(0,15,0,518),
- ["Size"] = UDim2.new(0,110,0,35),
- ["Text"] = "Open",
- ["BackgroundColor3"] = Color3.new(0, 0, 0),
- ["BackgroundTransparency"] = 0.5,
- ["BorderSizePixel"] = 0,
- ["Font"] = Enum.Font.ArialBold,
- ["FontSize"] = Enum.FontSize.Size18,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextWrapped"] = true,
- })
- mas.Parent = workspace
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = workspace
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- for i=1,#cors do
- coroutine.resume(cors[i])
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement