游戏狂人
 
- 贡献度
- 100
- 金元
- 13002
- 积分
- 1700
- 精华
- 0
- 注册时间
- 2009-6-5

|
焦急的等待 如果有大神懂代码帮帮忙
Hey,
I'm new to cheat engine have been reading a few tutorials in an attempt to get 3rd person working with BL:TPS as the BL2 cheat table for this no longer works.
Was wondering if anyone else out there is working on a solution for this also?
I've managed to find the address that unhooks the camera, now i'm currently trying to update the pointers for the original BL2 script.
These opcodes appear to be what access the camera unhook to 3rd person.
01916F0D - F6 86 900B0000 10 - test byte ptr [esi+00000B90],10
0186BB46 - 85 11 - test [ecx],edx
017847E0 - F6 86 900B0000 04 - test byte ptr [esi+00000B90],04
01A49380 - F6 81 900B0000 14 - test byte ptr [ecx+00000B90],14
01F34AA3 - F6 81 900B0000 10 - test byte ptr [ecx+00000B90],10
016F621F - F6 86 900B0000 10 - test byte ptr [esi+00000B90],10
01C91F60 - 8B 80 900B0000 - mov eax,[eax+00000B90]
Currently working off the attached BL2 3rd person cheat table.
In BL2 cheat table the aobscan thirdpersonsubAOB1,F6 81 AC 0A 00 00 14 75 is easy to find in BL:TPS, but i'm unsure what the second aobscan is aobscan(thirdpersonsubAOB2,55 8b ec 83 ec 14 53 56 8b f1 8b 9e 94) and i'm having problems trying to update the BL:TPS AOB2.
BL:TPS - aobscan1 is
aobscan(thirdpersonsubAOB1,F6 81 90 0B 00 00 14)
**update 2**
New cheat table below "BLTPS_3rd_person.CT" locates camera function, althoug工口GAME crashes.
**update 1**
What these bytes access in BL2:
F6 81 AC 0A 00 00 14 - test byte ptr [ecx+00000AAC],14
55 8b ec 83 ec 14 53 56 8b f1 8b - DSOUND.DLL+3ECB push ebp
55 8b ec 83 ec 14 53 56 8b f1 8b - DSOUND.DLL+44FF push ebp
55 8b ec 83 ec 14 53 56 8b f1 8b - msxml6.DllRegisterSever+15DF3
Any advice or help would be greatly appreciated.
Thanks
原帖地址:http://forum.cheatengine.org/viewtopic.php?t=576929
|
|