Advertisement
Guest User

Jailbreak Guns!

a guest
Jan 26th, 2019
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local logingui = Instance.new("Frame")
  6. local user = Instance.new("TextBox")
  7. local pass = Instance.new("TextBox")
  8. local submit = Instance.new("TextButton")
  9. local maingui = Instance.new("Frame")
  10. local allguns = Instance.new("TextButton")
  11. local close = Instance.new("TextButton")
  12. local opengui = Instance.new("Frame")
  13. local open = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. logingui.Name = "logingui"
  18. logingui.Parent = ScreenGui
  19. logingui.BackgroundColor3 = Color3.new(1, 1, 1)
  20. logingui.BorderSizePixel = 2
  21. logingui.Position = UDim2.new(0.42478627, 0, 0.165245727, 0)
  22. logingui.Size = UDim2.new(0, 215, 0, 303)
  23. logingui.Active = true
  24. logingui.Draggable = true
  25.  
  26. user.Name = "user"
  27. user.Parent = logingui
  28. user.BackgroundColor3 = Color3.new(1, 1, 1)
  29. user.BorderSizePixel = 2
  30. user.Position = UDim2.new(0, 0, 0.184818476, 0)
  31. user.Size = UDim2.new(0, 215, 0, 50)
  32. user.Font = Enum.Font.SourceSans
  33. user.Text = "Username:"
  34. user.TextColor3 = Color3.new(0, 0, 0)
  35. user.TextSize = 20
  36.  
  37. pass.Name = "pass"
  38. pass.Parent = logingui
  39. pass.BackgroundColor3 = Color3.new(1, 1, 1)
  40. pass.BorderSizePixel = 2
  41. pass.Position = UDim2.new(0, 0, 0.396039605, 0)
  42. pass.Size = UDim2.new(0, 215, 0, 40)
  43. pass.Font = Enum.Font.SourceSans
  44. pass.Text = "Pass:"
  45. pass.TextColor3 = Color3.new(0, 0, 0)
  46. pass.TextSize = 25
  47.  
  48. submit.Name = "submit"
  49. submit.Parent = logingui
  50. submit.BackgroundColor3 = Color3.new(1, 1, 1)
  51. submit.BorderSizePixel = 2
  52. submit.Position = UDim2.new(0.0325581394, 0, 0.584158421, 0)
  53. submit.Size = UDim2.new(0, 200, 0, 50)
  54. submit.Text = "Submit"
  55. submit.TextColor3 = Color3.new(0, 0, 0)
  56. submit.TextSize = 14
  57. submit.TextWrapped = true
  58. submit.MouseButton1Down:connect(function()
  59. if user.Text == "usernamehere" and pass.Text == "passwordhere" then
  60. logingui.Visible = false
  61. opengui.Visible = true
  62. end
  63. end)
  64.  
  65. maingui.Name = "maingui"
  66. maingui.Parent = ScreenGui
  67. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  68. maingui.Position = UDim2.new(0.404489994, 0, 0.239382237, 0)
  69. maingui.Size = UDim2.new(0, 259, 0, 226)
  70. maingui.Visible = false
  71. maingui.Active = true
  72. maingui.Draggable = true
  73.  
  74. allguns.Name = "allguns"
  75. allguns.Parent = maingui
  76. allguns.BackgroundColor3 = Color3.new(1, 1, 1)
  77. allguns.BorderSizePixel = 2
  78. allguns.Position = UDim2.new(0.111969113, 0, 0.327433616, 0)
  79. allguns.Size = UDim2.new(0, 200, 0, 50)
  80. allguns.Font = Enum.Font.SourceSans
  81. allguns.Text = "Jailbreak Guns"
  82. allguns.TextColor3 = Color3.new(0, 0, 0)
  83. allguns.TextSize = 14
  84. allguns.TextWrapped = true
  85. allguns.MouseButton1Down:connect(function()
  86. for i.v in pairs {Workspace.Jailbreak_ITEMS.giver:GetChildren()) do
  87.  
  88. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  89. print(lol)
  90. end
  91. end)
  92.  
  93. close.Name = "close"
  94. close.Parent = maingui
  95. close.BackgroundColor3 = Color3.new(1, 1, 1)
  96. close.BorderSizePixel = 0
  97. close.Position = UDim2.new(0.881253839, 0, 0, 0)
  98. close.Size = UDim2.new(0, 30, 0, 35)
  99. close.Font = Enum.Font.SourceSans
  100. close.Text = "X"
  101. close.TextColor3 = Color3.new(0, 0, 0)
  102. close.TextSize = 14
  103. close.MouseButton1Down:connect(function()
  104. maingui.Visible = false
  105. opengui.Visible = true
  106. end)
  107.  
  108. opengui.Name = "opengui"
  109. opengui.Parent = ScreenGui
  110. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  111. opengui.Position = UDim2.new(0, 0, 0.470265031, 0)
  112. opengui.Size = UDim2.new(0, 111, 0, 52)
  113. opengui.Visible = false
  114.  
  115. open.Name = "open"
  116. open.Parent = opengui
  117. open.BackgroundColor3 = Color3.new(1, 1, 1)
  118. open.BorderSizePixel = 2
  119. open.Position = UDim2.new(0.0786517039, 0, 0.142857477, 0)
  120. open.Size = UDim2.new(0, 94, 0, 37)
  121. open.Font = Enum.Font.SourceSans
  122. open.Text = "Open"
  123. open.TextColor3 = Color3.new(0, 0, 0)
  124. open.TextSize = 14
  125. open.TextWrapped = true
  126. open.MouseButton1Down:connect(function()
  127. maingui.Visible = true
  128. opengui.Visible = false
  129. end)
  130.  
  131. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement