[Help] Need Help with an AA script

Download MapleStory hacks and bots over here!
Post Reply
Lyin
Apprantice Knight
Apprantice Knight
Posts: 13
Joined: Sun Sep 13, 2009 4:29 pm
Location: Somewhere in Singapore

[Help] Need Help with an AA script

Post by Lyin »

I need help with this script I'm working on. Maple always crash when I enter the rangex value into the EIP register of the address(0069F2AE). I think is either my script is totally wrong, or my address is way off; can anyone help me with this? (Yes, this script is old school style)

Code: Select all

[enable]
registersymbol(rangeX)
registersymbol(rangeY)
alloc(rangeX,64)
alloc(rangeY,128)

rangeX:
mov edx,[00be29e8]
lea edx,[edx+F50]
mov ecx,[edx]
jmp rangeY

rangeY:
mov edx,[00be29e8]
lea edx,[edx+F50]
lea eax,[edx]
mov eax,[eax]
jmp 0069F2AE


[disable]
unregistersymbol(rangeX) 0069F2AE
unregistersymbol(rangeY)
dealloc(rangeX,64)
dealloc(rangeY,128)
Jeof
Sacred Guardian
Sacred Guardian
Posts: 373
Joined: Sat Aug 29, 2009 9:32 am
Location: SexBomb

Re: [Help] Need Help with an AA script

Post by Jeof »

What script is this ?
Image
Image

Image
Lyin
Apprantice Knight
Apprantice Knight
Posts: 13
Joined: Sun Sep 13, 2009 4:29 pm
Location: Somewhere in Singapore

Re: [Help] Need Help with an AA script

Post by Lyin »

sorry I forgot to put it in.

This is an old DEM script I used to use about...2 years ago lol. (I updated several things though)
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: [Help] Need Help with an AA script

Post by Boredness »

the offset is wrong
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
Lyin
Apprantice Knight
Apprantice Knight
Posts: 13
Joined: Sun Sep 13, 2009 4:29 pm
Location: Somewhere in Singapore

Re: [Help] Need Help with an AA script

Post by Lyin »

Boredness wrote:the offset is wrong
thanks for giving the hint. At least I now know where to start correcting.
Post Reply