Thanks !!
U need to compile it with autoit 32bit .. because its a 32bit process i think.Quote:
i know that the editor uses 32bit and doesnt work though. But it doesnt matter for me if i run it in 64bit with autoit or if i compile it in 64bit. I always get this error.
yummy bit of info here. im glad i still pop back here everynow and then.Quote:
Hi,
this is the first release of my DLL to read memory from alefclient.exe even if GG is running.
This works at the moment on X64 Windows and is tested on Win7 64bit.
I release it to help the Bot developers to make an mem bot.
The archive contains a dll for use with autoit or other languages.
The Exported functions are:
ACEFindWindow(lpWindowName: PAnsiChar): Cardinal; stdcall;
ACEGetPIDFromHWND(HWnd: Cardinal): Cardinal; stdcall;
ACEOpenProcess(pid: Cardinal): Cardinal; stdcall;
ACEReadIntFromPointer(ProcessHandle: Cardinal; BaseAddress: PAnsiChar; Path: PAnsiChar): integer; stdcall;
ACEReadTextFromPointer(ProcessHandle: Cardinal; BaseAddress: PAnsiChar; Path: PAnsiChar; Len: integer): PAnsiChar; stdcall;
A sample Autoit script for the use is also included.
History:
- 26.02.2011 V1.1.03 First release
Download links:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]