Little Fighter Empire - Forums
[solved] menu in the right side - 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)
+---- Forum: Solved Problems (https://lf-empire.de/forum/forumdisplay.php?fid=45)
+---- Thread: [solved] menu in the right side (/showthread.php?tid=5232)

Pages: 1 2


[solved] menu in the right side - Yamato Daiwa - 07-12-2010

is there anyways to place the menu in the right side instead of middle?
example of what i mean:
[Image: nsus10.jpg]


RE: menu in the right side - Bamboori - 07-12-2010

i bet it would be, but since that would be pretty useless, i doubt that one of the haxxors will get his lazy a** up and do it.

sorry to disappoint you :P


RE: menu in the right side - Xidd - 07-12-2010

(07-12-2010, 06:55 PM)Yamato Daiwa Wrote:  is there anyways to place the menu in the right side instead of middle?
example of what i mean:
---

first of all i will assume u noe how to use olly

u need to change a few things - first u have to change the actual menu x cord:

Code:
00427921   .  57            PUSH EDI                                 ; /Arg6
00427922   .  53            PUSH EBX                                 ; |Arg5
00427923   .  6A 01         PUSH 1                                   ; |Arg4 = 00000001
00427925   .  53            PUSH EBX                                 ; |Arg3
00427926   .  81C5 CA000000 ADD EBP,0CA                              ; |
0042792C   .  55            PUSH EBP                                 ; |y cord
0042792D      68 07010000   PUSH 107                                 ;  x cord
00427932   .  E8 D9760100   CALL 0043F010                            ; \lf2.0043F010

just play around with the x cord - this will move the unhighlighted stuff

now u have to change the mouse selection regions here

Code:
0042793E      3D 14010000   CMP EAX,114                              ;  min x

0042794F   .  3D 08020000   CMP EAX,208                              ;  max y

this is the area where the mouse activates the highlighting

u then have to go thru every highlighted img and change the x cord of it

Code:
004279DD   .  57            PUSH EDI                                 ; /Arg6
004279DE   .  53            PUSH EBX                                 ; |Arg5
004279DF   .  56            PUSH ESI                                 ; |Arg4 => 00000001
004279E0   .  6A 07         PUSH 7                                   ; |Arg3 = 00000007
004279E2   .  83C5 0D       ADD EBP,0D                               ; |
004279E5   .  55            PUSH EBP                                 ; |Arg2
004279E6      68 15010000   PUSH 115                                 ;  x cord
004279EB   .  E8 20760100   CALL 0043F010                            ; \lf2.0043F010

that is the location of the 1st img - just keep scrolling down you will find the rest - they all have the same format

rememeber all the numbers are in hex and not dec

[Image: v2uwye.png]


RE: menu in the right side - forgetlatios - 07-13-2010

(07-12-2010, 07:00 PM)Bamboori Wrote:  i bet it would be, but since that would be pretty useless, i doubt that one of the haxxors will get his lazy a** up and do it.

sorry to disappoint you :P

apparently one of the haxxors got her lazy a** up and do it. lol.

still awesome. especially since hex section is kinda dead :O


RE: menu in the right side - TheNave - 07-13-2010

wow, awesome xidd, I'll totally steal that code and add it to ntsd... :P
just kiddin', I'll credit you ofc


RE: menu in the right side - Yamato Daiwa - 07-14-2010

i hate olly. its so confusing. . is there any ways to hex with normal hex editor?


RE: menu in the right side - Bamboori - 07-14-2010

you know, olly is in fact one of the best + easiest hex editors.


RE: menu in the right side - TheNave - 07-14-2010

and actually the most normal one, so yeah, daiwa if you don't want to use olly then forgett it, I might be able to import that into a dll, but yeah, kinda to lazy to do that


RE: menu in the right side - Yamato Daiwa - 07-14-2010

i dont know how to edit the x and y and replace the codes or anything. for you pros its easy but for noobs like its dam hard.


RE: menu in the right side - Raikirin - 12-16-2010

May someone upload the game or just the file with manu on right , please ?