Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- GUI made by WannaHack
- local main = Instance.new("ScreenGui")
- local maingui = Instance.new("Frame")
- local madeby = Instance.new("TextLabel")
- local AI = Instance.new("TextButton")
- local RRTeam = Instance.new("TextButton")
- local IntelA = Instance.new("TextButton")
- local ISDepartment = Instance.new("TextButton")
- local CInsurgency = Instance.new("TextButton")
- local vouch = Instance.new("TextLabel")
- local closegui = Instance.new("TextButton")
- local fram1 = Instance.new("Frame")
- local openbutton = Instance.new("TextButton")
- --Properties:
- main.Name = "main"
- main.Parent = game.CoreGui
- maingui.Name = "maingui"
- maingui.Parent = main
- maingui.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- maingui.BackgroundTransparency = 0.10000000149012
- maingui.Position = UDim2.new(0.838286698, 0, 0.511513174, 0)
- maingui.Size = UDim2.new(0, 185, 0, 297)
- maingui.Visible = false
- maingui.Active = true
- maingui.Draggable = true
- madeby.Name = "madeby"
- madeby.Parent = maingui
- madeby.BackgroundColor3 = Color3.new(0, 0, 0)
- madeby.Position = UDim2.new(-0.059459459, 0, 0, 0)
- madeby.Size = UDim2.new(0, 211, 0, 32)
- madeby.Font = Enum.Font.SourceSans
- madeby.Text = "Area 47 GUI-WannaHack/けm Dawn"
- madeby.TextColor3 = Color3.new(1, 1, 1)
- madeby.TextSize = 14
- AI.Name = "AI"
- AI.Parent = maingui
- AI.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- AI.Position = UDim2.new(0.0972972959, 0, 0.151515156, 0)
- AI.Size = UDim2.new(0, 148, 0, 22)
- AI.Font = Enum.Font.SourceSans
- AI.Text = "Administrative Department"
- AI.TextColor3 = Color3.new(1, 1, 1)
- AI.TextSize = 14
- AI.MouseButton1Down:connect(function()
- local A_1 = BrickColor.new("Dark green")
- local A_2 = "Administrative Department"
- local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
- Event:FireServer(A_1, A_2)
- end)
- RRTeam.Name = "RRTeam"
- RRTeam.Parent = maingui
- RRTeam.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- RRTeam.Position = UDim2.new(0.0938764215, 0, 0.289911211, 0)
- RRTeam.Size = UDim2.new(0, 148, 0, 22)
- RRTeam.Font = Enum.Font.SourceSans
- RRTeam.Text = "RRT"
- RRTeam.TextColor3 = Color3.new(1, 1, 1)
- RRTeam.TextSize = 14
- RRTeam.MouseButton1Down:connect(function()
- local A_1 = BrickColor.new("Bright red")
- local A_2 = "Rapid Response Team"
- local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
- Event:FireServer(A_1, A_2)
- end)
- IntelA.Name = "IntelA"
- IntelA.Parent = maingui
- IntelA.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- IntelA.Position = UDim2.new(0.0918918923, 0, 0.430976421, 0)
- IntelA.Size = UDim2.new(0, 148, 0, 22)
- IntelA.Font = Enum.Font.SourceSans
- IntelA.Text = "Intellegence Agency"
- IntelA.TextColor3 = Color3.new(1, 1, 1)
- IntelA.TextSize = 14
- IntelA.MouseButton1Down:connect(function()
- local A_1 = BrickColor.new("Maroon")
- local A_2 = "Intelligence Agency"
- local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
- Event:FireServer(A_1, A_2)
- end)
- ISDepartment.Name = "ISDepartment"
- ISDepartment.Parent = maingui
- ISDepartment.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- ISDepartment.Position = UDim2.new(0.0918918923, 0, 0.575757563, 0)
- ISDepartment.Size = UDim2.new(0, 148, 0, 22)
- ISDepartment.Font = Enum.Font.SourceSans
- ISDepartment.Text = "ISD"
- ISDepartment.TextColor3 = Color3.new(1, 1, 1)
- ISDepartment.TextSize = 14
- ISDepartment.MouseButton1Down:connect(function()
- local A_1 = BrickColor.new("Dusty Rose")
- local A_2 = "Internal Security Department"
- local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
- Event:FireServer(A_1, A_2)
- end)
- CInsurgency.Name = "CInsurgency"
- CInsurgency.Parent = maingui
- CInsurgency.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- CInsurgency.Position = UDim2.new(0.0918918848, 0, 0.703703701, 0)
- CInsurgency.Size = UDim2.new(0, 148, 0, 22)
- CInsurgency.Font = Enum.Font.SourceSans
- CInsurgency.Text = "Chaos Insurgency"
- CInsurgency.TextColor3 = Color3.new(1, 1, 1)
- CInsurgency.TextSize = 14
- CInsurgency.MouseButton1Down:connect(function()
- local A_1 = BrickColor.new("Black")
- local A_2 = "Chaos Insurgency"
- local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
- Event:FireServer(A_1, A_2)
- end)
- vouch.Name = "vouch"
- vouch.Parent = maingui
- vouch.BackgroundColor3 = Color3.new(0, 0, 0)
- vouch.Position = UDim2.new(-0.0810810775, 0, 0.892255902, 0)
- vouch.Size = UDim2.new(0, 211, 0, 32)
- vouch.Font = Enum.Font.SourceSans
- vouch.Text = "Leave a vouch if it works!"
- vouch.TextColor3 = Color3.new(1, 1, 1)
- vouch.TextSize = 14
- closegui.Name = "closegui"
- closegui.Parent = maingui
- closegui.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- closegui.Position = UDim2.new(-0.0486486256, 0, 5.96046448e-08, 0)
- closegui.Size = UDim2.new(0, 27, 0, 22)
- closegui.Font = Enum.Font.SourceSans
- closegui.Text = "X"
- closegui.TextColor3 = Color3.new(1, 1, 1)
- closegui.TextSize = 14
- closegui.MouseButton1Down:connect(function()
- fram1.Visible = true
- maingui.Visible = false
- end)
- fram1.Name = "fram1"
- fram1.Parent = main
- fram1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- fram1.BackgroundTransparency = 0.10000000149012
- fram1.Position = UDim2.new(0.46853146, 0, 0.032894738, 0)
- fram1.Size = UDim2.new(0, 190, 0, 36)
- openbutton.Name = "openbutton"
- openbutton.Parent = fram1
- openbutton.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- openbutton.Position = UDim2.new(0.163157895, 0, 0.138888896, 0)
- openbutton.Size = UDim2.new(0, 127, 0, 26)
- openbutton.Font = Enum.Font.SourceSans
- openbutton.Text = "Open"
- openbutton.TextColor3 = Color3.new(1, 1, 1)
- openbutton.TextSize = 14
- openbutton.MouseButton1Down:connect(function()
- fram1.Visible = false
- maingui.Visible = true
- end)
- -- Scripts:
Advertisement
Advertisement