Advertisement
Guest User

Thisco Gui Made By Albert Heijn#9732

a guest
Mar 24th, 2019
844
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local BeautyA = Instance.new("Frame")
  9. local GuiName = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local Credits = Instance.new("TextLabel")
  12. local Ghosts = Instance.new("TextButton")
  13. local Phantoms = Instance.new("TextButton")
  14. local Team = Instance.new("TextLabel")
  15. local PhantomForces = Instance.new("TextLabel")
  16. local Close = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. OpenFrame.Name = "OpenFrame"
  21. OpenFrame.Parent = ScreenGui
  22. OpenFrame.BackgroundColor3 = Color3.new(1, 0, 0.0470588)
  23. OpenFrame.Position = UDim2.new(-0.0123180123, 0, 0.415094316, 0)
  24. OpenFrame.Size = UDim2.new(0, 61, 0, 61)
  25.  
  26. Open.Name = "Open"
  27. Open.Parent = OpenFrame
  28. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  29. Open.BorderColor3 = Color3.new(1, 1, 1)
  30. Open.Position = UDim2.new(0.168009847, 0, -0.012586534, 0)
  31. Open.Size = UDim2.new(0, 61, 0, 61)
  32. Open.Font = Enum.Font.SourceSans
  33. Open.Text = "Open Gui"
  34. Open.TextColor3 = Color3.new(1, 1, 1)
  35. Open.TextSize = 14
  36. Open.TextStrokeColor3 = Color3.new(1, 1, 1)
  37. Open.MouseButton1Down:connect(function()
  38. Main.Visible = true
  39. OpenFrame.Visible = false
  40. end)
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = ScreenGui
  44. Main.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  45. Main.BackgroundTransparency = 0.10000000149012
  46. Main.Position = UDim2.new(0.776035786, 0, 0.264150947, 0)
  47. Main.Size = UDim2.new(0, 200, 0, 250)
  48. Main.Draggable = true
  49.  
  50. BeautyA.Name = "BeautyA"
  51. BeautyA.Parent = Main
  52. BeautyA.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  53. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  54. BeautyA.BorderSizePixel = 0
  55. BeautyA.Position = UDim2.new(0.00500015263, 0, 0, 0)
  56. BeautyA.Size = UDim2.new(0, 198, 0, 23)
  57.  
  58. GuiName.Name = "Gui Name"
  59. GuiName.Parent = BeautyA
  60. GuiName.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  61. GuiName.Position = UDim2.new(0.0611320287, 0, 0.214930296, 0)
  62. GuiName.Size = UDim2.new(0, 170, 0, 13)
  63. GuiName.Font = Enum.Font.SourceSans
  64. GuiName.Text = "Thisco Gui"
  65. GuiName.TextColor3 = Color3.new(1, 1, 1)
  66. GuiName.TextSize = 14
  67.  
  68. BeautyB.Name = "BeautyB"
  69. BeautyB.Parent = Main
  70. BeautyB.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  71. BeautyB.BorderSizePixel = 0
  72. BeautyB.Position = UDim2.new(0.00500015263, 0, 0.907999992, 0)
  73. BeautyB.Size = UDim2.new(0, 198, 0, 23)
  74.  
  75. Credits.Name = "Credits"
  76. Credits.Parent = BeautyB
  77. Credits.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  78. Credits.Position = UDim2.new(0.0661825016, 0, 0.198018581, 0)
  79. Credits.Size = UDim2.new(0, 170, 0, 13)
  80. Credits.Font = Enum.Font.SourceSans
  81. Credits.Text = "Made By Albert Heijn#9732"
  82. Credits.TextColor3 = Color3.new(1, 1, 1)
  83. Credits.TextSize = 14
  84.  
  85. Ghosts.Name = "Ghosts"
  86. Ghosts.Parent = Main
  87. Ghosts.BackgroundColor3 = Color3.new(0, 0, 0)
  88. Ghosts.Position = UDim2.new(0.069434166, 0, 0.438775033, 0)
  89. Ghosts.Size = UDim2.new(0, 80, 0, 30)
  90. Ghosts.Font = Enum.Font.SourceSans
  91. Ghosts.Text = "Ghosts"
  92. Ghosts.TextColor3 = Color3.new(1, 1, 1)
  93. Ghosts.TextSize = 20
  94. Ghosts.MouseButton1Down:connect(function()
  95. local a="Phantoms"
  96. game:GetService("RunService").RenderStepped:connect(function()
  97. for b,c in pairs(game.Teams[a]:GetPlayers())do
  98. c.Character.HumanoidRootPart.Anchored=true;
  99. c.Character.HumanoidRootPart.CFrame=game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(5,0,0)
  100. end
  101. end)
  102. end)
  103.  
  104. Phantoms.Name = "Phantoms"
  105. Phantoms.Parent = Main
  106. Phantoms.BackgroundColor3 = Color3.new(0, 0, 0)
  107. Phantoms.Position = UDim2.new(0.519938767, 0, 0.438775063, 0)
  108. Phantoms.Size = UDim2.new(0, 80, 0, 30)
  109. Phantoms.Font = Enum.Font.SourceSans
  110. Phantoms.Text = "Phantoms"
  111. Phantoms.TextColor3 = Color3.new(1, 1, 1)
  112. Phantoms.TextSize = 20
  113. Phantoms.MouseButton1Down:connect(function()
  114. local a="Ghosts"
  115. game:GetService("RunService").RenderStepped:connect(function()
  116. for b,c in pairs(game.Teams[a]:GetPlayers())do
  117. c.Character.HumanoidRootPart.Anchored=true;
  118. c.Character.HumanoidRootPart.CFrame=game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(5,0,0)
  119. end
  120. end)
  121. end)
  122.  
  123. Team.Name = "Team"
  124. Team.Parent = Main
  125. Team.BackgroundColor3 = Color3.new(0, 0, 0)
  126. Team.Position = UDim2.new(0.258172572, 0, 0.276786745, 0)
  127. Team.Size = UDim2.new(0, 95, 0, 22)
  128. Team.Font = Enum.Font.SourceSans
  129. Team.Text = "Choose Ur Team"
  130. Team.TextColor3 = Color3.new(1, 1, 1)
  131. Team.TextSize = 14
  132.  
  133. PhantomForces.Name = "Phantom Forces"
  134. PhantomForces.Parent = Main
  135. PhantomForces.BackgroundColor3 = Color3.new(0, 0, 0)
  136. PhantomForces.Position = UDim2.new(0.257987559, 0, 0.191138446, 0)
  137. PhantomForces.Size = UDim2.new(0, 95, 0, 22)
  138. PhantomForces.Font = Enum.Font.SourceSans
  139. PhantomForces.Text = "Phantom Forces"
  140. PhantomForces.TextColor3 = Color3.new(1, 1, 1)
  141. PhantomForces.TextSize = 14
  142.  
  143. Close.Name = "Close"
  144. Close.Parent = Main
  145. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  146. Close.Position = UDim2.new(0.847717285, 0, -0.000226438046, 0)
  147. Close.Size = UDim2.new(0, 30, 0, 23)
  148. Close.Font = Enum.Font.SourceSans
  149. Close.Text = "X"
  150. Close.TextColor3 = Color3.new(1, 1, 1)
  151. Close.TextSize = 30
  152. Close.MouseButton1Down:connect(function()
  153. Open.Visible = true
  154. Main.Visible = false
  155. end)
  156. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement