urdadgeiaf

Jail's GUI (Test)

Jul 6th, 2020
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local EnterKey = Instance.new("TextBox")
  4. local Title = Instance.new("TextLabel")
  5. local GetKey = Instance.new("TextButton")
  6. local Submit = Instance.new("TextButton")
  7. local CreditsJail = Instance.new("TextLabel")
  8. local CreditsSkid = Instance.new("TextLabel")
  9.  
  10. ScreenGui.Parent = game.CoreGui
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  15. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  16. Frame.BorderSizePixel = 2
  17. Frame.Position = UDim2.new(0.157582536, 0, 0.199996963, 0)
  18. Frame.Size = UDim2.new(0, 571, 0, 284)
  19. Frame.Active = true
  20.  
  21. EnterKey.Name = "EnterKey"
  22. EnterKey.Parent = Frame
  23. EnterKey.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  24. EnterKey.BorderColor3 = Color3.fromRGB(0, 0, 0)
  25. EnterKey.BorderSizePixel = 2
  26. EnterKey.Position = UDim2.new(0.323992997, 0, 0.436619729, 0)
  27. EnterKey.Size = UDim2.new(0, 200, 0, 54)
  28. EnterKey.Font = Enum.Font.GothamBlack
  29. EnterKey.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  30. EnterKey.Text = "Enter your key"
  31. EnterKey.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. EnterKey.TextSize = 18.000
  33. EnterKey.TextWrapped = true
  34.  
  35. Title.Name = "Title"
  36. Title.Parent = Frame
  37. Title.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  38. Title.BackgroundTransparency = 1.000
  39. Title.Position = UDim2.new(0.323992997, 0, 0, 0)
  40. Title.Size = UDim2.new(0, 200, 0, 50)
  41. Title.Font = Enum.Font.Highway
  42. Title.Text = "1nferious Cheats"
  43. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. Title.TextScaled = true
  45. Title.TextSize = 14.000
  46. Title.TextWrapped = true
  47.  
  48. GetKey.Name = "GetKey"
  49. GetKey.Parent = Frame
  50. GetKey.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  51. GetKey.BorderColor3 = Color3.fromRGB(0, 0, 0)
  52. GetKey.BorderSizePixel = 2
  53. GetKey.Position = UDim2.new(0, 0, 0.869718313, 0)
  54. GetKey.Size = UDim2.new(0, 158, 0, 37)
  55. GetKey.Font = Enum.Font.GothamSemibold
  56. GetKey.Text = "Get Key"
  57. GetKey.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. GetKey.TextSize = 18.000
  59. GetKey.TextWrapped = true
  60. GetKey.MouseButton1Click:connect(function() -- This function only works with Synapse
  61. Synapse:CopyString([[
  62. This is where you put the link for the key
  63. ]])()
  64. GetKey.Text = "Copied Link!"
  65. wait(1)
  66. GetKey.Text = "Get Key"
  67. end)
  68.  
  69.  
  70. Submit.Name = "Submit"
  71. Submit.Parent = Frame
  72. Submit.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  73. Submit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  74. Submit.BorderSizePixel = 2
  75. Submit.Position = UDim2.new(0.72329247, 0, 0.869718313, 0)
  76. Submit.Size = UDim2.new(0, 158, 0, 37)
  77. Submit.Font = Enum.Font.GothamSemibold
  78. Submit.Text = "Submit!"
  79. Submit.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. Submit.TextSize = 18.000
  81. Submit.MouseButton1Click:connect(function()
  82. if EnterKey.Text ~= "Test1" then
  83. game.Players.LocalPlayer:Kick("You have entered the incorrect key")
  84. else
  85. Frame.Visible = false
  86. end
  87. end)
  88.  
  89. CreditsJail.Name = "CreditsJail"
  90. CreditsJail.Parent = Frame
  91. CreditsJail.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  92. CreditsJail.BackgroundTransparency = 1.000
  93. CreditsJail.BorderSizePixel = 0
  94. CreditsJail.Position = UDim2.new(0.746059418, 0, 0.0211267602, 0)
  95. CreditsJail.Size = UDim2.new(0, 134, 0, 37)
  96. CreditsJail.Font = Enum.Font.GothamSemibold
  97. CreditsJail.Text = "GUI Developer: jail?#0002"
  98. CreditsJail.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. CreditsJail.TextSize = 14.000
  100. CreditsJail.TextWrapped = true
  101.  
  102. CreditsSkid.Name = "CreditsSkid"
  103. CreditsSkid.Parent = Frame
  104. CreditsSkid.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  105. CreditsSkid.BackgroundTransparency = 1.000
  106. CreditsSkid.BorderSizePixel = 0
  107. CreditsSkid.Size = UDim2.new(0, 164, 0, 50)
  108. CreditsSkid.Font = Enum.Font.GothamSemibold
  109. CreditsSkid.Text = "Scripted by: SkiddieWilly#9496"
  110. CreditsSkid.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. CreditsSkid.TextSize = 14.000
  112. CreditsSkid.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment