How to Delay DLL Injection?
Hello all... I've been thinking how to delay dll's injection and then automatically injecting dll's after a specified executable run about 10 minutes in a future... Is there someone have a clues about it... I do very new in vb's... Thank for all attentions an long live mpgh.net...
Thread.Sleep(10 * 1000)
rocketscience! :cooleyes:
[highlight="VB.Net"]System.Threading.Thread.Sleep(1000) 'wait 1 second[/highlight]