[REQUEST] How to turn off version check in ps_login

07/26/2018 18:00 [ADM]Beno™#1
Hello guys !

I wondering how to hook /vchkoff into ps_login ?
I want to hook it into ps_login who has fixed injection and exploits


Thank you if you guide me :handsdown:
07/26/2018 20:15 [MXD]Takeshi#2
Quote:
Originally Posted by [ADM]Beno™ View Post
Hello guys !

I wondering how to hook /vchkoff into ps_login ?
I want to hook it into ps_login who has fixed injection and exploits


Thank you if you guide me :handsdown:
remove /vchkoff ???

Code:
ps_login.exe+5E5E - C6 05 88D44400 01     - mov byte ptr [ps_login.exe+4D488],01 { 1 }
replace 01 with 00

Code:
ps_login.exe+5E5E - C6 05 88D44400 01     - mov byte ptr [ps_login.exe+4D488],00 { 0 }
now /vchkoff is always turn on