Advertisement
Guest User

Untitled

a guest
May 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 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 Kill = Instance.new("TextButton")
  7. local TextBox = Instance.new("TextBox")
  8. local Noclip = Instance.new("TextButton")
  9. local View = Instance.new("TextButton")
  10. local Bybass = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local exit = Instance.new("TextButton")
  14. local TextButton = Instance.new("TextButton")
  15. local Frame_2 = Instance.new("Frame")
  16. local Chatlogs = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  23. Frame.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  24. Frame.BorderSizePixel = 3
  25. Frame.Position = UDim2.new(0.424848497, 0, 0.159779608, 0)
  26. Frame.Size = UDim2.new(0, 448, 0, 224)
  27. Frame.Draggable = true
  28. Frame.Active = true
  29. Frame.Selectable = true
  30.  
  31. Kill.Name = "Kill"
  32. Kill.Parent = Frame
  33. Kill.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  34. Kill.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  35. Kill.BorderSizePixel = 3
  36. Kill.Position = UDim2.new(0.140286848, 0, 0.381188124, 0)
  37. Kill.Size = UDim2.new(0, 144, 0, 36)
  38. Kill.Font = Enum.Font.GothamBold
  39. Kill.Text = "Kill"
  40. Kill.TextColor3 = Color3.new(1, 1, 1)
  41. Kill.TextSize = 20
  42.  
  43. TextBox.Parent = Frame
  44. TextBox.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  45. TextBox.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  46. TextBox.BorderSizePixel = 3
  47. TextBox.Position = UDim2.new(0.140286848, 0, 0.106134139, 0)
  48. TextBox.Size = UDim2.new(0, 309, 0, 33)
  49. TextBox.Font = Enum.Font.GothamBlack
  50. TextBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  51. TextBox.Text = ""
  52. TextBox.TextColor3 = Color3.new(1, 1, 1)
  53. TextBox.TextSize = 20
  54.  
  55. Noclip.Name = "Noclip"
  56. Noclip.Parent = Frame
  57. Noclip.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  58. Noclip.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  59. Noclip.BorderSizePixel = 3
  60. Noclip.Position = UDim2.new(0.5085904, 0, 0.381188124, 0)
  61. Noclip.Size = UDim2.new(0, 144, 0, 36)
  62. Noclip.Font = Enum.Font.GothamBold
  63. Noclip.Text = "Noclip"
  64. Noclip.TextColor3 = Color3.new(1, 1, 1)
  65. Noclip.TextSize = 20
  66.  
  67. View.Name = "View"
  68. View.Parent = Frame
  69. View.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  70. View.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  71. View.BorderSizePixel = 3
  72. View.Position = UDim2.new(0.140286848, 0, 0.608866692, 0)
  73. View.Size = UDim2.new(0, 144, 0, 36)
  74. View.Font = Enum.Font.GothamBold
  75. View.Text = "View"
  76. View.TextColor3 = Color3.new(1, 1, 1)
  77. View.TextSize = 20
  78.  
  79. Bybass.Name = "Bybass"
  80. Bybass.Parent = Frame
  81. Bybass.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  82. Bybass.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  83. Bybass.BorderSizePixel = 3
  84. Bybass.Position = UDim2.new(0.5085904, 0, 0.608866692, 0)
  85. Bybass.Size = UDim2.new(0, 144, 0, 36)
  86. Bybass.Font = Enum.Font.GothamBold
  87. Bybass.Text = "Bybass Filter"
  88. Bybass.TextColor3 = Color3.new(1, 1, 1)
  89. Bybass.TextSize = 20
  90.  
  91. TextLabel.Parent = Frame
  92. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  93. TextLabel.BackgroundTransparency = 1
  94. TextLabel.Position = UDim2.new(0.0758928359, 0, 0.816964269, 0)
  95. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  96. TextLabel.Font = Enum.Font.GothamBlack
  97. TextLabel.Text = "Made by SSCRIPTERR#9318"
  98. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  99. TextLabel.TextSize = 18
  100.  
  101. TextLabel_2.Parent = Frame
  102. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  103. TextLabel_2.BackgroundTransparency = 1
  104. TextLabel_2.Position = UDim2.new(0.276785672, 0, -0.0625, 0)
  105. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  106. TextLabel_2.Font = Enum.Font.GothamBlack
  107. TextLabel_2.Text = "FE FR4PPE"
  108. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  109. TextLabel_2.TextSize = 15
  110.  
  111. exit.Name = "exit"
  112. exit.Parent = Frame
  113. exit.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  114. exit.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  115. exit.BorderSizePixel = 3
  116. exit.Position = UDim2.new(0.924107134, 0, 0.00446428591, 0)
  117. exit.Size = UDim2.new(0, 34, 0, 22)
  118. exit.Font = Enum.Font.GothamBlack
  119. exit.Text = "X"
  120. exit.TextColor3 = Color3.new(1, 1, 1)
  121. exit.TextSize = 14
  122.  
  123. TextButton.Parent = Frame
  124. TextButton.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  125. TextButton.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  126. TextButton.BorderSizePixel = 3
  127. TextButton.Position = UDim2.new(0.807697594, 0, 0.872259676, 0)
  128. TextButton.Size = UDim2.new(0, 78, 0, 25)
  129. TextButton.Font = Enum.Font.GothamBold
  130. TextButton.Text = "Settings"
  131. TextButton.TextColor3 = Color3.new(1, 1, 1)
  132. TextButton.TextSize = 18
  133.  
  134. Frame_2.Parent = ScreenGui
  135. Frame_2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  136. Frame_2.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  137. Frame_2.BorderSizePixel = 3
  138. Frame_2.Position = UDim2.new(0.373333335, 0, 0.159779608, 0)
  139. Frame_2.Size = UDim2.new(0, 85, 0, 224)
  140.  
  141. Chatlogs.Name = "Chatlogs"
  142. Chatlogs.Parent = Frame_2
  143. Chatlogs.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  144. Chatlogs.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  145. Chatlogs.BorderSizePixel = 3
  146. Chatlogs.Position = UDim2.new(0.0922822803, 0, 0.0552952625, 0)
  147. Chatlogs.Size = UDim2.new(0, 66, 0, 23)
  148. Chatlogs.Font = Enum.Font.GothamBold
  149. Chatlogs.Text = "Chatlogs"
  150. Chatlogs.TextColor3 = Color3.new(1, 1, 1)
  151. Chatlogs.TextSize = 15
  152. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement