Advertisement
Amokah

notif

Jun 1st, 2019
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. --Properties:
  8. ScreenGui.Parent = game.Players.AmokahTheFox:WaitForChild("PlayerGui")
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  13. Frame.BorderSizePixel = 0
  14. Frame.Position = UDim2.new(0, 0, 0.409708738, 0)
  15. Frame.Size = UDim2.new(0.391019642, 0, 0.178640783, 0)
  16. Frame.Visible = false
  17.  
  18. TextLabel.Parent = Frame
  19. TextLabel.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  20. TextLabel.BorderSizePixel = 0
  21. TextLabel.Position = UDim2.new(0, 0, 0.141666576, 0)
  22. TextLabel.Size = UDim2.new(1, 0, 0.706521749, 0)
  23. TextLabel.Font = Enum.Font.SourceSansLight
  24. TextLabel.Text = "USER : Tried to run Infinite Yield SS"
  25. TextLabel.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  26. TextLabel.TextScaled = true
  27. TextLabel.TextSize = 14
  28. TextLabel.TextWrapped = true
  29. print('Okay, should be working.')
  30. -- Scripts:
  31. while wait(.5) do
  32. for i,v in pairs(game:GetService("Players"):GetDescendants())do
  33. if v.Name == "IY_GUI" then
  34. if v.Parent.Parent.Name == game:GetService("Players").AmokahTheFox.Name then
  35.  
  36. elseif v.Parent.Parent.Name ~= game:GetService("Players").AmokahTheFox.Name then
  37. Frame.Visible = true
  38. TextLabel.Text = ""..v.Parent.Parent.Name.." : Is running Inf Yield SS!"
  39. print(""..v.Parent.Parent.Name.." : Is using IY SS!")
  40. wait()
  41. v:remove()
  42. wait(5)
  43. Frame.Visible = false
  44. end
  45. end
  46. end
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement