hello I am trying to make a trainer for the curious expedition. the issue is address changes COMPLETELY not a single similarity and I am unable to make pointer scans for this reason. Also Single pointer scans lists give me 0 results also I have only found success in finding pointers manually, though some only lead me so far then I have to find another route the furthest Ive got is 4 offsets now im stuck mov eax,[esi+edi-01] normally what Im doing is I would scan the first value in the brackets [esi (then calculate edi-01 and use that as offset)] but esi is smaller than edi I and if I do scan EDI I dont want to go through 540 results by hand..already went through atleast 100.. when I try to write an injection (I try to copy a template from a video usin my own values and registers my game crashes.) i'm feeling really braindead I've been stalemate for 2 weeks
thank you in advance
dont know if this will help
address with 4 offsets
0CE6A6D0+03+f3+a3+03
-> what accesses
mov eax,[esi+edi-01]
EAX=0CE00000
ESI=000001C4
EDI=0CE6A511
8B 44 3E FF
6205A7A0
hello I am trying to make a trainer for the curious expedition. the issue is address changes COMPLETELY not a single similarity and I am unable to make pointer scans for this reason. Also Single pointer scans lists give me 0 results also I have only found success in finding pointers manually, though some only lead me so far then I have to find another route the furthest Ive got is 4 offsets now im stuck mov eax,[esi+edi-01] normally what Im doing is I would scan the first value in the brackets [esi (then calculate edi-01 and use that as offset)] but esi is smaller than edi I and if I do scan EDI I dont want to go through 540 results by hand..already went through atleast 100.. when I try to write an injection (I try to copy a template from a video usin my own values and registers my game crashes.) i'm feeling really braindead I've been stalemate for 2 weeks
thank you in advance
dont know if this will help
address with 4 offsets
0CE6A6D0+03+f3+a3+03
-> what accesses
mov eax,[esi+edi-01]
EAX=0CE00000
ESI=000001C4
EDI=0CE6A511
8B 44 3E FF
6205A7A0
You can use the CE templates, it will generate a basic script for you.
I'd say your address is EDI-1 and the offset is ESI.