so pain stacking hard.
[s]I am thinking of just making a empty dll in C++ and try loading it up. instead of XTrap.dll maybe this will work. with empty imports
I think only need
XProc3, XProc4, XProc9[/s]
screw that even harder lol
I'll i'll try some higher function.
[update] still haven't been able to start game successfully but with around 3 patches. I got up to the game skill loader "SkillData0.bin".
Then comes UI/PI.bin loading
Found bin encryption and crypt table woo lol.
Found a little trick open the AikaClient.log and breakpoint the most next to last messages in ollydbg to see how far you go to avoid endless stepping.
I get up to
Code:
04/08 00:40:37 - Read ItemList..OK
04/08 00:40:37 - Read Skilldata..ok
04/08 00:40:37 - Read PI..OK
04/08 00:40:38 - Init ServerList
04/08 00:40:38 - Init Timer Manager
04/08 00:40:38 - Init Render Device
04/08 00:41:38 - VertexShader HW Accel Enabled
can't get up to Network Manager yet.
These are my xTrap bypass patches so far.
Code:
005C3BCC -> NOP (Xtrap higher function)
005C3BFB -> JNZ (skips termination some check)
0041D9DE -> JNZ (Xtrap messagebox skip)
Dwar maybe you can tell me what I'm missing
---------- Post added at 09:06 PM ---------- Previous post was at 01:42 AM ----------
Sorry for double posting but I didn't want to make a new topic lol.
Thanks to Dwar's hints and help I finally managed to load Aika Online without Xtrap, I didn't believe it at first had to load up Cheat Engine and run speed hack on 99.0 and the login user/pass blinker was going crazy lol.
There is still one thing I missed because It terminates the process in 30 seconds. but thats plenty of time to step threw encryption one line at a time!.