MPC Forums
BattleApps


Go Back   MPC Forums > ..:: Games ::.. > Maple Story

Maple Story Talk here about Maple Story.

Reply
 
Thread Tools
Old 3rd June 2006, 10:36   #1
Dima67
Dark Mage
 
some problem in DupeXVac

when i cope paste the code in Auto Assemble it says that "not all instructions could be injected"
i dont get the problem
i use this code
Code:
alloc(FindCharacterAddress, 1024)
alloc(ListOffset, 4)
alloc(ESIList, 1024)
alloc(DupeXVac, 1024)
alloc(EDIValue, 4)

label(EndSearch)
label(CompareOffset)
label(StoreESI)
label(DoNormal)

FindCharacterAddress:
mov [esi+114],edi

push eax
push ebx
push ecx
push edx

mov eax,0
mov ebx,ListOffset
mov ecx,ESIList
mov edx,EDIValue

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

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

EndSearch:
pop edx
pop ecx
pop ebx
pop eax
jmp 5f0d69


DupeXVac:
push eax
push ebx
push ecx

mov ebx,[ListOffset]
dec ebx
mov ecx,ESIList
mov eax,[ecx+ebx*4]

cmp esi,eax
je DoNormal
mov edi,[EDIValue]

DoNormal:
mov [esi+114],edi
pop eax
pop ebx
pop ecx
jmp 5f0d69
is it ok?
Dima67 is offline   Reply With Quote
Old 3rd June 2006, 10:41   #2
LadyArkana
Devil of Hell
 
LadyArkana's Avatar
 
You're using TE right??
TE is buggy and don't work for DupeX
LadyArkana is offline   Reply With Quote
Old 3rd June 2006, 10:50   #3
Dima67
Dark Mage
 
TE?
sorry for being noob but what is that?
Dima67 is offline   Reply With Quote
Old 3rd June 2006, 11:07   #4
LadyArkana
Devil of Hell
 
LadyArkana's Avatar
 
Templar Engine
LadyArkana is offline   Reply With Quote
Old 3rd June 2006, 11:11   #5
Dima67
Dark Mage
 
bah
thats what i use
so how do people use dupexvac?
Dima67 is offline   Reply With Quote
Old 3rd June 2006, 11:13   #6
LadyArkana
Devil of Hell
 
LadyArkana's Avatar
 
They made their own UCE
LadyArkana is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 17:57.

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums


Page generated in 0.12804 seconds with 11 queries