PDA

View Full Version : AA Script For EMS


Virus32mx
22nd September 2006, 11:20
First...
credits goes to ducpsam for dupex.... n slayah.. the script was written by mii
hmm... ii do not play in ems.. ii hope it does work.....
here the tut if u do not understand...
http://www.mpcforum.com/showthread.php?t=154114
i'll do a AA Script on godmode soon.... ^ ^


[enable]
registersymbol(DX)
registersymbol(DXListOffset)
registersymbol(DXType)

alloc(DX, 1024)
alloc(DXListOffset, 4)
alloc(DXType,4)
alloc(DXFindChar, 1024)
alloc(ESIList, 1024)
alloc(EDIValue, 4)
alloc(DXMap,4)

label(CompareOffset)
label(StoreESI)
label(DoNormal)
label(LeaveMe)
label(DXMonster)
label(NoDupe)
label(DoVac)

DXListOffset:
add [eax],al
add [eax],al

DXType:
add [eax],al
add [eax],al

DX:
push eax
push ebx
push ecx
push edx
mov ebx,[DXType]
cmp ebx, 00 // 0 = Do Nothing
je NoDupe

cmp ebx, 01 // 1 = Populate ListOffset
je DXFindChar

cmp ebx, 02 // 2 = Monsters follow you (normal)
je DoVac

cmp ebx, 03 // 3 = Monsters Stay (DupeXMonster)
je DoVac
jmp DoNormal

DXFindChar:
mov [esi+114],edi
mov eax,0
mov ebx,DXListOffset
mov ecx,ESIList
mov edx,EDIValue

CompareOffset:
cmp eax,[ebx]
je StoreESI
cmp esi,[ecx+eax*4]
je LeaveMe
inc eax
jmp CompareOffset

StoreESI:
mov [ecx+eax*4],esi
inc eax
mov [ebx],eax
mov [edx],edi

DoVac:
mov ebx,[DXListOffset]
dec ebx
mov ecx,ESIList
mov eax,[ecx+ebx*4]
cmp esi,eax
je DoNormal

mov ebx,[DXType]
cmp ebx, 02 // 2 = Monsters follow you (normal DupeX)
jne DXMonster
mov edi,[eax+114] //Code for DupeX
jmp DoNormal

DXMonster:
cmp ebx, 03 // 3 = DupeXMonster (Monsters stay)
jne NoDupe

mov edi,[EDIValue] //DupeXMonster Code
jmp DoNormal

NoDupe:
mov ebx, 0
mov [DXListOffset],ebx


DoNormal:
mov [esi+114],edi

LeaveMe:
pop edx
pop ecx
pop ebx
pop eax
jmp 6005F8

[disable]
dealloc(DXFindChar)
dealloc(DXListOffset)
dealloc(ESIList)
dealloc(DX)
dealloc(EDIValue)
unregistersymbol(DX)
unregistersymbol(DXListOffset)
unregistersymbol(DXType)

SunBeam
22nd September 2006, 13:03
It's not your script. Shush. Where'd you leak it from...? Cuz I know who originally wrote it -.-

Also, what are you hoping to achieve by posting it ? Virtual fame...? o_O

tsj5j
22nd September 2006, 13:31
Dont be lame.

Posting what isn't yours, making it look like its yours.

Did you even ASK the creator for permission to post?

And you claim it as yours. What a joke.

LinoWha
22nd September 2006, 15:58
No he did not ....

Not like it matters here this has been posted a few times already heh...

http://forum.cheatengine.org/viewtopic.php?t=24473

***** even left in my DXMap .... even though its not used heh


Good job leech

SunBeam
22nd September 2006, 20:50
Fo sho -.- "Written by mii" LAWLZ

BlueF0X
22nd September 2006, 23:50
http://forum.cheatengine.org/viewtopic.php?t=24473 what an asome job ''leecher'' this was written in a better and easiest form at CE forums

SunBeam
23rd September 2006, 00:51
Come on, guys. Give the man a bone. He did find the "jmp" alone :crazy:

Virus32mx
23rd September 2006, 10:11
oh plz... ii did anaylze the script n rewritten it... need to b flame? woah... idid credit duc for the dupex script...

BlueF0X
23rd September 2006, 19:03
Someone has tested this -.-? (on ems)