Posted: Thu Dec 24, 2009 12:18 am Post subject: Help finding a process
Due to a recent update in my mmo, I am no longer able to kill creatures in a map that I'm not supposed to be in (if the map requirement is lvl 80 and i'm only 60). If I do kill creatures there, the game disconnects and I gain no exp.
I am having a difficult time finding this process since the game dc's and closes...is there some way I can place a BP on something right before the game closes? And how would I find what to place the BP on?
I'm fairly certain that it is a cmp followed by a jb (compare map level to character level and jump if character level is below map level), but I'm not positive, and I don't know how to find this...
Perhaps, finding your player level and setting a breakpoint on what accesses it when you kill an enemy will bring up an opcode right in the middle of where you need to be. You are right in assuming that at some point your level will be checked against what is considered 'allowed'.
However! It's an online game, and there is no telling what they have done with this patch. It may not be possible any more due to the server keeping track of key variables you used to manipulate. I wouldn't waste time on it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum