iseekwonderful / csgoGlow

Simple macOS CSGO glow hack
111 stars 66 forks source link

Not working? #47

Closed sulik12345 closed 8 years ago

sulik12345 commented 8 years ago

I used it for 3 days, and now it just stopped working.... Idk... CSGO wasnt updated or anything. Anyone else having these issues? I tried the updated version aswell

sulik12345 commented 8 years ago

I found the offsets of

uint64_t glowInfoOffset = 0x594A900; uint64_t LocalPlayerBase = 0x513B038; uint64_t playerBase = 0x50B5288;

Could someone please check and confirm?

gabsens commented 8 years ago

uint64_t playerBase = 0x50B7678;

according to https://github.com/iseekwonderful/csgoGlow/issues/43

ghost commented 8 years ago

Latest offsets as of July 15th, 2016 uint64_t glowInfoOffset = 0x594A900; uint64_t LocalPlayerBase = 0x513B038; uint64_t playerBase = 0x50B7678;

THESE are working. @sulik12345 your playerBase if off somehow...

sulik12345 commented 8 years ago

Thanks tr1kyyy! I wasnt sure how to find the player base.....

ghost commented 8 years ago

@sulik12345 I am using @gabsens pattern detector. Works like a charm. Thank him, not me.

sulik12345 commented 8 years ago

@tr1kyyy I found the scanner, but could you tell me how to use it? Doesnt provide information on how to use. Do I launch CSGO with -insecure then build it in Xcode?

ghost commented 8 years ago

@sulik12345 Build the project with the g++ command. Then run it with sudo.

gabsens commented 8 years ago

@sulik12345 read all of this

https://github.com/iseekwonderful/csgoGlow/issues/43

sulik12345 commented 8 years ago

@gabsens Im bad at looking for things xD Thanks! I favorited the video. Btw, I saw one of your videos about no recoil, will you ever upload that to here?

ghost commented 8 years ago

@gabsens Aimlock would be amazing. Would you ever plan to release it?

ghost commented 8 years ago

@gabsens I've commented on a few of your videos asking if you would ever release your project. Make it a challenge or a riddle to get it working so only those who work for it can get it to work. I appreciate your work and I am deeply interested in a functional aimlock.

Galenika commented 8 years ago

@tr1kyyy @sulik12345 where are those videos?