Advertisement
Guest User

Area 47 team change GUI

a guest
Dec 1st, 2018
6,142
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 5.74 KB | None | 0 0
  1. -- GUI made by WannaHack
  2. local main = Instance.new("ScreenGui")
  3. local maingui = Instance.new("Frame")
  4. local madeby = Instance.new("TextLabel")
  5. local AI = Instance.new("TextButton")
  6. local RRTeam = Instance.new("TextButton")
  7. local IntelA = Instance.new("TextButton")
  8. local ISDepartment = Instance.new("TextButton")
  9. local CInsurgency = Instance.new("TextButton")
  10. local vouch = Instance.new("TextLabel")
  11. local closegui = Instance.new("TextButton")
  12. local fram1 = Instance.new("Frame")
  13. local openbutton = Instance.new("TextButton")
  14. --Properties:
  15. main.Name = "main"
  16. main.Parent = game.CoreGui
  17.  
  18. maingui.Name = "maingui"
  19. maingui.Parent = main
  20. maingui.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  21. maingui.BackgroundTransparency = 0.10000000149012
  22. maingui.Position = UDim2.new(0.838286698, 0, 0.511513174, 0)
  23. maingui.Size = UDim2.new(0, 185, 0, 297)
  24. maingui.Visible = false
  25. maingui.Active = true
  26. maingui.Draggable = true
  27.  
  28. madeby.Name = "madeby"
  29. madeby.Parent = maingui
  30. madeby.BackgroundColor3 = Color3.new(0, 0, 0)
  31. madeby.Position = UDim2.new(-0.059459459, 0, 0, 0)
  32. madeby.Size = UDim2.new(0, 211, 0, 32)
  33. madeby.Font = Enum.Font.SourceSans
  34. madeby.Text = "Area 47 GUI-WannaHack/けm Dawn"
  35. madeby.TextColor3 = Color3.new(1, 1, 1)
  36. madeby.TextSize = 14
  37.  
  38. AI.Name = "AI"
  39. AI.Parent = maingui
  40. AI.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  41. AI.Position = UDim2.new(0.0972972959, 0, 0.151515156, 0)
  42. AI.Size = UDim2.new(0, 148, 0, 22)
  43. AI.Font = Enum.Font.SourceSans
  44. AI.Text = "Administrative Department"
  45. AI.TextColor3 = Color3.new(1, 1, 1)
  46. AI.TextSize = 14
  47. AI.MouseButton1Down:connect(function()
  48. local A_1   = BrickColor.new("Dark green")
  49. local A_2   = "Administrative Department"
  50. local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
  51. Event:FireServer(A_1, A_2)
  52. end)
  53.  
  54. RRTeam.Name = "RRTeam"
  55. RRTeam.Parent = maingui
  56. RRTeam.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  57. RRTeam.Position = UDim2.new(0.0938764215, 0, 0.289911211, 0)
  58. RRTeam.Size = UDim2.new(0, 148, 0, 22)
  59. RRTeam.Font = Enum.Font.SourceSans
  60. RRTeam.Text = "RRT"
  61. RRTeam.TextColor3 = Color3.new(1, 1, 1)
  62. RRTeam.TextSize = 14
  63. RRTeam.MouseButton1Down:connect(function()
  64. local A_1   = BrickColor.new("Bright red")
  65. local A_2   = "Rapid Response Team"
  66. local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
  67. Event:FireServer(A_1, A_2)
  68. end)
  69.  
  70. IntelA.Name = "IntelA"
  71. IntelA.Parent = maingui
  72. IntelA.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  73. IntelA.Position = UDim2.new(0.0918918923, 0, 0.430976421, 0)
  74. IntelA.Size = UDim2.new(0, 148, 0, 22)
  75. IntelA.Font = Enum.Font.SourceSans
  76. IntelA.Text = "Intellegence Agency"
  77. IntelA.TextColor3 = Color3.new(1, 1, 1)
  78. IntelA.TextSize = 14
  79. IntelA.MouseButton1Down:connect(function()
  80. local A_1   = BrickColor.new("Maroon")
  81. local A_2   = "Intelligence Agency"
  82. local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
  83. Event:FireServer(A_1, A_2)
  84. end)
  85.  
  86. ISDepartment.Name = "ISDepartment"
  87. ISDepartment.Parent = maingui
  88. ISDepartment.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  89. ISDepartment.Position = UDim2.new(0.0918918923, 0, 0.575757563, 0)
  90. ISDepartment.Size = UDim2.new(0, 148, 0, 22)
  91. ISDepartment.Font = Enum.Font.SourceSans
  92. ISDepartment.Text = "ISD"
  93. ISDepartment.TextColor3 = Color3.new(1, 1, 1)
  94. ISDepartment.TextSize = 14
  95. ISDepartment.MouseButton1Down:connect(function()
  96. local A_1   = BrickColor.new("Dusty Rose")
  97. local A_2   = "Internal Security Department"
  98. local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
  99. Event:FireServer(A_1, A_2)
  100. end)
  101.  
  102. CInsurgency.Name = "CInsurgency"
  103. CInsurgency.Parent = maingui
  104. CInsurgency.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  105. CInsurgency.Position = UDim2.new(0.0918918848, 0, 0.703703701, 0)
  106. CInsurgency.Size = UDim2.new(0, 148, 0, 22)
  107. CInsurgency.Font = Enum.Font.SourceSans
  108. CInsurgency.Text = "Chaos Insurgency"
  109. CInsurgency.TextColor3 = Color3.new(1, 1, 1)
  110. CInsurgency.TextSize = 14
  111. CInsurgency.MouseButton1Down:connect(function()
  112. local A_1   = BrickColor.new("Black")
  113. local A_2   = "Chaos Insurgency"
  114. local Event = game:GetService("ReplicatedStorage").Remotes.TeamChange.ChangeTeam
  115. Event:FireServer(A_1, A_2)
  116. end)
  117.  
  118. vouch.Name = "vouch"
  119. vouch.Parent = maingui
  120. vouch.BackgroundColor3 = Color3.new(0, 0, 0)
  121. vouch.Position = UDim2.new(-0.0810810775, 0, 0.892255902, 0)
  122. vouch.Size = UDim2.new(0, 211, 0, 32)
  123. vouch.Font = Enum.Font.SourceSans
  124. vouch.Text = "Leave a vouch if it works!"
  125. vouch.TextColor3 = Color3.new(1, 1, 1)
  126. vouch.TextSize = 14
  127.  
  128. closegui.Name = "closegui"
  129. closegui.Parent = maingui
  130. closegui.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  131. closegui.Position = UDim2.new(-0.0486486256, 0, 5.96046448e-08, 0)
  132. closegui.Size = UDim2.new(0, 27, 0, 22)
  133. closegui.Font = Enum.Font.SourceSans
  134. closegui.Text = "X"
  135. closegui.TextColor3 = Color3.new(1, 1, 1)
  136. closegui.TextSize = 14
  137. closegui.MouseButton1Down:connect(function()
  138. fram1.Visible = true
  139. maingui.Visible = false
  140. end)
  141.  
  142. fram1.Name = "fram1"
  143. fram1.Parent = main
  144. fram1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  145. fram1.BackgroundTransparency = 0.10000000149012
  146. fram1.Position = UDim2.new(0.46853146, 0, 0.032894738, 0)
  147. fram1.Size = UDim2.new(0, 190, 0, 36)
  148.  
  149. openbutton.Name = "openbutton"
  150. openbutton.Parent = fram1
  151. openbutton.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  152. openbutton.Position = UDim2.new(0.163157895, 0, 0.138888896, 0)
  153. openbutton.Size = UDim2.new(0, 127, 0, 26)
  154. openbutton.Font = Enum.Font.SourceSans
  155. openbutton.Text = "Open"
  156. openbutton.TextColor3 = Color3.new(1, 1, 1)
  157. openbutton.TextSize = 14
  158. openbutton.MouseButton1Down:connect(function()
  159. fram1.Visible = false
  160. maingui.Visible = true
  161. end)
  162. -- Scripts:
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement