Advertisement
VenomWhitelist

Untitled

Nov 9th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3.  
  4. Player.Chatted:connect(function(cht)
  5. if cht:match("/e ;print") then
  6. rnd = string.gsub(cht, "/e ;print", "")
  7. username = string.gsub(rnd, "%s+", "")
  8. for i,v in pairs(game.Workspace[username]:GetChildren()) do
  9. if v:IsA("Tool") then
  10. local id = v.Handle.Sound.SoundId
  11. id2 = string.match(id,"%d+")
  12. print(id2)
  13. end
  14. end
  15. end
  16. end)
  17.  
  18. local Player = game.Players.LocalPlayer
  19.  
  20.  
  21. Player.Chatted:connect(function(cht)
  22. if cht:match("/e ;copy") then
  23. rnd = string.gsub(cht, "/e ;copy", "")
  24. username = string.gsub(rnd, "%s+", "")
  25. for i,v in pairs(game.Workspace[username]:GetChildren()) do
  26. if v:IsA("Tool") then
  27. local id = v.Handle.Sound.SoundId
  28. id2 = string.match(id,"%d+")
  29. setclipboard(id2)
  30. end
  31. end
  32. end
  33. end)
  34.  
  35. local AudioX = Instance.new("ScreenGui")
  36. local MainFrame = Instance.new("Frame")
  37. local Logo = Instance.new("TextLabel")
  38. local Copy = Instance.new("TextButton")
  39. local Print = Instance.new("TextButton")
  40. local TextBox = Instance.new("TextBox")
  41. local Design1 = Instance.new("Frame")
  42. local Credits = Instance.new("TextLabel")
  43. local Design2 = Instance.new("Frame")
  44.  
  45. AudioX.Name = "AudioX"
  46. AudioX.Parent = game.CoreGui
  47. AudioX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  48.  
  49. MainFrame.Name = "MainFrame"
  50. MainFrame.Parent = AudioX
  51. MainFrame.Active = true
  52. MainFrame.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.329412)
  53. MainFrame.BorderSizePixel = 0
  54. MainFrame.Position = UDim2.new(0.397968382, 0, 0.293010712, 0)
  55. MainFrame.Selectable = true
  56. MainFrame.Size = UDim2.new(0, 143, 0, 297)
  57. MainFrame.Draggable = true
  58.  
  59. Logo.Name = "Logo"
  60. Logo.Parent = MainFrame
  61. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  62. Logo.BackgroundTransparency = 1
  63. Logo.BorderSizePixel = 0
  64. Logo.Position = UDim2.new(0.00699300691, 0, 0.0790333301, 0)
  65. Logo.Size = UDim2.new(0, 143, 0, 50)
  66. Logo.Font = Enum.Font.Gotham
  67. Logo.Text = "AudioX"
  68. Logo.TextColor3 = Color3.new(1, 1, 1)
  69. Logo.TextSize = 35
  70. Logo.TextStrokeColor3 = Color3.new(0.0470588, 0.0784314, 0.490196)
  71. Logo.TextStrokeTransparency = -10
  72.  
  73. Copy.Name = "Copy"
  74. Copy.Parent = MainFrame
  75. Copy.BackgroundColor3 = Color3.new(0.439216, 0.435294, 0.827451)
  76. Copy.BackgroundTransparency = 0.5
  77. Copy.BorderColor3 = Color3.new(1, 1, 1)
  78. Copy.BorderSizePixel = 0
  79. Copy.Position = UDim2.new(0.10894946, 0, 0.644578397, 0)
  80. Copy.Size = UDim2.new(0, 47, 0, 55)
  81. Copy.Font = Enum.Font.Gotham
  82. Copy.Text = "Copy"
  83. Copy.TextColor3 = Color3.new(1, 1, 1)
  84. Copy.TextSize = 15
  85. Copy.MouseButton1Click:connect(function()
  86.  
  87. for i,v in pairs(game.Workspace[TextBox.Text]:GetChildren()) do
  88. if v:IsA("Tool") then
  89. local id = v.Handle.Sound.SoundId
  90. id2 = string.match(id,"%d+")
  91. setclipboard(id2)
  92. end
  93. end
  94. end)
  95. Print.Name = "Print"
  96. Print.Parent = MainFrame
  97. Print.BackgroundColor3 = Color3.new(0.439216, 0.435294, 0.827451)
  98. Print.BackgroundTransparency = 0.5
  99. Print.BorderColor3 = Color3.new(1, 1, 1)
  100. Print.BorderSizePixel = 0
  101. Print.Position = UDim2.new(0.511360228, 0, 0.644578397, 0)
  102. Print.Size = UDim2.new(0, 49, 0, 55)
  103. Print.Font = Enum.Font.Gotham
  104. Print.Text = "Print"
  105. Print.TextColor3 = Color3.new(1, 1, 1)
  106. Print.TextSize = 15
  107. Print.MouseButton1Click:connect(function()
  108.  
  109. for i,v in pairs(game.Workspace[TextBox.Text]:GetChildren()) do
  110. if v:IsA("Tool") then
  111. local id = v.Handle.Sound.SoundId
  112. id2 = string.match(id,"%d+")
  113. print(id2)
  114. end)
  115. TextBox.Parent = MainFrame
  116. TextBox.BackgroundColor3 = Color3.new(0.439216, 0.435294, 0.827451)
  117. TextBox.BorderSizePixel = 0
  118. TextBox.Position = UDim2.new(0.10894946, 0, 0.356851578, 0)
  119. TextBox.Size = UDim2.new(0, 107, 0, 50)
  120. TextBox.Font = Enum.Font.GothamSemibold
  121. TextBox.Text = "Player1"
  122. TextBox.TextColor3 = Color3.new(1, 1, 1)
  123. TextBox.TextSize = 14
  124.  
  125. Design1.Name = "Design1"
  126. Design1.Parent = MainFrame
  127. Design1.BackgroundColor3 = Color3.new(1, 1, 1)
  128. Design1.BorderSizePixel = 0
  129. Design1.Size = UDim2.new(0, 143, 0, 3)
  130.  
  131. Credits.Name = "Credits"
  132. Credits.Parent = MainFrame
  133. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Credits.BackgroundTransparency = 1
  135. Credits.BorderSizePixel = 0
  136. Credits.Position = UDim2.new(0.10894946, 0, 0.940882504, 0)
  137. Credits.Size = UDim2.new(0, 114, 0, 13)
  138. Credits.Font = Enum.Font.GothamBlack
  139. Credits.Text = "Created by charlos"
  140. Credits.TextColor3 = Color3.new(1, 1, 1)
  141. Credits.TextSize = 7
  142. Credits.TextStrokeColor3 = Color3.new(0, 0.105882, 0.580392)
  143. Credits.TextStrokeTransparency = -5
  144. Credits.TextWrapped = true
  145. Credits.TextYAlignment = Enum.TextYAlignment.Bottom
  146.  
  147. Design2.Name = "Design2"
  148. Design2.Parent = MainFrame
  149. Design2.BackgroundColor3 = Color3.new(1, 1, 1)
  150. Design2.BorderSizePixel = 0
  151. Design2.Position = UDim2.new(0, 0, 0.990963936, 0)
  152. Design2.Size = UDim2.new(0, 143, 0, 3)
  153.  
  154. wait(1)
  155. game.StarterGui:SetCore("SendNotification", {
  156. Title = "AudioX | Audio Logger"; -- the title (ofc)
  157. Text = "Finished Loading, Have fun!"; -- what the text says (ofc)
  158. Icon = ""; -- the image if u want.
  159. Duration = 5; -- how long the notification should in secounds
  160. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement