Advertisement
zhangfengshan

tiancaiwei

Apr 11th, 2022 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.49 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local UICorner = Instance.new("UICorner")
  4. local UIGradient = Instance.new("UIGradient")
  5. local TextBox = Instance.new("TextBox")
  6. local UICorner_2 = Instance.new("UICorner")
  7. local hhh = Instance.new("TextButton")
  8. local UICorner_3 = Instance.new("UICorner")
  9. local UIGradient_2 = Instance.new("UIGradient")
  10. local TextLabel = Instance.new("TextLabel")
  11. local UICorner_4 = Instance.new("UICorner")
  12. local UIGradient_3 = Instance.new("UIGradient")
  13. local TextButton = Instance.new("TextButton")
  14. local UICorner_5 = Instance.new("UICorner")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. Frame.Position = UDim2.new(0.427722752, 0, 0.399719477, 0)
  23. Frame.Size = UDim2.new(0, 272, 0, 163)
  24. Frame.Active = true
  25. Frame.Draggable = true
  26.  
  27.  
  28. UICorner.Parent = Frame
  29.  
  30. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(94, 14, 255)), ColorSequenceKeypoint.new(0.39, Color3.fromRGB(38, 125, 255)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(46, 255, 203)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(94, 14, 255))}
  31. UIGradient.Parent = Frame
  32.  
  33. TextBox.Parent = Frame
  34. TextBox.BackgroundColor3 = Color3.fromRGB(166, 166, 166)
  35. TextBox.Position = UDim2.new(0.231617644, 0, 0.312883437, 0)
  36. TextBox.Size = UDim2.new(0, 146, 0, 41)
  37. TextBox.Font = Enum.Font.SourceSans
  38. TextBox.PlaceholderColor3 = Color3.fromRGB(186, 186, 186)
  39. TextBox.Text = ""
  40. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. TextBox.TextSize = 14.000
  42.  
  43. UICorner_2.Parent = TextBox
  44.  
  45. hhh.Name = "hhh"
  46. hhh.Parent = Frame
  47. hhh.BackgroundColor3 = Color3.fromRGB(255, 62, 91)
  48. hhh.Position = UDim2.new(0.231617644, 0, 0.656441689, 0)
  49. hhh.Size = UDim2.new(0, 146, 0, 38)
  50. hhh.Font = Enum.Font.SourceSans
  51. hhh.Text = "确定"
  52. hhh.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. hhh.TextSize = 24.000
  54. hhh.MouseButton1Down:connect(function()
  55.     if TextBox.Text == "a9x6L7rPEAFCjz"
  56.     then
  57.         loadstring(game:HttpGet("https://pastebin.com/raw/4dn9KwDf"))()
  58.     else
  59.         print"错误"
  60.     end
  61. end)
  62.  
  63. UICorner_3.Parent = hhh
  64.  
  65. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(94, 14, 255)), ColorSequenceKeypoint.new(0.39, Color3.fromRGB(38, 125, 255)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(46, 255, 203)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(94, 14, 255))}
  66. UIGradient_2.Parent = hhh
  67.  
  68. TextLabel.Parent = Frame
  69. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 62, 91)
  70. TextLabel.Size = UDim2.new(0, 241, 0, 33)
  71. TextLabel.Font = Enum.Font.SourceSans
  72. TextLabel.Text = "下方输入密码"
  73. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. TextLabel.TextSize = 24.000
  75.  
  76. UICorner_4.Parent = TextLabel
  77.  
  78. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(94, 14, 255)), ColorSequenceKeypoint.new(0.39, Color3.fromRGB(38, 125, 255)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(46, 255, 203)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(94, 14, 255))}
  79. UIGradient_3.Parent = TextLabel
  80.  
  81. TextButton.Parent = Frame
  82. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  83. TextButton.Position = UDim2.new(0.886029422, 0, 0, 0)
  84. TextButton.Size = UDim2.new(0, 31, 0, 33)
  85. TextButton.Font = Enum.Font.SourceSans
  86. TextButton.Text = "X"
  87. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. TextButton.TextSize = 30.000
  89. TextButton.MouseButton1Down:connect(function()
  90.     Frame.Visible = false
  91. end)
  92.  
  93. UICorner_5.Parent = TextButton
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement