-
Active Member
yup same runtime error.. rip
-
Corporal
Originally Posted by
datz
yup same runtime error.. rip
Updated, I pushed to github, I made the code VERY nice and I tested on my machine and another machine. It works on both machines, if this doesn't work then you didn't install visual c runtime 2015 or god knows what. I just hope it isn't a bug on my end if it doesn't work this time.
Here is the latest version:
(I added map hack offset to the console, but map hacks don't work yet)
PHL 1.26.16.zip
-
Member
Still not working :/
I have visual runtime 2015.
It succes to inject but make my poe crash after i try to login
Last edited by magicneo; 01-26-2016 at 03:41 PM.
-
Corporal
Originally Posted by
magicneo
Still not working :/
I have visual runtime 2015.
It succes to inject but make my poe crash after i try to login
edit2:
Ok the problem seems to be that sometimes some offsets get found that are not actually the ones I am looking for, this is because the search pattern I use is too short and might come up with multiple results sometimes.
This is just a hypothesis so I extended the array of byte search.
Also sorry all these problems are happening, I only tested it on my machine and it always works 100% with all the versions, I should probably run a vmware machine to test on other machines.
Updated:
bypass+maphack 1.26.16.zip
Last edited by elyas10; 01-26-2016 at 05:36 PM.
-
Active Member
that doesnt work either ^^
-
Banned
+1, not works. Old version requires vcruntime140d.dll, which isnt in any vc++ 2015
-
Member
-
Corporal
Originally Posted by
shogo
+1, not works. Old version requires vcruntime140d.dll, which isnt in any vc++ 2015
The newer version I uploaded doesn't:

Only runtime dll required.
Also after the update this still works as a bypass
-
Active Member
ur newest version doesnt even give me the cmd prompt lol
-
Active Member
yep, it don't work - crashes poe everytime.
Сигнатура проблемы:
Имя события проблемы: BEX
Имя приложения: PathOfExile.exe
Версия приложения: 0.0.0.0
Отметка времени приложения: 56aac49f
Имя модуля с ошибкой: ucrtbase.DLL
Версия модуля с ошибкой: 10.0.10137.0
Отметка времени модуля с ошибкой: 556ebf74
Смещение исключения: 00075054
Код исключения: c0000417
Данные исключения: 00000000
Версия ОС: 6.1.7601.2.1.0.256.1
Код языка: 1049
Дополнительные сведения 1: 871e
Дополнительные сведения 2: 871e3cfbb4b0ce44a0f81fcfa305798d
Дополнительные сведения 3: d783
Дополнительные сведения 4: d783bcfab3bab5e6162ed53704930d93
-
Corporal
Originally Posted by
Silent_Warrior
yep, it don't work - crashes poe everytime.
Сигнатура проблемы:
Имя события проблемы: BEX
Имя приложения: PathOfExile.exe
Версия приложения: 0.0.0.0
Отметка времени приложения: 56aac49f
Имя модуля с ошибкой: ucrtbase.DLL
Версия модуля с ошибкой: 10.0.10137.0
Отметка времени модуля с ошибкой: 556ebf74
Смещение исключения: 00075054
Код исключения: c0000417
Данные исключения: 00000000
Версия ОС: 6.1.7601.2.1.0.256.1
Код языка: 1049
Дополнительные сведения 1: 871e
Дополнительные сведения 2: 871e3cfbb4b0ce44a0f81fcfa305798d
Дополнительные сведения 3: d783
Дополнительные сведения 4: d783bcfab3bab5e6162ed53704930d93
thanks, I looked this all up:
https://msdn.microsoft.com/en-us/library/abx4dbyh.aspx
and it means I should statically link the CRT, here is the that version:
bypass 1.31.16.zip
-
Post Thanks / Like - 2 Thanks
-
Active Member
finally, it worked
-
Active Member
wow nice i dont know that language but thanks for posting that sileent
works !
-
Corporal
Originally Posted by
Silent_Warrior
finally, it worked

thank god for that log, I am very glad this works now, I want to add an auto flask to this program scriptable with lua
-
Wow, this gives me a chance to fiddle around with CE. Nice!