![]() |
Patch not working - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7) +--- Forum: [2.0] Exe Editing (https://lf-empire.de/forum/forumdisplay.php?fid=43) +--- Thread: Patch not working (/showthread.php?tid=11109) |
Patch not working - JCostal - 09-28-2020 I am trying to make a modified exe read lib.dll. I read this thread (https://lf-empire.de/forum/showthread.php?tid=2521&highlight=patch), but it is said that it only works with non-num version. I did anyway. Everthing, step by step. using firts OllyDbg and then Cutter. No result. (Actually, OllyDbg undo every change I make after closing the file O_o ) Searched the forum and nothing. Does anyone know any tutorial that help me? RE: Patch not working - Boop - 10-01-2020 So the method works with any exe, just the addresses will be different. I think the problem is that in the tutorial I don't tell you how to save the exe changes. It's in the right click menu, somewhere in Olly. So after you make the changes: follow the instructions here to save the exe: https://www.unknowncheats.me/forum/488233-post2.html?s=9e42b3ac66fd9dc015067b7252167fac I just want to point out again, if you're trying to use the rarara stuff, it won't work with a random exe. RE: Patch not working - JCostal - 10-02-2020 (10-01-2020, 06:32 PM)Boop Wrote: So the method works with any exe, just the addresses will be different. Thanks for replying my thread. In the past, i made a lot of comments and changes in olly, and somehow always saved normally. What i discover recently is that the program "store" all changes in the "/" screen-section. So, after reload the exe with olly, its necessary to go there and reactive the changes. ORRR... do this "copy to executable" that you are talking. (10-01-2020, 06:32 PM)Boop Wrote: I just want to point out again, if you're trying to use the rarara stuff, it won't work with a random exe. Yeah, indeed. It's newLeaf's Fighting Hero exe. By the way, I also want to thank you for all the exe information you gave through the various posts in the community. |