1m1m0

Roblox Player Info Cmd

Jan 29th, 2026 (edited)
82
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.52 KB | Software | 0 0
  1. (async()=>{const u=location.href.match(/users\/(\d+)/)[1],j=new Date((await(await fetch(`https://users.roblox.com/v1/users/${u}`)).json()).created).toLocaleDateString();let c="",t=0;do{const{data:d,nextPageCursor:n}=await(await fetch(`https://games.roblox.com/v2/users/${u}/games?limit=50&cursor=${c}`)).json();t+=d.reduce((a,b)=>a+b.placeVisits,0);c=n}while(c);console.log(`%cJoined: ${j} | ${t.toLocaleString()} Visits`,"font-size: 32px; font-weight: bold; color: #ffffff; text-stroke: 1px black; -webkit-text-stroke: 1px black;")})();
Advertisement
Comments
  • 1m1m0
    186 days
    # text 0.26 KB | 0 0
    1. Roblox nuked their entire website and apps. Most extensions and launchers like Bloxstrap no longer function as intended. This pasteable javascript into the developer console of your browser reveals the once publicly available player place visits from their profiles.
Add Comment
Please, Sign In to add comment