[global ms] NoDelay summon trainer and scripts

10/20/2009 02:09 Die Schnittstelle#1
[Only registered and activated users can see links. Click Here To Register...]


Bypass for those who needs it.
[Only registered and activated users can see links. Click Here To Register...]

Scripts.
NoDelay summon.
Code:
[Enable]
//ND Summon
Alloc(NoDelaySummon,128)
Registersymbol(NoDelaySummon)
NoDelaySummon:
mov eax,00674CE1
jmp 00674D35
00674CE1:
jmp NoDelaySummon

[Disable]
00674CE1:
jg 00674d55
Dealloc(NoDelaySummon)
dEMI (Delicious exidis monster item)
Code:
[Enable]
//dEMI
RegisterSymbol(dvtype)
Alloc(dv,100)
Alloc(uvx,100)
Alloc(uvy,100)
Alloc(dvtype,4)
Label(normalx)
Label(normaly)
Label(endx)
Label(endy)
Label(backdv)
Label(backuvy)
Label(backuvx)
Label(dvzero)
Label(dvone)
Label(uvzero)
Label(uvone)

dv:
mov eax,[00998EDC] 
push eax
mov eax,[eax+E50] 
mov [ebx+4a8],eax
add [ebx+4a8],100
cmp [dvtype],0
je dvzero
cmp [dvtype],1
je dvone
add eax,100
jmp dvzero

dvone:
add eax,0

dvzero:
mov [ebx+4a0],eax
pop eax
mov eax,[eax+E54] 
mov [ebx+4a4],eax
mov [ebx+4ac],eax
jmp backdv

uvx:
push ecx
mov ecx,[00998EDC] 
add ecx,E50 
cmp ebx,ecx
je normalx
mov ecx,[ecx]
cmp [dvtype],0
je uvzero
cmp [dvtype],1
je uvone
sub ecx,100
jmp uvzero

uvone:
add ecx,100

uvzero:
cmp [ebx],ecx
je endx
normalx:
mov [ebx],eax

endx:
pop ecx
mov edi,[ebp+10]
jmp backuvx

uvy:
push ecx
mov ecx,[00998EDC] 
add ecx,E54 
cmp edi,ecx
je normaly
mov ecx,[ecx]
cmp [edi],ecx
je endy

normaly:
mov [edi],eax

endy:
pop ecx
mov ebx,[ebp+14]
jmp backuvy

005B944F:
jmp dv
nop
backdv:

008185E8:
jmp uvx
backuvx:

0081864D:
jmp uvy
backuvy:

[Disable]
005B944F:
mov [ebx+4a8],eax

008185E8:
mov [ebx],eax
mov edi,[ebp+10]

0081864D: 
mov [edi],eax
mov ebx,[ebp+14]

Dealloc(dv)
Dealloc(uvx)
Dealloc(uvy)
Dealloc(dvtype)

UnregisterSymbol(dvtype)
Unregistersymbol(NoDelaySummon)
No D/Cing NoDelay summon.
Code:
[ENABLE]
Alloc(NDSummon,128)
Alloc(NDSAtks,64)
Alloc(NDSReset,64)
Alloc(NDSCount,4)
Registersymbol(NDSCount)
Label(NDSAtksRtn)
Label(NDSResetRtn)

NDSCount:
db 00 00 00 00

NDSummon:
cmp [NDSCount],31
jge 00674D55
mov eax,00674CE1
jmp 00674D35

NDSAtks:
jne 676433
inc [NDSCount]
jmp NDSAtksRtn

NDSReset:
call 007d918a
mov [NDSCount],0
jmp NDSResetRtn

674CE1:
jmp NDSummon
db 90 90 90

676513:
jmp NDSAtks
db 90
NDSAtksRtn:

7D74C7:
jmp NDSReset
NDSResetRtn:

[DISABLE]
674CE1:
db 7f 72 8b 83 b4 00 00 00
676513:
db 0f 85 1a ff ff ff
7D74C7:
db E8 BE 1C 00 00
(thanks to autoassemb from **********)
11/14/2009 20:30 petie666#2
can some1 tell me exactly how to use this and wht it does?
11/14/2009 22:38 Jonny999#3
Quote:
Originally Posted by petie666 View Post
can some1 tell me exactly how to use this and wht it does?
No-Delays are patched on every version now, the only thing which still sort of works is dEMI, but it bans you after 10-15 minutes. These are Auto Assemble scripts for CheatEngine.
11/14/2009 23:03 Die Schnittstelle#4
oh it's patched?

#closed