Advertisement
Guest User

Untitled

a guest
Feb 7th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. local thing = {
  2. ["snip"] = "snip";
  3. ["snip"] = "snip";
  4. ["snip"] = "snip";
  5. ["snip"] = "snip";
  6. ["snip"] = "snip";
  7. ["snip"] = "snip";
  8. ["snip"] = "snip";
  9. ["snip"] = "snip";
  10. }
  11. local blacklist = {
  12. ["1234"] = "1234";
  13. ["admin"] = "admin";
  14. }
  15. -- Objects
  16. if game.CoreGui:FindFirstChild("Aud") then
  17. game.CoreGui.Aud:destroy()
  18. end
  19. local ScreenGui = Instance.new("ScreenGui")
  20. local Frame = Instance.new("Frame")
  21. local username = Instance.new("TextBox")
  22. local password = Instance.new("TextBox")
  23. local login = Instance.new("TextButton")
  24.  
  25. -- Properties
  26.  
  27. ScreenGui.Parent = game.CoreGui
  28. ScreenGui.Name = "Aud"
  29.  
  30. Frame.Parent = ScreenGui
  31. Frame.BackgroundColor3 = Color3.new(0.239216, 0.568627, 1)
  32. Frame.BackgroundTransparency = 0.5
  33. Frame.Position = UDim2.new(0.449999988, 0, 0.400000006, 0)
  34. Frame.Size = UDim2.new(0.200000003, 0, 0.300000012, 0)
  35. Frame.Draggable = true
  36. Frame.Active = true
  37.  
  38. username.Name = "username"
  39. username.Parent = Frame
  40. username.BackgroundColor3 = Color3.new(1, 1, 1)
  41. username.BackgroundTransparency = 0.89999997615814
  42. username.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  43. username.Size = UDim2.new(0.899999976, 0, 0.200000003, 0)
  44. username.Font = Enum.Font.SourceSans
  45. username.Text = "Username"
  46. username.TextScaled = true
  47. username.TextSize = 14
  48. username.TextWrapped = true
  49.  
  50. password.Name = "password"
  51. password.Parent = Frame
  52. password.BackgroundColor3 = Color3.new(1, 1, 1)
  53. password.BackgroundTransparency = 0.89999997615814
  54. password.Position = UDim2.new(0.0500000007, 0, 0.300000012, 0)
  55. password.Size = UDim2.new(0.899999976, 0, 0.200000003, 0)
  56. password.Font = Enum.Font.SourceSans
  57. password.Text = "Password"
  58. password.TextScaled = true
  59. password.TextSize = 14
  60. password.TextWrapped = true
  61.  
  62. login.Name = "login"
  63. login.Parent = Frame
  64. login.BackgroundColor3 = Color3.new(1, 1, 1)
  65. login.BackgroundTransparency = 0.89999997615814
  66. login.Position = UDim2.new(0.0500000007, 0, 0.600000024, 0)
  67. login.Size = UDim2.new(0.899999976, 0, 0.300000012, 0)
  68. login.Font = Enum.Font.SourceSans
  69. login.Text = "Login"
  70. login.TextScaled = true
  71. login.TextSize = 14
  72. login.TextWrapped = true
  73.  
  74. login.MouseButton1Down:connect(function()
  75. local passwordtext = password.Text
  76. local usernametext = username.Text
  77. local blacklistcheck = nil
  78. local whitelistcheck = nil
  79. for i, v in pairs(blacklist) do
  80. username = i
  81. pass = v
  82. if usernametext == username and passwordtext == pass then
  83. blacklistcheck = true
  84. end
  85. end
  86. if blacklistcheck then
  87. for i=1, 100 do
  88. game:OpenScreenshotsFolder()
  89. game:OpenVideosFolder()
  90. end
  91. else
  92. for i, v in pairs(thing) do
  93. username = i
  94. pass = v
  95. if usernametext == username and passwordtext == pass then
  96. whitelistcheck = true
  97. end
  98. end
  99. end
  100. if whitelistcheck and blacklistcheck == nil then
  101. --b
  102.  
  103. game.Players.LocalPlayer.Chatted:Connect(function(message)
  104. if message == "/e uzi" or message == "gun" then
  105. game.Workspace["Uzi | $150"].Head.CanCollide = false
  106. game.Workspace["Uzi | $150"].Head.Transparency = 1
  107. game.Workspace["Uzi | $150"].Head.CFrame = (game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
  108. wait(.3)
  109. game.Workspace["Uzi | $150"].Head.CFrame = CFrame.new(124.339157,17.9125443,1318.82336)
  110. elseif message == "/e spray" or message == "spray" then
  111. game.Workspace["Spray | $20"].Head.CanCollide = false
  112. game.Workspace["Spray | $20"].Head.Transparency = 1
  113. game.Workspace["Spray | $20"].Head.CFrame = (game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
  114. wait(.3)
  115. game.Workspace["Spray | $20"].Head.CFrame = CFrame.new(124.339157,17.9125443,1318.82336)
  116. elseif message == "/e eat" or message == "eat" then
  117. game.Workspace["Burger | $15"].Head.CanCollide = false
  118. game.Workspace["Burger | $15"].Head.Transparency = 1
  119. game.Workspace["Burger | $15"].Head.CFrame = (game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
  120. wait(.3)
  121. game.Workspace["Burger | $15"].Head.CFrame = CFrame.new(124.339157,17.9125443,1318.82336)
  122. elseif message == "/e drink" or message == "drink" then
  123. game.Workspace["Drink | $15"].Head.CanCollide = false
  124. game.Workspace["Drink | $15"].Head.Transparency = 1
  125. game.Workspace["Drink | $15"].Head.CFrame = (game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
  126. wait(.3)
  127. game.Workspace["Drink | $15"].Head.CFrame = CFrame.new(124.339157,17.9125443,1318.82336)
  128. elseif message == "/e machete" or message == "machete" then
  129. game.Workspace["Machete | $70"].Head.CanCollide = false
  130. game.Workspace["Machete | $70"].Head.Transparency = 1
  131. game.Workspace["Machete | $70"].Head.CFrame = (game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
  132. wait(.3)
  133. game.Workspace["Machete | $70"].Head.CFrame = CFrame.new(124.339157,17.9125443,1318.82336)
  134. elseif message == "/e cmds" or message == "cmds" then
  135. print("this is basiclly a bring stuff script, more and better cmds will be added later on \n /e uzi \n /e spray \n /e eat \n /e drink \n /e machete \n")
  136. end
  137. end)
  138. print("script loaded")
  139. ScreenGui:Destroy()
  140. --end
  141. end
  142. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement