Windows 8/10 Client Support Fix

Initiate Mage
Joined
Dec 15, 2019
Messages
3
Reaction score
0
hi im trying to understand what to do here and how to fix this problem i don't understand here anything, could any1 clarify this? ty
 
Junior Spellweaver
Joined
Nov 16, 2010
Messages
144
Reaction score
72
hi im trying to understand what to do here and how to fix this problem i don't understand here anything, could any1 clarify this? ty

1. Try to make a proxy dll (find a thread in this forum, i remmeber there is already have a thread to guide you how to make proxy dll)
2. Search on google how to Detour a function with MSDetour
3. Using my code above to Detour win32's function "GetModuleFileNameW"
4. Insert detour code to proxy .dll
5. Build proxy .dll file and put it into game folder
6. Enjoy with the game.

btw: you should have a little knowledge of C++ to do all the step above
 
Newbie Spellweaver
Joined
Oct 13, 2006
Messages
94
Reaction score
9
Im trying to set my using Client to start in Fullscreen again. It is the HeavenMS Localhost EXE (v0.83).
Using "OllyDbg" with the following Address : 009F7A9B

Now i try to change it back to be Fullscreen :

MOV EAX,0
change to
MOV EAX,DWORD PTR DS:[BF1AC8]

But it will not work and i get a Error from "OllyDbg" : Unknown Identifier

Can anyone help me please?