I collected all modifications in a text file. ( 9 of them )
If you don't want to search 20 minutes in this thread it's useful, it contains all working guides.
i had a similar text file but lost it recently
saved some time ty
Saludos,Yo he estado viendo las este post, y puedo decir que esto es realmente bueno
Pero yo quiero pedirles una pequeña ayuda
1.- Como puedo hacer correr el conquer desde el Ollydbg, ya que cuando lo quiero hacer me sale error y no puedo como si se me quedara colgado o algo así
2.- estoy queriendo desarrollar un servidor y cuando recibo el paquete de la conexión lo decodifico sin ningún problema puedo ver el nombre de usuario y todo, el problema que tengo es que la contraseña no la puedo ver ya que esta codificada, como puedo modificar en conquer.exe para que no codifique la contraseña y me lo envié igual como lo hace con el nombre sin codificar
Espero que puedan ayudarme, gracias
************************************************** ****************
Greetings, I've been watching this post, and I can say that this is really good
But I want to ask a little help
1 .- How can I run from Ollydbg conquer, because when I do I get error and can not as if I crashed or something
2 .- I am trying to develop a server that receives the packet it decodes the connection without any problem I can see the username and everything, the problem I have is that the password can not see because it is encrypted, how can I change in conquer.exe not to encode the password and send it to me as it does the same as the uncoded
My problem with CO is that I can't find the threads guides are having, and the numbers are wrong.
Well, others have 004.......... numbers at the beginning of the threads, I have for some reason 7C......... .
I understand that it is a line count, the problem being is that I can't get near the code piece where I could make edits.
Said conquer exe is still a pre-edited multiclient, maybe that is the problem?
Anyway, I can't find any commands in StrRes.ini either.
I get this problem too, and it may sound silly... but...
see that blue "E" ?
click the "E", double click conquer, then click the "E" again, and double click conquer. Then it will work.
This is basically a little guide to disable the sound when you click something such as exit or enter game on the launcher.
File To Edit: play.exe
Here we go:
1. First start by opening play.exe in OllyDbg, once opened right click and select "Search For" -> "All referenced text strings".
2. Scroll to the top of the new window that opens and then left click the top line which should be something like "ASCII "0-%d" to select it.
3. Once selected right click and select "Search for text".
4. In the search for text make sure to un tick "case sensitive" and type in "click" and click Ok, this should bring you to "ASCII EnterClick", double click on this and you should be at the line where it says ' Key = "EnterClick" '.
5. Look down abit from this PUSH and find a JE SHORT, double click on this JE SHORT and edit it to a JMP SHORT then press enter and click cancel for example:
Change:
Code:
JE SHORT 00402D21
into:
Code:
JMP SHORT 00402D21
6. Now you have done that right click once again right click and select "Search for" -> "All referenced text strings", in the new window select "Search for next" or press Ctrl + L, it should then jump to "ExitClick", double click this and repeat as above changing JE SHORT into a JMP SHORT.
7. Keep doing the above steps, searching for "click" but searching for next and editing the JE into a JMP untill you find no more references of "click".
8. Right click in the CPU window and select "Copy to executable" -> "All modifications". Then click "Copy all", this will open a new window in this new window right click again and select "Save file", once again a new window will open, chose your play.exe and overwrite it.
That should do it, now no more annoying beeping sounds when you click one of the buttons on the laucher.
Please remember to backup your play.exe before trying this as messup's can happen.
Hope this helped a few folks, i'm kinda new to reversing so if anyone spots if i did anything wrong please tell me
How to use OllyDBG 12/13/2009 - 12Sky2 - 1 Replies Is there any tutorial for this program? I want to learn how to hack 12Sky but I don't know how to use it. I know some basics but nothing more. I know to work in CE and in AutoIT really well.
[Help]Ollydbg. 12/10/2009 - Mabinogi - 4 Replies I didnt have problems until today.
For some reason, when i open any dll with ollydbg this error message pops up.
If you dont mind, help me with this problem.
Ollydbg help 08/03/2009 - Dekaron - 23 Replies I am trying to get a GM hack working, but I am still pretty noob with olly and assembly language. Is there anybody who would be willing to help me along, or work on it with me? I'm not asking for somebody to tell me what to do, just for somebody to give me a few pointers and tips and such to get this going.
What I did was backtrack a few of the gm commands using the call tree, and I ended up at the same offset for each code (0050CE37). So, I'm assuming that is the line that determines if...
OllyDBG 07/16/2009 - Perfect World - 5 Replies hey can i have question what can i do with ollydbg at pw all? can i change my atk or gold with them? pls tell me what all can i do with this programm at pw:handsdown:
OllyDBG Help 03/25/2008 - General Coding - 4 Replies Hi,i recently heard you could dupe items in ROSE Online with OllyDBG,it's patched already,and i was wondering if this works with any game.If so,could someone release a Tutorial or something to help me understand how to use OllyDBG better?
I'm sorry if there is one already posted,i searched and couldnt find any.