easier way to find GetPlayerMaxSpeed offset on CSGO that nuko told me

This commit is contained in:
rtldg 2022-02-17 20:30:34 +00:00
parent 363627603b
commit bb7cde71ec

View File

@ -38,7 +38,7 @@
{ {
"Offsets" "Offsets"
{ {
// search string "#SFUI_Notice_SprayPaint_TooClose" to find IsAbleToApplySpray and then go to the next function to find GetPlayerMaxSpeed. Then calculate the vtable offset. // search string: "start %f %f %f" and then check the function call offsets above it and convert them to vtable offsets (divide by 4 most likely or whatever)
"CCSPlayer::GetPlayerMaxSpeed" "CCSPlayer::GetPlayerMaxSpeed"
{ {
"windows" "506" "windows" "506"