Created
January 27, 2026 21:06
-
-
Save EncodeTheCode/d7ca3be20fa8f72a881805a291e7225b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /run n=UnitName"player" g=UnitGUID"player" _,s,p=strsplit("-",g) r=GetNormalizedRealmName() or"Unknown" _,_,_,_,_,_,_,l=GetInstanceInfo() print("User:"..n.." | ID:Player(#"..p.."), | Realm:"..r.."(#"..s..") | Layer:"..l) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment