ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
local suskey = loadstring(game:HttpGet('https://raw.githubusercontent.com/FanticSupreme/key/main/password'))()\r\n\r\nlocal GUI = Instance.new(\"ScreenGui\")\r\nlocal Main = Instance.new(\"Frame\")\r\nlocal UICorner = Instance.new(\"UICorner\")\r\nlocal Key = Instance.new(\"ImageLabel\")\r\nlocal Text = Instance.new(\"TextLabel\")\r\nlocal VerifyFrame = Instance.new(\"Frame\")\r\nlocal KeyBox = Instance.new(\"TextBox\")\r\nlocal UICorner_2 = Instance.new(\"UICorner\")\r\nlocal VerifyButton = Instance.new(\"TextButton\")\r\nlocal UICorner_3 = Instance.new(\"UICorner\")\r\nlocal UICorner_4 = Instance.new(\"UICorner\")\r\nlocal GetKey = Instance.new(\"TextButton\")\r\nlocal UICorner_5 = Instance.new(\"UICorner\")\r\nlocal GuiRemoval = Instance.new(\"TextButton\")\r\nlocal UICorner_6 = Instance.new(\"UICorner\")\r\n\r\n\r\n\r\nGUI.Name = \"GUI\"\r\nGUI.Parent = game.Players.LocalPlayer:WaitForChild(\"PlayerGui\")\r\n\r\nMain.Name = \"Main\"\r\nMain.Parent = GUI\r\nMain.BackgroundColor3 = Color3.fromRGB(26, 26, 26)\r\nMain.BorderColor3 = Color3.fromRGB(27, 42, 53)\r\nMain.Position = UDim2.new(0.413353175, 0, 0.441176474, 0)\r\nMain.Size = UDim2.new(0.172441572, 0, 0.117647059, 0)\r\n\r\nUICorner.Parent = Main\r\n\r\nKey.Name = \"Key\"\r\nKey.Parent = Main\r\nKey.BackgroundTransparency = 1\r\nKey.Position = UDim2.new(0.435148925, 0, 0.115340024, 0)\r\nKey.Size = UDim2.new(0.128056228, 0, 0.338304013, 0)\r\nKey.ZIndex = 2\r\nKey.Image = \"rbxassetid://3926307971\"\r\nKey.ImageColor3 = Color3.fromRGB(255, 38, 38)\r\nKey.ImageRectOffset = Vector2.new(44, 324)\r\nKey.ImageRectSize = Vector2.new(36, 36)\r\n\r\nText.Name = \"Text\"\r\nText.Parent = Main\r\nText.BackgroundColor3 = Color3.fromRGB(26, 26, 2)\r\nText.BackgroundTransparency = 1\r\nText.BorderColor3 = Color3.fromRGB(26, 26, 26)\r\nText.Position = UDim2.new(0.0327102803, 0, 0.370000005, 0)\r\nText.Size = UDim2.new(0.934579492, 0, 0.5, 0)\r\nText.Font = Enum.Font.SourceSansSemibold\r\nText.Text = \"Key Required\"\r\nText.TextColor3 = Color3.fromRGB(255, 255, 255)\r\nText.TextSize = 35\r\nText.TextWrapped = true\r\n\r\nVerifyFrame.Name = \"Verify Frame\"\r\nVerifyFrame.Parent = GUI\r\nVerifyFrame.BackgroundColor3 = Color3.fromRGB(26, 26, 26)\r\nVerifyFrame.Position = UDim2.new(0.388749182, 0, 0.569411755, 0)\r\nVerifyFrame.Size = UDim2.new(0.222401291, 0, 0.15529412, 0)\r\n\r\nKeyBox.Name = \"Key Box\"\r\nKeyBox.Parent = VerifyFrame\r\nKeyBox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)\r\nKeyBox.Position = UDim2.new(0.216714069, 0, 0.0933334902, 0)\r\nKeyBox.Size = UDim2.new(0.552679658, 0, 0.298396379, 0)\r\nKeyBox.Font = Enum.Font.SourceSansSemibold\r\nKeyBox.PlaceholderColor3 = Color3.fromRGB(80, 80, 80)\r\nKeyBox.PlaceholderText = \"Key\"\r\nKeyBox.Text = \"\"\r\nKeyBox.TextColor3 = Color3.fromRGB(255, 255, 255)\r\nKeyBox.TextScaled = true\r\nKeyBox.TextSize = 14\r\nKeyBox.TextWrapped = true\r\n\r\nUICorner_2.Parent = KeyBox\r\n\r\nVerifyButton.Name = \"Verify Button\"\r\nVerifyButton.Parent = VerifyFrame\r\nVerifyButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)\r\nVerifyButton.Position = UDim2.new(0.13767235, 0, 0.491583407, 0)\r\nVerifyButton.Size = UDim2.new(0.724637687, 0, 0.378787875, 0)\r\nVerifyButton.Font = Enum.Font.SourceSansSemibold\r\nVerifyButton.Text = \"Verify Key\"\r\nVerifyButton.TextColor3 = Color3.fromRGB(255, 255, 255)\r\nVerifyButton.TextSize = 34\r\nVerifyButton.MouseButton1Down:connect(function()\r\n if KeyBox.Text == suskey then\r\n local TweenService = game:GetService(\"TweenService\")\r\n local key = game.Players.LocalPlayer.PlayerGui.GUI.Main.Key\r\n local info = TweenInfo.new(0.6, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut, 0, false)\r\n\r\n local tween = TweenService:Create(key, info, {ImageColor3 = Color3.fromRGB(106, 255, 106)})\r\n\r\n tween:Play()\r\n \r\n game.StarterGui:SetCore(\"SendNotification\", {Title = \"correct key\", Text = \"welcome\", Icon = \"rbxassetid://12206884774\", Duration = 5})\r\n\r\n wait(7)\r\n\r\n GUI.Parent = nil\r\n\r\n\r\n loadstring(game:HttpGet('https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/shit%20script%20pack/CheatX'))()\r\n end\r\nend)\r\n\r\nUICorner_3.Parent = VerifyButton\r\n\r\nUICorner_4.Parent = VerifyFrame\r\n\r\nGetKey.Name = \"GetKey\"\r\nGetKey.Parent = VerifyFrame\r\nGetKey.BackgroundColor3 = Color3.fromRGB(26, 26, 26)\r\nGetKey.Position = UDim2.new(0.235357329, 0, -1.38818645, 0)\r\nGetKey.Size = UDim2.new(0.505842388, 0, 0.447802067, 0)\r\nGetKey.Font = Enum.Font.SourceSansSemibold\r\nGetKey.Text = \"Get Key\"\r\nGetKey.TextColor3 = Color3.fromRGB(255, 255, 255)\r\nGetKey.TextSize = 42\r\nGetKey.TextWrapped = true\r\nGetKey.MouseButton1Down:connect(function()\r\n setclipboard('rekonise.com/key-link-4bzni')\r\n \r\n game.StarterGui:SetCore(\"SendNotification\", {Title = \"key copied\", Text = \"the key was copied into your clipboard\", Icon = \"\", Duration = 5})\r\nend)\r\n\r\nUICorner_5.Parent = GetKey\r\n\r\nGuiRemoval.Name = \"Gui Removal\"\r\nGuiRemoval.Parent = VerifyFrame\r\nGuiRemoval.BackgroundColor3 = Color3.fromRGB(26, 26, 26)\r\nGuiRemoval.Position = UDim2.new(2.59248304, 0, -0.608146846, 0)\r\nGuiRemoval.Size = UDim2.new(0.126419857, 0, 0.321553528, 0)\r\nGuiRemoval.Font = Enum.Font.SourceSansSemibold\r\nGuiRemoval.Text = \"X\"\r\nGuiRemoval.TextColor3 = Color3.fromRGB(255, 148, 148)\r\nGuiRemoval.TextSize = 42\r\nGuiRemoval.TextWrapped = true\r\nGuiRemoval.MouseButton1Down:connect(function()\r\n GUI.Parent = nil\r\n \r\n game.StarterGui:SetCore(\"SendNotification\", {Title = \"i hate you\", Text = \"i hate you now because you closed the script\", Icon = \"\", Duration = 5})\r\nend)\r\n\r\nUICorner_6.Parent = GuiRemoval
Password
Anyone with the link will still need this password to view.
Expires
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel