A noob question!

Ask for Help on Using the Language With Memory Hacking Software

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

A noob question!

Postby GRB » Thu Dec 27, 2007 6:58 am

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 ?
User avatar
GRB
Acker
 
Posts: 88
Joined: Mon Dec 24, 2007 10:05 am
Location: 127.0.0.1 --> localhost

Postby L. Spiro » Thu Dec 27, 2007 10:09 am

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
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Postby GRB » Fri Dec 28, 2007 7:13 am

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!
User avatar
GRB
Acker
 
Posts: 88
Joined: Mon Dec 24, 2007 10:05 am
Location: 127.0.0.1 --> localhost

Postby L. Spiro » Fri Dec 28, 2007 9:01 am

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
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Postby GRB » Sat Dec 29, 2007 5:09 am

Tkz so mutch for all u do for us!
User avatar
GRB
Acker
 
Posts: 88
Joined: Mon Dec 24, 2007 10:05 am
Location: 127.0.0.1 --> localhost

Postby g3nuin3 » Sat Dec 29, 2007 11:10 pm

You really should just code cave it and create your own small test function..but thats just me.
g3nuin3
Acker
 
Posts: 96
Joined: Tue Jul 18, 2006 10:53 am

Postby GRB » Sun Dec 30, 2007 2:36 am

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!

:(
Never let your guard down!
Always be happy, to others be also happy!
Just do your best and keep trying!
User avatar
GRB
Acker
 
Posts: 88
Joined: Mon Dec 24, 2007 10:05 am
Location: 127.0.0.1 --> localhost

Postby L. Spiro » Sun Dec 30, 2007 3:41 pm

The next release will focus a lot on bypassing Game Guard.


L. Spiro
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Postby WhiteHat » Sun Dec 30, 2007 4:13 pm

L. Spiro wrote:The next release will focus a lot on bypassing Game Guard.

L. Spiro

This is absolutely great news !

:D
.. to boldly go where no eagle has gone before...
User avatar
WhiteHat
Elang Djawa
 
Posts: 1059
Joined: Fri Jul 21, 2006 12:49 pm
Location: Away for a while...

Postby GRB » Sun Dec 30, 2007 7:20 pm

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
Never let your guard down!
Always be happy, to others be also happy!
Just do your best and keep trying!
User avatar
GRB
Acker
 
Posts: 88
Joined: Mon Dec 24, 2007 10:05 am
Location: 127.0.0.1 --> localhost


Return to Help

Who is online

Users browsing this forum: No registered users and 0 guests

cron