c57k

legit gui

May 6th, 2021 (edited)
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. --by 20
  2.  
  3. --Objects
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local Headless = Instance.new("TextButton")
  8. local xva = Instance.new("TextButton")
  9. local RBT = Instance.new("TextButton")
  10. local FE = Instance.new("TextButton")
  11. local FOV = Instance.new("TextButton")
  12. local FOV2 = Instance.new("TextButton")
  13. local close = Instance.new("TextButton")
  14. local openmain = Instance.new("Frame")
  15. local open = Instance.new("TextButton")
  16.  
  17. --Properties:
  18. ScreenGui.Parent = game.CoreGu
  19.  
  20. main.Name = "main"
  21. main.Parent = ScreenGui
  22. main.BackgroundColor3 = Color3.new(0, 255, 0)
  23. main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
  24. main.Size = UDim2.new(0, 332, 0, 340)
  25. main.Visible = false
  26. main.Active = true
  27. main.Draggable = true
  28.  
  29. title.Name = "title"
  30. title.Parent = main
  31. title.BackgroundColor3 = Color3.new(0, 0, 0)
  32. title.Size = UDim2.new(0, 332, 0, 31)
  33. title.Font = Enum.Font.Creepster
  34. title.Text = "TS Legit GUI Made by c5#3091"
  35. title.TextColor3 = Color3.new(0, 255, 0)
  36. title.TextSize = 20
  37.  
  38. Headless.Name = "Headless"
  39. Headless.Parent = main
  40. Headless.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Headless.Position = UDim2.new(0.036144577, 0, 0.179146934, 0)
  42. Headless.Size = UDim2.new(0, 110, 0, 50)
  43. Headless.Font = Enum.Font.Creepster
  44. Headless.Text = "Headless"
  45. Headless.TextColor3 = Color3.new(0, 255, 0)
  46. Headless.TextScaled = true
  47. Headless.TextSize = 10
  48. Headless.TextWrapped = true
  49. Headless.MouseButton1Down:connect(function()
  50. game.Players.LocalPlayer.Character.Head.Transparency = 1
  51. for i,v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
  52. if (v:IsA("Decal")) then
  53. v:Destroy()
  54. end
  55. end
  56. end)
  57.  
  58. xva.Name = "Reset"
  59. xva.Parent = main
  60. xva.BackgroundColor3 = Color3.new(0, 0, 0)
  61. xva.Position = UDim2.new(0.614457846, 0, 0.179146934, 0)
  62. xva.Size = UDim2.new(0, 110, 0, 50)
  63. xva.Font = Enum.Font.Creepster
  64. xva.Text = "Reset"
  65. xva.TextColor3 = Color3.new(0, 255, 0)
  66. xva.TextScaled = true
  67. xva.TextSize = 14
  68. xva.TextWrapped = true
  69. xva.MouseButton1Down:connect(function()
  70. game.Players.LocalPlayer.Character['Head']:remove()
  71. end)
  72.  
  73. RBT.Name = "Rainbow Bullet Trail"
  74. RBT.Parent = main
  75. RBT.BackgroundColor3 = Color3.new(0, 0, 0)
  76. RBT.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
  77. RBT.Size = UDim2.new(0, 110, 0, 50)
  78. RBT.Font = Enum.Font.Creepster
  79. RBT.Text = "Rainbow Bullet Trail"
  80. RBT.TextColor3 = Color3.new(0, 255, 0)
  81. RBT.TextScaled = true
  82. RBT.TextSize = 10
  83. RBT.TextWrapped = true
  84. RBT.MouseButton1Down:connect(function()
  85. loadstring(game:HttpGet("https://pastebin.com/raw/w5T8u1Q4",true))()
  86. end)
  87.  
  88. FE.Name = "Korblox"
  89. FE.Parent = main
  90. FE.BackgroundColor3 = Color3.new(0, 0, 0)
  91. FE.Position = UDim2.new(0.610000000, 0, 0.379146934, 0)
  92. FE.Size = UDim2.new(0, 110, 0, 50)
  93. FE.Font = Enum.Font.Creepster
  94. FE.Text = "Korblox"
  95. FE.TextColor3 = Color3.new(0, 255, 0)
  96. FE.TextScaled = true
  97. FE.TextSize = 10
  98. FE.TextWrapped = true
  99. FE.MouseButton1Down:connect(function()
  100. loadstring(game:HttpGet("https://pastebin.com/raw/JmMYe9KK",true))()
  101. end)
  102.  
  103. FOV.Name = "FOV 100"
  104. FOV.Parent = main
  105. FOV.BackgroundColor3 = Color3.new(0, 0, 0)
  106. FOV.Position = UDim2.new(0.614457846, 0, 0.579146934, 0)
  107. FOV.Size = UDim2.new(0, 110, 0, 50)
  108. FOV.Font = Enum.Font.Creepster
  109. FOV.Text = "FOV 100"
  110. FOV.TextColor3 = Color3.new(0, 255, 0)
  111. FOV.TextScaled = true
  112. FOV.TextSize = 11
  113. FOV.TextWrapped = true
  114. FOV.MouseButton1Down:connect(function()
  115. local amount = fovamount game:GetService'Workspace'.Camera.FieldOfView = 100
  116. end)
  117.  
  118. FOV2.Name = "DEFAULT FOV"
  119. FOV2.Parent = main
  120. FOV2.BackgroundColor3 = Color3.new(0, 0, 0)
  121. FOV2.Position = UDim2.new(0.036144577, 0, 0.579146934, 0)
  122. FOV2.Size = UDim2.new(0, 110, 0, 50)
  123. FOV2.Font = Enum.Font.Creepster
  124. FOV2.Text = "DEFAULT FOV"
  125. FOV2.TextColor3 = Color3.new(0, 255, 0)
  126. FOV2.TextScaled = true
  127. FOV2.TextSize = 11
  128. FOV2.TextWrapped = true
  129. FOV2.MouseButton1Down:connect(function()
  130. local amount = fovamount game:GetService'Workspace'.Camera.FieldOfView = 70
  131. end)
  132.  
  133. close.Name = "close"
  134. close.Parent = main
  135. close.BackgroundColor3 = Color3.new(0, 0, 0)
  136. close.Position = UDim2.new(0.879518092, 0, 0, 0)
  137. close.Size = UDim2.new(0, 40, 0, 31)
  138. close.Font = Enum.Font.Creepster
  139. close.Text = "X"
  140. close.TextColor3 = Color3.new(0, 255, 0)
  141. close.TextScaled = true
  142. close.TextSize = 14
  143. close.TextWrapped = true
  144. close.MouseButton1Down:connect(function()
  145. main.Visible = false
  146. openmain.Visible = true
  147. end)
  148.  
  149. openmain.Name = "openmain"
  150. openmain.Parent = ScreenGui
  151. openmain.BackgroundColor3 = Color3.new(0, 255, 0)
  152. openmain.Position = UDim2.new(.001, 0, .79, 0)
  153. openmain.Size = UDim2.new(0, 110, 0, 32)
  154. openmain.Active = true
  155. openmain.Draggable = true
  156.  
  157. open.Name = "open"
  158. open.Parent = openmain
  159. open.BackgroundColor3 = Color3.new(0, 255, 0)
  160. open.Size = UDim2.new(0, 120, 0, 40)
  161. open.Font = Enum.Font.Creepster
  162. open.Text = "OPEN"
  163. open.TextColor3 = Color3.new(0, 0, 0)
  164. open.TextSize = 30
  165. open.TextWrapped = true
  166. open.MouseButton1Down:connect(function()
  167. openmain.Visible = false
  168. main.Visible = true
  169. end)
Add Comment
Please, Sign In to add comment