RedoGaming

Filter False V2

Sep 27th, 2020 (edited)
3,929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local FilterFalse = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local top = Instance.new("Frame")
  9. local title = Instance.new("TextLabel")
  10. local scrolling = Instance.new("ScrollingFrame")
  11. local sniperbut = Instance.new("TextButton")
  12. local icegearbut = Instance.new("TextButton")
  13. local sonicbut = Instance.new("TextButton")
  14. local goopiebut = Instance.new("TextButton")
  15. local smoothmovesbut = Instance.new("TextButton")
  16. local creditbasic = Instance.new("TextLabel")
  17. local morecredits = Instance.new("TextButton")
  18. local closebut = Instance.new("TextButton")
  19. local openbut = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. FilterFalse.Name = "FilterFalse"
  24. FilterFalse.Parent = game.CoreGui
  25. FilterFalse.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. main.Name = "main"
  28. main.Parent = FilterFalse
  29. main.BackgroundColor3 = Color3.fromRGB(81, 7, 5)
  30. main.BorderSizePixel = 0
  31. main.Position = UDim2.new(0.430453867, 0, 0.282868505, 0)
  32. main.Size = UDim2.new(0, 333, 0, 243)
  33. main.Active = true
  34. main.Draggable = true
  35.  
  36. top.Name = "top"
  37. top.Parent = main
  38. top.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
  39. top.BorderSizePixel = 0
  40. top.Size = UDim2.new(0, 333, 0, 32)
  41.  
  42. title.Name = "title"
  43. title.Parent = top
  44. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. title.BackgroundTransparency = 1.000
  46. title.BorderSizePixel = 0
  47. title.Position = UDim2.new(0.198198199, 0, 0, 0)
  48. title.Size = UDim2.new(0, 200, 0, 32)
  49. title.Font = Enum.Font.GothamBlack
  50. title.Text = "Filter False"
  51. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. title.TextSize = 20.000
  53.  
  54. scrolling.Name = "scrolling"
  55. scrolling.Parent = main
  56. scrolling.Active = true
  57. scrolling.BackgroundColor3 = Color3.fromRGB(81, 7, 5)
  58. scrolling.BorderColor3 = Color3.fromRGB(1, 1, 1)
  59. scrolling.BorderSizePixel = 3
  60. scrolling.Position = UDim2.new(0.0300300308, 0, 0.194312334, 0)
  61. scrolling.Size = UDim2.new(0, 313, 0, 147)
  62.  
  63. sniperbut.Name = "sniperbut"
  64. sniperbut.Parent = scrolling
  65. sniperbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
  66. sniperbut.BorderSizePixel = 0
  67. sniperbut.Position = UDim2.new(0.312648118, 0, 0.0144032836, 0)
  68. sniperbut.Size = UDim2.new(0, 82, 0, 32)
  69. sniperbut.Font = Enum.Font.SourceSans
  70. sniperbut.Text = "Sniper"
  71. sniperbut.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. sniperbut.TextSize = 14.000
  73. sniperbut.MouseButton1Down:connect(function()
  74. loadstring(game:HttpGet('https://pastebin.com/raw/pDsRK8jg'))()
  75. end)
  76.  
  77. icegearbut.Name = "icegearbut"
  78. icegearbut.Parent = scrolling
  79. icegearbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
  80. icegearbut.BorderSizePixel = 0
  81. icegearbut.Position = UDim2.new(0.0271997154, 0, 0.0144032836, 0)
  82. icegearbut.Size = UDim2.new(0, 82, 0, 32)
  83. icegearbut.Font = Enum.Font.SourceSans
  84. icegearbut.Text = "Grab Knife"
  85. icegearbut.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. icegearbut.TextSize = 14.000
  87. icegearbut.MouseButton1Down:connect(function()
  88. loadstring(game:HttpGet('https://pastebin.com/raw/5tS9ccxX'))()
  89. end)
  90.  
  91. sonicbut.Name = "sonicbut"
  92. sonicbut.Parent = scrolling
  93. sonicbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
  94. sonicbut.BorderSizePixel = 0
  95. sonicbut.Position = UDim2.new(0.597213805, 0, 0.0144032836, 0)
  96. sonicbut.Size = UDim2.new(0, 82, 0, 32)
  97. sonicbut.Font = Enum.Font.SourceSans
  98. sonicbut.Text = "Sonic"
  99. sonicbut.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. sonicbut.TextSize = 14.000
  101. sonicbut.MouseButton1Down:connect(function()
  102. loadstring(game:HttpGet('https://pastebin.com/raw/uhynZpbA'))()
  103. end)
  104.  
  105. goopiebut.Name = "goopiebut"
  106. goopiebut.Parent = scrolling
  107. goopiebut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
  108. goopiebut.BorderSizePixel = 0
  109. goopiebut.Position = UDim2.new(0.0271997154, 0, 0.0925925821, 0)
  110. goopiebut.Size = UDim2.new(0, 82, 0, 32)
  111. goopiebut.Font = Enum.Font.SourceSans
  112. goopiebut.Text = "Goopie Dance"
  113. goopiebut.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. goopiebut.TextSize = 14.000
  115. goopiebut.MouseButton1Down:connect(function()
  116. loadstring(game:HttpGet('https://pastebin.com/raw/EaK4qx05'))()
  117. end)
  118.  
  119. smoothmovesbut.Name = "smoothmovesbut"
  120. smoothmovesbut.Parent = scrolling
  121. smoothmovesbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
  122. smoothmovesbut.BorderSizePixel = 0
  123. smoothmovesbut.Position = UDim2.new(0.311544776, 0, 0.0925925821, 0)
  124. smoothmovesbut.Size = UDim2.new(0, 82, 0, 32)
  125. smoothmovesbut.Font = Enum.Font.SourceSans
  126. smoothmovesbut.Text = "Smooth Moves"
  127. smoothmovesbut.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. smoothmovesbut.TextSize = 14.000
  129. smoothmovesbut.MouseButton1Down:connect(function()
  130. loadstring(game:HttpGet('https://pastebin.com/raw/r6zfkP2U'))()
  131. end)
  132.  
  133. creditbasic.Name = "creditbasic"
  134. creditbasic.Parent = main
  135. creditbasic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. creditbasic.BackgroundTransparency = 1.000
  137. creditbasic.BorderSizePixel = 0
  138. creditbasic.Position = UDim2.new(0.324324369, 0, 0.831275702, 0)
  139. creditbasic.Size = UDim2.new(0, 200, 0, 32)
  140. creditbasic.Font = Enum.Font.GothamBlack
  141. creditbasic.Text = "Made by Redo Gaming"
  142. creditbasic.TextColor3 = Color3.fromRGB(255, 255, 255)
  143. creditbasic.TextSize = 20.000
  144.  
  145. morecredits.Name = "morecredits"
  146. morecredits.Parent = main
  147. morecredits.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
  148. morecredits.BorderSizePixel = 0
  149. morecredits.Position = UDim2.new(0.0300300345, 0, 0.831275702, 0)
  150. morecredits.Size = UDim2.new(0, 82, 0, 32)
  151. morecredits.Font = Enum.Font.SourceSans
  152. morecredits.Text = "Credits"
  153. morecredits.TextColor3 = Color3.fromRGB(255, 255, 255)
  154. morecredits.TextSize = 14.000
  155. morecredits.MouseButton1Down:connect(function()
  156. game.StarterGui:SetCore("SendNotification", {
  157. Title = "credits";
  158. Text = "Filter False is made by Redo Gaming: Scripts made by Filterware and leaked by Fresky";
  159. Duration = 30;
  160. Button1 = "ok boomer";
  161. })
  162. end)
  163.  
  164. closebut.Name = "closebut"
  165. closebut.Parent = main
  166. closebut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
  167. closebut.BorderSizePixel = 0
  168. closebut.Position = UDim2.new(0.855855882, 0, 0, 0)
  169. closebut.Size = UDim2.new(0, 48, 0, 32)
  170. closebut.Font = Enum.Font.SourceSans
  171. closebut.Text = "X"
  172. closebut.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. closebut.TextSize = 25.000
  174. closebut.MouseButton1Down:connect(function()
  175. main.Visible = false
  176. openbut.Visible = true
  177. end)
  178.  
  179. openbut.Name = "openbut"
  180. openbut.Parent = FilterFalse
  181. openbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
  182. openbut.BorderSizePixel = 0
  183. openbut.Position = UDim2.new(0, 0, 0.806772888, 0)
  184. openbut.Size = UDim2.new(0, 108, 0, 50)
  185. openbut.Visible = false
  186. openbut.Font = Enum.Font.SourceSans
  187. openbut.Text = "Open"
  188. openbut.TextColor3 = Color3.fromRGB(255, 255, 255)
  189. openbut.TextSize = 20.000
  190. openbut.MouseButton1Down:connect(function()
  191. openbut.Visible = false
  192. main.Visible = true
  193. end)
  194.  
Add Comment
Please, Sign In to add comment