Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Boyyo = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextBox = Instance.new("TextBox")
- local TextBox_2 = Instance.new("TextBox")
- local TextBox_3 = Instance.new("TextBox")
- local TextBox_4 = Instance.new("TextBox")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- Boyyo.Name = "Boyyo"
- Boyyo.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Boyyo.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = Boyyo
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0, 1, 0.0666667)
- Frame.BackgroundTransparency = 0.40000000596046
- Frame.BorderColor3 = Color3.new(0, 0, 0)
- Frame.BorderSizePixel = 5
- Frame.Position = UDim2.new(0.640510917, 0, 0.0205047317, 0)
- Frame.Selectable = true
- Frame.Size = UDim2.new(0, 381, 0, 356)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BackgroundTransparency = 1
- TextBox.Size = UDim2.new(0, 381, 0, 50)
- TextBox.Font = Enum.Font.SciFi
- TextBox.PlaceholderColor3 = Color3.new(0, 0, 0)
- TextBox.Text = "Boyyo's FPS GUI"
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.TextSize = 30
- TextBox_2.Parent = Frame
- TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox_2.BackgroundTransparency = 1
- TextBox_2.Position = UDim2.new(0, 0, 0, 74)
- TextBox_2.Size = UDim2.new(0, 207, 0, 67)
- TextBox_2.Font = Enum.Font.SciFi
- TextBox_2.PlaceholderColor3 = Color3.new(0, 0, 0)
- TextBox_2.Text = "Press For ESP"
- TextBox_2.TextColor3 = Color3.new(0, 0, 0)
- TextBox_2.TextSize = 30
- TextBox_3.Parent = Frame
- TextBox_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox_3.BackgroundTransparency = 1
- TextBox_3.Position = UDim2.new(0, 0, 0, 140)
- TextBox_3.Size = UDim2.new(0, 255, 0, 68)
- TextBox_3.Font = Enum.Font.SciFi
- TextBox_3.PlaceholderColor3 = Color3.new(0, 0, 0)
- TextBox_3.Text = "Press For Lock On"
- TextBox_3.TextColor3 = Color3.new(0, 0, 0)
- TextBox_3.TextSize = 30
- TextBox_4.Parent = Frame
- TextBox_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox_4.BackgroundTransparency = 1
- TextBox_4.Position = UDim2.new(0, 65, 0, 196)
- TextBox_4.Size = UDim2.new(0, 273, 0, 130)
- TextBox_4.Font = Enum.Font.SciFi
- TextBox_4.PlaceholderColor3 = Color3.new(0, 0, 0)
- TextBox_4.Text = "MORE COMING SOON!!!!"
- TextBox_4.TextColor3 = Color3.new(0, 0, 0)
- TextBox_4.TextSize = 30
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton.Position = UDim2.new(0.664827466, 0, 0.427764714, 0)
- TextButton.Size = UDim2.new(0, 47, 0, 50)
- TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = ""
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton_2.Position = UDim2.new(0.518619895, 0, 0.233523399, 0)
- TextButton_2.Size = UDim2.new(0, 47, 0, 50)
- TextButton_2.Style = Enum.ButtonStyle.RobloxRoundButton
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = ""
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- -- Scripts:
- function SCRIPT_YPQF78_FAKESCRIPT() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_2
- button.MouseButton1Down:connect(fuction()
- local gui = Instance.new("BillboardGui");
- gui.Name = "";
- gui.AlwaysOnTop = true;
- gui.LightInfluence = 0;
- gui.Size = UDim2.new(1.75, 0, 1.75, 0);
- local frame = Instance.new("Frame", gui);
- frame.BackgroundColor3 = Color3.fromRGB(170, 0, 0);
- frame.Size = UDim2.new(1, 0, 1, 0);
- frame.BorderSizePixel = 4;
- frame.BorderColor3 = Color3.fromRGB(0, 0, 0);
- local gi = gui:Clone();
- local body = frame:Clone();
- body.Parent = gi;
- body.BackgroundColor3 = Color3.fromRGB(0, 170, 170);
- for _, v in pairs(game:GetService("Players"):GetPlayers()) do
- if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
- gui:Clone().Parent = v.Character.Head;
- end
- end
- )
- end
- coroutine.resume(coroutine.create(SCRIPT_YPQF78_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement