Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/26/15 in all areas

  1. Just started using this, makes everything so much easier to read.
    1 point
  2. - script leveling_control -1,{ OnNPCKillEvent: .@range = BaseLevel - getmonsterinfo( killedrid, MOB_LV ); .@range = .@range < 0 ? -.@range : .@range; if ( .@range < 10 ) { .@base = getmonsterinfo( killedrid, MOB_BASEEXP ); .@job = getmonsterinfo( killedrid, MOB_JOBEXP ); if ( .@base > 0 ) set BaseExp, BaseExp + .@base * 35 / 100; if ( .@job > 0 ) set JobExp , JobExp + .@job * 35 / 100; } end; }
    1 point
  3. Hello i am Leinadz, Im expert about files programming using C++ and Pascal. READ THIS I can see other people having a problem in decrypting their GRF especially if you forgot to backup your GRF and accidentally encrypt it, then they can't find a way to Decrypt it. So i made my own program that has GRF Encryptor/Decryptor and Client Profile Configuration that only your client can read your Encrypted GRF. Im Developing it right now because i only started today making this program. The concept of this program is still weird and ugly because im only testing my GRF file to be encrypt. But if everything i finalize , then i will start designing my Program . ENCRYPTING GRF I will try to encrypt pal1.grf. This will be the result if GRF Extractor will view the Encrypted GRF. DECRYPTING GRF 1. Ok, ill try to Decrypt the Encrypted Pal1.grf What will i add to my program? GUI ( To put buttons , designs, and etc in my Program to make the program more easier to use ) Client Profile Configuration ( That only your client can be able to read your Encrypted GRF ) Speed Encryption Anti-crack Encrypt Patch files ( Such as Spr files , Act files , Lub files , and other files from Data folder) Then thats it PLS.. FEEDBACK
    1 point
×
×
  • Create New...