Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --by 20
- --Objects
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local Headless = Instance.new("TextButton")
- local xva = Instance.new("TextButton")
- local RBT = Instance.new("TextButton")
- local FE = Instance.new("TextButton")
- local FOV = Instance.new("TextButton")
- local FOV2 = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGu
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.new(0, 255, 0)
- main.Position = UDim2.new(0.0203577988, 0, 0.641277611, 0)
- main.Size = UDim2.new(0, 332, 0, 340)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.new(0, 0, 0)
- title.Size = UDim2.new(0, 332, 0, 31)
- title.Font = Enum.Font.Creepster
- title.Text = "TS Legit GUI Made by c5#3091"
- title.TextColor3 = Color3.new(0, 255, 0)
- title.TextSize = 20
- Headless.Name = "Headless"
- Headless.Parent = main
- Headless.BackgroundColor3 = Color3.new(0, 0, 0)
- Headless.Position = UDim2.new(0.036144577, 0, 0.179146934, 0)
- Headless.Size = UDim2.new(0, 110, 0, 50)
- Headless.Font = Enum.Font.Creepster
- Headless.Text = "Headless"
- Headless.TextColor3 = Color3.new(0, 255, 0)
- Headless.TextScaled = true
- Headless.TextSize = 10
- Headless.TextWrapped = true
- Headless.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Head.Transparency = 1
- for i,v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
- if (v:IsA("Decal")) then
- v:Destroy()
- end
- end
- end)
- xva.Name = "Reset"
- xva.Parent = main
- xva.BackgroundColor3 = Color3.new(0, 0, 0)
- xva.Position = UDim2.new(0.614457846, 0, 0.179146934, 0)
- xva.Size = UDim2.new(0, 110, 0, 50)
- xva.Font = Enum.Font.Creepster
- xva.Text = "Reset"
- xva.TextColor3 = Color3.new(0, 255, 0)
- xva.TextScaled = true
- xva.TextSize = 14
- xva.TextWrapped = true
- xva.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character['Head']:remove()
- end)
- RBT.Name = "Rainbow Bullet Trail"
- RBT.Parent = main
- RBT.BackgroundColor3 = Color3.new(0, 0, 0)
- RBT.Position = UDim2.new(0.036144577, 0, 0.379146934, 0)
- RBT.Size = UDim2.new(0, 110, 0, 50)
- RBT.Font = Enum.Font.Creepster
- RBT.Text = "Rainbow Bullet Trail"
- RBT.TextColor3 = Color3.new(0, 255, 0)
- RBT.TextScaled = true
- RBT.TextSize = 10
- RBT.TextWrapped = true
- RBT.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/w5T8u1Q4",true))()
- end)
- FE.Name = "Korblox"
- FE.Parent = main
- FE.BackgroundColor3 = Color3.new(0, 0, 0)
- FE.Position = UDim2.new(0.610000000, 0, 0.379146934, 0)
- FE.Size = UDim2.new(0, 110, 0, 50)
- FE.Font = Enum.Font.Creepster
- FE.Text = "Korblox"
- FE.TextColor3 = Color3.new(0, 255, 0)
- FE.TextScaled = true
- FE.TextSize = 10
- FE.TextWrapped = true
- FE.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/JmMYe9KK",true))()
- end)
- FOV.Name = "FOV 100"
- FOV.Parent = main
- FOV.BackgroundColor3 = Color3.new(0, 0, 0)
- FOV.Position = UDim2.new(0.614457846, 0, 0.579146934, 0)
- FOV.Size = UDim2.new(0, 110, 0, 50)
- FOV.Font = Enum.Font.Creepster
- FOV.Text = "FOV 100"
- FOV.TextColor3 = Color3.new(0, 255, 0)
- FOV.TextScaled = true
- FOV.TextSize = 11
- FOV.TextWrapped = true
- FOV.MouseButton1Down:connect(function()
- local amount = fovamount game:GetService'Workspace'.Camera.FieldOfView = 100
- end)
- FOV2.Name = "DEFAULT FOV"
- FOV2.Parent = main
- FOV2.BackgroundColor3 = Color3.new(0, 0, 0)
- FOV2.Position = UDim2.new(0.036144577, 0, 0.579146934, 0)
- FOV2.Size = UDim2.new(0, 110, 0, 50)
- FOV2.Font = Enum.Font.Creepster
- FOV2.Text = "DEFAULT FOV"
- FOV2.TextColor3 = Color3.new(0, 255, 0)
- FOV2.TextScaled = true
- FOV2.TextSize = 11
- FOV2.TextWrapped = true
- FOV2.MouseButton1Down:connect(function()
- local amount = fovamount game:GetService'Workspace'.Camera.FieldOfView = 70
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.new(0, 0, 0)
- close.Position = UDim2.new(0.879518092, 0, 0, 0)
- close.Size = UDim2.new(0, 40, 0, 31)
- close.Font = Enum.Font.Creepster
- close.Text = "X"
- close.TextColor3 = Color3.new(0, 255, 0)
- close.TextScaled = true
- close.TextSize = 14
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.new(0, 255, 0)
- openmain.Position = UDim2.new(.001, 0, .79, 0)
- openmain.Size = UDim2.new(0, 110, 0, 32)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.new(0, 255, 0)
- open.Size = UDim2.new(0, 120, 0, 40)
- open.Font = Enum.Font.Creepster
- open.Text = "OPEN"
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextSize = 30
- open.TextWrapped = true
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
Add Comment
Please, Sign In to add comment