Onairda Posted December 4, 2020 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
0 Onairda Posted September 22, 2023 Author Posted September 22, 2023 On 12/4/2020 at 11:10 PM, Ai4rei said: 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 On 12/5/2020 at 2:58 AM, Froost said: use paint in black dll custom https://rathena.org/board/topic/118729-client-mods-paint-it-black/ Hello sorry for the long response :D. I tried creating a custom DLL. However, I don't know how to load it using use custom DLL in NEMO, maybe you can help me? I tried loading in the DLL I've created but not working Here is the error: bump thank you done it using Visual Studio. Thank you! Quote
0 Ai4rei Posted December 4, 2020 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
0 Froost Posted December 4, 2020 Posted December 4, 2020 use paint in black dll custom https://rathena.org/board/topic/118729-client-mods-paint-it-black/ Quote
Question
Onairda
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!
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.