Valhalla Legends Forums Archive | Battle.net Bot Development | [Warden Module] - Are those good modules ?

AuthorMessageTime
Fr3DBr
Hello,

Im trying to write my module prepare routine, but it seems its 'been' failing to work mad.

So i wanted to share 2 module files i colected, in order to know if they are good to go or not.

Look the links :

1) http://rapidshare.com/files/340061399/09731C71CF17FCEF90AF15A866DEAA16.BIN.html
2) http://rapidshare.com/files/340061551/BDE96BDBB1DD9BFFCBDD47A94C60AAB4.BIN.html

Thanks.
January 23, 2010, 11:20 PM
Fr3DBr
Yeah managed to finally prepare the module ;)

[code]
Copying code sections to module.
Adjusting references to global variables...
Updating API library references...
Lib: KERNEL32.dll
        Function: GetStdHandle
        Function: Sleep
        Function: GetModuleHandleA
        Function: TlsAlloc
        Function: TlsFree
        Function: TlsGetValue
        Function: TlsSetValue
        Function: RaiseException
        Function: GetProcAddress
        Function: GetSystemInfo
        Function: GetVersionExA
        Function: VirtualQuery
        Function: QueryDosDeviceA
        Function: GetTickCount
        Function: DuplicateHandle
        Function: CloseHandle
        Function: FreeLibrary
        Function: GetCurrentProcess
        Function: LoadLibraryA
        Function: GetProcessHeap
        Function: HeapFree
        Function: TerminateProcess
        Function: UnhandledExceptionFilter
        Function: SetUnhandledExceptionFilter
        Function: QueryPerformanceCounter
        Function: GetCurrentThreadId
        Function: GetCurrentProcessId
        Function: GetSystemTimeAsFileTime
        Function: RtlUnwind
Lib: USER32.dll
        Function: CharUpperBuffA
        Function: GetDC
[/code]

Now its time to Initialize It lol...
January 24, 2010, 4:24 AM

Search