Advertisement
abdo_2008

Jailbreak GUI

Mar 16th, 2019
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local frame = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextBox")
  9. local title2 = Instance.new("TextBox")
  10. local escapeprison = Instance.new("TextButton")
  11. local criminalbase = Instance.new("TextButton")
  12. local gravity = Instance.new("TextButton")
  13. local bank = Instance.new("TextButton")
  14. local allguns = Instance.new("TextButton")
  15. local _10000moneycash = Instance.new("TextButton")
  16. local close = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.CoreGui
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. frame.Name = "frame"
  22. frame.Parent = ScreenGui
  23. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. frame.Position = UDim2.new(0.0101010101, 0, 0.515320361, 0)
  25. frame.Size = UDim2.new(0, 205, 0, 63)
  26.  
  27. open.Name = "open"
  28. open.Parent = frame
  29. open.BackgroundColor3 = Color3.new(0, 0, 0)
  30. open.Size = UDim2.new(0, 205, 0, 62)
  31. open.Font = Enum.Font.SourceSans
  32. open.Text = "open"
  33. open.TextColor3 = Color3.new(1, 1, 1)
  34. open.TextSize = 40
  35. open.MouseButton1Down:connect(function()
  36. main.Visible = true
  37. frame.Visible = true
  38. end)
  39.  
  40. main.Name = "main"
  41. main.Parent = open
  42. main.BackgroundColor3 = Color3.new(0, 0, 0)
  43. main.Position = UDim2.new(1.05853653, 0, -3.29032254, 0)
  44. main.Size = UDim2.new(0, 615, 0, 470)
  45. main.Visible = false
  46. main.Active = true
  47. main.Draggable = true
  48.  
  49. title.Name = "title"
  50. title.Parent = main
  51. title.BackgroundColor3 = Color3.new(0, 0.0666667, 1)
  52. title.Size = UDim2.new(0, 554, 0, 67)
  53. title.Font = Enum.Font.SourceSans
  54. title.Text = "Jailbreak GUI"
  55. title.TextColor3 = Color3.new(1, 1, 1)
  56. title.TextSize = 40
  57.  
  58. title2.Name = "title 2"
  59. title2.Parent = title
  60. title2.BackgroundColor3 = Color3.new(0.0117647, 0.156863, 1)
  61. title2.Position = UDim2.new(0, 0, 0, 394)
  62. title2.Size = UDim2.new(0, 615, 0, 75)
  63. title2.Font = Enum.Font.SourceSans
  64. title2.Text = "Jailbreak GUI"
  65. title2.TextColor3 = Color3.new(1, 1, 1)
  66. title2.TextSize = 40
  67.  
  68. escapeprison.Name = "escape prison"
  69. escapeprison.Parent = title2
  70. escapeprison.BackgroundColor3 = Color3.new(1, 0, 0)
  71. escapeprison.Position = UDim2.new(0.0357723571, 0, -3.86666656, 0)
  72. escapeprison.Size = UDim2.new(0, 200, 0, 50)
  73. escapeprison.Font = Enum.Font.SourceSans
  74. escapeprison.Text = "escape prison"
  75. escapeprison.TextColor3 = Color3.new(1, 1, 1)
  76. escapeprison.TextSize = 30
  77. escapeprison.MouseButton1Down:connect(function()
  78.  
  79. criminalbase.Name = "criminal base"
  80. criminalbase.Parent = escapeprison
  81. criminalbase.BackgroundColor3 = Color3.new(1, 0, 0)
  82. criminalbase.Position = UDim2.new(0, 0, 2.24000001, 0)
  83. criminalbase.Size = UDim2.new(0, 200, 0, 50)
  84. criminalbase.Font = Enum.Font.SourceSans
  85. criminalbase.Text = "criminal base"
  86. criminalbase.TextColor3 = Color3.new(1, 1, 1)
  87. criminalbase.TextSize = 30
  88. criminalbase.MouseButton1Down:connect(function()
  89.  
  90. gravity.Name = "gravity"
  91. gravity.Parent = criminalbase
  92. gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  93. gravity.Position = UDim2.new(0, 0, 2.20000005, 0)
  94. gravity.Size = UDim2.new(0, 200, 0, 50)
  95. gravity.Font = Enum.Font.SourceSans
  96. gravity.Text = "gravty"
  97. gravity.TextColor3 = Color3.new(1, 1, 1)
  98. gravity.TextSize = 30
  99. gravity.MouseButton1Down:connect(function()
  100.  
  101. bank.Name = "bank"
  102. bank.Parent = gravity
  103. bank.BackgroundColor3 = Color3.new(1, 0, 0)
  104. bank.Position = UDim2.new(1.77499998, 0, -4.44000006, 0)
  105. bank.Size = UDim2.new(0, 200, 0, 50)
  106. bank.Font = Enum.Font.SourceSans
  107. bank.Text = "bank"
  108. bank.TextColor3 = Color3.new(1, 1, 1)
  109. bank.TextSize = 30
  110. bank.MouseButton1Down:connect(function()
  111.  
  112. allguns.Name = "all guns"
  113. allguns.Parent = bank
  114. allguns.BackgroundColor3 = Color3.new(1, 0, 0)
  115. allguns.Position = UDim2.new(0, 0, 2.25999999, 0)
  116. allguns.Size = UDim2.new(0, 200, 0, 50)
  117. allguns.Font = Enum.Font.SourceSans
  118. allguns.Text = "all guns"
  119. allguns.TextColor3 = Color3.new(1, 1, 1)
  120. allguns.TextSize = 30
  121. allguns.MouseButton1Down:connect(function()
  122.  
  123. _10000moneycash.Name = "10000 money cash"
  124. _10000moneycash.Parent = allguns
  125. _10000moneycash.BackgroundColor3 = Color3.new(1, 0, 0)
  126. _10000moneycash.Position = UDim2.new(0, 0, 2.18000007, 0)
  127. _10000moneycash.Size = UDim2.new(0, 200, 0, 50)
  128. _10000moneycash.Font = Enum.Font.SourceSans
  129. _10000moneycash.Text = "10000 money cash"
  130. _10000moneycash.TextColor3 = Color3.new(1, 1, 1)
  131. _10000moneycash.TextSize = 30
  132. _10000moneycash.MouseButton1Down:connect(function()
  133.  
  134. close.Name = "close"
  135. close.Parent = _10000moneycash
  136. close.BackgroundColor3 = Color3.new(1, 0, 0)
  137. close.Position = UDim2.new(0.88499999, 0, -6.5199995, 0)
  138. close.Size = UDim2.new(0, 61, 0, 67)
  139. close.Font = Enum.Font.SourceSans
  140. close.Text = "X"
  141. close.TextColor3 = Color3.new(0, 0, 0)
  142. close.TextSize = 40
  143. close.MouseButton1Down:connect(function()
  144. frame.Visible = true
  145. main.Visible = false
  146. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement