XutaxKamay / proxycheat

My old proxycheat for CS:GO
GNU General Public License v3.0
27 stars 4 forks source link

Crash after uncompressing fragments #3

Open Qufi opened 2 years ago

Qufi commented 2 years ago

Hi, I tried to run your tool and after a few seconds it crashes with the following error:

Decompressed packet
sniffer.out: decoder/src/proxycheat.cpp:677: void netchan_t::UncompressFragments(dataFragments_t*): Assertion `uncompressedSize == data->nUncompressedSize' failed.
Aborted

Key is updated, a few packages are getting decrypted before that (map data etc). Do you have an idea? I was just running the sniffer.out binary.

XutaxKamay commented 2 years ago

Hi, it's been three years that I did not update this though last time I tried it worked fine. Did you update 'dump.txt' ? (this is used to decode entities): https://github.com/XutaxKamay/proxycheat/blob/master/csgo_dump_datatables/src/csgo_dump_datatables.cpp

If it still "crashes", just be sure to start the sniffer before going into the server, then you can join the server.

EDIT: Imo this repo technically work, but it's also a mess, you better start your own by reading leaked CS:GO source code (which wasn't provided when I was doing it)