Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NemesisV1 = Instance.new("ScreenGui")
- NemesisGui = Instance.new("Frame")
- TopBar = Instance.new("Frame")
- TextLabel = Instance.new("TextLabel")
- Frame = Instance.new("Frame")
- CloseFrame = Instance.new("TextButton")
- Menu = Instance.new("ScrollingFrame")
- Frame_2 = Instance.new("Frame")
- NemesisOpen = Instance.new("TextButton")
- Frame_3 = Instance.new("Frame")
- NemesisV1.Name = "Nemesis[V1]"
- NemesisV1.Parent = game.Players.LocalPlayer.PlayerGui
- NemesisGui.Name = "NemesisGui"
- NemesisGui.Parent = NemesisV1
- NemesisGui.Active = true
- NemesisGui.Draggable = true
- NemesisGui.Visible = false
- NemesisGui.BackgroundColor3 = Color3.new(1, 0.188235, 0.443137)
- NemesisGui.BorderSizePixel = 0
- NemesisGui.Position = UDim2.new(0.266423345, 0, 0.0755813941, 0)
- NemesisGui.Size = UDim2.new(0, 556, 0, 347)
- TopBar.Name = "TopBar"
- TopBar.Parent = NemesisGui
- TopBar.Active = true
- TopBar.Draggable = true
- TopBar.BackgroundColor3 = Color3.new(0.0352941, 0.968628, 0.690196)
- TopBar.BorderSizePixel = 0
- TopBar.Size = UDim2.new(0, 556, 0, 33)
- TextLabel.Parent = TopBar
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.0459770113, 0, 0.24242425, 0)
- TextLabel.Size = UDim2.new(0, 115, 0, 18)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "Nemesis"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- Frame.Parent = NemesisGui
- Frame.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0136029124, 0, 0.118155614, 0)
- Frame.Size = UDim2.new(0, 153, 0, 298)
- CloseFrame.Name = "CloseFrame"
- CloseFrame.Parent = NemesisGui
- CloseFrame.BackgroundColor3 = Color3.new(0.952941, 0, 0.0156863)
- CloseFrame.BorderSizePixel = 0
- CloseFrame.Position = UDim2.new(0.942301393, 0, 0.0115273818, 0)
- CloseFrame.Size = UDim2.new(0, 26, 0, 26)
- CloseFrame.Font = Enum.Font.SourceSans
- CloseFrame.FontSize = Enum.FontSize.Size32
- CloseFrame.Text = "X"
- CloseFrame.TextColor3 = Color3.new(1, 1, 1)
- CloseFrame.TextSize = 30
- CloseFrame.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.NemesisV1.NemesisGui.Visible = false
- game.Players.LocalPlayer.PlayerGui.NemesisV1.NemesisOpen.Visible = true
- end)
- Menu.Name = "Menu"
- Menu.Parent = NemesisGui
- Menu.BackgroundColor3 = Color3.new(1, 1, 1)
- Menu.BackgroundTransparency = 0.89999997615814
- Menu.BorderSizePixel = 0
- Menu.Position = UDim2.new(0.0143884895, 0, 0.118155621, 0)
- Menu.Size = UDim2.new(0, 165, 0, 298)
- Frame_2.Parent = NemesisGui
- Frame_2.Active = true
- Frame_2.Draggable = true
- Frame_2.BackgroundColor3 = Color3.new(0.00392157, 1, 0.117647)
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0.325539559, 0, 0.118155621, 0)
- Frame_2.Size = UDim2.new(0, 369, 0, 298)
- NemesisOpen.Name = "NemesisOpen"
- NemesisOpen.Parent = NemesisV1
- NemesisOpen.BackgroundColor3 = Color3.new(0.498039, 0.898039, 0.121569)
- NemesisOpen.Position = UDim2.new(0.0054744482, 0, 0.513565898, 0)
- NemesisOpen.Size = UDim2.new(0, 99, 0, 40)
- NemesisOpen.Font = Enum.Font.SourceSans
- NemesisOpen.FontSize = Enum.FontSize.Size14
- NemesisOpen.Text = "Open"
- NemesisOpen.TextColor3 = Color3.new(0, 0, 0)
- NemesisOpen.TextSize = 14
- NemesisOpen.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.NemesisV1.NemesisGui.Visible = true
- game.Players.LocalPlayer.PlayerGui.NemesisV1.NemesisOpen.Visible = false
- end)
- Frame_3.Parent = NemesisOpen
- Frame_3.BackgroundColor3 = Color3.new(0.243137, 0.764706, 0.0980392)
- Frame_3.BorderSizePixel = 0
- Frame_3.Position = UDim2.new(0, 0, 0.850000024, 0)
- Frame_3.Size = UDim2.new(0, 99, 0, 6)
Add Comment
Please, Sign In to add comment