ExistedGit / Dota2Cheat

A dota 2 cheat project aiming to provide an educational example to new developers
GNU General Public License v3.0
117 stars 42 forks source link

Need update #194

Open aisgantz opened 1 year ago

aisgantz commented 1 year ago

always force close when open the scripts

krobicon commented 1 year ago

A couple things I have found that may be causing crashes even after updating sigs: Offset for UIEngine Panel List is now 0xf0 from 0xf8 Pointer to MinimapRenderer is now at 0x28 from 0x20 SetRenderingEnabled index now 93 from 92

juzjus10 commented 1 year ago

A couple things I have found that may be causing crashes even after updating sigs: Offset for UIEngine Panel List is now 0xf0 from 0xf8 Pointer to MinimapRenderer is now at 0x28 from 0x20 SetRenderingEnabled index now 93 from 92

Were u able to inject without crashing with that new offset?