csgoGlow icon indicating copy to clipboard operation
csgoGlow copied to clipboard

index issue?

Open jurupa opened this issue 4 years ago • 8 comments

Anyone having issues on finding new index? I am trying here but still get the same AD48 and already tryed A2E0 and nothing yet....

jurupa avatar Jun 05 '20 00:06 jurupa

Same here =(

Fmostkill avatar Jun 05 '20 00:06 Fmostkill

Found the Client.dylib address: 0x0 Module should end at 0x0

Fmostkill avatar Jun 05 '20 01:06 Fmostkill

Same, Found the Client.dylib address: 0x0 Module should end at 0x0

Doesn't work =(

Anyone knows how to fix this?

yxungenergy avatar Jun 05 '20 13:06 yxungenergy

try 0xA428 seen the offset on updated dumpers but haven't tested it out myself will try it out when i get up tmr but make sure client_panorama.dylib is changed to client.dylib

jakobe15 avatar Jun 06 '20 08:06 jakobe15

i can confirm the offset is still 0xAD48 changing from client_panorama.dylib to client.dylib fixed the issue:

refere to issue: #298

Fricker95 avatar Jun 06 '20 15:06 Fricker95

Thanks a lot @Fricker95! You did a good job explaining issue #291 about changing the lines in main cpp. I just tested the changes to the dylib found in issue #298 and it worked too - well done =)

Could you explain how to know the new changes to the offset or dylibs?

yxungenergy avatar Jun 06 '20 15:06 yxungenergy

@yxungenergy the change in the dylib was pretty simple, it showed that it couldn't find the address of client_panorama.dylib so i checked this directory: ~Library/Application\ Support/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/csgo/bin/ where before the update they had client.dylib and client_panorama.dylib. With the latest update they removed client_panorama.dylib but kept client.dylib so i just changed the name in the code.

As for the offsets: if Wall works but it can't find the glowIndex (aka players don't glow as intended), they probably added features which shifted the m_iGlowIndex offset and the easiest way, if you don't have an internal hack to get the offsets is to iterate over the offset until you see players glow again. I describe this in detail in issue #291

also I created a fork of this project which includes: -anti flash -prevents memory leaks -allows you to run the hack without getting into a game and will load the glowObject when available (aka when you enter a game) -and fixed issues where the hack wasn't terminating when the csgo was closed.

https://github.com/Fricker95/csgoGlow

Fricker95 avatar Jun 06 '20 18:06 Fricker95

were the offset changed again?

xcpz avatar Jun 11 '20 21:06 xcpz