Submiter55

Untitled

Aug 30th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. me = game.Players.yolocat890 -- add your name
  2. gui = me.PlayerGui
  3.  
  4. Sounds = {{"http://www.roblox.com/asset/?id=130783719", "Fun Song", 0.8},
  5. {"http://www.roblox.com/asset/?id=143735294", "Tokyo Drift", 1},
  6. {"http://www.roblox.com/asset/?id=130763583", "Money", 0.75},
  7. {"http://www.roblox.com/asset/?id=130837436", "Breaker", 0.4},
  8. {"http://www.roblox.com/asset/?id=198482531", "Thomas", 1.00}, -- these are more like gun shots
  9. {"http://www.roblox.com/asset/?id=250359780", "Pingu", 1.00},
  10. {"http://www.roblox.com/asset/?id=250361159", "250361159", 1.00},
  11. {"http://www.roblox.com/asset/?id=135176153", "DS", 1.00},
  12. {"http://www.roblox.com/asset/?id=164944294", "DSHit", 1.00},
  13. {"http://www.roblox.com/asset/?id=224870589", "Defile", 1.00},
  14. {"http://www.roblox.com/asset/?id=269789603", "Electricity", 1.00},
  15. {"http://www.roblox.com/asset?id=268058601", "Blast1", 1.00},
  16. {"http://www.roblox.com/asset/?id=145996718", "Blast2", 1.00},
  17. {"http://www.roblox.com/asset/?id=145996703", "Blast3", 1.00},
  18. {"http://www.roblox.com/asset/?id=145996681", "Blast4", 1.00},
  19. {"http://www.roblox.com/asset/?id=145996669", "Imbue", 1.00},
  20. {"rbxasset://sounds//unsheath.wav", "UnSheath", 1},
  21. {"rbxasset://sounds//swordslash.wav", "SlashSound", 1},
  22. {"http://www.roblox.com/asset/?id=179499136", "Chaingun Charge", 1.00},
  23. {"http://www.roblox.com/asset/?id=179498360", "Rocket sound", 1.00},
  24. {"http://www.roblox.com/asset/?id=179498072", "Fire (lolwut)", 1.00},
  25. {"http://www.roblox.com/asset/?id=177046413", "Reload", 1.00},
  26. {"http://www.roblox.com/asset/?id=177046397", "Bullet rel", 1.00},
  27. {"http://www.roblox.com/asset/?id=177046383", "Clunk (?)", 1.00},
  28. {"http://www.roblox.com/asset/?id=13510737", "EquipSound (?)", 1.6},
  29. {"http://www.roblox.com/asset/?id=2760979", "Fire", 0.7},
  30. {"http://www.roblox.com/asset/?id=1868836", "Fire2", 1},
  31. {"http://www.roblox.com/asset/?id=2761841", "Fire3", 1},
  32. {"http://www.roblox.com/asset/?id=2692806", "Fire4", 1},
  33. {"http://www.roblox.com/asset/?id=11900833", "Fire5", 1},
  34. {"http://www.roblox.com/asset/?id=12222065", "Fire6", 1},
  35. {"http://www.roblox.com/asset/?id=2767090", "Fire7", 1},
  36. {"http://www.roblox.com/asset/?id=2693346", "Fire8", 1},
  37. {"http://www.roblox.com/asset/?id=15933756", "Fire9", 1},
  38. {"http://www.roblox.com/asset/?id=16976189", "Fire10", 1},
  39. {"http://www.roblox.com/asset/?id=21433711", "Fire11", 1},
  40. {"http://www.roblox.com/asset/?id=21433696", "Fire12", 1},
  41. {"http://www.roblox.com/asset/?id=13510352", "Fire13", 1},
  42. {"http://www.roblox.com/asset/?version=1&id=2691586", "Gun1", 1},
  43. {"http://www.roblox.com/asset/?id=2920959", "Gun2", 1},
  44. {"http://www.roblox.com/asset/?id=2697431", "Gun3", 1},
  45. {"http://www.roblox.com/asset/?id=2251683", "Machine sound", 2},
  46. {"http://www.roblox.com/asset/?id=12222076", "Page turn (?)", 1},
  47. {"http://www.roblox.com/asset/?id=24483366", "Rawr (?)", 0.75},
  48. {"http://www.roblox.com/asset/?version=1&id=2691591", "Reloadd", 1},
  49. {"http://www.roblox.com/asset/?id=2697432", "Reloadd2", 1},
  50. {"http://www.roblox.com/asset/?id=2920960", "Reloadd3", 1},
  51. {"http://www.roblox.com/asset/?id=2761842", "Reloadd4", 1},
  52. {"http://www.roblox.com/asset/?id=25299064", "Shot reload", 1},
  53. {"http://www.roblox.com/asset/?id=2697294", "Shotty (lol?)", 1},
  54. {"http://www.roblox.com/asset/?id=24902268", "Zombie1", 0.65},
  55. {"http://www.roblox.com/asset/?id=24902294", "Zombie2", 0.65}
  56. }
  57.  
  58. sc = Instance.new("ScreenGui")
  59. sc.Name = "Sounds"
  60.  
  61. pos = UDim2.new(0, 4, 0, 130)
  62.  
  63. x, y = 0, 0
  64. s = Instance.new("Sound",workspace)
  65. s.Volume = 1
  66. for i,v in pairs(Sounds) do
  67. local fr = Instance.new("TextButton",sc)
  68. fr.Size = UDim2.new(0,260,0,15)
  69. fr.Position = pos + UDim2.new(0,x,0,y)
  70. local a = string.find(v[1], "id")
  71. fr.Text = v[2]..", "..v[3]..", "..v[1]
  72. fr.TextXAlignment = "Left"
  73. fr.MouseButton1Down:connect(function()
  74. s.SoundId = v[1]
  75. s.Pitch = v[3]
  76. wait()
  77. s:play()
  78. end)
  79. y = y + 16
  80. if y > 400 then
  81. y = 0
  82. x = x + 261
  83. end
  84. end
  85. sc.Parent = gui
Advertisement
Add Comment
Please, Sign In to add comment