Page 1 of 1

[Help] Updating Scripts

Posted: Mon May 24, 2010 1:43 pm
by Chance
[Help] Updating Scripts -

If I had updated this v82 Blink God Mode Script:

Code: Select all

[enable]
0099E74A:
add edi,1e

[Disable]
0099E74A:
sub edi,1e
to v92 [ not showing the script here ]
by changing the addresses, what do I replace the :

Code: Select all

add edi, 1e
and

Code: Select all

sub edi,1e
with? or must I leave it the same ?

please help me , am a beginner in hacking ;X
thanks ;D

Re: [Help] Updating Scripts - Opcodes .

Posted: Mon May 24, 2010 1:56 pm
by Nerrazzuri
Leave it, or you can you bytes to replace the opcodes.
Change your addy would be enough.

Re: [Help] Updating Scripts - Opcodes .

Posted: Mon May 24, 2010 7:04 pm
by guyz92
only update Addrss.

Op code and AOB string do not change.
eg:
jne 7ABCDE
db 0f 84 e1

Re: [Help] Updating Scripts - Opcodes .

Posted: Mon May 24, 2010 8:52 pm
by iSean
guyz92 wrote:only update Addrss.

Op code and AOB string do not change.
eg:
jne 7ABCDE
db 0f 84 e1
Lag Hack AoB might be patched lol?

[ENABLE]
//Lag Hack updated by iSean
//Maple Sea v.87
00A83A96:
jne 0044A795

[DISABLE]
00A83A96://74 0B 8B 06 6A 1E 8B CE FF 50
je 0044A795//33 C0 5E C3 CC CC CC CC CC CC

RIPED lol...

Re: [Help] Updating Scripts - Opcodes .

Posted: Mon May 24, 2010 10:37 pm
by Nerrazzuri
iSean wrote:
guyz92 wrote:only update Addrss.

Op code and AOB string do not change.
eg:
jne 7ABCDE
db 0f 84 e1
Lag Hack AoB might be patched lol?

[ENABLE]
//Lag Hack updated by iSean
//Maple Sea v.87
00A83A96:
jne 0044A795

[DISABLE]
00A83A96://74 0B 8B 06 6A 1E 8B CE FF 50
je 0044A795//33 C0 5E C3 CC CC CC CC CC CC

RIPED lol...

I tried Lag Hack, went into game and does nothing LOL..
The monster still move freely.

Re: [Help] Updating Scripts - Opcodes .

Posted: Tue May 25, 2010 12:09 am
by iSean
nerrazzuri wrote:
iSean wrote: Lag Hack AoB might be patched lol?

[ENABLE]
//Lag Hack updated by iSean
//Maple Sea v.87
00A83A96:
jne 0044A795

[DISABLE]
00A83A96://74 0B 8B 06 6A 1E 8B CE FF 50
je 0044A795//33 C0 5E C3 CC CC CC CC CC CC

RIPED lol...

I tried Lag Hack, went into game and does nothing LOL..
The monster still move freely.
Rest In Peace Lag Hack lol...

Re: [Help] Updating Scripts - Opcodes .

Posted: Tue May 25, 2010 1:55 pm
by Chance
thanks people . you rock ! :D:D