Jump to content
  • 0

How to add Splash Image when the exe is opening


Onairda

Question


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.03
  • Content Count:  164
  • Reputation:   8
  • Joined:  12/30/16
  • Last Seen:  

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

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.03
  • Content Count:  164
  • Reputation:   8
  • Joined:  12/30/16
  • Last Seen:  

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:

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 
image.png.e3470b57bd6d8830e5493069505a7f87.png

image.png.5b172abaad98a35361dc873cd100d447.png

Here is the error:

image.thumb.png.9770553f8ea65b45732387fa66499e5a.png

bump thank you

done it using Visual Studio.  Thank you!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  417
  • Reputation:   354
  • Joined:  11/11/11
  • Last Seen:  

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

  • 0

  • Group:  Donators
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   136
  • Joined:  07/28/18
  • Last Seen:  

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...