squidingtin

Flex Your Account Age Audio Stealer

May 26th, 2020
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. Player = game.Players.LocalPlayer
  2. PlrStats = Player.PlayerGui.PlrStats
  3. while true do
  4. wait(1)
  5. PR = PlrStats.Frame.PlrName.Text
  6. WP = workspace:FindFirstChild(PR)
  7. S1 = WP:FindFirstChild("SuperFlyGoldBoombox")
  8. S2 = S1.Handle.Sound.SoundId
  9. R = PlrStats.Frame.RAP
  10.     if S1 ~= nil then
  11.         R.Text = ("Music Id: " .. S2)
  12.     else
  13.         wait(1)
  14.     end
  15. end
Add Comment
Please, Sign In to add comment