Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Exploits, Hacks, Bots, Tools & Macros
You last visited: Today at 15:22

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Global DK [2Moons, Dekaron] VAC, Wallhack, etc.

Discussion on Global DK [2Moons, Dekaron] VAC, Wallhack, etc. within the Dekaron Exploits, Hacks, Bots, Tools & Macros forum part of the Dekaron category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2008
Posts: 25
Received Thanks: 7
Thumbs up Global DK [2Moons, Dekaron] VAC, Wallhack, etc.

Hello everyone


Cheat Engine Features:

VAC - No Lure Limit
Wallhack - You can run over hills, through walls ect.
Mob Speed - Speed of Mobs is faster
Speed - You are faster
GM Detect - Automatic DC when a GM is detected

VAC:
Code:
[ENABLE]
alloc(MonsterProperties,2048)
label(ReturnMonsterProperties)
label(MonsterRange)
label(ReturnMonsterRange)
label(MonsterAggro)
label(PropertyBace)
registersymbol(MonsterAggro)
registersymbol(PropertyBace)

0045C74E: //8B 80 98 00 00 00 89 81 9C 00
jmp MonsterProperties
nop
ReturnMonsterProperties:

0053D075: //89 54 24 48 8B 01 FF 50 0C 8B
jmp MonsterRange
nop
ReturnMonsterRange:

0053D08A: //0F B7 86 54 01 00 00 8B 0D
mov eax,[MonsterAggro]
nop
nop

MonsterProperties:
push eax
mov eax,[eax+00000098] //Original Code
mov [ecx+0000009C],eax //Original Code
pop eax
mov [PropertyBace],ecx

//mov [ecx+00],00000000 //DwInfoIndex
  mov [ecx+04],0000004B //DwExploreRange
  mov [ecx+08],0000004B //DwSight
  mov [ecx+0C],0000004B //DwPersuitRange
//mov [ecx+10],00000000 //DwAvoidRange
  mov [ecx+14],00000000 //DwExploreStandDelay
//mov [ecx+18],00000000 //DwExploreMoveDelay
//mov [ecx+1C],00000000 //DwStandDelay
  mov [ecx+20],000001F4 //DwMoveDelay
//mov [ecx+24],00000000 //DwFollowMyMasterRange
//mov [ecx+28],00000000 //DwStopMasterNear
//mov [ecx+2C],00000000 //DwWarpMyMasterRange
//mov [ecx+30],00000000 //DwCallTeamPossibelHP
//mov [ecx+34],00000000 //DwCallTeamCount
//mov [ecx+38],00000000 //DwBlockNFirstAttack
//mov [ecx+3C],00000000 //dwCallTeamCell
  mov [ecx+40],000000FA //dwFollowTarget
  mov [ecx+44],00000000 //dwSpecialAttackStartHP
  mov [ecx+48],00000000 //dwSpecialMeleeAttackRate
  mov [ecx+4C],00000000 //dwSpecialRangeAttackRate
  mov [ecx+50],00000000 //DwPowerAttacjStartHP
  mov [ecx+54],00000000 //dwPowerMeleeAttackProbable
  mov [ecx+58],00000000 //dwPowerRangeAttackProbable
//mov [ecx+5C],00000000 //DwUnderAttackAggro
  mov [ecx+60],00000000 //DwMeleeAttackRangeInAggro
  mov [ecx+64],00000000 //DwRangeAttackRangeInAggro
  mov [ecx+68],000003E8 //DwSightInAggro
//mov [ecx+6C],00000000 //DwDefeatAggro
//mov [ecx+70],00000000 //DwBlockedAggro
//mov [ecx+74],00000000 //DwSlideAggro
//mov [ecx+78],00000000 //DwHealAggro
//mov [ecx+7C],00000000 //DwMasterUnderAttackAggro
//mov [ecx+80],00000000 //DwMasterDefeatAggro
//mov [ecx+84],00000000 //DwMasterBlockingAggro
//mov [ecx+88],00000000 //DwMasterSlideAggro
//mov [ecx+8C],00000000 //DwCOmplusionUnderAttackAggro
  mov [ecx+90],00000063 //dwMaxSummonsMonsterCount
  mov [ecx+94],00000000 //dwReSummonsMonsterTick
  mov [ecx+98],00000000 //dwMaxSummonsMonsterRange
  mov [ecx+9C],00000000 //dwSummonsStartPcCount
//mov [eax+A0],00000000 //PatternType

mov eax,[ecx+0000009C] //Original Code
jmp ReturnMonsterProperties

MonsterRange:
mov [esp+48],edx
mov [esp+30],00000000
mov [esp+4c],00000000
//mov [esi+00000240],0000000 //other attack range to 0 
//mov [esi+0000023c],0000000 //other attack range to 0 
//mov [esi+00000238],0000000 //other attack range to 0 
mov eax,[ecx]
jmp ReturnMonsterRange

MonsterAggro:
db 03 00 00 00
PropertyBace:
db 00 00 00 00
[DISABLE]
dealloc(MonsterProperties)
unregistersymbol(MonsterAggro)
unregistersymbol(PropertyBace)
0045C74E:
mov eax,[eax+00000098]
0053D075:
mov [esp+48],edx
mov eax,[ecx]
0053D08A:
movzx eax,word ptr [esi+00000154]
Mob Speed:
Code:
[ENABLE]
alloc(DrakoMobSpeed,64)
label(MobIsWalking)
label(ReturnMobSpeed)
label(MobRunSpeed)
label(MobWalkSpeed)
registersymbol(MobRunSpeed)
registersymbol(MobWalkSpeed)

0053E0B0: //80 7C 24 04 00 74 06 D9 40 70
jmp DrakoMobSpeed
ReturnMobSpeed:

DrakoMobSpeed:
cmp byte ptr [esp+04],00
je MobIsWalking
fld dword ptr [MobRunSpeed]
ret 0004
MobIsWalking:
fld dword ptr [MobWalkSpeed]
ret 0004
MobRunSpeed:
db 00 00 20 41
MobWalkSpeed:
db 00 00 40 40

[DISABLE]
dealloc(DrakoMobSpeed)
unregistersymbol(MobRunSpeed)
unregistersymbol(MobWalkSpeed)
0053E0B0:
cmp byte ptr [esp+04],00
Wallhack:
Code:
[ENABLE]
alloc(Wall,64)
label(ReturnWall)

00766EB3: //8D BC 24 88 00 00 00
jmp Wall
nop
nop
ReturnWall:

Wall:
lea edi,ss:[esp+00000088]
cmp [eax+00000402],5f626577
je ReturnWall
mov [eax+00000402],5f626577
mov [eax+00000406],67616d69
mov [eax+0000040a],616d2e65
mov [eax+0000040e],00000063
jmp ReturnWall

[DISABLE]
dealloc(Wall)
00766EB3:
lea edi,ss:[esp+00000088]
Speed:
Code:
[ENABLE]
alloc(DrakoSpeed,16)
label(ReturnSpeed)
label(SpeedValue)
registersymbol(SpeedValue)

007E813A: //D9 40 08 5F 5E C3 8B 0D
jmp DrakoSpeed
ReturnSpeed:

DrakoSpeed:
fld dword ptr [SpeedValue]
pop edi
pop esi
jmp ReturnSpeed
SpeedValue:
db 00 00 20 41

[DISABLE]
dealloc(DrakoSpeed)
unregistersymbol(SpeedValue)
007E813A:
fld dword ptr [eax+08]
pop edi
pop esi
GM Detect:
Code:
[ENABLE]
alloc(DetectGM,25)
label(ReturnName)

00553603: //C7 46 0C 00 00 00 00 89 47 04
jmp DetectGM
nop
nop
ReturnName:

DetectGM:
cmp [eax+70],5D4D475B //[GM]
je 00000000
mov [esi+0c],00000000
jmp ReturnName

[DISABLE]
dealloc(DetectGM)
00553603:
mov [esi+0c],00000000
Thanks to 6DRAKO9[List of all Public Hacks and Tools]


Thanks to myst1337 [Great Tutorial]
Spasti1337 is offline  
Thanks
2 Users
Old 12/14/2009, 11:29   #2
 
macsx's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 55
Received Thanks: 3
"You can post tutorials, bots, but not 1click hacks."

i think ct files are considered 1 click hacks
nobody posted ct files until now so it must be denied
macsx is offline  
Old 12/14/2009, 11:30   #3
 
elite*gold: 0
Join Date: Nov 2008
Posts: 25
Received Thanks: 7
Quote:
Originally Posted by macsx View Post
"You can post tutorials, bots, but not 1click hacks."

i think ct files are considered 1 click hacks
nobody posted ct files until now so it must be denied
Ok then I post the Code
Spasti1337 is offline  
Old 12/14/2009, 11:47   #4
 
elite*gold: 0
Join Date: Mar 2008
Posts: 101
Received Thanks: 1
its working with the new patch?
i wont get dc?
--
Noxx you got mage in hellion lvl 87 ?
gezsus is offline  
Old 12/14/2009, 12:06   #5

 
elite*gold: 35
Join Date: Aug 2009
Posts: 5,822
Received Thanks: 1,958
those scripts are already posted and are sticky
~Kakkarot~ is offline  
Old 12/14/2009, 12:32   #6
 
elite*gold: 0
Join Date: Nov 2008
Posts: 25
Received Thanks: 7
Quote:
Originally Posted by gezsus View Post
its working with the new patch?
i wont get dc?
--
Noxx you got mage in hellion lvl 87 ?
No. I have a Hunter

Quote:
Originally Posted by ~Kakkarot~ View Post
those scripts are already posted and are sticky
They are sticky, but they are outdated. If there is an Update in Global DK, I update the scripts
Spasti1337 is offline  
Old 12/14/2009, 12:34   #7
 
elite*gold: 0
Join Date: Mar 2008
Posts: 101
Received Thanks: 1
if iil use it i wont get dc or?
cuz i m using in my hacks and they work but i dk y after 1 min i get dc ..
gezsus is offline  
Old 12/14/2009, 13:28   #8
 
elite*gold: 0
Join Date: Nov 2008
Posts: 25
Received Thanks: 7
Quote:
Originally Posted by gezsus View Post
if iil use it i wont get dc or?
cuz i m using in my hacks and they work but i dk y after 1 min i get dc ..
The Bypass ReXignation doesn't work. You have to wait till Nebular update it
Spasti1337 is offline  
Old 12/14/2009, 19:38   #9
 
elite*gold: 0
Join Date: Nov 2009
Posts: 149
Received Thanks: 17
Its that 1.54 version its released
ViciSummiITSback is offline  
Old 12/16/2009, 09:37   #10
 
elite*gold: 0
Join Date: Nov 2009
Posts: 65
Received Thanks: 1
quick question

if mobs reach a certain amount and start glitching, that have anything to do with my pc or is it the so called no limit vac?
ShieldSworded is offline  
Old 12/16/2009, 09:54   #11
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,123
Received Thanks: 223
this vac is for mass spawn ?
elfulll is offline  
Old 12/16/2009, 12:19   #12
 
elite*gold: 0
Join Date: Nov 2008
Posts: 25
Received Thanks: 7
Quote:
Originally Posted by ShieldSworded View Post
if mobs reach a certain amount and start glitching, that have anything to do with my pc or is it the so called no limit vac?
The Mobs glitch but it does nothing.

Quote:
Originally Posted by elfulll View Post
this vac is for mass spawn ?
Yes. When you standing near a Boss the Boss Monsters spawn very fast ^^. It's really usefull in Requies Beach.
Spasti1337 is offline  
Old 12/18/2009, 15:19   #13
 
elite*gold: 0
Join Date: Aug 2008
Posts: 8,097
Received Thanks: 3,355
#Closed
trane. is offline  
Closed Thread




All times are GMT +2. The time now is 15:22.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.