Search:

Type: Posts; User: ohhello

Search: Search took 0.00 seconds.

  1. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    i worked around the other crash bugs ive run into, which includes logging and exp-based crashes. I also fixed the exp window so it will calculate exp/hour and such. I started adding in support to...
  2. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    This puzzle has been solved. Perhaps not elegantly, but it works.

    here's a patch for showeq 5.2.2.0:
    http://s000.tinyupload.com/?file_id=82338680233971885187

    Be sure to do a 'make install' to...
  3. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    news flash

    the client cleartexts the key to the the server in the login packet.

    Jul 09 2014 13:51:22:888 [Decoded] [Client->Server] [Size: 464]
    [OPCode: 0x4dd0]
    [Name:...
  4. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    Also of note, between the time that the client sends the ClientZoneEntryStruct in plaintext and the server sends back CharInfoStruct, the server now sends a packet with opcode 1234 that did not exist...
  5. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    So it's pretty easy to get your session key from a combination of ClientZoneEntryStruct which is in cleartext and the ServerZoneEntryStruct which contains the player name with the XOR encryption....
  6. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    I was going to try your XOR method but I can't seem to keep SEQ from crashing before the client finishes loading. Have you checked world and zone data for the presence of your key in any packets?...
  7. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    yup, spawn data is surely encrypted now. dsetup.dll ballooned by almost 1MB since last release and it already foils debugger hooks so unless someone can deobfuscate and disassemble the dll and...
  8. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    So, bad news.

    Just looked at it again and I do have some zone logs from pre-patch.

    Before:



    May 18 2014 xx:xx:xx [Decoded] [Server->Client] [Size: 38500]
    [OPCode: 0x2e78]
  9. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    Looking at the two opcodes you mentioned it doesn't look like either of them are the wrong size. The first struct is a spawnStruct which is 385 bytes (the comment in the header must be off because...
  10. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    I think that giant opcode is the result of a memory leak in SEQ due to the struct sizes being wrong. If you do zone log file you can clearly see that the spawns and such are not encrypted, including...
Results 1 to 10 of 10