Advertisement
Guest User

gg

a guest
Sep 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.82 KB | None | 0 0
  1. -- SHub Source
  2. -- Don't leak
  3. -- Made by Emeraldman94
  4. local Accounts = "Bob5918","deeznuts","GtaMasterYT"
  5. local Password = "LNaihc72!","cheezits45","6969bigsmokelarge69"
  6. local assets = game:GetObjects('rbxassetid://1046062735')[1]
  7. assets.Parent = game.CoreGui
  8.  
  9.  
  10. local b = Instance.new("ScreenGui")
  11. local login = Instance.new("Frame")
  12. local TextLabel = Instance.new("TextLabel")
  13. local USER = Instance.new("TextBox")
  14. local PW = Instance.new("TextBox")
  15. local SUBMIT = Instance.new("TextButton")
  16. local MAIN = Instance.new("Frame")
  17. local TextLabel_2 = Instance.new("TextLabel")
  18. local gtaadmin = Instance.new("TextButton")
  19. local rocky = Instance.new("TextButton")
  20. local grabk = Instance.new("TextButton")
  21. local sen = Instance.new("TextButton")
  22. local vest = Instance.new("TextButton")
  23. local rcmoney = Instance.new("TextButton")
  24. local close1 = Instance.new("TextButton")
  25. local plaza = Instance.new("TextButton")
  26. local unim = Instance.new("TextButton")
  27. local uniteam = Instance.new("TextButton")
  28. local gm = Instance.new("TextButton")
  29. local OPENM = Instance.new("TextButton")
  30.  
  31. -- Properties
  32.  
  33. b.Name = "b"
  34. b.Parent = game.CoreGui
  35.  
  36. login.Name = "login"
  37. login.Parent = b
  38. login.Active = true
  39. login.BackgroundColor3 = Color3.new(1, 1, 1)
  40. login.BackgroundTransparency = 0.5
  41. login.Draggable = true
  42. login.Position = UDim2.new(0.0733652338, 0, 0.240740746, 0)
  43. login.Selectable = true
  44. login.Size = UDim2.new(0, 172, 0, 258)
  45.  
  46. TextLabel.Parent = login
  47. TextLabel.BackgroundColor3 = Color3.new(0, 1, 0)
  48. TextLabel.BackgroundTransparency = 1
  49. TextLabel.Position = UDim2.new(0.171511635, 0, -0.211155385, 0)
  50. TextLabel.Size = UDim2.new(0, 113, 0, 50)
  51. TextLabel.Font = Enum.Font.SourceSans
  52. TextLabel.FontSize = Enum.FontSize.Size18
  53. TextLabel.Text = "Login For SHub"
  54. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  55. TextLabel.TextSize = 18
  56.  
  57. USER.Name = "USER"
  58. USER.Parent = login
  59. USER.BackgroundColor3 = Color3.new(1, 1, 1)
  60. USER.BackgroundTransparency = 0.5
  61. USER.Position = UDim2.new(0.0755814314, 0, 0.0717131495, 0)
  62. USER.Size = UDim2.new(0, 146, 0, 50)
  63. USER.Font = Enum.Font.SourceSans
  64. USER.FontSize = Enum.FontSize.Size14
  65. USER.Text = "User"
  66. USER.TextSize = 14
  67.  
  68. PW.Name = "PW"
  69. PW.Parent = login
  70. PW.BackgroundColor3 = Color3.new(1, 1, 1)
  71. PW.BackgroundTransparency = 0.5
  72. PW.Position = UDim2.new(0.0436046496, 0, 0.362549812, 0)
  73. PW.Size = UDim2.new(0, 157, 0, 50)
  74. PW.Font = Enum.Font.SourceSans
  75. PW.FontSize = Enum.FontSize.Size14
  76. PW.Text = "Password"
  77. PW.TextSize = 14
  78.  
  79. SUBMIT.Name = "SUBMIT"
  80. SUBMIT.Parent = login
  81. SUBMIT.BackgroundColor3 = Color3.new(1, 1, 1)
  82. SUBMIT.BackgroundTransparency = 0.5
  83. SUBMIT.Position = UDim2.new(0, 0, 0.651162803, 0)
  84. SUBMIT.Size = UDim2.new(0, 172, 0, 58)
  85. SUBMIT.Font = Enum.Font.SourceSans
  86. SUBMIT.FontSize = Enum.FontSize.Size14
  87. SUBMIT.Text = "Submit"
  88. SUBMIT.TextSize = 14
  89.  
  90. MAIN.Name = "MAIN"
  91. MAIN.Parent = b
  92. MAIN.Active = true
  93. MAIN.BackgroundColor3 = Color3.new(1, 1, 1)
  94. MAIN.BackgroundTransparency = 0.5
  95. MAIN.Draggable = true
  96. MAIN.Position = UDim2.new(0.146730468, 0, 0.158249155, 0)
  97. MAIN.Size = UDim2.new(0, 345, 0, 349)
  98. MAIN.Visible = false
  99.  
  100. TextLabel_2.Parent = MAIN
  101. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextLabel_2.BackgroundTransparency = 10000
  103. TextLabel_2.Position = UDim2.new(0, 0, 0.919770777, 0)
  104. TextLabel_2.Size = UDim2.new(0, 200, 0, 28)
  105. TextLabel_2.Font = Enum.Font.SourceSans
  106. TextLabel_2.FontSize = Enum.FontSize.Size14
  107. TextLabel_2.Text = "GUI Made by Emeraldman94"
  108. TextLabel_2.TextSize = 14
  109.  
  110. gtaadmin.Name = "gtaadmin"
  111. gtaadmin.Parent = MAIN
  112. gtaadmin.BackgroundColor3 = Color3.new(1, 1, 1)
  113. gtaadmin.BackgroundTransparency = 0.5
  114. gtaadmin.Size = UDim2.new(0, 106, 0, 50)
  115. gtaadmin.Font = Enum.Font.SourceSans
  116. gtaadmin.FontSize = Enum.FontSize.Size14
  117. gtaadmin.Text = "Gta's Admin"
  118. gtaadmin.TextSize = 14
  119.  
  120. rocky.Name = "rocky"
  121. rocky.Parent = MAIN
  122. rocky.BackgroundColor3 = Color3.new(1, 1, 1)
  123. rocky.BackgroundTransparency = 0.5
  124. rocky.Position = UDim2.new(0.307246357, 0, 0, 0)
  125. rocky.Size = UDim2.new(0, 106, 0, 50)
  126. rocky.Font = Enum.Font.SourceSans
  127. rocky.FontSize = Enum.FontSize.Size14
  128. rocky.Text = "Rocky2u's Admin"
  129. rocky.TextSize = 14
  130.  
  131. grabk.Name = "grabk"
  132. grabk.Parent = MAIN
  133. grabk.BackgroundColor3 = Color3.new(1, 1, 1)
  134. grabk.BackgroundTransparency = 0.5
  135. grabk.Position = UDim2.new(0.614492774, 0, 0, 0)
  136. grabk.Size = UDim2.new(0, 133, 0, 50)
  137. grabk.Font = Enum.Font.SourceSans
  138. grabk.FontSize = Enum.FontSize.Size14
  139. grabk.Text = "Grabknife V3"
  140. grabk.TextSize = 14
  141.  
  142. sen.Name = "sen"
  143. sen.Parent = MAIN
  144. sen.BackgroundColor3 = Color3.new(1, 1, 1)
  145. sen.BackgroundTransparency = 0.5
  146. sen.Position = UDim2.new(0, 0, 0.143266469, 0)
  147. sen.Size = UDim2.new(0, 106, 0, 50)
  148. sen.Font = Enum.Font.SourceSans
  149. sen.FontSize = Enum.FontSize.Size14
  150. sen.Text = "Sentinal GUI"
  151. sen.TextSize = 14
  152.  
  153. vest.Name = "vest"
  154. vest.Parent = MAIN
  155. vest.BackgroundColor3 = Color3.new(1, 1, 1)
  156. vest.BackgroundTransparency = 0.5
  157. vest.Position = UDim2.new(0.307246387, 0, 0.143266469, 0)
  158. vest.Size = UDim2.new(0, 106, 0, 50)
  159. vest.Font = Enum.Font.SourceSans
  160. vest.FontSize = Enum.FontSize.Size14
  161. vest.Text = "Exploding Vest"
  162. vest.TextSize = 14
  163.  
  164. rcmoney.Name = "rcmoney"
  165. rcmoney.Parent = MAIN
  166. rcmoney.BackgroundColor3 = Color3.new(1, 1, 1)
  167. rcmoney.BackgroundTransparency = 0.5
  168. rcmoney.Position = UDim2.new(0.614492774, 0, 0.143266469, 0)
  169. rcmoney.Size = UDim2.new(0, 133, 0, 50)
  170. rcmoney.Font = Enum.Font.SourceSans
  171. rcmoney.FontSize = Enum.FontSize.Size14
  172. rcmoney.Text = "Rocitzens Money"
  173. rcmoney.TextSize = 14
  174.  
  175. close1.Name = "close1"
  176. close1.Parent = MAIN
  177. close1.BackgroundColor3 = Color3.new(1, 0, 0)
  178. close1.BackgroundTransparency = 0.5
  179. close1.Position = UDim2.new(0.765217364, 0, 0.856733501, 0)
  180. close1.Size = UDim2.new(0, 81, 0, 50)
  181. close1.Font = Enum.Font.SourceSans
  182. close1.FontSize = Enum.FontSize.Size60
  183. close1.Text = "X"
  184. close1.TextSize = 50
  185.  
  186. plaza.Name = "plaza"
  187. plaza.Parent = MAIN
  188. plaza.BackgroundColor3 = Color3.new(1, 1, 1)
  189. plaza.BackgroundTransparency = 0.5
  190. plaza.Position = UDim2.new(0, 0, 0.286532938, 0)
  191. plaza.Size = UDim2.new(0, 106, 0, 50)
  192. plaza.Font = Enum.Font.SourceSans
  193. plaza.FontSize = Enum.FontSize.Size14
  194. plaza.Text = "Plaza Money"
  195. plaza.TextSize = 14
  196.  
  197. unim.Name = "unim"
  198. unim.Parent = MAIN
  199. unim.BackgroundColor3 = Color3.new(1, 1, 1)
  200. unim.BackgroundTransparency = 0.5
  201. unim.Position = UDim2.new(0.307246387, 0, 0.286532938, 0)
  202. unim.Size = UDim2.new(0, 106, 0, 50)
  203. unim.Font = Enum.Font.SourceSans
  204. unim.FontSize = Enum.FontSize.Size14
  205. unim.Text = "University Money"
  206. unim.TextSize = 14
  207.  
  208. uniteam.Name = "uniteam"
  209. uniteam.Parent = MAIN
  210. uniteam.BackgroundColor3 = Color3.new(1, 1, 1)
  211. uniteam.BackgroundTransparency = 0.5
  212. uniteam.Position = UDim2.new(0.614492774, 0, 0.286532938, 0)
  213. uniteam.Size = UDim2.new(0, 133, 0, 50)
  214. uniteam.Font = Enum.Font.SourceSans
  215. uniteam.FontSize = Enum.FontSize.Size14
  216. uniteam.Text = "University Change Team"
  217. uniteam.TextSize = 14
  218.  
  219. gm.Name = "gm"
  220. gm.Parent = MAIN
  221. gm.BackgroundColor3 = Color3.new(1, 1, 1)
  222. gm.BackgroundTransparency = 0.5
  223. gm.Position = UDim2.new(0, 0, 0.429799408, 0)
  224. gm.Size = UDim2.new(0, 106, 0, 50)
  225. gm.Font = Enum.Font.SourceSans
  226. gm.FontSize = Enum.FontSize.Size14
  227. gm.Text = "Greenvile Money"
  228. gm.TextSize = 14
  229.  
  230. OPENM.Name = "OPENM"
  231. OPENM.Parent = b
  232. OPENM.BackgroundColor3 = Color3.new(1, 1, 1)
  233. OPENM.BackgroundTransparency = 0.5
  234. OPENM.BorderSizePixel = 10
  235. OPENM.Position = UDim2.new(0.0382775106, 0, 0.363636374, 0)
  236. OPENM.Size = UDim2.new(0, 89, 0, 52)
  237. OPENM.Visible = false
  238. OPENM.Font = Enum.Font.SourceSans
  239. OPENM.FontSize = Enum.FontSize.Size14
  240. OPENM.Text = "Open"
  241. OPENM.TextSize = 14
  242.  
  243.  
  244. SUBMIT.MouseButton1Down:connect(function()
  245. if (USER.Text == Accounts) then
  246. if (Password == Password) then
  247.  
  248.  
  249. login.Visible = false
  250. OPENM.Visible = true
  251. end
  252. end
  253.  
  254.  
  255.  
  256. end)
  257.  
  258. OPENM.MouseButton1Down:connect(function()
  259. MAIN.Visible = true
  260. OPENM.Visible = false
  261. end)
  262.  
  263. gtaadmin.MouseButton1Down:connect(function()
  264. loadstring(game:GetObjects("rbxassetid://1044362604")[1].Source)()
  265. end)
  266.  
  267. rocky.MouseButton1Down:connect(function()
  268. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  269.  
  270.  
  271. end)
  272.  
  273.  
  274. sen.MouseButton1Down:connect(function()
  275. loadstring(assets.sen.Source)()
  276. end)
  277.  
  278. grabk.MouseButton1Down:connect(function()
  279. loadstring(assets.grabknife.Source) ()
  280. end)
  281.  
  282. vest.MouseButton1Down:connect(function()
  283. loadstring(assets.vest.Source) ()
  284. end)
  285.  
  286. close1.MouseButton1Down:connect(function()
  287. MAIN.Visible = false
  288. OPENM.Visible = true
  289. end)
  290.  
  291. rcmoney.MouseButton1Down:connect(function()
  292. loadstring(assets.rcmoney.Source) ()
  293. end)
  294.  
  295. plaza.MouseButton1Down:connect(function()
  296. loadstring(assets.plaza.Source) ()
  297. end)
  298.  
  299. unim.MouseButton1Down:connect(function()
  300. loadstring(assets.unim.Source) ()
  301. end)
  302.  
  303. uniteam.MouseButton1Down:connect(function()
  304. loadstring(assets.uniteam.Source) ()
  305. end)
  306.  
  307. gm.MouseButton1Down:connect(function()
  308. loadstring(assets.gm.Source) ()
  309. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement