Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local IY = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local FD = Instance.new("TextButton")
  7. local FE = Instance.new("TextButton")
  8. local IYGUI = Instance.new("TextLabel")
  9. local Exit = Instance.new("TextButton")
  10. local Filtering = Instance.new("TextLabel")
  11. --Properties:
  12. IY.Name = "IY"
  13. IY.Parent = game.CoreGui
  14.  
  15. Frame.Parent = IY
  16. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Frame.Position = UDim2.new(0.152371347, 0, 0.215619698, 0)
  18. Frame.Size = UDim2.new(0, 374, 0, 115)
  19.  
  20. FD.Name = "FD"
  21. FD.Parent = Frame
  22. FD.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  23. FD.BorderSizePixel = 4
  24. FD.Size = UDim2.new(0, 185, 0, 50)
  25. FD.Font = Enum.Font.SourceSans
  26. FD.Text = "IY - FD"
  27. FD.TextColor3 = Color3.new(0, 0, 0)
  28. FD.TextScaled = true
  29. FD.TextSize = 14
  30. FD.TextWrapped = true
  31.  
  32. FE.Name = "FE"
  33. FE.Parent = Frame
  34. FE.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  35. FE.BorderSizePixel = 4
  36. FE.Position = UDim2.new(0.49465242, 0, 0, 0)
  37. FE.Size = UDim2.new(0, 189, 0, 50)
  38. FE.Font = Enum.Font.SourceSans
  39. FE.Text = "IY - FE"
  40. FE.TextColor3 = Color3.new(0, 0, 0)
  41. FE.TextScaled = true
  42. FE.TextSize = 14
  43. FE.TextWrapped = true
  44.  
  45. IYGUI.Name = "IYGUI"
  46. IYGUI.Parent = Frame
  47. IYGUI.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  48. IYGUI.BorderSizePixel = 4
  49. IYGUI.Position = UDim2.new(0, 0, 0.434782594, 0)
  50. IYGUI.Size = UDim2.new(0, 374, 0, 65)
  51. IYGUI.Font = Enum.Font.SourceSans
  52. IYGUI.Text = "Infinite Yield GUI"
  53. IYGUI.TextColor3 = Color3.new(0, 0, 0)
  54. IYGUI.TextSize = 40
  55. IYGUI.TextWrapped = true
  56.  
  57. Exit.Name = "Exit"
  58. Exit.Parent = Frame
  59. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Exit.BackgroundTransparency = 1
  61. Exit.BorderSizePixel = 0
  62. Exit.Position = UDim2.new(0.893048108, 0, 0, 0)
  63. Exit.Size = UDim2.new(0, 40, 0, 33)
  64. Exit.Font = Enum.Font.SourceSans
  65. Exit.Text = "X"
  66. Exit.TextColor3 = Color3.new(1, 0, 0)
  67. Exit.TextScaled = true
  68. Exit.TextSize = 14
  69. Exit.TextWrapped = true
  70.  
  71. Filtering.Name = "Filtering"
  72. Filtering.Parent = Frame
  73. Filtering.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  74. Filtering.BorderSizePixel = 4
  75. Filtering.Position = UDim2.new(0, 0, 1.06956518, 0)
  76. Filtering.Size = UDim2.new(0, 149, 0, 0)
  77. Filtering.Font = Enum.Font.SourceSans
  78. Filtering.Text = "Filtering is:"
  79. Filtering.TextColor3 = Color3.new(0, 0, 0)
  80. Filtering.TextScaled = true
  81. -- Scripts:
  82.  
  83. Filtering:TweenSize(UDim2.new(0, 149, 0, 56, "Out", "Quad", 1, false, nil))
  84.  
  85. Exit.MouseButton1Click:connect(function()
  86. IY:Destroy()
  87. end)
  88.  
  89. if workspace.FilteringEnabled == true then
  90. FEEnabled = " enabled"
  91. else
  92. FEEnabled = " disabled"
  93. end
  94.  
  95. Filtering.Text = Filtering.Text .. FEEnabled
  96.  
  97. FE.MouseButton1Click:connect(function()
  98. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  99. IY:Destroy()
  100. end)
  101.  
  102. FD.MouseButton1Click:connect(function()
  103. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  104. IY:Destroy()
  105. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement