designer1337 / csgo-cheat-base

simple csgo internal base.
MIT License
242 stars 50 forks source link

insecure injection is crashing since last upd #60

Closed sovissa closed 4 years ago

sovissa commented 4 years ago

globals = **reinterpret_cast< c_global_vars_base *** >( ( *reinterpret_cast< uintptr_t ** >( client )[ 11 ] + 10 ) );

this line seems crashing, is indexes was updated?

designer1337 commented 4 years ago

0 + 27

jon4dev commented 4 years ago

Idk why but 11 + 10 works fine for me but 0 27 im getting insta crash?

sovissa commented 4 years ago

globals = reinterpret_cast< c_global_vars_base ** >( ( reinterpret_cast< uintptr_t >( client )[ 0 ] + 0x1F ) ); working fine (tested in insecure mode)