[Help] Updating Scripts

Discuss MapleStory hacks and bots over here!
Post Reply
Chance
Dark Lord
Dark Lord
Posts: 177
Joined: Fri May 14, 2010 3:34 pm

[Help] Updating Scripts

Post 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
Last edited by Chance on Tue May 25, 2010 2:00 pm, edited 1 time in total.
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Help] Updating Scripts - Opcodes .

Post by Nerrazzuri »

Leave it, or you can you bytes to replace the opcodes.
Change your addy would be enough.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
guyz92
The Emperor
The Emperor
Posts: 503
Joined: Sat Aug 29, 2009 8:52 am

Re: [Help] Updating Scripts - Opcodes .

Post by guyz92 »

only update Addrss.

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

ADSL:
Image

Fibre:
Image
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

Re: [Help] Updating Scripts - Opcodes .

Post 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...
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [Help] Updating Scripts - Opcodes .

Post 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.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

Re: [Help] Updating Scripts - Opcodes .

Post 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...
Chance
Dark Lord
Dark Lord
Posts: 177
Joined: Fri May 14, 2010 3:34 pm

Re: [Help] Updating Scripts - Opcodes .

Post by Chance »

thanks people . you rock ! :D:D
Post Reply