!!!!!Problem solved, please close!!!!
I am trying to learn how to write CE scripts, and I'm almost done with my first one, but I'm having a bit of an issue.
I found the pointer and then the offset for what I'm looking for, and now I just need to figure out one small detail.
The code at my offset is mov ecx,[edx+64]
What I think this does is it takes edx (which is the data?) adds 64 to it and puts that value at ecx (which is a counter/timer?). Assuming this is right, how do i make ecx (the timer) 0?
I am trying to learn how to write CE scripts, and I'm almost done with my first one, but I'm having a bit of an issue.
I found the pointer and then the offset for what I'm looking for, and now I just need to figure out one small detail.
The code at my offset is mov ecx,[edx+64]
What I think this does is it takes edx (which is the data?) adds 64 to it and puts that value at ecx (which is a counter/timer?). Assuming this is right, how do i make ecx (the timer) 0?