Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pcall(function()
- if game:GetService("CoreGui"):FindFirstChild("Key") then
- game:GetService("CoreGui"):FindFirstChild("Key"):Destroy()
- end
- end)
- local screengui = Instance.new("ScreenGui", game:GetService("CoreGui"))
- screengui.Name = "Key"
- screengui.IgnoreGuiInset = true
- screengui.ResetOnSpawn = false
- local a = "S"
- local A1 = "l"
- local b = "l"
- local b1 = "a"
- local main = Instance.new("Frame", screengui)
- main.Position = UDim2.new(0.428, 0,0.426, 0)
- main.Size = UDim2.new(0.144, 0,0.147, 0)
- main.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
- local corner = Instance.new("UICorner", main)
- corner.CornerRadius = UDim.new(0,3)
- local B = "i"
- local a1 = "e"
- local A = "y"
- local textkey = Instance.new("TextLabel", main)
- textkey.Text = "Key!"
- textkey.TextColor3 = Color3.new(1, 1, 1)
- textkey.BackgroundTransparency = 1
- textkey.Position = UDim2.new(0.22, 0,0, 0)
- textkey.Size = UDim2.new(0.553, 0,0.27, 0)
- textkey.FontFace = Font.new("rbxasset://fonts/families/SourceSansPro.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal)
- textkey.TextScaled = true
- local frame = Instance.new("Frame", main)
- frame.Position = UDim2.new(0.164, 0,0.502, 0)
- frame.Size = UDim2.new(0.67, 0,0.309, 0)
- frame.BackgroundTransparency = 1
- Instance.new("UICorner", frame)
- local stoke = Instance.new("UIStroke", frame)
- stoke.Color = Color3.new(1, 1, 1)
- local stringbox = Instance.new("TextBox", frame)
- stringbox.Position = UDim2.new(0, 0,0, 0)
- stringbox.Size = UDim2.new(1,0,1,0)
- stringbox.TextColor3 = Color3.new(1, 1, 1)
- stringbox.FontFace = Font.new("rbxasset://fonts/families/SourceSansPro.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal)
- stringbox.TextScaled = true
- stringbox.BackgroundTransparency = 1
- stringbox.Text = ""
- local string2 = tostring(b1..b..A1..B..A..a1..a):reverse()
- stringbox.FocusLost:Connect(function()
- local string1 = tostring(stringbox.Text)
- if string.find(string1, string2) then
- screengui:Destroy()
- loadstring(game:HttpGet("https://pastebin.com/raw/kyyYisE6"))()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement