Is there a way to remove the /move list?
I mean that list that shows when you press M.
Also, same question for key C, can you make it so that stats won't show?
(I'm making a custom stat screen).
Is there a way to remove the /move list?
I mean that list that shows when you press M.
Also, same question for key C, can you make it so that stats won't show?
(I'm making a custom stat screen).
Ofc. Need some research for main, cuz there are 2 function that seems be related with that feature.. First is "Interface Draw" Second "Mouse Over over interface"... So..
Hey, thanks for the help!
Where did you find that line?
I'm using 1.03k
example: MoveList = 2,Code:#define pWindowThis ((LPVOID(*)()) 0x007747FF) #define pCheckWindow ((bool(__thiscall*)(LPVOID This, int Code)) 0x00772B6D) #define pCloseWindow ((int(__thiscall*)(LPVOID This, int Code)) 0x007736EC) #define pOpenWindow ((int(__thiscall*)(LPVOID This, int Code)) 0x00772D47)
find asm:
push 2
call pWindowThis
u can try nop or rewrite code to disable warp window
Edit: Working great, disabled MoveList (2) and Character Stats Window (16) with the OpenWindow func.
It works on both pushing the key and pressing the button situations :)
Last edited by martinx09; 07-08-17 at 08:39 AM.