As per private request, patches for 2015-09-16aRagexe (unpacked):
// long jmp (1)
F:85C00F85????FFFF6A11
R:85C00F85000000006A11
// short jmp (3)
F:85C075??6A11
R:85C075006A11
Which is basically the same, as above, except that the long jmp is negative. For wild-card impaired hex-editors the patches are:
F:85C0752F6A11
R:85C075006A11
F:85C075396A11
R:85C075006A11
F:85C00F8528FEFFFF6A11
R:85C00F85000000006A11
F:85C0752F6A11
R:85C075006A11
The key sequence for this patch is:
CALL <150916A.CSession::IsSiegeMode>
TEST EAX,EAX
JNZ <150916A.+??>
PUSH 11 ; /Key = VK_CONTROL
CALL NEAR EBX ; \GetAsyncKeyState
Where the call to GetAsyncKeyState may take various forms.