hello,
is it possible to read the name of the account?
something like player.Name with the account name ^^
"read" account name
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: "read" account name
I don't think it would be stable. I think that memory region is freed (but it and the password memory region isn't cleared. What the fuck were the developers thinking?) so there may not be any valid references to it and that memory region may be overwritten.
Re: "read" account name
You can just use an in game script to get account name anyway.
So for usage with bot
Code: Select all
/script DEFAULT_CHAT_FRAME:AddMessage(GetAccountName());Code: Select all
accname = RoMScript("GetAccountName()")Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: "read" account name
yeah
awesome
thank you very much !
thank you very much !