Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local openframe = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local frametext = Instance.new("Frame")
  9. local titulo = Instance.new("TextLabel")
  10. local close = Instance.new("TextButton")
  11. local gui1 = Instance.new("TextButton")
  12. --Properties:
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. openframe.Name = "openframe"
  17. openframe.Parent = ScreenGui
  18. openframe.Active = true
  19. openframe.BackgroundColor3 = Color3.new(0, 0, 0)
  20. openframe.Position = UDim2.new(0.41430074, 0, 0, 0)
  21. openframe.Size = UDim2.new(0, 117, 0, 52)
  22. openframe.Visible = false
  23. openframe.Draggable = true
  24.  
  25. open.Name = "open"
  26. open.Parent = openframe
  27. open.BackgroundColor3 = Color3.new(1, 1, 1)
  28. open.Position = UDim2.new(0, 0, 0.461538315, 0)
  29. open.Size = UDim2.new(0, 117, 0, 28)
  30. open.Font = Enum.Font.SourceSans
  31. open.Text = "Abrir"
  32. open.TextColor3 = Color3.new(0, 0, 0)
  33. open.TextSize = 14
  34. open.MouseButton1Down:connect(function()
  35. main.Visible = true
  36. openframe.Visible = false
  37. end)
  38.  
  39.  
  40. main.Name = "main"
  41. main.Parent = ScreenGui
  42. main.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  43. main.BackgroundTransparency = 0.40000000596046
  44. main.Position = UDim2.new(0.162986323, 0, 0.544444501, 0)
  45. main.Size = UDim2.new(0, 173, 0, 106)
  46. main.Draggable = true
  47.  
  48. frametext.Name = "frametext"
  49. frametext.Parent = main
  50. frametext.BackgroundColor3 = Color3.new(0, 0, 0)
  51. frametext.Size = UDim2.new(0, 173, 0, 31)
  52.  
  53. titulo.Name = "titulo"
  54. titulo.Parent = frametext
  55. titulo.BackgroundColor3 = Color3.new(1, 1, 1)
  56. titulo.Position = UDim2.new(-0.00578033924, 0, 0, 0)
  57. titulo.Size = UDim2.new(0, 174, 0, 31)
  58. titulo.Font = Enum.Font.SourceSans
  59. titulo.Text = "Descohecido v1"
  60. titulo.TextColor3 = Color3.new(0, 0, 0)
  61. titulo.TextSize = 14
  62.  
  63. close.Name = "close"
  64. close.Parent = main
  65. close.BackgroundColor3 = Color3.new(1, 1, 1)
  66. close.Position = UDim2.new(0.815028965, 0, 0.00943395495, 0)
  67. close.Size = UDim2.new(0, 32, 0, 28)
  68. close.Font = Enum.Font.SourceSans
  69. close.Text = "X"
  70. close.TextColor3 = Color3.new(0, 0, 0)
  71. close.TextSize = 20
  72. close.MouseButton1Down:connect(function()
  73. main.Visible = false
  74. openframe.Visible = true
  75. end)
  76.  
  77. gui1.Name = "gui1"
  78. gui1.Parent = main
  79. gui1.BackgroundColor3 = Color3.new(1, 1, 1)
  80. gui1.Position = UDim2.new(-0.00578034669, 0, 0.773584902, 0)
  81. gui1.Size = UDim2.new(0, 174, 0, 24)
  82. gui1.Font = Enum.Font.SourceSans
  83. gui1.Text = "Prison Life cu"
  84. gui1.TextColor3 = Color3.new(0, 0, 0)
  85. gui1.TextSize = 14
  86. close.MouseButton1Down:connect(function()
  87. loadstring(game:HttpGet("https://pastebin.com/raw/NsLfSarW", true))()
  88. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement