[Release] Throw Mint.dll & ESL.dll

10/19/2014 05:16 Caesarw#1
Put the following code snippets into AF, then you can get rid of Mint.dll & ESL.dll.
Basically now the only thing you need to get pake work is:

AF(AlissaFix.dll), @tliu0c
CrackShield(dinput8.dll, HShield.exe), @yiting
pake(the mod directory), @an unknown japan dude

Please remember the three above are the only three, that should
be thanked, and be remarked the real HACKER, be honestly grateful when everyone of you:
1 Use Alissa to fuck around in Mabinogi
2 Develop any pake mods, before being arrogant, and look down on others.

Code:
/**
 * vm_post & write_to_networkbuffer pattern
 */
char* write_to_network_buffer_pat="558BEC83EC40535657894DC068????????";
char* vm_post_pat="6AFF68????????64A1000000005083EC1856A1????????33c4508d44242064a3000000008bf168????????c744242c00000000";
write_to_network_buffer=pattern_search(write_to_network_buffer_pat, 1);
vm_post=pattern_search(vm_post_pat, 1);
Code:
/**
 * mint::cobject::get_stream_length 
 **/
__declspec(naked) void __cdecl   sub1006() {
	__asm {
		xor     eax, eax
		inc     eax
	aloop:
		shr     dword ptr [esp+0x04], 7
		cmp     dword ptr [esp+0x04], 0
		jz      goback
		inc     eax
		cmp     eax, 4
		jb      aloop
	goback:
		retn
	}
}
__declspec(naked) void __stdcall get_network_header() {
	__asm {
		push    esi
		mov     esi, [ecx+0x08]
		push    edi
		push    dword ptr [esi+0x1c]
		call    sub1006
		push    dword ptr [esi+0x18]
		mov     edi, eax
		call    sub1006
		pop     ecx
		pop     ecx
		lea     eax, [edi+eax+0x0d]
		pop     edi
		pop     esi
		retn
	}
}
__declspec(naked) void __stdcall get_stream_length() {
	__asm {
		push    esi
		mov     esi, [ecx+0x08]
		test    esi, esi
		jnz     get_header_size
		xor     eax, eax
		pop     esi
		retn
	get_header_size:
		call    get_network_header
		add     eax, [esi+0x18]
	        pop     esi
		retn
	}
}
11/28/2014 17:06 Caesarw#2
Patterns updated.
12/07/2014 03:43 napoli89#3
I don't understand ..
Can you explain this for me? i try to find some hack for Mabinogi but i can't find anything, can you help me?
12/07/2014 05:30 lilaznboy2#4
Quote:
Originally Posted by napoli89 View Post
I don't understand ..
Can you explain this for me? i try to find some hack for Mabinogi but i can't find anything, can you help me?
This won't do you any good.
12/07/2014 11:33 tliu0c#5
Just letting u know that there is no point in having trailing wildcard at the end of the pattern. You can remove it and get the same result.
12/08/2014 08:23 prorogerowen#6
tliu0c, can send me alternative download link for AlissaFix, as i sent request to mediafire but it seems like you doesn't accept it yet
and maybe if you have the source code project in VS2012 or other version, send it to me together if you allow.
Thanks, as I found this forum today, still got many threads gotta read, not very sure about the rules X.X
12/08/2014 19:11 Caesarw#7
Quote:
Originally Posted by tliu0c View Post
Just letting u know that there is no point in having trailing wildcard at the end of the pattern. You can remove it and get the same result.
:D
12/13/2014 10:32 anonentity#8
Sorry but I can't seem to find the pattern_search function in AF.
Which version is this?
12/13/2014 11:21 Caesarw#9
Quote:
Originally Posted by anonentity View Post
Sorry but I can't seem to find the pattern_search function in AF.
Which version is this?
it may be PatternSearch, can't remember.
12/13/2014 22:14 anonentity#10
Quote:
Originally Posted by Caesarw View Post
it may be PatternSearch, can't remember.
OK. Thanks. BTW could you please give me some hint on how to find these patterns? For example the tools (OllyDbg?), OS (32bit Windows?) and perhaps some general guides?
Thanks.
12/13/2014 23:32 lilaznboy2#11
CTRL+F
01/14/2015 01:55 Joesanta#12
ctrl+f didnt help ;c
[Only registered and activated users can see links. Click Here To Register...]
02/08/2015 17:55 fxyu#13
Did any know the new searching pattern of TCMessage?
I tried this searching pattern in cheatengine and only return one result.
But, I modify AF and I crash when I loggin. Can any one give me some clue?