TeachersPet
Well-known member
- Joined
- Jul 27, 2005
- RedCents
- 71¢
Note: This is a very unorthodox offset find but hell, it's easy.
Get IDA Pro (you could probably find it warez easily, or do the right thing and buy it, I suggest the former).
Load your file as a Portable executable for IBM PC (PE).
If you get an error relating to DSETUP, just hit cancel and ignore it, it doesn't matter.
Let it disassemble...
When it's done, go to Search, Text, and in String put,
Go up one line from your successful search. (Below is the successful search line and 2 lines above/below it)
Look familiar?
Works every time, I've been using it since I got warp code.
Get IDA Pro (you could probably find it warez easily, or do the right thing and buy it, I suggest the former).
Load your file as a Portable executable for IBM PC (PE).
If you get an error relating to DSETUP, just hit cancel and ignore it, it doesn't matter.
Let it disassemble...
When it's done, go to Search, Text, and in String put,
Rich (BB code):
"finished MoveLocalPlayerToSafeCoords.\n"
Go up one line from your successful search. (Below is the successful search line and 2 lines above/below it)
Rich (BB code):
.text:00489207 mov ecx, dword_928C78
.text:0048920D call sub_41D395
.text:00489212 push offset aFinishedMovelo ; "finished MoveLocalPlayerToSafeCoords.\n"
.text:00489217 call sub_55FCF0
.text:0048921C pop ecx
Look familiar?
Rich (BB code):
.text:0048920D call sub_41D395
agentno4 said:0x0041D395 - Tested and working.
Works every time, I've been using it since I got warp code.


)

