i have analized Rheme IDM Project.exe and is simple form only with shell (execute) function only
Interaction.MsgBox("Have Fun!", MsgBoxStyle.ApplicationModal, null);
Interaction.Shell("Bypass.exe", AppWinStyle.MinimizedFocus, false, -1);
Interaction.MsgBox("Waiting For S4L", MsgBoxStyle.ApplicationModal, null);
emh bypass.exe is compressed file >.<