Advertisement
Willor

Untitled

Dec 6th, 2024 (edited)
7,167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. local suskey = "WarTycoonTop3321"
  2. local ksys = "http://recut.ru/1hkj"
  3.  
  4.  
  5. local GUI = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local UICorner = Instance.new("UICorner")
  8. local Key = Instance.new("ImageLabel")
  9. local Text = Instance.new("TextLabel")
  10. local VerifyFrame = Instance.new("Frame")
  11. local KeyBox = Instance.new("TextBox")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local VerifyButton = Instance.new("TextButton")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local UICorner_4 = Instance.new("UICorner")
  16. local GetKey = Instance.new("TextButton")
  17. local UICorner_5 = Instance.new("UICorner")
  18. local GuiRemoval = Instance.new("TextButton")
  19. local UICorner_6 = Instance.new("UICorner")
  20.  
  21.  
  22.  
  23. GUI.Name = "GUI"
  24. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = GUI
  28. Main.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  29. Main.BorderColor3 = Color3.fromRGB(27, 42, 53)
  30. Main.Position = UDim2.new(0.413353175, 0, 0.441176474, 0)
  31. Main.Size = UDim2.new(0.172441572, 0, 0.117647059, 0)
  32.  
  33. UICorner.Parent = Main
  34.  
  35. Key.Name = "Key"
  36. Key.Parent = Main
  37. Key.BackgroundTransparency = 1.000
  38. Key.Position = UDim2.new(0.435148925, 0, 0.115340024, 0)
  39. Key.Size = UDim2.new(0.128056228, 0, 0.338304013, 0)
  40. Key.ZIndex = 2
  41. Key.Image = "rbxassetid://3926307971"
  42. Key.ImageColor3 = Color3.fromRGB(255, 38, 38)
  43. Key.ImageRectOffset = Vector2.new(44, 324)
  44. Key.ImageRectSize = Vector2.new(36, 36)
  45.  
  46. Text.Name = "Text"
  47. Text.Parent = Main
  48. Text.BackgroundColor3 = Color3.fromRGB(26, 26, 2)
  49. Text.BackgroundTransparency = 1.000
  50. Text.BorderColor3 = Color3.fromRGB(26, 26, 26)
  51. Text.Position = UDim2.new(0.0327102803, 0, 0.370000005, 0)
  52. Text.Size = UDim2.new(0.934579492, 0, 0.5, 0)
  53. Text.Font = Enum.Font.SourceSansSemibold
  54. Text.Text = "Key Required"
  55. Text.TextColor3 = Color3.fromRGB(255, 255, 255)
  56. Text.TextSize = 35.000
  57. Text.TextWrapped = true
  58.  
  59. VerifyFrame.Name = "Verify Frame"
  60. VerifyFrame.Parent = GUI
  61. VerifyFrame.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  62. VerifyFrame.Position = UDim2.new(0.388749182, 0, 0.569411755, 0)
  63. VerifyFrame.Size = UDim2.new(0.222401291, 0, 0.15529412, 0)
  64.  
  65. KeyBox.Name = "Key Box"
  66. KeyBox.Parent = VerifyFrame
  67. KeyBox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  68. KeyBox.Position = UDim2.new(0.216714069, 0, 0.0933334902, 0)
  69. KeyBox.Size = UDim2.new(0.552679658, 0, 0.298396379, 0)
  70. KeyBox.Font = Enum.Font.SourceSansSemibold
  71. KeyBox.PlaceholderColor3 = Color3.fromRGB(80, 80, 80)
  72. KeyBox.PlaceholderText = "Key"
  73. KeyBox.Text = ""
  74. KeyBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. KeyBox.TextScaled = true
  76. KeyBox.TextSize = 14.000
  77. KeyBox.TextWrapped = true
  78.  
  79. UICorner_2.Parent = KeyBox
  80.  
  81. VerifyButton.Name = "Verify Button"
  82. VerifyButton.Parent = VerifyFrame
  83. VerifyButton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  84. VerifyButton.Position = UDim2.new(0.13767235, 0, 0.491583407, 0)
  85. VerifyButton.Size = UDim2.new(0.724637687, 0, 0.378787875, 0)
  86. VerifyButton.Font = Enum.Font.SourceSansSemibold
  87. VerifyButton.Text = "Verify Key"
  88. VerifyButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  89. VerifyButton.TextSize = 34.000
  90. VerifyButton.MouseButton1Down:connect(function()
  91. if KeyBox.Text == suskey then
  92. local TweenService = game:GetService("TweenService")
  93. local key = game.Players.LocalPlayer.PlayerGui.GUI.Main.Key
  94. local info = TweenInfo.new(0.6, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut, 0, false)
  95.  
  96. local tween = TweenService:Create(key, info, {ImageColor3 = Color3.fromRGB(106, 255, 106)})
  97.  
  98. tween:Play()
  99.  
  100. game.StarterGui:SetCore("SendNotification", {Title = "correct key", Text = "welcome", Icon = "rbxassetid://12206884774", Duration = 5})
  101.  
  102. wait(7)
  103.  
  104. GUI.Parent = nil
  105.  
  106. end
  107. end)
  108.  
  109. UICorner_3.Parent = VerifyButton
  110.  
  111. UICorner_4.Parent = VerifyFrame
  112.  
  113. GetKey.Name = "GetKey"
  114. GetKey.Parent = VerifyFrame
  115. GetKey.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  116. GetKey.Position = UDim2.new(0.235357329, 0, -1.38818645, 0)
  117. GetKey.Size = UDim2.new(0.505842388, 0, 0.447802067, 0)
  118. GetKey.Font = Enum.Font.SourceSansSemibold
  119. GetKey.Text = "Get Key"
  120. GetKey.TextColor3 = Color3.fromRGB(255, 255, 255)
  121. GetKey.TextSize = 42.000
  122. GetKey.TextWrapped = true
  123. GetKey.MouseButton1Down:connect(function()
  124. setclipboard(ksys)
  125.  
  126. game.StarterGui:SetCore("SendNotification", {Title = "key copied", Text = "the key was copied into your clipboard", Icon = "", Duration = 5})
  127. end)
  128.  
  129. UICorner_5.Parent = GetKey
  130.  
  131. GuiRemoval.Name = "Gui Removal"
  132. GuiRemoval.Parent = VerifyFrame
  133. GuiRemoval.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  134. GuiRemoval.Position = UDim2.new(2.59248304, 0, -0.608146846, 0)
  135. GuiRemoval.Size = UDim2.new(0.126419857, 0, 0.321553528, 0)
  136. GuiRemoval.Font = Enum.Font.SourceSansSemibold
  137. GuiRemoval.Text = "X"
  138. GuiRemoval.TextColor3 = Color3.fromRGB(255, 148, 148)
  139. GuiRemoval.TextSize = 42.000
  140. GuiRemoval.TextWrapped = true
  141. GuiRemoval.MouseButton1Down:connect(function()
  142. GUI.Parent = nil
  143.  
  144. game.StarterGui:SetCore("SendNotification", {Title = "i hate you", Text = "i hate you now because you closed the script", Icon = "", Duration = 5})
  145. end)
  146.  
  147. UICorner_6.Parent = GuiRemoval
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement