-
Member
Last edited by ceh430; 12-18-2016 at 02:57 AM.
-
Member
Something still wonky with player offsets...
Error: Failed to find pattern;
E8, ??, ??, 68, ??, ??, 8D, 4D, ??, 89, 45, ??, E8, ??, ??, ??, ??, 8D, ??, ??, 8B, ??, 50 !!!
-
Active Member
Try using xeno's
https://github.com/DarthTon/Xenos
I also just realized I didn't do a proper build and commit in the latest round. Basically a typo. Re-uploading build and pushing a new commit now.
Latest build:
https://mega.nz/#!f8lEiSKa!b0kY7Q-YI...xK9EGnswZil7uQ
Latest commits:
https://github.com/DaxxTrias/PHL/tree/development
Last edited by DaxxTrias; 03-14-2016 at 05:50 PM.
-
Post Thanks / Like - 1 Thanks
Skyechang (1 members gave Thanks to DaxxTrias for this useful post)
-
Member
Originally Posted by
DaxxTrias
Tried Xenos , Extreme and Remote DLL. Getting an Error everytime i attempt to Inject.
Any advice?
Update: Even tried using Cheat engine injection feature and that failed as well
Last edited by dtmajors; 03-14-2016 at 12:37 PM.
-
Active Member
I've used Xenos, remotedll, and extremeinjector.
Every one of them gives me an error. I'm running Windows 10 and running as admin.
-
Active Member
Oops seems the problem was most likely due to my dumbass spreading the debug build rather then the release one.
Here you go:
https://mega.nz/#!f8lEiSKa!b0kY7Q-YI...xK9EGnswZil7uQ
Successfully hooked it on both the steam and non-steam clients, using xenos.exe (not xenos64.exe)
Last edited by DaxxTrias; 03-14-2016 at 05:54 PM.
-
Post Thanks / Like - 1 Thanks
Skyechang (1 members gave Thanks to DaxxTrias for this useful post)
-
Member
Last edited by dtmajors; 03-14-2016 at 07:50 PM.
-
Member
Last edited by dtmajors; 03-14-2016 at 07:50 PM.
-
Member
Okay Update: I had to be SUPER fast to get results.
Here is a picture after it loads, i can actually get to login screen but i cannot click anything or control the game.
Does anyone remember what you had to type before to get access to controls?

Tried the old x,y Enter - In game but I'm unable to click anything also it's not showing the same messages about Bypassing anti-cheat as before. I really hope testing this isn't going to get my account banned.
This is what it use to look like after you injected the above is all it says now.
Last edited by dtmajors; 03-14-2016 at 07:46 PM.
-
Post Thanks / Like - 1 Thanks
Skyechang (1 members gave Thanks to dtmajors for this useful post)
-
Active Member
Unfortunately I never used this program before it got hit by the patch so I'm unfamiliar with it. My only use is the anticheat bypass portion.
Your error seems like theres more work I need to do on the input section of the code. As far as it crashing I haven't the foggiest, since I shouldnt have changed anything from Elyas' base that would do such a thing, but the input not being registered makes sense due to the compiler changes and me only doing a half assed fix.
I'll need to devote some more time to it to try and get it working.
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
DaxxTrias
Unfortunately I never used this program before it got hit by the patch so I'm unfamiliar with it. My only use is the anticheat bypass portion.
Your error seems like theres more work I need to do on the input section of the code. As far as it crashing I haven't the foggiest, since I shouldnt have changed anything from Elyas' base that would do such a thing, but the input not being registered makes sense due to the compiler changes and me only doing a half assed fix.
I'll need to devote some more time to it to try and get it working.
Well it's working it's just the timing of when you inject, thats not a big deal. I think it's the mouse hook function that's not working properly.
Thanks for all your hard work, we appreciate it.
-
Active Member
Originally Posted by
dtmajors
Well it's working it's just the timing of when you inject, thats not a big deal. I think it's the mouse hook function that's not working properly.
Thanks for all your hard work, we appreciate it.
So mouse input isnt working period, right? like not at all.
Then you need to time the inject or... it crashes?
If those are the only problems (besides the obvious maphack not working since I couldnt fix it) then thats a focused enough todo list for me to work on. I'll work on it after this next patch deploys in 30m.
(Aside from testing injection at main menu I haven't used any of this hack, except the anti-cheat bypass. I'll actually give it some real testing after the next patch deploys.)
Last edited by DaxxTrias; 03-14-2016 at 08:32 PM.
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
DaxxTrias
So mouse input isnt working period, right? like not at all.
Then you need to time the inject or... it crashes?
If those are the only problems (besides the obvious maphack not working since I couldnt fix it) then thats a focused enough todo list for me to work on. I'll work on it after this next patch deploys in 30m.
(Aside from testing injection at main menu I haven't used any of this hack, except the anti-cheat bypass. I'll actually give it some real testing after the next patch deploys.)
Okay so here's what happens
Sometimes it crashes after it injects (Failed Injection even tho it says successful injection on Xenos) Other times when i do it quick enough it will load up and let me get to the login screen like the picture shown below.
I assume it's all about timing as to when the injection actually takes and when it fails. After i get the picture below and to the login screen i cannot click anywhere, i can press Enter and have keyboard function but No mouse function, even if i keep pressing enter and my character gets in the world. I can press Escape / X Etc and the keyboard functions are working tho
Edit: (Technically it's not a crash because their are no error messages and it says failed injection) It's all about timing rather it injects and the game stays open or not, just no mouse function whatsoever.
Last edited by dtmajors; 03-14-2016 at 09:10 PM.
-
Active Member
Originally Posted by
dtmajors
Okay so here's what happens
Sometimes it crashes after it injects (Failed Injection even tho it says successful injection on Xenos) Other times when i do it quick enough it will load up and let me get to the login screen like the picture shown below.
I assume it's all about timing as to when the injection actually takes and when it fails. After i get the picture below and to the login screen i cannot click anywhere, i can press Enter and have keyboard function but
No mouse function, even if i keep pressing enter and my character gets in the world. I can press Escape / X Etc and the keyboard functions are working tho
Edit: (Technically it's not a crash because their are no error messages and it says failed injection) It's all about timing rather it injects and the game stays open or not, just no mouse function whatsoever.

Thanks, your details were good there. Also from my understanding the last 2 commits Elyas did before the compiler change broke everything seemed to be broken when he pushed them. His commit messages sounded like he was testing experimental code. I'll put some more effort into testing it to find and fix these things.
Thx for your patience. I'm an external C# programmer, so going internal C++ is already a bit difficult, but then its also someone elses code that I sort of picked up on the fly. Bound to be problems but I like stomping bugs.
-
Post Thanks / Like - 3 Thanks
-
Active Member
Yep same issue here - no mouse functionality but I get into game just fine. So probably mouse offsets are bad.