egfw

dbbdeh

Sep 2nd, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 4.13 KB | None | 0 0
  1. -- The Streets 2 made by poof#6505
  2.  
  3. local Streets2gui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local credits = Instance.new("TextLabel")
  7. local Button1 = Instance.new("TextButton")
  8. local Button2 = Instance.new("TextButton")
  9. local Button3 = Instance.new("TextButton")
  10. local Button4 = Instance.new("TextButton")
  11. local printcmds = Instance.new("TextButton")
  12. --Properties:
  13. Streets2gui.Name = "Streets2gui"
  14. Streets2gui.Parent = game.CoreGui
  15.  
  16. Frame.Parent = Streets2gui
  17. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Frame.BorderColor3 = Color3.new(0.207843, 0, 0)
  19. Frame.Position = UDim2.new(0.014326632, 0, 0.146997929, 0)
  20. Frame.Size = UDim2.new(0, 380, 0, 318)
  21. Frame.Style = Enum.FrameStyle.DropShadow
  22. Frame.Active = true
  23. Frame.Draggable = true
  24.  
  25. title.Name = "title"
  26. title.Parent = Frame
  27. title.BackgroundColor3 = Color3.new(0, 0, 0)
  28. title.Position = UDim2.new(-0.0485759564, 0, -0.0266189575, 0)
  29. title.Size = UDim2.new(0, 400, 0, 50)
  30. title.Font = Enum.Font.SciFi
  31. title.Text = "The Streets 2"
  32. title.TextColor3 = Color3.new(1, 1, 1)
  33. title.TextScaled = true
  34. title.TextSize = 14
  35. title.TextWrapped = true
  36.  
  37. credits.Name = "credits"
  38. credits.Parent = Frame
  39. credits.BackgroundColor3 = Color3.new(0, 0, 0)
  40. credits.Position = UDim2.new(-0.0485759564, 0, 0.995393634, 0)
  41. credits.Size = UDim2.new(0, 400, 0, 50)
  42. credits.Font = Enum.Font.SciFi
  43. credits.Text = "Made by poof#6505"
  44. credits.TextColor3 = Color3.new(1, 1, 1)
  45. credits.TextSize = 25
  46. credits.TextWrapped = true
  47.  
  48. Button1.Name = "Button1"
  49. Button1.Parent = Frame
  50. Button1.BackgroundColor3 = Color3.new(0, 0, 0)
  51. Button1.Position = UDim2.new(0.0554897115, 0, 0.208053797, 0)
  52. Button1.Size = UDim2.new(0, 110, 0, 50)
  53. Button1.Font = Enum.Font.Fantasy
  54. Button1.Text = "HideRadio"
  55. Button1.TextColor3 = Color3.new(1, 1, 1)
  56. Button1.TextSize = 17
  57. Button1.MouseButton1Down:connect(function()
  58. loadstring(game:HttpGet(('https://pastebin.com/raw/2yiCRYEz'),true))()
  59. end)
  60.  
  61. Button2.Name = "Button2"
  62. Button2.Parent = Frame
  63. Button2.BackgroundColor3 = Color3.new(0, 0, 0)
  64. Button2.Position = UDim2.new(0.637068689, 0, 0.208053797, 0)
  65. Button2.Size = UDim2.new(0, 110, 0, 50)
  66. Button2.Font = Enum.Font.Fantasy
  67. Button2.Text = "Teleport"
  68. Button2.TextColor3 = Color3.new(1, 1, 1)
  69. Button2.TextSize = 17
  70. Button2.MouseButton1Down:connect(function()
  71. loadstring(game:HttpGet(('https://pastebin.com/raw/RaggHaqS'),true))()
  72. end)
  73.  
  74. Button3.Name = "Button3"
  75. Button3.Parent = Frame
  76. Button3.BackgroundColor3 = Color3.new(0, 0, 0)
  77. Button3.Position = UDim2.new(0.637068689, 0, 0.465915442, 0)
  78. Button3.Size = UDim2.new(0, 110, 0, 50)
  79. Button3.Font = Enum.Font.Fantasy
  80. Button3.Text = "Button4"
  81. Button3.TextColor3 = Color3.new(1, 1, 1)
  82. Button3.TextSize = 17
  83. Button3.MouseButton1Down:connect(function()
  84. loadstring(game:HttpGet(('https://pastebin.com/raw/DELETED'),true))()
  85. end)
  86.  
  87. Button4.Name = "Button4"
  88. Button4.Parent = Frame
  89. Button4.BackgroundColor3 = Color3.new(0, 0, 0)
  90. Button4.Position = UDim2.new(0.0554897115, 0, 0.478494048, 0)
  91. Button4.Size = UDim2.new(0, 110, 0, 50)
  92. Button4.Font = Enum.Font.Fantasy
  93. Button4.Text = "Button3"
  94. Button4.TextColor3 = Color3.new(1, 1, 1)
  95. Button4.TextSize = 17
  96. Button4.MouseButton1Down:connect(function()
  97. loadstring(game:HttpGet(('https://pastebin.com/raw/DELETED'),true))()
  98. end)
  99.  
  100. printcmds.Name = "printcmds"
  101. printcmds.Parent = Frame
  102. printcmds.BackgroundColor3 = Color3.new(0, 0, 0)
  103. printcmds.Position = UDim2.new(0.19929488, 0, 0.74115181, 0)
  104. printcmds.Size = UDim2.new(0, 217, 0, 50)
  105. printcmds.Font = Enum.Font.Fantasy
  106. printcmds.Text = "print cmds in F9"
  107. printcmds.TextColor3 = Color3.new(1, 1, 1)
  108. printcmds.TextSize = 25
  109. printcmds.MouseButton1Down:connect(function()
  110. loadstring(game:HttpGet(('https://pastebin.com/raw/E77Qtj3S'),true))()
  111. end)
  112.  
  113. Player = game.Players.LocalPlayer
  114. Mouse = Player:GetMouse()
  115. gui = ScreenGui
  116. box = Frame
  117. Open = false
  118.  
  119. function PressY(key)
  120.     if (key == "y") then
  121.         if (Open == false) then
  122.         box.Visible = true
  123.         Open = true
  124.     elseif (Open == true) then
  125.         box.Visible = false
  126.         Open = false
  127.         end
  128.     end
  129. end
  130.  
  131. Mouse.KeyDown:connect(PressY)
Add Comment
Please, Sign In to add comment