QuestionWHAT IS CROSSFIRE NA'S BASE ADDRESS?

Posts 17 of 7 · Page 1 of 1
WHAT IS CROSSFIRE NA'S BASE ADDRESS?
WHAT IS CROSSFIRE'S BASE ADDRESS?
What do you mean ?? ×O
To find it use GetModuleHandeA("CShell.dll")
ie:
Code:
DWORD CShell = (DWORD)GetModuleHandeA("CShell.dll");
If you mean the crossfire module:

Code:
HWND hWnd = FindWindowA(0, "crossfire");
	DWORD proc_id;
	GetWindowThreadProcessId(hWnd, &proc_id); 
        HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, proc_id);
Idk if you can use getmodulehandle or loadlibrary for the crossfire module.
Want this?
If you mean the crossfire module:

Code:
HWND hWnd = FindWindowA(0, "crossfire");
	DWORD proc_id;
	GetWindowThreadProcessId(hWnd, &proc_id); 
        HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, proc_id);
Just like @desertflame said
Quote Originally Posted by desertflame View Post
To find it use GetModuleHandeA("CShell.dll")
ie:
Code:
DWORD CShell = (DWORD)GetModuleHandeA("CShell.dll");
If you mean the crossfire module:

Code:
HWND hWnd = FindWindowA(0, "crossfire");
	DWORD proc_id;
	GetWindowThreadProcessId(hWnd, &proc_id); 
        HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, proc_id);
Idk if you can use getmodulehandle or loadlibrary for the crossfire module.
i think he needs it for crossfire vietnam... there they have only one server and the situation with cshell is different ("they patch it in exe"- thats what one my fr told me)... so i cant understan dhim
Quote Originally Posted by kmanev073 View Post
i think he needs it for crossfire vietnam... there they have only one server and the situation with cshell is different ("they patch it in exe"- thats what one my fr told me)... so i cant understan dhim
"WHAT IS CROSSFIRE NA'S BASE ADDRESS?"


The base address of crossfire.exe is 0x400000.
i think desert just explained all the shit u need !
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?