hey there
I am wondering if someone can help me with how can I check if I am in game or not ?
I don't mean with ingame is the game opened or not yet(lobby,itemshop,etc....)I mean you are in the game and playing
thx
Code:
if(GetModuleHandleA("Object.dll")
{
//code
}
i use that to check if i am ingame or not.
Originally Posted by DaRk
Code:
if(GetModuleHandleA("CShell.dll")
{
//code
}
i use that to check if i am ingame or not.
I think CShell is loaded even when your are in log screen.