ADAL13 Posted February 13, 2008 Posted February 13, 2008 sltbnjr the scripts do a XOR to user and password no? or what it do exactly? Thanks 4 answer Quote
sltbnjr Posted February 13, 2008 Author Posted February 13, 2008 no, the chronicle protection is a xor on all the game server packets Quote
kuako300 Posted February 13, 2008 Posted February 13, 2008 Because if I release packs then you don't learn anything at all and you'll be requesting a walker pack for whatever other server in 2 days. I never released any pack and never will. I understand you... But I still think there is a problem on script or proxy/filter configuration... Can you tell us how to configure the proxy/filter detailed? and can u re-check scrip? Quote
sltbnjr Posted February 13, 2008 Author Posted February 13, 2008 oh my god I seriously apologize to everyone who tried to make it work, a huge mistake somehow appeared in the script I posted, due to the forum.. eh. sorry everybody for wasting your time, script corrected. I used [ quote ] instead of [ code ] and it replaced [i ]'s for italics, lol Quote
destay Posted February 13, 2008 Posted February 13, 2008 lol nice one xD atleast we found the error :P thx for helping :) Quote
kuako300 Posted February 13, 2008 Posted February 13, 2008 oh my god I seriously apologize to everyone who tried to make it work, a huge mistake somehow appeared in the script I posted, due to the forum.. eh. sorry everybody for wasting your time, script corrected. I used [ quote ] instead of [ code ] and it replaced [i ]'s for italics, lol Hey man :D thank you!!! I told you! xDDD but now everything is OK ^.^ Quote
sltbnjr Posted February 13, 2008 Author Posted February 13, 2008 yea that was very bad on my parts 2 mistakes in the original post I'll double check everything next time np Quote
kuako300 Posted February 14, 2008 Posted February 14, 2008 I solved the MP problem :S well... how can I use Blessing of Queen buff? Quote
vyrus Posted February 16, 2008 Posted February 16, 2008 ok man make me understend the first time you did somthing wrong but now you edited and you corect the problems and now this works?ty for your time Quote
sltbnjr Posted February 16, 2008 Author Posted February 16, 2008 it fails for me T_T it fails for you because you have 3 posts shit I wish they would just ban every single spammer on maxbastards the member count would drop by three quarter but the worthless members would be gone Quote
Boter+ Posted February 18, 2008 Posted February 18, 2008 Good script. Good job. I don't play there, but its great to see people still helping in the l2 forums. To made the script is the easy part, but, how did you get that the secuence of XOR was "XorString[((i-4) and 7)+1]"??? Thats complicated :P Quote
agus12 Posted February 18, 2008 Posted February 18, 2008 che boter me das tu msn asi me ayudas porfis ? segun lo ke dijiste te parece bien que ayuden hahahaa :lol: no entiendo una mierda -.- Quote
sltbnjr Posted February 18, 2008 Author Posted February 18, 2008 XorString contains the xor values loop 'i-4' because the encryption starts at fourth byte 'and 7' because the loop is 8 bytes long... the effect of the 'and' here is to mask the higher bits. This will result in 0-1-2-3-4-5-6-7-0-1..... '+1' because delphi indices start at 1 instead of 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.