Closed dxxxxy closed 3 years ago
Because you need to update offets. Check under issues - if you have a visual studio you can edit the given data within 10 sec and compile it up yourself :)
edit :
here from one of our contributors, what to do :
Update these sigs: Open autoupdater.cpp and replace SkinId, and characterdatastack_update to these:
SkinID: 80 BE ? ? ? ? ? 75 4D 0F 31 33 C9 66 C7 86 ? ? ? ? ? ? 89 44 24 18 33 FF CharacterDataStack_Update = 83 EC 2C 53 56 57 8D 44 24 28
Because you need to update offets. Check under issues - if you have a visual studio you can edit the given data within 10 sec and compile it up yourself :)
edit :
here from one of our contributors, what to do :
Update these sigs: Open autoupdater.cpp and replace SkinId, and characterdatastack_update to these: SkinID: 80 BE ? ? ? ? ? 75 4D 0F 31 33 C9 66 C7 86 ? ? ? ? ? ? 89 44 24 18 33 FF CharacterDataStack_Update = 83 EC 2C 53 56 57 8D 44 24 28
aah thats a shame, i uninstalled it not long ago, i guess i have to wait till dev updates them?
You can do either that or you take a risk and download updated version. Check issues where someone posted it. But of course it on your own risk. You can always go for trial visual studio and update it yourself. This shit (almost) changes every major patch so it's handy to have it :).
Also there is a guy who did fork of this and 'redeveloping' it (also under issues somewhere)
Cheers
You can do either that or you take a risk and download updated version. Check issues where someone posted it. But of course it on your own risk. You can always go for trial visual studio and update it yourself. This shit (almost) changes every major patch so it's handy to have it :).
Also there is a guy who did fork of this and 'redeveloping' it (also under issues somewhere)
Cheers
alright, thanks for the fast response. have a great day
so uh i replaced the offsets and now i crash everytime it injects
Try to :
extra :
try everything, even tried using a fork of this which improved the situation by not making me immediately crash, but crash later in 3mins. everytime the error in the injector is "failed to alloc space"
Weird. I cannot help you at this point on because it works for me - did not really sink into this, just using it.
Also checked it out right now in custom game just to make sure i am not trolling you and it works. I'm sorry mate.
Btw ... even for me it says : [-] Failed to alloc space! after every game ... but ingame it's ok - did you try to press INSERT?
Btw ... even for me it says : [-] Failed to alloc space! after every game ... but ingame it's ok - did you try to press INSERT?
no it instantly crashes when everyone spawns (after 100% loading)
but i have a question, when are you supposed to inject? i just keep injector open all the time and it injects by itself after champ select when the game starts loading
misclick
You are supposed to have it open for nonstop. Then it will detect the game and inject - after the game it will say failed to alloc ... and when you go another game it will say successfully injected etc. So you are 100% sure you download fork .zip package with executables and ran .exe as administrator and it does not work? Are you using windows 10 or any other os? It works on win10 - really have zero clue why would it crash. Delete everything in temp folder / restart pc ... dunno what the hack could cause that tbh.
misclick
Maybe you replaced the sigs to change are always above the defined name, never below
these are how my sigs look, and yes im using win10
You changed data stack. You need to chamge data stack update, not data stack!!!
You changed data stack. You need to chamge data stack update, not data stack!!!
oh crap, i did not pay attention to that, do you have the old characterdatastack sig so i can replace it?
nvm i got it ill go try it out right now
Restore your character data stack to original: "8D 8E ? ? ? ? FF 74 24 4C" and change these again:
SkinID: 80 BE ? ? ? ? ? 75 4D 0F 31 33 C9 66 C7 86 ? ? ? ? ? ? 89 44 24 18 33 FF CharacterDataStack_Update = 83 EC 2C 53 56 57 8D 44 24 28
https://i.imgur.com/xhKJ8gq.png https://i.imgur.com/oz6XlT3.png
Restore your character data stack to original: "8D 8E ? ? ? ? FF 74 24 4C" and change these again:
SkinID: 80 BE ? ? ? ? ? 75 4D 0F 31 33 C9 66 C7 86 ? ? ? ? ? ? 89 44 24 18 33 FF CharacterDataStack_Update = 83 EC 2C 53 56 57 8D 44 24 28
https://i.imgur.com/xhKJ8gq.png https://i.imgur.com/oz6XlT3.png
it works flawlessly thank you! appreciate the support for such a dumb mistake haha
Injector says
[+] Injected successfully!
. However pressing Insert does nothing.