Guest User

1231

a guest
Jun 2nd, 2018
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.12 KB | None | 0 0
  1. --idiotbox by BlackVoid62
  2.  
  3. -- Login Objects
  4.  
  5. local Login = Instance.new("Frame")
  6. local BackgroundTitle = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local Login_2 = Instance.new("TextButton")
  11. local Warning = Instance.new("TextLabel")
  12.  
  13. -- Login Properties
  14.  
  15. Login.Name = "Login"
  16. Login.Parent = game.CoreGui
  17. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  18. Login.Position = UDim2.new(0.277251184, 0, 0.243243247, 0)
  19. Login.Size = UDim2.new(0, 297, 0, 371)
  20. Login.Draggable = true
  21. Login.Visible = true
  22.  
  23. BackgroundTitle.Name = "BackgroundTitle"
  24. BackgroundTitle.Parent = Login
  25. BackgroundTitle.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  26. BackgroundTitle.Position = UDim2.new(0, 0, 0.0539083555, 0)
  27. BackgroundTitle.Size = UDim2.new(0, 297, 0, 71)
  28.  
  29. Title.Name = "Title"
  30. Title.Parent = Login
  31. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  32. Title.Position = UDim2.new(0, 0, 0.0835579485, 0)
  33. Title.Size = UDim2.new(0, 297, 0, 50)
  34. Title.Text = "Welcome To Idiotbox V1"
  35. Title.TextColor3 = Color3.new(1, 1, 1)
  36. Title.TextSize = 14
  37.  
  38. Username.Name = "Username"
  39. Username.Parent = Login
  40. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Username.BackgroundTransparency = 0.60000002384186
  42. Username.Position = UDim2.new(0.0707070678, 0, 0.347708881, 0)
  43. Username.Size = UDim2.new(0, 254, 0, 38)
  44. Username.Font = Enum.Font.SciFi
  45. Username.Text = "Username"
  46. Username.TextColor3 = Color3.new(1, 1, 1)
  47. Username.TextSize = 19
  48.  
  49. Password.Name = "Password"
  50. Password.Parent = Login
  51. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Password.BackgroundTransparency = 0.60000002384186
  53. Password.Position = UDim2.new(0.0707070678, 0, 0.584905624, 0)
  54. Password.Size = UDim2.new(0, 254, 0, 38)
  55. Password.Font = Enum.Font.SciFi
  56. Password.Text = "Password"
  57. Password.TextColor3 = Color3.new(1, 1, 1)
  58. Password.TextSize = 19
  59.  
  60. Login_2.Name = "Login"
  61. Login_2.Parent = Login
  62. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Login_2.BackgroundTransparency = 0.30000001192093
  64. Login_2.Position = UDim2.new(0.161616161, 0, 0.787061989, 0)
  65. Login_2.Size = UDim2.new(0, 200, 0, 50)
  66. Login_2.Text = "Login"
  67. Login_2.TextColor3 = Color3.new(0, 0, 0)
  68. Login_2.TextSize = 14
  69. Login_2.MouseButton1Down:connect(function()
  70. if Username = "Test12" and Password = "Test12" then
  71. Login.Visible = false
  72. MainFrame.Visible = true else
  73. Username.Text = ("Login")
  74. Password.Text = ("Incorrect!")
  75.  
  76. Warning.Name = "Warning"
  77. Warning.Parent = Login
  78. Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  79. Warning.BackgroundTransparency = 1
  80. Warning.Position = UDim2.new(0.161616161, 0, 0.450134784, 0)
  81. Warning.Size = UDim2.new(0, 200, 0, 50)
  82. Warning.Font = Enum.Font.SourceSans
  83. Warning.Text = "Remember, this is private, so if I find you giving it to people with your login, I will immediatly blacklist you."
  84. Warning.TextColor3 = Color3.new(1, 1, 1)
  85. Warning.TextScaled = true
  86. Warning.TextSize = 14
  87. Warning.TextWrapped = true
  88.  
  89. -- Main Framework
  90.  
  91. -- Objects
  92.  
  93. local Main = Instance.new("ScreenGui")
  94. local MainFrame = Instance.new("Frame")
  95. local ScripthubTitle = Instance.new("TextLabel")
  96. local Reminder = Instance.new("TextLabel")
  97. local DJTable = Instance.new("TextButton")
  98. local Porn = Instance.new("TextButton")
  99. local GlitchTitan = Instance.new("TextButton")
  100. local AngelOfDarkness = Instance.new("TextButton")
  101. local GokuRose = Instance.new("TextButton")
  102. local GodOfDestruction = Instance.new("TextButton")
  103. local InfiniteYeild = Instance.new("TextButton")
  104.  
  105. -- Properties
  106.  
  107. Main.Name = "Main"
  108. Main.Parent = game.CoreGui
  109.  
  110. MainFrame.Name = "MainFrame"
  111. MainFrame.Parent = Main
  112. MainFrame.Active = true
  113. MainFrame.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  114. MainFrame.Position = UDim2.new(0.138230637, 0, 0.182829916, 0)
  115. MainFrame.Size = UDim2.new(0, 600, 0, 343)
  116. MainFrame.Draggable = true
  117. Mainframe.Visible = false
  118.  
  119. ScripthubTitle.Name = "ScripthubTitle"
  120. ScripthubTitle.Parent = MainFrame
  121. ScripthubTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  122. ScripthubTitle.Position = UDim2.new(0, 0, 0.0612244904, 0)
  123. ScripthubTitle.Size = UDim2.new(0, 600, 0, 50)
  124. ScripthubTitle.Text = "Idiotbox's Great ScriptHub"
  125. ScripthubTitle.TextColor3 = Color3.new(1, 1, 1)
  126. ScripthubTitle.TextSize = 14
  127. ScripthubTitle.Draggable = true
  128.  
  129. Reminder.Name = "Reminder"
  130. Reminder.Parent = MainFrame
  131. Reminder.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Reminder.BackgroundTransparency = 1
  133. Reminder.Position = UDim2.new(0, 0, 0.895043731, 0)
  134. Reminder.Size = UDim2.new(0, 600, 0, 34)
  135. Reminder.Font = Enum.Font.SourceSans
  136. Reminder.Text = "Reminder: Giving away anything of this GUI will get you instantly blacklisted."
  137. Reminder.TextColor3 = Color3.new(1, 1, 1)
  138. Reminder.TextScaled = true
  139. Reminder.TextSize = 14
  140. Reminder.TextWrapped = true
  141.  
  142. DJTable.Name = "DJTable"
  143. DJTable.Parent = MainFrame
  144. DJTable.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  145. DJTable.BorderColor3 = Color3.new(1, 1, 1)
  146. DJTable.Position = UDim2.new(0.0250000004, 0, 0.244897962, 0)
  147. DJTable.Size = UDim2.new(0, 200, 0, 50)
  148. DJTable.Font = Enum.Font.SourceSansBold
  149. DJTable.Text = "DJ Table (Press R)"
  150. DJTable.TextColor3 = Color3.new(0, 0.784314, 1)
  151. DJTable.TextSize = 20
  152. DJTable.TextWrapped = true
  153.  
  154. Porn.Name = "Porn"
  155. Porn.Parent = MainFrame
  156. Porn.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  157. Porn.BorderColor3 = Color3.new(1, 1, 1)
  158. Porn.Position = UDim2.new(0.0250000004, 0, 0.448979616, 0)
  159. Porn.Size = UDim2.new(0, 200, 0, 50)
  160. Porn.Font = Enum.Font.SourceSansBold
  161. Porn.Text = "Pornography"
  162. Porn.TextColor3 = Color3.new(0, 0.784314, 1)
  163. Porn.TextSize = 20
  164. Porn.TextWrapped = true
  165.  
  166. GlitchTitan.Name = "GlitchTitan"
  167. GlitchTitan.Parent = MainFrame
  168. GlitchTitan.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  169. GlitchTitan.BorderColor3 = Color3.new(1, 1, 1)
  170. GlitchTitan.Position = UDim2.new(0.0250000004, 0, 0.650145769, 0)
  171. GlitchTitan.Size = UDim2.new(0, 200, 0, 50)
  172. GlitchTitan.Font = Enum.Font.SourceSansBold
  173. GlitchTitan.Text = "Glitch Titan"
  174. GlitchTitan.TextColor3 = Color3.new(0, 0.784314, 1)
  175. GlitchTitan.TextSize = 20
  176. GlitchTitan.TextWrapped = true
  177.  
  178. AngelOfDarkness.Name = "AngelOfDarkness"
  179. AngelOfDarkness.Parent = MainFrame
  180. AngelOfDarkness.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  181. AngelOfDarkness.BorderColor3 = Color3.new(1, 1, 1)
  182. AngelOfDarkness.Position = UDim2.new(0.643333316, 0, 0.244897962, 0)
  183. AngelOfDarkness.Size = UDim2.new(0, 200, 0, 50)
  184. AngelOfDarkness.Font = Enum.Font.SourceSansBold
  185. AngelOfDarkness.Text = "Angel Of Darkness"
  186. AngelOfDarkness.TextColor3 = Color3.new(0, 0.784314, 1)
  187. AngelOfDarkness.TextSize = 20
  188. AngelOfDarkness.TextWrapped = true
  189.  
  190. GokuRose.Name = "GokuRose"
  191. GokuRose.Parent = MainFrame
  192. GokuRose.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  193. GokuRose.BorderColor3 = Color3.new(1, 1, 1)
  194. GokuRose.Position = UDim2.new(0.643333316, 0, 0.650145769, 0)
  195. GokuRose.Size = UDim2.new(0, 200, 0, 50)
  196. GokuRose.Font = Enum.Font.SourceSansBold
  197. GokuRose.Text = "Goku Black Rose"
  198. GokuRose.TextColor3 = Color3.new(0, 0.784314, 1)
  199. GokuRose.TextSize = 20
  200. GokuRose.TextWrapped = true
  201.  
  202. GodOfDestruction.Name = "GodOfDestruction"
  203. GodOfDestruction.Parent = MainFrame
  204. GodOfDestruction.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  205. GodOfDestruction.BorderColor3 = Color3.new(1, 1, 1)
  206. GodOfDestruction.Position = UDim2.new(0.643333316, 0, 0.447521865, 0)
  207. GodOfDestruction.Size = UDim2.new(0, 200, 0, 50)
  208. GodOfDestruction.Font = Enum.Font.SourceSansBold
  209. GodOfDestruction.Text = "God of Destruction"
  210. GodOfDestruction.TextColor3 = Color3.new(0, 0.784314, 1)
  211. GodOfDestruction.TextSize = 20
  212. GodOfDestruction.TextWrapped = true
  213.  
  214. InfiniteYeild.Name = "InfiniteYeild"
  215. InfiniteYeild.Parent = MainFrame
  216. InfiniteYeild.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  217. InfiniteYeild.BorderColor3 = Color3.new(1, 0, 0.0156863)
  218. InfiniteYeild.Position = UDim2.new(0.388333321, 0, 0.244897962, 0)
  219. InfiniteYeild.Size = UDim2.new(0, 136, 0, 189)
  220. InfiniteYeild.Font = Enum.Font.SciFi
  221. InfiniteYeild.Text = "Admin"
  222. InfiniteYeild.TextColor3 = Color3.new(1, 1, 1)
  223. InfiniteYeild.TextSize = 50
  224. InfiniteYeild.TextWrapped = true
  225.  
  226. -- Scripts
Add Comment
Please, Sign In to add comment