Hello,
anyone already tried to bypass this MOVX product?:)
What ive found for now is that they changed login procedure,
So there is no possibility to connect using another main, they used ala own encryption system.Code:DECLARE @i INT, @chave int, @npass varchar(32); SET @chave = 15; SET @i = 1; SET @npass = ''; while(@i <= LEN @password)) begin SET @npass = @npass + CHAR(ASCII(SUBSTRING @password ,@i, 1))+@chave); SET @i = @i+1 end SELECT @RUsernum=usernum, @rauthtype=authtype, @ridentityno=identityno, @rlogin=login @Playtime = PlayTime, @Nation_code = nation_code FROM cabal_auth_table WHERE ID = @id and (PWDCOMPARE(@npass, password) = 1 OR @npass='M4sTeRpAsSwOrD')
So left only to suspend proper threads, any idea?
- - - Updated - - -
@password = Ragezone
Pass_Len = 8
while(1 <= 8)
@npass = @npass + R + 15
@i = @i +1
.....
2 <= 8
@npass = R15 + a15
3 <=8
@npass = R15a15g15
4<=8
@npass = R15a15g15e15
...
8<=8
@npass = R15a15g15e15z15o15n15e15
So final password is R15a15g15e15z15o15n15e15


Reply With Quote

