how to remove enc check

11/18/2010 00:40 quenio#1
I wonder if someone can remove the check enc, I tried several times but could not.
11/22/2010 13:18 [GM]DeathAngel#2
what cabal are you trying to hack lol..i bet this is the cabalmain.exe from Trinity Cabal ahahha...you also posted on Rage Zone:P
11/22/2010 22:32 quenio#3
no man,
12/12/2010 12:00 krotkin#4
Just look for strings :) and after u found one check upper should be something JE or JNZ
change it to JMP and u`re done :)

normaly its would be look like

Code:
if SumOf(Enc) = AllCool then
..
..
 some code
..
..
else
 begin
  ShowMessage('Enc file corupt bla bla');
 end;
so u only need skip this part

Code:
else
 begin
  ShowMessage('Enc file corupt bla bla');
 end;
should be very easy just take your time :) and be patient nothing hard there