How to get current client screen?

02/17/2019 15:26 PainToTheWorld#1
is there a good way detecting which screen is currently showing?
for example login, server selection, char selection and ingame.
02/17/2019 15:42 IceTrailer#2
On the fly? Check memory addresses.
When you observe the client since client start until you close the client -> packets
02/18/2019 10:48 PainToTheWorld#3
couldnt find anything in the memorys, maybe packets is the way to go.
THX