Little Fighter Empire - Forums

Full Version: [solved] menu in the right side
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
is there anyways to place the menu in the right side instead of middle?
example of what i mean:
[Image: nsus10.jpg]
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
(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]
(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
wow, awesome xidd, I'll totally steal that code and add it to ntsd... :P
just kiddin', I'll credit you ofc
i hate olly. its so confusing. . is there any ways to hex with normal hex editor?
you know, olly is in fact one of the best + easiest hex editors.
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
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.
May someone upload the game or just the file with manu on right , please ?
Pages: 1 2