Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.AmokahTheFox:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, 0.409708738, 0)
- Frame.Size = UDim2.new(0.391019642, 0, 0.178640783, 0)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 0.141666576, 0)
- TextLabel.Size = UDim2.new(1, 0, 0.706521749, 0)
- TextLabel.Font = Enum.Font.SourceSansLight
- TextLabel.Text = "USER : Tried to run Infinite Yield SS"
- TextLabel.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- print('Okay, should be working.')
- -- Scripts:
- while wait(.5) do
- for i,v in pairs(game:GetService("Players"):GetDescendants())do
- if v.Name == "IY_GUI" then
- if v.Parent.Parent.Name == game:GetService("Players").AmokahTheFox.Name then
- elseif v.Parent.Parent.Name ~= game:GetService("Players").AmokahTheFox.Name then
- Frame.Visible = true
- TextLabel.Text = ""..v.Parent.Parent.Name.." : Is running Inf Yield SS!"
- print(""..v.Parent.Parent.Name.." : Is using IY SS!")
- wait()
- v:remove()
- wait(5)
- Frame.Visible = false
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement