Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function give(plr)
- local pgui = plr:FindFirstChildOfClass("PlayerGui")
- local loadbar = Instance.new("ScreenGui") local Loading = Instance.new("TextLabel") local fr = Instance.new("Frame") local ba = Instance.new("Frame") loadbar.Name = "loadbar" loadbar.Parent = pgui
- Loading.Name = "Loading" Loading.Parent = loadbar Loading.BackgroundColor3 = Color3.new(1, 1, 1) Loading.BackgroundTransparency = 1 Loading.Position = UDim2.new(0.25, 0, 0.875, 0) Loading.Size = UDim2.new(0.5, 0, 0, 50)
- Loading.ZIndex = 101 Loading.Font = Enum.Font.ArialBold Loading.FontSize = Enum.FontSize.Size24 Loading.Text = "Loading..." Loading.TextColor3 = Color3.new(0, 0, 0) Loading.TextStrokeColor3 = Color3.new(1, 1, 1) Loading.TextStrokeTransparency = 0.5
- Loading.TextTransparency = 0.10000000149012 Loading.TextWrapped = true fr.Name = "fr" fr.Parent = Loading fr.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) fr.BackgroundTransparency = 0.30000001192093
- fr.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078) fr.BorderSizePixel = 2 fr.Size = UDim2.new(1, 0, 1, 0) ba.ZIndex = 100 fr.ZIndex = 99 ba.Name = "ba" ba.Parent = Loading ba.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392) ba.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- ba.BorderSizePixel = 0 ba.Size = UDim2.new(0, 0, 1, 0)
- Loading.ba:TweenSize(UDim2.new(0.3, 0, 1, 0), "InOut", "Quart", 1, true, nil)
- local Logs = Instance.new("ScreenGui")
- logdrag = Instance.new("Frame")
- local PromptDialog = Instance.new("Frame")
- local ContainerFrame = Instance.new("Frame")
- local pos = Instance.new("Frame")
- local clear = Instance.new("TextButton")
- local scroll = Instance.new("ScrollingFrame")
- local hl = Instance.new("Frame")
- local whispers = Instance.new("Frame")
- local CheckBox = Instance.new("ImageButton")
- local box = Instance.new("TextButton")
- local whispers_2 = Instance.new("TextLabel")
- local chats = Instance.new("Frame")
- local CheckBox_2 = Instance.new("ImageButton")
- local box_2 = Instance.new("TextButton")
- local chats_2 = Instance.new("TextLabel")
- local commands = Instance.new("Frame")
- local CheckBox_3 = Instance.new("ImageButton")
- local box_3 = Instance.new("TextButton")
- local commands_2 = Instance.new("TextLabel")
- local shadow = Instance.new("Frame")
- local Exit = Instance.new("TextButton")
- local PopupText = Instance.new("TextLabel")
- local Hide = Instance.new("TextButton")
- Logs.Name = "Logs"
- Logs.Parent = pgui
- logdrag.Name = "drag"
- logdrag.Parent = Logs
- logdrag.Active = true
- logdrag.BackgroundColor3 = Color3.new(1, 1, 1)
- logdrag.BackgroundTransparency = 1
- --dragGUI(logdrag)
- logdrag.Position = UDim2.new(0.5, -225, 0, -400)
- logdrag.Size = UDim2.new(0, 438, 0, 26)
- PromptDialog.Name = "PromptDialog"
- PromptDialog.Parent = logdrag
- PromptDialog.BackgroundColor3 = Color3.new(0, 0, 0)
- PromptDialog.BackgroundTransparency = 1
- PromptDialog.BorderSizePixel = 0
- PromptDialog.Position = UDim2.new(0, 0, 0, -2)
- PromptDialog.Size = UDim2.new(0, 438, 0, 300)
- PromptDialog.ZIndex = 5
- PromptDialog.ClipsDescendants = true
- ContainerFrame.Name = "ContainerFrame"
- ContainerFrame.Parent = PromptDialog
- colorR = 0.121569;
- colorG = 0.121569;
- colorB = 0.121569;
- maincolor = Color3.new(colorR, colorG, colorB)
- ContainerFrame.BackgroundColor3 = maincolor
- ContainerFrame.BackgroundTransparency = 0.5
- ContainerFrame.BorderColor3 = Color3.new(0, 0, 0)
- ContainerFrame.BorderSizePixel = 0
- ContainerFrame.Position = UDim2.new(0, 0, 0, 29)
- ContainerFrame.Size = UDim2.new(1, 0, 0.829999983, 0)
- ContainerFrame.ZIndex = 5
- pos.Name = "pos"
- pos.Parent = ContainerFrame
- pos.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- pos.BackgroundTransparency = 1
- pos.BorderColor3 = Color3.new(0, 0, 0)
- pos.BorderSizePixel = 0
- pos.Position = UDim2.new(0, 10, 0, 9)
- pos.Size = UDim2.new(0, 428, 0, 230)
- pos.ZIndex = 5
- clear.Name = "clear"
- clear.Parent = pos
- clear.BackgroundColor3 = Color3.new(0, 0, 0)
- clear.BackgroundTransparency = 0.80000001192093
- clear.BorderColor3 = Color3.new(1, 1, 1)
- clear.Position = UDim2.new(0, 3, 0, 3)
- clear.Size = UDim2.new(0, 70, 0, 20)
- clear.ZIndex = 5
- clear.Font = Enum.Font.SourceSans
- clear.FontSize = Enum.FontSize.Size14
- clear.Text = "Clear"
- clear.TextColor3 = Color3.new(1, 1, 1)
- scroll.Name = "scroll"
- scroll.Parent = pos
- scroll.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
- scroll.BackgroundTransparency = 1
- scroll.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
- scroll.BorderSizePixel = 0
- scroll.Size = UDim2.new(0, 413, 0, 193)
- scroll.Position = UDim2.new(0.007, 0, 0.152, 0)
- scroll.ZIndex = 5
- scroll.BottomImage = "rbxasset://textures/blackBkg_square.png"
- scroll.CanvasSize = UDim2.new(0, 0, 0, 10)
- scroll.MidImage = "rbxasset://textures/blackBkg_square.png"
- scroll.ScrollBarThickness = 8
- scroll.TopImage = "rbxasset://textures/blackBkg_square.png"
- hl.Name = "hl"
- hl.Parent = pos
- hl.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- hl.BackgroundTransparency = 0.5
- hl.BorderColor3 = Color3.new(0, 0, 0)
- hl.BorderSizePixel = 0
- hl.Position = UDim2.new(0, 2, 0, 35)
- hl.Size = UDim2.new(0.799065411, 72, 0.839130461, 0)
- hl.ZIndex = 5
- whispers.Name = "whispers"
- whispers.Parent = pos
- whispers.BackgroundColor3 = Color3.new(1, 1, 1)
- whispers.BackgroundTransparency = 1
- whispers.Size = UDim2.new(0, 428, 0, 230)
- CheckBox.Name = "CheckBox"
- CheckBox.Parent = whispers
- CheckBox.BackgroundTransparency = 1
- CheckBox.Position = UDim2.new(0.574635506, 0, 0, 2)
- CheckBox.Size = UDim2.new(0, 20, 0, 20)
- CheckBox.ZIndex = 6
- CheckBox.Image = "http://www.roblox.com/asset/?id=65492641"
- box.Name = "box"
- box.Parent = whispers
- box.BackgroundColor3 = Color3.new(0, 0, 0)
- box.BackgroundTransparency = 0.80000001192093
- box.BorderColor3 = Color3.new(1, 1, 1)
- box.Position = UDim2.new(0, 172, 0, 3)
- box.Size = UDim2.new(0, 94, 0, 20)
- box.ZIndex = 5
- box.Font = Enum.Font.SourceSans
- box.FontSize = Enum.FontSize.Size14
- box.Text = ""
- box.TextColor3 = Color3.new(1, 1, 1)
- whispers_2.Name = "whispers"
- whispers_2.Parent = whispers
- whispers_2.BackgroundColor3 = Color3.new(1, 1, 1)
- whispers_2.BackgroundTransparency = 1
- whispers_2.Position = UDim2.new(0, 172, 0, 3)
- whispers_2.Size = UDim2.new(0.126168221, 20, -0.0434782617, 30)
- whispers_2.ZIndex = 6
- whispers_2.Font = Enum.Font.SourceSansBold
- whispers_2.FontSize = Enum.FontSize.Size14
- whispers_2.Text = "Whispers"
- whispers_2.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
- chats.Name = "chats"
- chats.Parent = pos
- chats.BackgroundColor3 = Color3.new(1, 1, 1)
- chats.BackgroundTransparency = 1
- chats.Size = UDim2.new(0, 428, 0, 230)
- CheckBox_2.Name = "CheckBox"
- CheckBox_2.Parent = chats
- CheckBox_2.BackgroundTransparency = 1
- CheckBox_2.Position = UDim2.new(0.324635506, 0, 3.49245965e-08, 2)
- CheckBox_2.Size = UDim2.new(0, 20, 0, 20)
- CheckBox_2.ZIndex = 6
- CheckBox_2.Image = "http://www.roblox.com/asset/?id=65492641"
- box_2.Name = "box"
- box_2.Parent = chats
- box_2.BackgroundColor3 = Color3.new(0, 0, 0)
- box_2.BackgroundTransparency = 0.80000001192093
- box_2.BorderColor3 = Color3.new(1, 1, 1)
- box_2.Position = UDim2.new(0, 86, 0, 3)
- box_2.Size = UDim2.new(0, 73, 0, 20)
- box_2.ZIndex = 5
- box_2.Font = Enum.Font.SourceSans
- box_2.FontSize = Enum.FontSize.Size14
- box_2.Text = ""
- box_2.TextColor3 = Color3.new(1, 1, 1)
- chats_2.Name = "chats"
- chats_2.Parent = chats
- chats_2.BackgroundColor3 = Color3.new(1, 1, 1)
- chats_2.BackgroundTransparency = 1
- chats_2.Position = UDim2.new(0, 86, 0, 2)
- chats_2.Size = UDim2.new(0.0771028027, 20, -0.0434782617, 30)
- chats_2.ZIndex = 6
- chats_2.Font = Enum.Font.SourceSansBold
- chats_2.FontSize = Enum.FontSize.Size14
- chats_2.Text = "Chats"
- chats_2.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
- commands.Name = "commands"
- commands.Parent = pos
- commands.BackgroundColor3 = Color3.new(1, 1, 1)
- commands.BackgroundTransparency = 1
- commands.Size = UDim2.new(0, 428, 0, 230)
- CheckBox_3.Name = "CheckBox"
- CheckBox_3.Parent = commands
- CheckBox_3.BackgroundTransparency = 1
- CheckBox_3.Position = UDim2.new(0.844495356, 0, 0, 2)
- CheckBox_3.Size = UDim2.new(0, 20, 0, 20)
- CheckBox_3.ZIndex = 6
- CheckBox_3.Image = "http://www.roblox.com/asset/?id=65492641"
- box_3.Name = "box"
- box_3.Parent = commands
- box_3.BackgroundColor3 = Color3.new(0, 0, 0)
- box_3.BackgroundTransparency = 0.80000001192093
- box_3.BorderColor3 = Color3.new(1, 1, 1)
- box_3.Position = UDim2.new(0, 279, 0, 3)
- box_3.Size = UDim2.new(0, 102, 0, 20)
- box_3.ZIndex = 5
- box_3.Font = Enum.Font.SourceSans
- box_3.FontSize = Enum.FontSize.Size14
- box_3.Text = ""
- box_3.TextColor3 = Color3.new(1, 1, 1)
- commands_2.Name = "commands"
- commands_2.Parent = commands
- commands_2.BackgroundColor3 = Color3.new(1, 1, 1)
- commands_2.BackgroundTransparency = 1
- commands_2.Position = UDim2.new(0, 279, 0, 3)
- commands_2.Size = UDim2.new(0.144859806, 20, -0.0434782617, 30)
- commands_2.ZIndex = 6
- commands_2.Font = Enum.Font.SourceSansBold
- commands_2.FontSize = Enum.FontSize.Size14
- commands_2.Text = "Commands"
- commands_2.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
- shadow.Name = "shadow"
- shadow.Parent = PromptDialog
- shadow.BackgroundColor3 = maincolor
- shadow.BackgroundTransparency = 0.30000001192093
- shadow.BorderColor3 = Color3.new(0, 0, 0)
- shadow.BorderSizePixel = 0
- shadow.Position = UDim2.new(0, 0, 0.00999999978, 0)
- shadow.Size = UDim2.new(0, 438, 0, 26)
- Exit.Name = "Exit"
- Exit.Parent = shadow
- Exit.BackgroundColor3 = Color3.new(1, 0, 0)
- Exit.BackgroundTransparency = 0.30000001192093
- Exit.BorderColor3 = Color3.new(1, 0, 0)
- Exit.BorderSizePixel = 0
- Exit.Position = UDim2.new(0, 415, 0, 3)
- Exit.Size = UDim2.new(0, 20, 0, 20)
- Exit.FontSize = Enum.FontSize.Size14
- Exit.Text = ""
- PopupText.Name = "PopupText"
- PopupText.Parent = shadow
- PopupText.BackgroundTransparency = 1
- PopupText.Position = UDim2.new(0, 61, 0, -5)
- PopupText.Size = UDim2.new(0.760273993, -16, 1.15384614, 0)
- PopupText.ZIndex = 6
- PopupText.Font = Enum.Font.SourceSansBold
- PopupText.TextSize = 31
- PopupText.Text = "Logs"
- PopupText.TextColor3 = Color3.new(0.97, 0.97, 0.97)
- PopupText.TextStrokeTransparency = 0
- PopupText.TextWrapped = true
- PopupText.TextYAlignment = Enum.TextYAlignment.Top
- Hide.Name = "Hide"
- Hide.Parent = shadow
- Hide.BackgroundColor3 = Color3.new(1, 1, 1)
- Hide.BackgroundTransparency = 0.30000001192093
- Hide.BorderColor3 = Color3.new(1, 1, 1)
- Hide.BorderSizePixel = 0
- Hide.Position = UDim2.new(0.800000012, 41, 0, 3)
- Hide.Size = UDim2.new(0, 20, 0, 20)
- Hide.FontSize = Enum.FontSize.Size14
- Hide.Text = ""
- checked = "http://www.roblox.com/asset/?id=65492641"
- unchecked = "http://www.roblox.com/asset/?id=65492651"
- if chatsV == true then
- CheckBox_2.Image = checked else
- CheckBox_2.Image = unchecked end
- box_2.MouseButton1Down:connect(function()
- if chatsV == true then chatsV = false
- CheckBox_2.Image = unchecked else
- chatsV = true
- CheckBox_2.Image = checked end end)
- if whispersV == true then
- CheckBox.Image = checked else
- CheckBox.Image = unchecked end
- box.MouseButton1Down:connect(function()
- if whispersV == true then whispersV = false
- CheckBox.Image = unchecked else
- whispersV = true
- CheckBox.Image = checked end end)
- if commandsV == true then
- CheckBox_3.Image = checked else
- CheckBox_3.Image = unchecked end
- box_3.MouseButton1Down:connect(function()
- if commandsV == true then commandsV = false
- CheckBox_3.Image = unchecked else
- commandsV = true
- CheckBox_3.Image = checked end end)
- clear.MouseButton1Down:connect(function()
- for _, child in pairs( scroll:GetChildren()) do
- child:Destroy() end
- scroll.CanvasSize = UDim2.new(0, 0, 0, 10)
- end)
- Exit.MouseButton1Down:connect(function()
- logdrag:TweenPosition(UDim2.new(0.5, -225, 0, -400), "InOut", "Quart", 0.5, true, nil)
- end)
- local hidden = false
- Hide.MouseButton1Down:connect(function()
- if hidden == false then hidden = true
- ContainerFrame:TweenPosition(UDim2.new(0, 0, 0, -300), "InOut", "Quart", 0.5, true, nil)
- else ContainerFrame:TweenPosition(UDim2.new(0, 0, 0, 29), "InOut", "Quart", 0.5, true, nil) hidden = false
- end end)
- function logtime()
- local HOUR = math.floor((tick() % 86400) / 3600)
- local MINUTE = math.floor((tick() % 3600) / 60)
- local SECOND = math.floor(tick() % 60)
- local AP = HOUR > 11 and 'PM' or 'AM'
- HOUR = (HOUR % 12 == 0 and 12 or HOUR % 12)
- HOUR = HOUR < 10 and '0' .. HOUR or HOUR
- MINUTE = MINUTE < 10 and '0' .. MINUTE or MINUTE
- SECOND = SECOND < 10 and '0' .. SECOND or SECOND
- return HOUR .. ':' .. MINUTE .. ':' .. SECOND .. ' ' .. AP end
- function CreateLabel(Name, Text)
- local sf = scroll
- if #sf:GetChildren() >= 2546 then
- sf:ClearAllChildren()
- end
- local alls = 0
- for i,v in pairs(sf:GetChildren()) do
- if v then
- alls = v.Size.Y.Offset + alls
- end
- if not v then
- alls = 0
- end
- end
- local tl = Instance.new('TextLabel', sf)
- local il = Instance.new('Frame', tl)
- tl.Name = Name
- tl.ZIndex = 6
- tl.Text = logtime().." - ["..Name.."]: "..Text
- tl.Size = UDim2.new(0,410,0,84)
- tl.BackgroundTransparency = 1
- tl.BorderSizePixel = 0
- tl.Font = "SourceSansBold"
- tl.Position = UDim2.new(-1,0,0,alls)
- tl.TextTransparency = 1
- tl.TextScaled = false
- tl.TextSize = 14
- tl.TextWrapped = true
- tl.TextXAlignment = "Left"
- tl.TextYAlignment = "Top"
- il.BackgroundTransparency = 1
- il.BorderSizePixel = 0
- il.Size = UDim2.new(0,12,1,0)
- il.Position = UDim2.new(0,410,0,0)
- tl.TextColor3 = Color3.fromRGB(255,255,255)
- tl.Size = UDim2.new(0,410,0,tl.TextBounds.Y)
- sf.CanvasSize = UDim2.new(0,0,0,alls+tl.TextBounds.Y)
- sf.CanvasPosition = Vector2.new(0,sf.CanvasPosition.Y+tl.TextBounds.Y)
- local size2 = sf.CanvasSize.Y.Offset
- tl:TweenPosition(UDim2.new(0,0,0,alls), 'In', 'Quint', 0.5)
- for i = 0,50 do wait(0.05)
- tl.TextTransparency = tl.TextTransparency - 0.05
- end
- tl.TextTransparency = 0
- end
- local intro = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Circle = Instance.new("ImageLabel")
- local ImageLabel = Instance.new("ImageLabel")
- intro.Name = "intro"
- intro.Parent = pgui
- Frame.Parent = intro
- Frame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- Frame.BackgroundTransparency = 1
- Frame.BorderSizePixel = 0
- Frame.ClipsDescendants = true
- Frame.Position = UDim2.new(0.5, -125, 0.5, -125)
- Frame.Size = UDim2.new(0, 250, 0, 250)
- Circle.Name = "Circle"
- Circle.Parent = Frame
- Circle.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- Circle.BackgroundTransparency = 1
- Circle.BorderSizePixel = 0
- Circle.Position = UDim2.new(0.5, 0, 0.5, 0)
- Circle.Image = "rbxassetid://631172870"
- Circle.ImageColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- ImageLabel.Parent = Frame
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.BackgroundTransparency = 1
- ImageLabel.BorderSizePixel = 0
- ImageLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
- ImageLabel.Image = "rbxassetid://1352543873"
- Loading.ba:TweenSize(UDim2.new(0.35, 0, 1, 0), "InOut", "Quart", 0.5, true, nil)
- local g = intro
- local f = Frame
- local imagef = Circle
- local logof = ImageLabel
- loadedintro = false
- local function tween2()
- f:TweenSizeAndPosition(UDim2.new(0,250,0,250),UDim2.new(0.5,-125,0.5,-125), "Out", "Quart", 0.4)
- wait(0.6) loadedintro = true end
- local function tween1()
- f:TweenSizeAndPosition(UDim2.new(0,300,0,300),UDim2.new(0.5,-150,0.5,-150), "In", "Quart", 0.4, false, tween2) end
- imagef:TweenSizeAndPosition(UDim2.new(3,0,3,0),UDim2.new(-1,0,-1,0), "Out", "Linear", 0.4)
- logof:TweenSizeAndPosition(UDim2.new(1,0,1,0),UDim2.new(0,0,0,0), "Out", "Linear", 0.4, false, tween1)
- Loading.ba:TweenSize(UDim2.new(0.45, 0, 1, 0), "InOut", "Quart", 0.4, true, nil)
- local iy = Instance.new("ImageButton") local sheild = Instance.new("Frame") local cmds = Instance.new("ImageButton") local cmds_2 = Instance.new("TextLabel")
- local settings = Instance.new("ImageButton") local settings_2 = Instance.new("TextLabel") local updates = Instance.new("ImageButton") local updates_2 = Instance.new("TextLabel")
- local info = Instance.new("ImageButton") local info_2 = Instance.new("TextLabel") local mix = Instance.new("ImageButton") local mix_2 = Instance.new("TextLabel") local MAIN = Instance.new("TextLabel") iy.Name = "iy" iy.Parent = pgui -- game.CoreGui.RobloxGui.TopBarContainer
- iy.BackgroundTransparency = 1 iy.Position = UDim2.new(0, 2, 0, -38) iy.Size = UDim2.new(0, 50, 0, 36) iy.AutoButtonColor = false sheild.Name = "sheild" sheild.Parent = iy sheild.BackgroundColor3 = Color3.new(1, 1, 1)
- sheild.BackgroundTransparency = 1 sheild.Size = UDim2.new(0, 320, 0, 35) cmds.Name = "cmds" cmds.Parent = sheild cmds.BackgroundTransparency = 1 cmds.Position = UDim2.new(0, 50, 0, 0) cmds.Size = UDim2.new(0, 80, 0, 36)
- cmds.AutoButtonColor = false cmds_2.Name = "cmds" cmds_2.Parent = cmds cmds_2.BackgroundColor3 = Color3.new(1, 1, 1) cmds_2.BackgroundTransparency = 1 cmds_2.Position = UDim2.new(0, 0, 0, -2)
- cmds_2.Size = UDim2.new(0, 80, 0, 40) cmds_2.Font = Enum.Font.Arial cmds_2.FontSize = Enum.FontSize.Size14 cmds_2.Text = "Commands" cmds_2.TextColor3 = Color3.new(1, 1, 1) cmds_2.TextStrokeTransparency = 0.69999998807907
- settings.Name = "settings" settings.Parent = sheild settings.BackgroundTransparency = 1 settings.Position = UDim2.new(0, 146, 0, 0) settings.Size = UDim2.new(0, 60, 0, 36) settings.AutoButtonColor = false
- settings_2.Name = "settings" settings_2.Parent = settings settings_2.BackgroundColor3 = Color3.new(1, 1, 1) settings_2.BackgroundTransparency = 1 settings_2.Position = UDim2.new(0, 0, 0, -2)
- settings_2.Size = UDim2.new(0, 60, 0, 40) settings_2.Font = Enum.Font.Arial settings_2.FontSize = Enum.FontSize.Size14 settings_2.Text = "Script Hub" settings_2.TextColor3 = Color3.new(1, 1, 1)
- settings_2.TextStrokeTransparency = 0.69999998807907 updates.Name = "updates" updates.Parent = sheild updates.BackgroundTransparency = 1 updates.Position = UDim2.new(0, 220, 0, 0)
- updates.Size = UDim2.new(0, 60, 0, 36) updates.AutoButtonColor = false updates_2.Name = "updates" updates_2.Parent = updates updates_2.BackgroundColor3 = Color3.new(1, 1, 1) updates_2.BackgroundTransparency = 1
- updates_2.Position = UDim2.new(0, 0, 0, -2) updates_2.Size = UDim2.new(0, 60, 0, 40) updates_2.Font = Enum.Font.Arial updates_2.FontSize = Enum.FontSize.Size14
- updates_2.Text = "Server" updates_2.TextColor3 = Color3.new(1, 1, 1) updates_2.TextStrokeTransparency = 0.69999998807907 info.Name = "info" info.Parent = sheild info.BackgroundTransparency = 1 info.Position = UDim2.new(0, 290, 0, 0)
- info.Size = UDim2.new(0, 35, 0, 36) info.AutoButtonColor = false info_2.Name = "info" info_2.Parent = info info_2.BackgroundColor3 = Color3.new(1, 1, 1) info_2.BackgroundTransparency = 1 info_2.Position = UDim2.new(0, 0, 0, -2)
- info_2.Size = UDim2.new(0, 30, 0, 40) info_2.Font = Enum.Font.Arial info_2.FontSize = Enum.FontSize.Size14 info_2.Text = "Info" info_2.TextColor3 = Color3.new(1, 1, 1)
- mix.Name = "mix" mix.Parent = sheild mix.BackgroundTransparency = 1 mix.Position = UDim2.new(0, 340, 0, 0)
- mix.Size = UDim2.new(0, 35, 0, 36) mix.AutoButtonColor = false mix_2.Name = "mix" mix_2.Parent = mix mix_2.BackgroundColor3 = Color3.new(1, 1, 1) mix_2.BackgroundTransparency = 1 mix_2.Position = UDim2.new(0, 0, 0, -2)
- mix_2.Size = UDim2.new(0, 30, 0, 40) mix_2.Font = Enum.Font.Arial mix_2.FontSize = Enum.FontSize.Size14 mix_2.Text = "Color" mix_2.TextColor3 = Color3.new(1, 1, 1) mix_2.TextStrokeTransparency = 0.7
- lockic = Instance.new("ImageLabel")
- lockic.Name = "lock"
- lockic.Parent = iy
- lockic.BackgroundColor3 = Color3.new(1, 1, 1)
- lockic.BackgroundTransparency = 1
- lockic.ImageTransparency = 1
- lockic.BorderSizePixel = 0
- lockic.Position = UDim2.new(0, 53, 0, -3)
- lockic.Size = UDim2.new(0, 40, 0, 40)
- lockic.Image = "rbxassetid://1495252742"
- info_2.TextStrokeTransparency = 0.69999998807907 MAIN.Name = "MAIN" MAIN.Parent = iy MAIN.BackgroundColor3 = Color3.new(1, 1, 1) MAIN.BackgroundTransparency = 1 MAIN.Position = UDim2.new(0, 2, 0, -2)
- MAIN.Size = UDim2.new(0, 40, 0, 40) MAIN.Font = Enum.Font.ArialBold MAIN.FontSize = Enum.FontSize.Size24 MAIN.Text = "IY" MAIN.TextColor3 = Color3.new(1, 1, 1) MAIN.TextStrokeTransparency = 0.69999998807907
- Loading.ba:TweenSize(UDim2.new(0.7, 0, 1, 0), "InOut", "Quart", 0.5, true, nil) --quickmenu = game.CoreGui.RobloxGui.TopBarContainer.iy
- local TopBarContainer = Instance.new("Frame") TopBarContainer.Name = "TopBarContainer" TopBarContainer.Parent = pgui TopBarContainer.Active = true TopBarContainer.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- TopBarContainer.BackgroundTransparency = 0.5 TopBarContainer.BorderSizePixel = 0 TopBarContainer.Position = UDim2.new(0, 0, 0, -72) TopBarContainer.Size = UDim2.new(1, 0, 0, 36) TopBarContainer.ZIndex = 0
- Loading.ba:TweenSize(UDim2.new(1, 0, 1, 0), "InOut", "Quart", 0.4, true, nil) wait(1)
- repeat wait() until loadedintro == true
- logof:TweenSizeAndPosition(UDim2.new(0,0,0,0),UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.1)
- wait(0.2)
- f:TweenSizeAndPosition(UDim2.new(0,0,0,0),UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.2)
- wait(0.3) g:Destroy()
- Loading:TweenPosition(UDim2.new(0.25, 0, 1.5, 0), "InOut", "Quart", 0.5, true, nil) wait(0.5) Loading.Parent:Destroy()
- end
- for i,v in pairs(game:GetService("Players"):GetChildren()) do
- spawn(function()
- give(v)
- end)
- end
Add Comment
Please, Sign In to add comment