Page 1 of 4

Unable to use summon on MLE

Posted: Tue Sep 08, 2009 12:51 am
by scripture
Hi, thanks Boredness for the injector+bypass. I am able to launch it after switch the OS to Vista.

But when i tried to on MLE and add in the summon for 15hits, it is not working at all, is it the code i had is wrong? or there's any steps i missed?

1.) Run injector
2.) Run M@ple$tory.exe (injected successfully)
3.) wait at Play, then run MLE 5.4.0.0
4.) confirmed MLE has captured M@pleStory
5.) Go to Auto Assembler and paste the below code and click Write Code
6.) Then click File -> Assign to current Cheat Table
7.) Login to M@pleStory and go to the character
8.) Go back to MLE -> CT -> Tick the "summon for 15hits"
9.) Go back to M@ple$tory, but nothing happen.

Is it step incorrect?
[enable]
Registersymbol(summonattackcounter)
Alloc(summonattackcounter, 128)
//------------------------------------------------------------------
summonattackcounter:
mov [ebp-14],15
mov eax,[ebx+000004b0]
jmp 0097D51B
0097D512:
jmp summonattackcounter
//------------------------------------------------------------------
[disable]
0097D512:
db 89 45 ec 8b 83 b0 04 00 00
Unregistersymbol(summonattackcounter)
dealloc(summonattackcounter)
//-------



Regards,
Wins

Re: Unable to use summon on MLE

Posted: Tue Sep 08, 2009 1:45 am
by DallenT
Why not just use wz edits?

Re: Unable to use summon on MLE

Posted: Tue Sep 08, 2009 2:41 am
by scripture
DallenT wrote:Why not just use wz edits?
hi DallenT,

i am using BS Baha for the summon hits, which is patched... so using MLE seems to be the current choice..


Regards,
Wins

Re: Unable to use summon on MLE

Posted: Tue Sep 08, 2009 10:07 am
by Jeof
MLE HS 5.4 is patched for direct memory edit. In case you do not know what is direct memory edit, it is just as simple as ticking your hack and unticking it. In order to get around with it you have to use debug registers which will somehow fool the server. I've modify your script for you hope it works ok, assuming your script is updated to the latest version and i didn do anything wrong :P

Code: Select all

[enable]
alloc(summon,256)
registersymbol(summon)

summon: //0097D512// 89 45 ec 8b 83 b0 04 00 00
mov [ebp-14],15
mov eax,[ebx+000004b0]
jmp 0097D51B

[disable]
0097D512:
db 89 45 ec 8b 83 b0 04 00 00
Unregistersymbol(summon)
dealloc(summon)

1)Copy this into AA,and name it Summon Script
2)Add Address Manually and type in the address 0097D512 and name it Summon Mob EIP
3)Tick Summon Script and click Add Address manually again, this time inside address type in summon, and name it as Summon Mob
4)Once Summon Mob has an address, go to Summon Mob EIP, Right Click>Change Register>TICK EIP>type in summon and press ok

Try it out and tell me about it :)

Re: Unable to use summon on MLE

Posted: Tue Sep 08, 2009 10:57 am
by paul02
cooooooooooool! if only i could test it....
hope a method arises for XP =x

Re: Unable to use summon on MLE

Posted: Tue Sep 08, 2009 11:01 am
by Jeof
this is for any version of windows :shock: who say this is only for vista ? :|

Re: Unable to use summon on MLE

Posted: Tue Sep 08, 2009 11:11 am
by scripture
Jeof wrote:this is for any version of windows :shock: who say this is only for vista ? :|
many thanks Jeof :P will test it... by the way how to get the "address" or EIP name? is it we name it ourself or what?

Re: Unable to use summon on MLE

Posted: Tue Sep 08, 2009 11:34 am
by Boredness
scripture wrote:
Jeof wrote:this is for any version of windows :shock: who say this is only for vista ? :|
many thanks Jeof :P will test it... by the way how to get the "address" or EIP name? is it we name it ourself or what?
I guess you never read asm, find the function of EIP first.

Re: Unable to use summon on MLE

Posted: Tue Sep 08, 2009 12:36 pm
by scripture
Boredness wrote:
scripture wrote:
Jeof wrote:this is for any version of windows :shock: who say this is only for vista ? :|
many thanks Jeof :P will test it... by the way how to get the "address" or EIP name? is it we name it ourself or what?
I guess you never read asm, find the function of EIP first.
Hi Boredness, yup.. my bad.... sometimes i really find not enough time haha

Re: Unable to use summon on MLE

Posted: Tue Sep 08, 2009 12:41 pm
by zamoth
jyjyjy win time and patience u will success :geek: