Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.25 KB | None | 0 0
  1. -- Objects
  2.  
  3. local GUI = Instance.new("ScreenGui")
  4. local OpenVIP = Instance.new("TextButton")
  5. local LoginFrame = Instance.new("Frame")
  6. local bar1 = Instance.new("Frame")
  7. local scriptinfo = Instance.new("TextLabel")
  8. local username = Instance.new("TextBox")
  9. local password = Instance.new("TextBox")
  10. local submit = Instance.new("TextButton")
  11. local closee = Instance.new("TextButton")
  12. local VIPFrame = Instance.new("ScrollingFrame")
  13. local StreetsGUI = Instance.new("TextButton")
  14. local bfg = Instance.new("TextButton")
  15. local admin = Instance.new("TextButton")
  16. local anim = Instance.new("TextButton")
  17. local titlescript = Instance.new("TextLabel")
  18. local info = Instance.new("TextLabel")
  19. local ateam = Instance.new("TextButton")
  20. local oldgui = Instance.new("TextButton")
  21. local hidename = Instance.new("TextButton")
  22. local RegularFrame = Instance.new("ScrollingFrame")
  23. local StreetsGUIregu = Instance.new("TextButton")
  24. local adminregu = Instance.new("TextButton")
  25. local animregu = Instance.new("TextButton")
  26. local titlescriptregu = Instance.new("TextLabel")
  27. local OpenRegu = Instance.new("TextButton")
  28. local CloseVIP = Instance.new("TextButton")
  29. local CloseRegu = Instance.new("TextButton")
  30.  
  31. -- Properties
  32.  
  33. GUI.Name = "GUI"
  34. GUI.Parent = game.CoreGui
  35.  
  36. OpenVIP.Name = "OpenVIP"
  37. OpenVIP.Parent = GUI
  38. OpenVIP.BackgroundColor3 = Color3.new(0, 0, 0)
  39. OpenVIP.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  40. OpenVIP.BorderSizePixel = 4
  41. OpenVIP.Position = UDim2.new(-5.96046448e-08, 0, 0.467391312, 0)
  42. OpenVIP.Size = UDim2.new(0, 76, 0, 33)
  43. OpenVIP.Visible = false
  44. OpenVIP.Font = Enum.Font.Fantasy
  45. OpenVIP.Text = "Open"
  46. OpenVIP.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  47. OpenVIP.TextSize = 20
  48.  
  49. LoginFrame.Name = "LoginFrame"
  50. LoginFrame.Parent = GUI
  51. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  52. LoginFrame.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  53. LoginFrame.BorderSizePixel = 4
  54. LoginFrame.Draggable = true
  55. LoginFrame.Position = UDim2.new(0.408662885, 0, 0.130434796, 0)
  56. LoginFrame.Size = UDim2.new(0, 228, 0, 250)
  57.  
  58. bar1.Name = "bar1"
  59. bar1.Parent = LoginFrame
  60. bar1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  61. bar1.BorderSizePixel = 0
  62. bar1.Size = UDim2.new(0, 228, 0, 21)
  63.  
  64. scriptinfo.Name = "scriptinfo"
  65. scriptinfo.Parent = LoginFrame
  66. scriptinfo.BackgroundColor3 = Color3.new(0, 0, 0)
  67. scriptinfo.BorderSizePixel = 0
  68. scriptinfo.Position = UDim2.new(0.0614035092, 0, 0.113207549, 0)
  69. scriptinfo.Size = UDim2.new(0, 200, 0, 43)
  70. scriptinfo.Font = Enum.Font.Fantasy
  71. scriptinfo.Text = "The Streets HUB"
  72. scriptinfo.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  73. scriptinfo.TextSize = 20
  74. scriptinfo.TextWrapped = true
  75.  
  76. username.Name = "username"
  77. username.Parent = LoginFrame
  78. username.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  79. username.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  80. username.BorderSizePixel = 2
  81. username.Position = UDim2.new(0.0614035092, 0, 0.352201283, 0)
  82. username.Size = UDim2.new(0, 188, 0, 37)
  83. username.Font = Enum.Font.Fantasy
  84. username.Text = "Username"
  85. username.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  86. username.TextSize = 15
  87. username.TextXAlignment = Enum.TextXAlignment.Left
  88.  
  89. password.Name = "password"
  90. password.Parent = LoginFrame
  91. password.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  92. password.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  93. password.BorderSizePixel = 2
  94. password.Position = UDim2.new(0.0614035092, 0, 0.523584962, 0)
  95. password.Size = UDim2.new(0, 188, 0, 37)
  96. password.Font = Enum.Font.Fantasy
  97. password.Text = "Password"
  98. password.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  99. password.TextSize = 15
  100. password.TextXAlignment = Enum.TextXAlignment.Left
  101.  
  102. submit.Name = "submit"
  103. submit.Parent = LoginFrame
  104. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  105. submit.BorderColor3 = Color3.new(0, 0, 0)
  106. submit.BorderSizePixel = 0
  107. submit.Position = UDim2.new(0.405701756, 0, 0.833283007, 0)
  108. submit.Size = UDim2.new(0, 121, 0, 31)
  109. submit.Font = Enum.Font.Fantasy
  110. submit.Text = "Submit"
  111. submit.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  112. submit.TextSize = 14
  113.  
  114. closee.Name = "closee"
  115. closee.Parent = LoginFrame
  116. closee.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. closee.BorderSizePixel = 0
  118. closee.Position = UDim2.new(0.855263174, 0, 0, 0)
  119. closee.Size = UDim2.new(0, 33, 0, 21)
  120. closee.Font = Enum.Font.SourceSansBold
  121. closee.Text = "X"
  122. closee.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  123. closee.TextSize = 20
  124.  
  125. VIPFrame.Name = "VIPFrame"
  126. VIPFrame.Parent = GUI
  127. VIPFrame.Active = true
  128. VIPFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  129. VIPFrame.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  130. VIPFrame.BorderSizePixel = 4
  131. VIPFrame.Draggable = true
  132. VIPFrame.Position = UDim2.new(0.271657288, 0, 0.167984188, 0)
  133. VIPFrame.Size = UDim2.new(0, 484, 0, 283)
  134. VIPFrame.Visible = false
  135.  
  136. StreetsGUI.Name = "StreetsGUI"
  137. StreetsGUI.Parent = VIPFrame
  138. StreetsGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  139. StreetsGUI.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  140. StreetsGUI.BorderSizePixel = 4
  141. StreetsGUI.Position = UDim2.new(0.0268595032, 0, 0.0706713647, 0)
  142. StreetsGUI.Size = UDim2.new(0, 129, 0, 36)
  143. StreetsGUI.Font = Enum.Font.Fantasy
  144. StreetsGUI.Text = "StreetsGUI"
  145. StreetsGUI.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  146. StreetsGUI.TextSize = 15
  147.  
  148. bfg.Name = "bfg"
  149. bfg.Parent = VIPFrame
  150. bfg.BackgroundColor3 = Color3.new(0, 0, 0)
  151. bfg.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  152. bfg.BorderSizePixel = 4
  153. bfg.Position = UDim2.new(0.321280956, 0, 0.070671387, 0)
  154. bfg.Size = UDim2.new(0, 129, 0, 36)
  155. bfg.Font = Enum.Font.Fantasy
  156. bfg.Text = "BFG"
  157. bfg.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  158. bfg.TextSize = 14
  159.  
  160. admin.Name = "admin"
  161. admin.Parent = VIPFrame
  162. admin.BackgroundColor3 = Color3.new(0, 0, 0)
  163. admin.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  164. admin.BorderSizePixel = 4
  165. admin.Position = UDim2.new(0.61570251, 0, 0.0706713647, 0)
  166. admin.Size = UDim2.new(0, 129, 0, 36)
  167. admin.Font = Enum.Font.Fantasy
  168. admin.Text = "Reviz Admin FE"
  169. admin.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  170. admin.TextSize = 14
  171.  
  172. anim.Name = "anim"
  173. anim.Parent = VIPFrame
  174. anim.BackgroundColor3 = Color3.new(0, 0, 0)
  175. anim.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  176. anim.BorderSizePixel = 4
  177. anim.Position = UDim2.new(0.615842938, 0, 0.192204952, 0)
  178. anim.Size = UDim2.new(0, 129, 0, 36)
  179. anim.Font = Enum.Font.Fantasy
  180. anim.Text = "Annoying Animation"
  181. anim.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  182. anim.TextSize = 15
  183.  
  184. titlescript.Name = "titlescript"
  185. titlescript.Parent = VIPFrame
  186. titlescript.BackgroundColor3 = Color3.new(0, 0, 0)
  187. titlescript.BorderSizePixel = 0
  188. titlescript.Position = UDim2.new(0.293388426, 0, -9.31322575e-10, 0)
  189. titlescript.Size = UDim2.new(0, 200, 0, 50)
  190. titlescript.Font = Enum.Font.Fantasy
  191. titlescript.Text = "Welcome"
  192. titlescript.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  193. titlescript.TextSize = 20
  194.  
  195. info.Name = "info"
  196. info.Parent = VIPFrame
  197. info.BackgroundColor3 = Color3.new(0, 0, 0)
  198. info.BorderSizePixel = 0
  199. info.Position = UDim2.new(0.191760346, 0, 0.233215556, 0)
  200. info.Size = UDim2.new(0, 231, 0, 50)
  201. info.Font = Enum.Font.SourceSans
  202. info.Text = "To use BFG you need to type \".bfg\", this will make you equip all weapons at once"
  203. info.TextSize = 14
  204.  
  205. ateam.Name = "ateam"
  206. ateam.Parent = VIPFrame
  207. ateam.BackgroundColor3 = Color3.new(0, 0, 0)
  208. ateam.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  209. ateam.BorderSizePixel = 4
  210. ateam.Position = UDim2.new(0.61570245, 0, 0.128975257, 0)
  211. ateam.Size = UDim2.new(0, 129, 0, 36)
  212. ateam.Font = Enum.Font.Fantasy
  213. ateam.Text = "StreetsGUI by ATeam"
  214. ateam.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  215. ateam.TextSize = 14
  216.  
  217. oldgui.Name = "oldgui"
  218. oldgui.Parent = VIPFrame
  219. oldgui.BackgroundColor3 = Color3.new(0, 0, 0)
  220. oldgui.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  221. oldgui.BorderSizePixel = 4
  222. oldgui.Position = UDim2.new(0.322314024, 0, 0.128975257, 0)
  223. oldgui.Size = UDim2.new(0, 129, 0, 36)
  224. oldgui.Font = Enum.Font.Fantasy
  225. oldgui.Text = "Streets GUI (OLD)"
  226. oldgui.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  227. oldgui.TextSize = 14
  228.  
  229. hidename.Name = "hidename"
  230. hidename.Parent = VIPFrame
  231. hidename.BackgroundColor3 = Color3.new(0, 0, 0)
  232. hidename.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  233. hidename.BorderSizePixel = 4
  234. hidename.Position = UDim2.new(0.322314024, 0, 0.192579478, 0)
  235. hidename.Size = UDim2.new(0, 129, 0, 36)
  236. hidename.Font = Enum.Font.Fantasy
  237. hidename.Text = "Hide Name"
  238. hidename.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  239. hidename.TextSize = 14
  240.  
  241. RegularFrame.Name = "RegularFrame"
  242. RegularFrame.Parent = GUI
  243. RegularFrame.Active = true
  244. RegularFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  245. RegularFrame.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  246. RegularFrame.BorderSizePixel = 4
  247. RegularFrame.Draggable = true
  248. RegularFrame.Position = UDim2.new(0.298964262, 0, 0.124505922, 0)
  249. RegularFrame.Size = UDim2.new(0, 484, 0, 283)
  250. RegularFrame.Visible = false
  251.  
  252. StreetsGUIregu.Name = "StreetsGUIregu"
  253. StreetsGUIregu.Parent = RegularFrame
  254. StreetsGUIregu.BackgroundColor3 = Color3.new(0, 0, 0)
  255. StreetsGUIregu.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  256. StreetsGUIregu.BorderSizePixel = 4
  257. StreetsGUIregu.Position = UDim2.new(0.0268595032, 0, 0.0706713647, 0)
  258. StreetsGUIregu.Size = UDim2.new(0, 129, 0, 36)
  259. StreetsGUIregu.Font = Enum.Font.Fantasy
  260. StreetsGUIregu.Text = "StreetsGUI"
  261. StreetsGUIregu.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  262. StreetsGUIregu.TextSize = 15
  263.  
  264. adminregu.Name = "adminregu"
  265. adminregu.Parent = RegularFrame
  266. adminregu.BackgroundColor3 = Color3.new(0, 0, 0)
  267. adminregu.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  268. adminregu.BorderSizePixel = 4
  269. adminregu.Position = UDim2.new(0.61570251, 0, 0.0706713647, 0)
  270. adminregu.Size = UDim2.new(0, 129, 0, 36)
  271. adminregu.Font = Enum.Font.Fantasy
  272. adminregu.Text = "Reviz Admin FE"
  273. adminregu.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  274. adminregu.TextSize = 14
  275.  
  276. animregu.Name = "animregu"
  277. animregu.Parent = RegularFrame
  278. animregu.BackgroundColor3 = Color3.new(0, 0, 0)
  279. animregu.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  280. animregu.BorderSizePixel = 4
  281. animregu.Position = UDim2.new(0.322314024, 0, 0.0706713796, 0)
  282. animregu.Size = UDim2.new(0, 129, 0, 36)
  283. animregu.Font = Enum.Font.Fantasy
  284. animregu.Text = "Annoying Animation"
  285. animregu.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  286. animregu.TextSize = 15
  287.  
  288. titlescriptregu.Name = "titlescriptregu"
  289. titlescriptregu.Parent = RegularFrame
  290. titlescriptregu.BackgroundColor3 = Color3.new(0, 0, 0)
  291. titlescriptregu.BorderSizePixel = 0
  292. titlescriptregu.Position = UDim2.new(0.293388426, 0, -9.31322575e-10, 0)
  293. titlescriptregu.Size = UDim2.new(0, 200, 0, 50)
  294. titlescriptregu.Font = Enum.Font.Fantasy
  295. titlescriptregu.Text = "Welcome"
  296. titlescriptregu.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  297. titlescriptregu.TextSize = 20
  298.  
  299. OpenRegu.Name = "OpenRegu"
  300. OpenRegu.Parent = GUI
  301. OpenRegu.BackgroundColor3 = Color3.new(0, 0, 0)
  302. OpenRegu.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  303. OpenRegu.BorderSizePixel = 4
  304. OpenRegu.Position = UDim2.new(-5.96046448e-08, 0, 0.467391312, 0)
  305. OpenRegu.Size = UDim2.new(0, 76, 0, 33)
  306. OpenRegu.Visible = false
  307. OpenRegu.Font = Enum.Font.Fantasy
  308. OpenRegu.Text = "Open"
  309. OpenRegu.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  310. OpenRegu.TextSize = 20
  311.  
  312. CloseVIP.Name = "CloseVIP"
  313. CloseVIP.Parent = GUI
  314. CloseVIP.BackgroundColor3 = Color3.new(0, 0, 0)
  315. CloseVIP.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  316. CloseVIP.BorderSizePixel = 4
  317. CloseVIP.Position = UDim2.new(-5.96046448e-08, 0, 0.467391312, 0)
  318. CloseVIP.Size = UDim2.new(0, 76, 0, 33)
  319. CloseVIP.Visible = false
  320. CloseVIP.Font = Enum.Font.Fantasy
  321. CloseVIP.Text = "Close"
  322. CloseVIP.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  323. CloseVIP.TextSize = 20
  324.  
  325. CloseRegu.Name = "CloseRegu"
  326. CloseRegu.Parent = GUI
  327. CloseRegu.BackgroundColor3 = Color3.new(0, 0, 0)
  328. CloseRegu.BorderColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  329. CloseRegu.BorderSizePixel = 4
  330. CloseRegu.Position = UDim2.new(-5.96046448e-08, 0, 0.467391312, 0)
  331. CloseRegu.Size = UDim2.new(0, 76, 0, 33)
  332. CloseRegu.Visible = false
  333. CloseRegu.Font = Enum.Font.Fantasy
  334. CloseRegu.Text = "Close"
  335. CloseRegu.TextColor3 = Color3.new(0.505882, 0.00392157, 0.00392157)
  336. CloseRegu.TextSize = 20
  337.  
  338. -- Function
  339.  
  340. OpenVIP.MouseButton1Down:connect(function()
  341. VIPFrame.Visible = true
  342. OpenVIP.Visible = false
  343. end)
  344.  
  345. submit.MouseButton1Down:connect(function()
  346. if username.Text == "new user" and password.Text == "new user" then
  347. OpenVIP.Visible = true
  348. LoginFrame.Visible= false
  349. game:GetService("StarterGui"):SetCore("SendNotification", {
  350. Title = "You Are Logged As VIP"; -- Required. Has to be a string!
  351. Text = "Your IP Has Been Logged, Congratulations :D"; -- Required. Has to be a string!
  352. Icon = nil; -- Optional, defaults to "" (no icon)
  353. Duration = 7; -- Optional, defaults to 5 seconds
  354. })
  355. end
  356. if username.Text == "reg" and password.Text == "reg" then
  357. OpenRegu.Visible = true
  358. LoginFrame.Visible = false
  359. game:GetService("StarterGui"):SetCore("SendNotification", {
  360. Title = "You Are Logged As Regular"; -- Required. Has to be a string!
  361. Text = "Your IP Has Been Logged, Congratulations :D"; -- Required. Has to be a string!
  362. Icon = nil; -- Optional, defaults to "" (no icon)
  363. Duration = 7; -- Optional, defaults to 5 seconds
  364. })
  365. end
  366. end)
  367.  
  368. closee.MouseButton1Down:connect(function()
  369. script.Parent:Destroy()
  370. end)
  371.  
  372. StreetsGUI.MouseButton1Down:connect(function()
  373. loadstring(game:HttpGet(('https://pastebin.com/raw/LAR81z96'),true))()
  374. end)
  375.  
  376. bfg.MouseButton1Down:connect(function()
  377. loadstring(game:HttpGet(('https://pastebin.com/raw/eRjK9GQB'),true))()
  378. end)
  379.  
  380. admin.MouseButton1Down:connect(function()
  381. loadstring(game:GetObjects("rbxassetid://1368835475")[1].Source)()
  382. end)
  383.  
  384. anim.MouseButton1Down:connect(function()
  385. loadstring(game:HttpGet(('https://pastebin.com/raw/b5yYnte4'),true))()
  386. end)
  387.  
  388. ateam.MouseButton1Down:connect(function()
  389. loadstring(game:GetObjects('rbxassetid://1357497085')[1].Source)()
  390. end)
  391.  
  392. oldgui.MouseButton1Down:connect(function()
  393. loadstring(game:HttpGet(('https://pastebin.com/raw/zSD1VDms'),true))()
  394. end)
  395.  
  396. hidename.MouseButton1Down:connect(function()
  397. loadstring(game:HttpGet(('https://pastebin.com/raw/ztMd7gF1'),true))()
  398. end)
  399.  
  400. StreetsGUIregu.MouseButton1Down:connect(function()
  401. loadstring(game:GetObjects('rbxassetid://1357497085')[1].Source)()
  402. end)
  403.  
  404. adminregu.MouseButton1Down:connect(function()
  405. loadstring(game:GetObjects("rbxassetid://1368835475")[1].Source)()
  406. end)
  407.  
  408. OpenRegu.MouseButton1Down:connect(function()
  409. OpenRegu.Visible = false
  410. RegularFrame.Visible = true
  411. CloseRegu.Visible = true
  412. end)
  413.  
  414. CloseVIP.MouseButton1Down:connect(function()
  415.   OpenVIP.Visible = true
  416. VIPFrame.Visible = false
  417. CloseVIP.Visible = false
  418. end)
  419.  
  420. CloseRegu.MouseButton1Down:connect(function()
  421. OpenRegu.Visible = true
  422. RegularFrame.Visible = false
  423. CloseRegu = false
  424. end)
  425.  
  426. OpenVIP.MouseButton1Down:connect(function()
  427. OpenVIP.Visible = false
  428. CloseVIP.Visible = true
  429. VIPFrame.Visible = false
  430. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement