Hello,
To fix this problem, you can make the following alteration:
File: Form1.vb
Line: 290
OLD:
If MyStr.Contains("ShellShock Live") Then
CHANGE TO THIS, NEW:
If MyStr.Contains("ShellShockLive") Then
This focus problem is happening, becuse devs of the game changed the game window title.