-- Gui to Lua -- Version: 3.2 -- Instances: local maingui = Instance.new("ScreenGui") local Opening = Instance.new("Frame") local BackgroundGradient = Instance.new("UIGradient") local logothing = Instance.new("ImageLabel") local TextBox = Instance.new("TextBox") --Properties: maingui.Name = "maingui" maingui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Opening.Name = "Opening" Opening.Parent = maingui Opening.BackgroundColor3 = Color3.fromRGB(153, 0, 0) Opening.BorderColor3 = Color3.fromRGB(0, 0, 0) Opening.BorderSizePixel = 5 Opening.Position = UDim2.new(0.430393189, 0, 0.299754322, 0) Opening.Size = UDim2.new(0, 266, 0, 326) BackgroundGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(152, 152, 152)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))} BackgroundGradient.Rotation = 90 BackgroundGradient.Name = "BackgroundGradient" BackgroundGradient.Parent = Opening logothing.Name = "logothing" logothing.Parent = Opening logothing.BackgroundColor3 = Color3.fromRGB(255, 255, 255) logothing.BackgroundTransparency = 1.000 logothing.Size = UDim2.new(0, 266, 0, 326) logothing.Image = "rbxassetid://6459506838" TextBox.Parent = Opening TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextBox.BackgroundTransparency = 1.000 TextBox.Position = UDim2.new(0.124060154, 0, 0.668711662, 0) TextBox.Size = UDim2.new(0, 200, 0, 64) TextBox.Font = Enum.Font.Oswald TextBox.PlaceholderColor3 = Color3.fromRGB(0, 0, 0) TextBox.PlaceholderText = "Place key here!" TextBox.Text = "" TextBox.TextColor3 = Color3.fromRGB(0, 0, 0) TextBox.TextScaled = true TextBox.TextSize = 14.000 TextBox.TextWrapped = true -- Scripts: local function EGAOSW_fake_script() -- Opening.main key thing local script = Instance.new('LocalScript', Opening) local keytext = script.Parent.TextBox.Text local keytable = { [1] = "admin"; [2] = "quility"; [3] = "runte"; [4] = "syn"; } local spinnything = coroutine.create(function() for count = 1, 360 do wait() script.Parent.BackgroundGradient.Rotation = script.Parent.BackgroundGradient.Rotation + math.random(0.5,2) end end) local function keytransevent() for count = 1, 10 do wait() script.Parent.TextBox.TextTransparency = script.Parent.TextBox.TextTransparency + 0.1 script.Parent.logothing.ImageTransparency = script.Parent.logothing.ImageTransparency + 0.1 script.Parent.BorderSizePixel = script.Parent.BorderSizePixel - 0.5 end end local keytweenvariable1 = false local function keytween() if keytweenvariable1 == true then return end script.Parent:TweenSize(UDim2.new(0, 266,0, 0), 'Out', 'Quart', '1') keytweenvariable1 = true end while true do wait() if -- you can copy and paste to put keys here. script.Parent.TextBox.Text == keytable[1] or script.Parent.TextBox.Text == keytable[2] or script.Parent.TextBox.Text == keytable[3] or script.Parent.TextBox.Text == keytable[4] then coroutine.resume(spinnything) keytransevent() wait(0.5) keytween() print("lol") end end end coroutine.wrap(EGAOSW_fake_script)() local function QJRO_fake_script() -- Opening.Rainbow Frame local script = Instance.new('LocalScript', Opening) function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end counter = 0 while wait(0.01) do script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,0.6) counter = counter + 0.01 end --Enjoy ;) dont change anything. I didnt script this so i dont know if you can change but its adviced not 2 end coroutine.wrap(QJRO_fake_script)() local function LPNANX_fake_script() -- maingui.dwaggy local script = Instance.new('LocalScript', maingui) frame = script.Parent.Opening frame.Draggable = true frame.Active = true frame.Selectable = true --// hello nobs --//no b!! --//my mental state is deteriorating end coroutine.wrap(LPNANX_fake_script)()