Originally posted by Cucurucho@Jan 7 2007, 20:00 Ok i save it and created a Trainer to 'patch' SV. Vote for what u want the trainer or learn how to create it ur self?
You dont need any tool except those ones u have already and its very very very easy.
So Vote. I'm Waiting. DM2000 ur vote counts double xDD
Originally posted by oleg_ch@Jan 7 2007, 20:34 Is there a way not to repeat all the steps every time i start conquer?
I did everything and it works, but i can't get to save it.
Originally posted by Cucurucho@Jan 7 2007, 20:00 Ok i save it and created a Trainer to 'patch' SV. Vote for what u want the trainer or learn how to create it ur self?
You dont need any tool except those ones u have already and its very very very easy.
So Vote. I'm Waiting. DM2000 ur vote counts double xDD
instead of releasing it... u should give us another guide on how to do it ourselfs so we can save it to our own comp... i tried it a couple times with diff options didnt work
can/how do u go from assembly code to hex? 10/15/2009 - Dekaron - 7 Replies im trying to find an offset and assembly scan takes forever, could someone tell me if its possible to go from the assembly code to the hex value, if so how do you do it?
cmp dword ptr ,13 ----> 83 78 08 13 0F 84
Need help in a piece of assembly code 04/13/2007 - Conquer Online 2 - 7 Replies Well, i am just a novice in assembler language. What I am trying to do is to get some strings from registes, in this case eax. It will be clear what I mean in the following code:
...
push eax <---- here, eax contains a pointer to the string that I want
lea ecx,[ebx+04]
...