Advertisement
Guest User

Untitled

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