Posted by s0beit. See thread for full information.
Don't have a section (YET), but
Code:
.data:00AE1730 GDirectXDevice
Then there is a TON of crap like this
PHP Code:
{
sub_4F0A20(L"Asura.Chat.IsLocalPlayerTalking", sub_507D70, 0);
sub_4F0A20(L"Asura.Chat.IsLocalMicAttached", sub_507D90, 0);
sub_4F0AB0(L"Asura.Chat.GetLocalActiveChannel", sub_507DA0, 0);
sub_4F0AB0(L"Asura.Chat.GetMessageText", sub_5081A0, 0);
sub_4F0AB0(L"Asura.Chat.GetMessageSender", sub_5081E0, 0);
sub_4F0A20(L"Asura.Chat.ConsumeMessage", sub_508220, 0);
sub_4F0A20(L"Asura.Chat.ClearMessage", sub_507E30, 0);
sub_4F0A20(L"Asura.Chat.IsNewTextAvailable", sub_508280, 0);
sub_4F0A20(L"Asura.Chat.ClearNewTextAvailable", sub_508260, 0);
sub_4F0C10((unsigned int)L"Asura.Chat.OutgoingMessage", (int)&word_8D3692, dword_8D3680, 0);
sub_4F0B40((unsigned int)L"Asura.Chat.IsSendingMessage", (int)&byte_8EF201, 0);
return sub_4F0040((unsigned int)L"Asura.Chat.IsSendingMessage");
You can find most functions you would ever need by looking for "Asura."....