Advertisement
ScriptHubRoblox

ybahackstanddata

Dec 11th, 2022 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. while task.wait() do
  2. pcall(function()
  3. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Main.Frames.StandInfo.Frame.CreatedDate.TextLabel.Text = (birthdate)
  4. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Main.Frames.StandInfo.Frame.Redeemed.TextLabel.Text = (redeemed)
  5. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Main.Frames.StandInfo.Frame.OriginalOwner.TextLabel.Text = (originalowner)
  6. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Main.Frames.StandInfo.Frame.Skin.Rarity.TextLabel.Text = (skinrarity)
  7. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Main.Frames.StandInfo.Frame.Skin.TextLabel.Text = (skin)
  8. game:GetService("Players").LocalPlayer.PlayerGui.HUD.Main.Frames.StandInfo.Frame.Stand.TextLabel.Text = (stand)
  9. end)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement