[Tool/Web/Other] Protect your Script - pawn_protect.exe
#2

pawn Код:
void enc(char * _cEnc, int _shf)
{
     for(int i=0; _cEnc[i] != '\0'; ++i)
      _cEnc[i]+=_shf;

}
Seriously?

btw Isn't it:

pawn Код:
void enc(char * _cEnc, int _shf)
{
     for(int i=0; *_cEnc[i] != '\0'; ++i)
      *_cEnc[i]+=_shf;

}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)