G-RO Posted December 4, 2020 Share Posted December 4, 2020 Hello Everyone, Good day! Im just wondering if someone knows how to place an Image when opening the Exe. like what gameguard doing. I want to placed my own banner when opening my client. btw im using 2018 clients thank you! Quote Link to comment Share on other sites More sharing options...
0 Ai4rei Posted December 4, 2020 Share Posted December 4, 2020 (edited) Create a thread in a DLL, that displays a topmost window with a bitmap in it and close it when the main window is created (which can be detected in various ways, for example polling with FindWindow). That DLL must be added to client's imports (or recycle an existing one if you know how). Edit: For example like this: https://github.com/ai4rei/splash Edited December 6, 2020 by Ai4rei 1 Quote Link to comment Share on other sites More sharing options...
0 Froost Posted December 4, 2020 Share Posted December 4, 2020 use paint in black dll custom https://rathena.org/board/topic/118729-client-mods-paint-it-black/ Quote Link to comment Share on other sites More sharing options...
Hello Everyone,
Good day!
Im just wondering if someone knows how to place an Image when opening the Exe. like what gameguard doing.
I want to placed my own banner when opening my client.
btw im using 2018 clients
thank you!
Link to comment
Share on other sites