GamerzFun.net ~ Where gaming meets hacking
Please join now, or login to be allowed for more features! ;D
GamerzFun.net ~ Where gaming meets hacking
Please join now, or login to be allowed for more features! ;D
GamerzFun.net ~ Where gaming meets hacking
Would you like to react to this message? Create an account in a few clicks or log in to continue.

GamerzFun.net ~ Where gaming meets hacking

Buy VIP ~ multi bot ~ sell 4 accounts with 100+ ~ you've earned alot
 
HomeGalleryLatest imagesRegisterLog in

 

 [Release] Euro MS v62 Scripts

Go down 
AuthorMessage
Martin
Cheater



Posts : 24
Join date : 2010-03-13

[Release] Euro MS v62 Scripts Empty
PostSubject: [Release] Euro MS v62 Scripts   [Release] Euro MS v62 Scripts I_icon_minitimeFri Jun 04, 2010 5:59 pm

Code:

//7 Miss Godmode
//eMS v62
//updated by Mew 96 (:
[ENABLE]
alloc(7Miss,60)
label(7MissRet)

0087F0B3:
jmp 7Miss
7MissRet:

7Miss:
mov [ebp+0c],00//KB
inc [7Miss+32]
cmp dword ptr [7Miss+32],07//Miss Amount
jg 7Miss+22
mov [ebp+08],00//Dmg
jmp 7MissRet
7Miss+22:
mov [7Miss+32],00
jmp 7MissRet

[DISABLE]
0087F0B3:
db 39 5D 0C 75 05
dealloc(7Miss)
Code:
//DupeX
//eMS v62
//updated by Mew 96 (:
[ENABLE]
alloc(ImprovedDupexV2,256)
alloc(Platform,4)
alloc(RunFlag,4)
label(DoVac)
label(NullPlat)
label(Normal)
label(back)

Platform:
dd 00000000

RunFlag:
dd 00000000

ImprovedDupexV2:
pushfd
push eax
push ecx
mov eax,[00A8C538]
test eax,eax
je NullPlat
mov eax,[eax+1160]
lea ecx,[eax-0c]
test ecx,ecx
je NullPlat
mov eax,[ecx+00000114]
test eax,eax
je NullPlat
cmp [RunFlag],01
je DoVac
mov [Platform],eax
inc [RunFlag]
jmp DoVac

DoVac:
cmp esi,ecx
je Normal
mov edi,[Platform]
jmp Normal

NullPlat:
mov [Platform],00
mov [RunFlag],00
jmp Normal

Normal:
pop ecx
pop eax
popfd
mov [esi+00000114],edi
jmp back

008D5E9E:
jmp ImprovedDupexV2
nop
back:

[DISABLE]
dealloc(ImprovedDupexV2)
dealloc(Platform)
dealloc(RunFlag)

008D5E9E:
db 89 BE 14 01 00 00
Code:
//No breath
//eMS v62
//updated by Mew 96 (:
[ENABLE]
005161A8:
db eb 11
00921709:
db eb 14
0051620E:
db 55
00921808:
db 55
[DISABLE]
005161A8:
db 7e 11
00921709:
db 7e 14
0051620E:
db 50
00921808:
db 50
Code:
//Spawn Control
//eMS v62
//updated by Mew 96 (:
[ENABLE]
Alloc(SpawnControl,1024)
Alloc(MapID,4)
Alloc(SpawnX,4)
Alloc(SpawnY,4)
Alloc(Done,4)
Label(rtnSPC)
Label(alreadyDone)
Label(rtnNormal)

SpawnControl:
  mov [ebp-1c],eax
  pushad
  mov esi,[A8E028]
  mov esi,[esi+668]
  cmp [Done],1
  jz alreadyDone
  mov [MapID],esi
  mov eax,[A8C538]
  mov ebx,[eax+1128]
  mov ecx,[eax+112C]
  mov [SpawnX],ebx
  mov [SpawnY],ecx
  mov [Done],1
alreadyDone:
  cmp [MapID],esi
  jnz rtnNormal
  mov eax,[SpawnX]
  mov [ebp-20],eax
  mov eax,[SpawnY]
  mov [ebp-1C],eax
rtnNormal:
  popad
  cmp dword ptr [esi+18],0
  jmp rtnSPC

0086A362:
  jmp SpawnControl
  db 90 90
  rtnSPC:

[DISABLE]
0086A362:
  db 83 7E 18 00 89 45 E4

dealloc(SpawnControl)
dealloc(MapID)
dealloc(SpawnX)
dealloc(SpawnY)
dealloc(Done)
Code:
//CSEAX U/A
//eMS v62
//updated by Mew 96 (:
[ENABLE]
alloc(CSX,100)
label(CSXReturn)
label(CSXRet)

CSX:
push eax
mov eax,[00A8C538]
mov eax,[eax+2AC8]
cmp eax,50
pop eax
jg CSXReturn
push eax
mov eax,[00A8C538]
mov eax,[eax+1160]
cmp esi,eax
pop eax
jne CSXReturn
add eax,06
jmp CSXReturn

CSXReturn:
mov [ebx], eax
mov edi,[ebp+10]
jmp CSXRet

008D766C:
jmp CSX
CSXRet:

[DISABLE]
008D766C:
db 89 03 8B 7D 10
dealloc(CSX)
Code:
//Faster Mobs
//eMS v62
//updated by Mew 96 (:
[ENABLE]
008D36E1:
db 8D 4E 0C
[DISABLE]
008D36E1:
db 8D 48 24
Code:
//pVac
//eMS v62
//updated by Mew 96 (:
[ENABLE]
alloc(PrevNext,200)
alloc(Time,4)
label(Prev)
label(Next)
label(EndPVac)
label(PrevNextRet)

008D394B:
jmp PrevNext
db 90
PrevNextRet:

PrevNext:
mov eax,[esi+110]
cmp [Time],000007f0
jnl PrevNextRet
push ecx
push edx
inc [Time]
mov edx,[00A8E028]
mov edx,[edx+5D4]
mov ecx,[eax+0c]
cmp ecx,edx
jg Next
jl Prev
EndPVac:
pop ecx
pop edx
jmp PrevNextRet

Next:
mov [eax+50],00
jmp EndPVac

Prev:
mov [eax+4c],00
jmp EndPVac

[DISABLE]
008D394B:
db 8B 86 10 01 00 00
dealloc(PrevNext)
dealloc(Time)

Report if it doesn't work / anything.

DupeX: Fake A/B 5mins
Spawn Control: ?
No Breath: ?
Miss GodMode: Working

Use it with CE with Full HS Bypass.


- Martin
Back to top Go down
 
[Release] Euro MS v62 Scripts
Back to top 
Page 1 of 1
 Similar topics
-
» [Release] Euro MS v62 HPQ Bunny Godmode
» [Release] Dark Trainer v.85 (1st Release)
» [BMS 0.21] Cheat Engine Scripts
» [Release] MS/HS CRC Bypass v87
» [Release] Weakness Bot EMS V61

Permissions in this forum:You cannot reply to topics in this forum
GamerzFun.net ~ Where gaming meets hacking :: Europe MapleStory :: EMS Hacks/Bots Download-
Jump to: