Page 1 of 1

A noob question!

PostPosted: Thu Dec 27, 2007 6:58 am
by GRB
Supose i have a:

jne 00123456
this will jump if ZF flag is not zero right?

but if i dont want to make that jump couse ZF is zero, if i change it to

je 00123456 it will not jump right? and then? the program will crash or it will pass to the next line instead of jumping?

What i really want is to know how to make the ZF be = to 0! Can i use de funcion DEC? like

dec ZF,1 ?

PostPosted: Thu Dec 27, 2007 10:09 am
by L. Spiro
JE = jump if ZF = 1.
JNE = jump if ZF = 0.


ZF is modified by the TEST or CMP above the JNE.
You can not modify this.


If you change it to JE it reverses the condition when it jumps.
It means it reverses the logic of the test.
This can make the game crash later or maybe it will be perfectly fine; it is up to you to study that for each game you hack.




If you want to always not jump, change it to NOP’s. Select the line and right-click and NOP Selected.


L. Spiro

PostPosted: Fri Dec 28, 2007 7:13 am
by GRB
If i change it to NOP i know the game will crash! I really need to change the ZF to 0! Maybe i will use the DEC function to make that happen!

PostPosted: Fri Dec 28, 2007 9:01 am
by L. Spiro
You can not modify those flags directly using ASM code.

I know what you are trying to make (God Mode) and the ZF (and other) flag(s) will be modifiable via the Disassembler starting today when I release MHS 4.0.0.12.

It will be released in a few hours.


L. Spiro

PostPosted: Sat Dec 29, 2007 5:09 am
by GRB
Tkz so mutch for all u do for us!

PostPosted: Sat Dec 29, 2007 11:10 pm
by g3nuin3
You really should just code cave it and create your own small test function..but thats just me.

PostPosted: Sun Dec 30, 2007 2:36 am
by GRB
even with that MHS 4.0.0.12 i cant do anything on maplestory! LOL the gameguard dont let me use any function! like auto-assembler,debugger,inject code! So basickly i cant use code cave!

:(

PostPosted: Sun Dec 30, 2007 3:41 pm
by L. Spiro
The next release will focus a lot on bypassing Game Guard.


L. Spiro

PostPosted: Sun Dec 30, 2007 4:13 pm
by WhiteHat
L. Spiro wrote:The next release will focus a lot on bypassing Game Guard.

L. Spiro

This is absolutely great news !

:D

PostPosted: Sun Dec 30, 2007 7:20 pm
by GRB
Meanwhile for those who play maplestory keep using xentare trainer, until L. Spiro release his new version. I will upload it to maplestory section!

RELEASE