lstrsrt / csgo_internal_base

Yet another internal cheat base for CS:GO. Currently unfinished.
24 stars 9 forks source link

Should init random_seed correctly #3

Closed ghost closed 2 years ago

ghost commented 2 years ago

https://github.com/lstrsrt/csgo_internal_base/blob/ebc6c9de53886e3af1f2c83998b56d5cc062092d/core/features/prediction.cpp#L40

*seed = cmd->random_seed;

lstrsrt commented 2 years ago

Fixed, thanks. Did you resolve the chams issue?

ghost commented 2 years ago

Fixed, thanks. Did you resolve the chams issue?

I just commented out the DME hook, as I don't need it now, I am coding a cheat in another language and I use your base to test (memory addresses, etc.).