Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local FilterFalse = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local top = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local scrolling = Instance.new("ScrollingFrame")
- local sniperbut = Instance.new("TextButton")
- local icegearbut = Instance.new("TextButton")
- local sonicbut = Instance.new("TextButton")
- local goopiebut = Instance.new("TextButton")
- local smoothmovesbut = Instance.new("TextButton")
- local creditbasic = Instance.new("TextLabel")
- local morecredits = Instance.new("TextButton")
- local closebut = Instance.new("TextButton")
- local openbut = Instance.new("TextButton")
- --Properties:
- FilterFalse.Name = "FilterFalse"
- FilterFalse.Parent = game.CoreGui
- FilterFalse.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = FilterFalse
- main.BackgroundColor3 = Color3.fromRGB(81, 7, 5)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.430453867, 0, 0.282868505, 0)
- main.Size = UDim2.new(0, 333, 0, 243)
- main.Active = true
- main.Draggable = true
- top.Name = "top"
- top.Parent = main
- top.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- top.BorderSizePixel = 0
- top.Size = UDim2.new(0, 333, 0, 32)
- title.Name = "title"
- title.Parent = top
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.BorderSizePixel = 0
- title.Position = UDim2.new(0.198198199, 0, 0, 0)
- title.Size = UDim2.new(0, 200, 0, 32)
- title.Font = Enum.Font.GothamBlack
- title.Text = "Filter False"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = 20.000
- scrolling.Name = "scrolling"
- scrolling.Parent = main
- scrolling.Active = true
- scrolling.BackgroundColor3 = Color3.fromRGB(81, 7, 5)
- scrolling.BorderColor3 = Color3.fromRGB(1, 1, 1)
- scrolling.BorderSizePixel = 3
- scrolling.Position = UDim2.new(0.0300300308, 0, 0.194312334, 0)
- scrolling.Size = UDim2.new(0, 313, 0, 147)
- sniperbut.Name = "sniperbut"
- sniperbut.Parent = scrolling
- sniperbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- sniperbut.BorderSizePixel = 0
- sniperbut.Position = UDim2.new(0.312648118, 0, 0.0144032836, 0)
- sniperbut.Size = UDim2.new(0, 82, 0, 32)
- sniperbut.Font = Enum.Font.SourceSans
- sniperbut.Text = "Sniper"
- sniperbut.TextColor3 = Color3.fromRGB(255, 255, 255)
- sniperbut.TextSize = 14.000
- sniperbut.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/pDsRK8jg'))()
- end)
- icegearbut.Name = "icegearbut"
- icegearbut.Parent = scrolling
- icegearbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- icegearbut.BorderSizePixel = 0
- icegearbut.Position = UDim2.new(0.0271997154, 0, 0.0144032836, 0)
- icegearbut.Size = UDim2.new(0, 82, 0, 32)
- icegearbut.Font = Enum.Font.SourceSans
- icegearbut.Text = "Grab Knife"
- icegearbut.TextColor3 = Color3.fromRGB(255, 255, 255)
- icegearbut.TextSize = 14.000
- icegearbut.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/5tS9ccxX'))()
- end)
- sonicbut.Name = "sonicbut"
- sonicbut.Parent = scrolling
- sonicbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- sonicbut.BorderSizePixel = 0
- sonicbut.Position = UDim2.new(0.597213805, 0, 0.0144032836, 0)
- sonicbut.Size = UDim2.new(0, 82, 0, 32)
- sonicbut.Font = Enum.Font.SourceSans
- sonicbut.Text = "Sonic"
- sonicbut.TextColor3 = Color3.fromRGB(255, 255, 255)
- sonicbut.TextSize = 14.000
- sonicbut.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/uhynZpbA'))()
- end)
- goopiebut.Name = "goopiebut"
- goopiebut.Parent = scrolling
- goopiebut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- goopiebut.BorderSizePixel = 0
- goopiebut.Position = UDim2.new(0.0271997154, 0, 0.0925925821, 0)
- goopiebut.Size = UDim2.new(0, 82, 0, 32)
- goopiebut.Font = Enum.Font.SourceSans
- goopiebut.Text = "Goopie Dance"
- goopiebut.TextColor3 = Color3.fromRGB(255, 255, 255)
- goopiebut.TextSize = 14.000
- goopiebut.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/EaK4qx05'))()
- end)
- smoothmovesbut.Name = "smoothmovesbut"
- smoothmovesbut.Parent = scrolling
- smoothmovesbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- smoothmovesbut.BorderSizePixel = 0
- smoothmovesbut.Position = UDim2.new(0.311544776, 0, 0.0925925821, 0)
- smoothmovesbut.Size = UDim2.new(0, 82, 0, 32)
- smoothmovesbut.Font = Enum.Font.SourceSans
- smoothmovesbut.Text = "Smooth Moves"
- smoothmovesbut.TextColor3 = Color3.fromRGB(255, 255, 255)
- smoothmovesbut.TextSize = 14.000
- smoothmovesbut.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/r6zfkP2U'))()
- end)
- creditbasic.Name = "creditbasic"
- creditbasic.Parent = main
- creditbasic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- creditbasic.BackgroundTransparency = 1.000
- creditbasic.BorderSizePixel = 0
- creditbasic.Position = UDim2.new(0.324324369, 0, 0.831275702, 0)
- creditbasic.Size = UDim2.new(0, 200, 0, 32)
- creditbasic.Font = Enum.Font.GothamBlack
- creditbasic.Text = "Made by Redo Gaming"
- creditbasic.TextColor3 = Color3.fromRGB(255, 255, 255)
- creditbasic.TextSize = 20.000
- morecredits.Name = "morecredits"
- morecredits.Parent = main
- morecredits.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- morecredits.BorderSizePixel = 0
- morecredits.Position = UDim2.new(0.0300300345, 0, 0.831275702, 0)
- morecredits.Size = UDim2.new(0, 82, 0, 32)
- morecredits.Font = Enum.Font.SourceSans
- morecredits.Text = "Credits"
- morecredits.TextColor3 = Color3.fromRGB(255, 255, 255)
- morecredits.TextSize = 14.000
- morecredits.MouseButton1Down:connect(function()
- game.StarterGui:SetCore("SendNotification", {
- Title = "credits";
- Text = "Filter False is made by Redo Gaming: Scripts made by Filterware and leaked by Fresky";
- Duration = 30;
- Button1 = "ok boomer";
- })
- end)
- closebut.Name = "closebut"
- closebut.Parent = main
- closebut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- closebut.BorderSizePixel = 0
- closebut.Position = UDim2.new(0.855855882, 0, 0, 0)
- closebut.Size = UDim2.new(0, 48, 0, 32)
- closebut.Font = Enum.Font.SourceSans
- closebut.Text = "X"
- closebut.TextColor3 = Color3.fromRGB(255, 255, 255)
- closebut.TextSize = 25.000
- closebut.MouseButton1Down:connect(function()
- main.Visible = false
- openbut.Visible = true
- end)
- openbut.Name = "openbut"
- openbut.Parent = FilterFalse
- openbut.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- openbut.BorderSizePixel = 0
- openbut.Position = UDim2.new(0, 0, 0.806772888, 0)
- openbut.Size = UDim2.new(0, 108, 0, 50)
- openbut.Visible = false
- openbut.Font = Enum.Font.SourceSans
- openbut.Text = "Open"
- openbut.TextColor3 = Color3.fromRGB(255, 255, 255)
- openbut.TextSize = 20.000
- openbut.MouseButton1Down:connect(function()
- openbut.Visible = false
- main.Visible = true
- end)
Add Comment
Please, Sign In to add comment