Hey guys :O I just downloaded MS-Memory writer and used this script: [ENABLE] //Kami modified by Lollage. Even though it was already made somewhere else. //SS MouseFly Updated by Lollage //v63c "after minor patch" alloc(SSFlyVac,128) label(SSFlyRet) 0083FE9F: //8B 80 ?? ?? ?? ?? 83 F8 ?? 74 ?? 83 F8 ?? 74 ?? 39 9E ?? ?? 00 00 8D 8E ?? ?? ?? ?? 74 ?? 53 jmp SSFlyVac db 90 SSFlyRet: SSFlyVac: pushad mov eax,[00ADA8DC] //Mouse Pointer mov eax,[eax+978] //Mouse Offset mov eax,[eax+84] //Mouse X Offset mov ecx,[00ADA8DC] //Mouse Pointer mov ecx,[ecx+978] //Mouse Offset mov ecx,[ecx+88] //Mouse Y Offset mov ebx,[00ADA538] //Character pID mov [ebx+2A68],eax //Teleport x offset/pointer mov [ebx+2A6C],ecx //Teleport y offset/pointer mov [ebx+2A60],01 popad jmp SSFlyRet [DISABLE] 0083FE9F: db 39 AE ac 0c 00 00 dealloc(SSFlyVac) what I do is : 1) Open Maplestory -- not pressing start -- opening MS-Memory writer then pressing attach to MS 2) clicking add then clicking on auto esemble and adding my script and then pressing ok and it doesn't work.. What Am I doing wrong? Ty guys.
This is not Kami you know.. Next time read the first 2 sentences of a script to see what it actually does y'know;) //Kami modified by Lollage. Even though it was already made somewhere else. //SS MouseFly Updated by Lollage