Advertisement
Guest User

ExploitGuiWIP

a guest
Feb 11th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local AdminGui = Instance.new("ScreenGui")
  7. local Gui = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Frame_2 = Instance.new("Frame")
  10. local Frame_3 = Instance.new("Frame")
  11. local password = Instance.new("TextBox")
  12. local username = Instance.new("TextBox")
  13. local TextButton = Instance.new("TextButton")
  14. local Gui2 = Instance.new("Frame")
  15. local Frame_4 = Instance.new("Frame")
  16. local TextButton_2 = Instance.new("TextButton")
  17. local TextButton_3 = Instance.new("TextButton")
  18. local Frame_5 = Instance.new("Frame")
  19. local Frame_6 = Instance.new("Frame")
  20. local TextBox = Instance.new("TextBox")
  21. local TextBox_2 = Instance.new("TextBox")
  22. local Frame_7 = Instance.new("Frame")
  23. local Frame_8 = Instance.new("Frame")
  24. local ImageButton = Instance.new("ImageButton")
  25.  
  26. -- Properties
  27.  
  28. AdminGui.Name = "AdminGui"
  29. AdminGui.Parent = game.StarterGui
  30.  
  31. Gui.Name = "Gui"
  32. Gui.Parent = AdminGui
  33. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Gui.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  35.  
  36. Frame.Parent = Gui
  37. Frame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  38. Frame.BorderSizePixel = 0
  39. Frame.Position = UDim2.new(0, 80, 0, 50)
  40. Frame.Size = UDim2.new(0, 370, 0, 250)
  41.  
  42. Frame_2.Parent = Gui
  43. Frame_2.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
  44. Frame_2.BorderSizePixel = 0
  45. Frame_2.Position = UDim2.new(0, 80, 0, 50)
  46. Frame_2.Size = UDim2.new(0, 370, 0, 30)
  47.  
  48. Frame_3.Parent = Gui
  49. Frame_3.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
  50. Frame_3.Position = UDim2.new(0, 265, 0, -135)
  51. Frame_3.Rotation = -90
  52. Frame_3.Size = UDim2.new(0, 0, 0, 370)
  53.  
  54. password.Name = "password"
  55. password.Parent = Gui
  56. password.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  57. password.BorderColor3 = Color3.new(1, 1, 1)
  58. password.BorderSizePixel = 2
  59. password.Position = UDim2.new(0, 160, 0, 170)
  60. password.Size = UDim2.new(0, 200, 0, 50)
  61. password.Font = Enum.Font.SourceSans
  62. password.Text = "Password"
  63. password.TextColor3 = Color3.new(0.976471, 1, 1)
  64. password.TextSize = 14
  65.  
  66. username.Name = "username"
  67. username.Parent = Gui
  68. username.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  69. username.BorderColor3 = Color3.new(0.980392, 1, 0.937255)
  70. username.BorderSizePixel = 2
  71. username.Position = UDim2.new(0, 160, 0, 100)
  72. username.Size = UDim2.new(0, 200, 0, 50)
  73. username.Font = Enum.Font.SourceSans
  74. username.Text = "Username"
  75. username.TextColor3 = Color3.new(0.921569, 1, 0.933333)
  76. username.TextSize = 14
  77.  
  78. TextButton.Parent = Gui
  79. TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  80. TextButton.BorderColor3 = Color3.new(0.988235, 1, 0.917647)
  81. TextButton.BorderSizePixel = 2
  82. TextButton.Position = UDim2.new(0, 210, 0, 240)
  83. TextButton.Size = UDim2.new(0, 100, 0, 25)
  84. TextButton.Font = Enum.Font.SourceSans
  85. TextButton.Text = "Login"
  86. TextButton.TextColor3 = Color3.new(1, 1, 1)
  87. TextButton.TextSize = 14
  88.  
  89. Gui2.Name = "Gui2"
  90. Gui2.Parent = AdminGui
  91. Gui2.BackgroundColor3 = Color3.new(1, 1, 1)
  92. Gui2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  93.  
  94. Frame_4.Parent = Gui2
  95. Frame_4.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  96. Frame_4.BorderSizePixel = 0
  97. Frame_4.Position = UDim2.new(0, 80, 0, 50)
  98. Frame_4.Size = UDim2.new(0, 450, 0, 440)
  99.  
  100. TextButton_2.Parent = Frame_4
  101. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextButton_2.Position = UDim2.new(0, 15, 0, 120)
  103. TextButton_2.Size = UDim2.new(0, 60, 0, 20)
  104. TextButton_2.Font = Enum.Font.SourceSans
  105. TextButton_2.Text = "Infinite Yield"
  106. TextButton_2.TextSize = 14
  107.  
  108. TextButton_3.Parent = Frame_4
  109. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  110. TextButton_3.Position = UDim2.new(0, 20, 0, 155)
  111. TextButton_3.Size = UDim2.new(0, 50, 0, 20)
  112. TextButton_3.Font = Enum.Font.SourceSans
  113. TextButton_3.TextSize = 14
  114.  
  115. Frame_5.Parent = Gui2
  116. Frame_5.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
  117. Frame_5.BorderSizePixel = 0
  118. Frame_5.Position = UDim2.new(0, 80, 0, 50)
  119. Frame_5.Size = UDim2.new(0, 450, 0, 50)
  120.  
  121. Frame_6.Parent = Gui2
  122. Frame_6.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
  123. Frame_6.Position = UDim2.new(0, 305, 0, -175)
  124. Frame_6.Rotation = -90
  125. Frame_6.Size = UDim2.new(0, 0, 0, 450)
  126.  
  127. TextBox.Parent = Gui2
  128. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  129. TextBox.Position = UDim2.new(0, 100, 0, 115)
  130. TextBox.Size = UDim2.new(0, 120, 0, 20)
  131. TextBox.Font = Enum.Font.SourceSans
  132. TextBox.Text = "Username"
  133. TextBox.TextSize = 14
  134.  
  135. TextBox_2.Parent = Gui2
  136. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  137. TextBox_2.Position = UDim2.new(0, 390, 0, 115)
  138. TextBox_2.Size = UDim2.new(0, 120, 0, 20)
  139. TextBox_2.Font = Enum.Font.SourceSans
  140. TextBox_2.Text = "Value"
  141. TextBox_2.TextSize = 14
  142.  
  143. Frame_7.Parent = Gui2
  144. Frame_7.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  145. Frame_7.Position = UDim2.new(0, 250, 0, 103)
  146. Frame_7.Size = UDim2.new(0, 100, 0, 50)
  147.  
  148. Frame_8.Parent = Gui2
  149. Frame_8.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  150. Frame_8.Position = UDim2.new(0, 80, 0, 145)
  151. Frame_8.Size = UDim2.new(0, 450, 0, 10)
  152.  
  153. ImageButton.Parent = Gui2
  154. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  155. ImageButton.BackgroundTransparency = 1
  156. ImageButton.Position = UDim2.new(0, 485, 0, 55)
  157. ImageButton.Size = UDim2.new(0, 40, 0, 40)
  158. ImageButton.Image = "rbxgameasset://Images/Close"
  159.  
  160. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement