Jump to content
  • 0
G-RO

How to add Splash Image when the exe is opening

Question

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

2 answers to this question

Recommended Posts

  • 0

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 by Ai4rei
  • Love 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.