Originally posted by ultimatehaker@May 11 2005, 16:20 i can do it, i am making my own server wich is working, kinda im on it for 5 mins lvling like u do then my server crashes on low memory i think im not releasing enough resources i dunnno
i can do it, i am making my own server wich is working, kinda im on it for 5 mins lvling like u do then my server crashes on low memory i think im not releasing enough resources i dunnno
i would like to see the server code ( and the packet structure )
maybe you could write a litle tutorial about the structure ?
Quote:
hey uti
why dont u make a tutorial for it?
it will help us so much
i thought this was a tutorial
Quote:
do u think 4.55GHz and 2048MB ram is enough ?
its a programming fault
you have to have unlimited ram if he doesent release the ressources so it won`t work until he releases some
Originally posted by BadBoY_AC+May 11 2005, 20:15--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (BadBoY_AC @ May 11 2005, 20:15)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--ultimatehaker@May 11 2005, 16:20 i can do it, i am making my own server wich is working, kinda im on it for 5 mins lvling like u do then my server crashes on low memory i think im not releasing enough resources i dunnno
do u think 4.55GHz and 2048MB ram is enough ? [/b][/quote]
OMG is there 4.5ghz already!!!! im so behind, all the **** and gaming are really affecting me
looks like a bad case of OCing to me :P
That is a 3.2 chip that you OCed to hell
and ruined some performance on
Set your FSB back to 400 and go from there.
Trust me, if you leave the FSB at 400 and THEN OC, you will be a much better performance from that 3.2 chip.
What kind of cooling are you using for that kind of overclocking job? I don't see how you could do that on air cooling. You would be running at 150 degrees +
Hi. I am like a newbie cracker. I just thought I'd ask for some tips on this cracking job you guys did.
First of all, I read the documentation on the encryption/decryption routine. Thanks for that.
Question 1:
--------------
Public keys- Are these the same public keys that they have posted on the MIT server under netdragon? I found them but they are 1024bit encrypted keys and don't look similar to the ones in the doc.
Question 2:
--------------
Well, originally I was going to ask for the explanation behind finding the encryption routine algorithm but that is probably too much. So, I'll just ask if there are any tutorials on decrypting server-client packets (not necessarily in general, just an example). I couldn't find any on the web..
Originally posted by steenpat@Jun 26 2005, 23:10 Hi. I am like a newbie cracker. I just thought I'd ask for some tips on this cracking job you guys did.
First of all, I read the documentation on the encryption/decryption routine. Thanks for that.
Question 1:
--------------
Public keys- Are these the same public keys that they have posted on the MIT server under netdragon? I found them but they are 1024bit encrypted keys and don't look similar to the ones in the doc.
Question 2:
--------------
Well, originally I was going to ask for the explanation behind finding the encryption routine algorithm but that is probably too much. So, I'll just ask if there are any tutorials on decrypting server-client packets (not necessarily in general, just an example). I couldn't find any on the web..
Thanks.
this is a tutorial, you just have to know what to do with the information given
BOI Packet Encryption 09/28/2011 - Battle of the Immortals - 13 Replies I've made some research about the packet encryption used in this game and I thought I'd share them.
BOI uses a simple XOR-Algorithm. Each byte of a packet is being XORed with the value of the previous byte. The first byte of every packet indicates its length. Furthermore the first byte of the very first packet sent after the connection was established is being XORed with the value 0xCD.
Example:
Let's say the client sends this packet right after connecting to the server.
0x06 0xA7 0x57...
Packet encryption. 06/22/2009 - Shaiya - 2 Replies Not sure if anyone has tried making a proxy yet, other than the one that is stickied (which is injected and I imagine directly hooks the games send function bypassing the need for encryption?).
Anyway, just curious if anyone knows what sort of encryption is being used on packets?
US server for the record.
Help with Packet Encryption? 04/16/2009 - General Coding - 9 Replies can someone help with these packets? im completely lost lol.i typed in A,B,ABC aand recorded the 3 packets
A
2C 35 52 66 BF 66 15 E1 2C 3A D6 AD E3 29 82 A9 BC C5 EE F5 90 A9 1A 71 0C CD 06 3D FC 3A F6 5C A7 A1 4C 30 63 CD 03 AE 12 A6 20 88 1E C0 E8 95 19 F3 3D A7 42 3A 09 22
B
A7 9E F9 6D D4 5D 9E 6A F7 81 0D D6 B8 22 D9 52 57 8E E5 9E 9B 92 31 9A 97 F6 DD 46 A7 11 ED A7 6C 8A E7 7B 08 F6 48 65 09 EE C8 80 76 78 00 1D 81 8B 85 BF 79 F2 D1 BA
Packet Encryption 02/22/2007 - General Coding - 4 Replies so heute mal nichts zu tun also hab ich mal nach einem opfer ausschau gehalten und stieß dabei auf steam
steam ist wie vermutlich jeder weiß eine online platform zum kaufen und spielen von spielen
einige dinge die ich mir ueberlegt hab:
steam bruter
no-recoil hack fuer cs
ein steam bruter gab es soweit ich weiß noch nicht und koennte sich als sehr nuetzlich erweisen natuerlich sollte er interface unabhaengig sein und rein auf packet basis arbeiten
keke wireshark angeschmissen...
Packet encryption 09/19/2005 - Lineage 2 - 1 Replies Hi,I'm trying to make a simple L2 bot, but i got stuck in begginning - in the packet encryption. I rewrote the l2j login thread sources (those about encryption) but it doesn't work. Has anyone any description of L2 packet encryption. And second question - what Init packet (server packet,nr. 0) means? I guess that it something related with encryption, but in l2j sources that packet content is hardcoded.
Thanks for replies (if any ;) )