Re: My Very First Trainer! XD MapleSea V0.82
Posted: Thu Oct 15, 2009 6:35 pm
this trainer does not have any virus
The community that will never stop discussing!
https://xemectrum.guyz92.men/
Can you help me post the virus scan as i dunno how to scan ..1stswordsman wrote:this trainer does not have any virus
Thanks ...Slayer369 wrote:Scan has been added in on TS post
by slayer369
Good Job with you, still can be improvedSusashiden wrote:Thanks ...Slayer369 wrote:Scan has been added in on TS post
by slayer369
I update my trainer le and i posted the new virus scans ...
i dont think this work on a Private Server .Snident wrote:Hmm, im tried using this with celino Maplesea Private server, which is running on Maplesea v0.82, but it doesn't seem to be able to work. I am unable to check the boxes, Any help? Or is this not compatible?
Because he is a Noob Playing a Noob Private Server.....Susashiden wrote:i dont think this work on a Private Server .Snident wrote:Hmm, im tried using this with celino Maplesea Private server, which is running on Maplesea v0.82, but it doesn't seem to be able to work. I am unable to check the boxes, Any help? Or is this not compatible?
and y u dig my thread's grave *Sob sob* let it RIP mah ..
Code: Select all
[ENABLE]
//No Delay Summon v1
registersymbol(FixTime)
alloc(FixTime,1024)
registersymbol(FixTimeOF)
alloc(FixTimeOF,4)
registersymbol(Fix)
alloc(Fix,1024)
registersymbol(FixSSTime)
alloc(FixSSTime,4)
registersymbol(FixSSTime10C)
alloc(FixSSTime10C,4)
label(Fix00)
label(Fix01)
//-----------------------------------------------
Fix:
push eax
mov eax,[ebx+0000010c]
cmp [FixSSTime10C],eax
pop eax
je Fix01
push eax
mov eax,[FixTimeOF]
cmp eax,[FixSSTime]
pop eax
je Fix00
push eax
mov eax,[ebx+0000010c]
mov [FixSSTime10C],eax
mov eax,[FixTimeOF]
mov [FixSSTime],eax
pop eax
Fix01:
push [ebx+000000b0]
call 0040d58f
pop ecx
mov ecx,esi
sub ecx,[ebx+0000010c]
push esi
mov ecx,ebx
call 0040f042
jmp 007ebe89
//-----------------------------------------------
Fix00:
jg 007ebe89
mov eax,[ebx+000000c0]
jmp 7ebe1d
//-----------------------------------------------
FixTime:
add [FixTimeOF],2710
mov eax,[FixTimeOF]
ret
7ebe15:
jmp Fix
db 90 90 90 90
7ed89d:
call FixTime
//-----------------------------------------------
[DISABLE]
7ebe15:
jg 007ebe89
mov eax,[ebx+000000c0]
//-----------------------------------------------
dealloc(FixTime)
unregistersymbol(FixTime)
//-----------------------------------------------
dealloc(Fix)
unregistersymbol(Fix)
dealloc(Fix)
unregistersymbol(Fix)
Code: Select all
[ENABLE]
//No Delay Summon v2
//Found in someone trash :P
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 007ebe89
mov eax,007EBE15
jmp 007EBE69
NDSAtks:
jne 007ED8DA
inc [NDSCount]
jmp NDSAtksRtn
NDSReset:
call 007d918a
mov [NDSCount],0
jmp NDSResetRtn
007EBE15:
jmp NDSummon
db 90 90 90
007ED9BA:
jmp NDSAtks
db 90
NDSAtksRtn:
009E476A:
jmp NDSReset
NDSResetRtn:
[DISABLE]
007EBE15:
db 7f 72 8b 83 b4 00 00 00
007ED9BA:
db 0f 85 1a ff ff ff
009E476A:
db E8 BE 1C 00 00