[HELP]lilprohacker,I need you help!

10/15/2009 21:38 CNshaiya#1
outdate
10/15/2009 21:55 lilprohacker#2
I would but if I did they could come out with a patch for it. Why do you need to know how to do it? I can tell you to search for the code thats for the ok button in the create a char menu. Once you find that its just a matter of changing one jnz to jmp, and noping 4 other lines of code. See if you can find the start of the ok button and post it here, if you can do that I'll help you find what your looking for.
10/16/2009 01:57 CNshaiya#3
outdate
10/16/2009 02:01 schniefen#4
search in the referenced text string for 'ok_button' ? ;)
10/16/2009 18:29 CNshaiya#5
Quote:
Originally Posted by schniefen View Post
search in the referenced text string for 'ok_button' ? ;)
So easy?
10/16/2009 19:08 lilprohacker#6
Quote:
Originally Posted by CNshaiya View Post
So easy?
Ok, well start off by opening the game in olly. Next right click the main asm window and goto search --> All referenced Strings
Next goto the list new window that pops up and search for a button thats only on that form your looking for like the mode buttons. To do that right click the window and click search for text and use create_mode. It should list 4 items. Double click one of them and it will bring you to the code that make all the buttons on the window.

Once you find the create button locations, post either the address for them or a screen shot showing you found them. Then I do the next step.