18.2.11

Dekaron Hacks - Change name of the mobs in Game

Go to your date/chare/creature and then select the "Monster"
Then the first name like :

101,Spider Larva,0,23,2,293,0,16,23
102,Spider,0,23,4,397,0,24,35,5,50

change it to :

101,[GM]Lagoni,0,23,2,293,0,16,23
102,{DEV}Hacker!~,0,23,4,397,0,24,35,5,50

Now you log into the game and find the place were the Spider Larva or the spider are and then you will se that over the Spider larva spells "[GM]Lagoni" and over the Spider "{DEV}Hacker!"

Dekaron Hacks - Dekaron Wall hack

Go to your dekaron folder and then go to data./share and find the maplist.
open it. now there is all the names of the maps there is in dekaron.
im going to do wall hack in braiken.

find the place were there stands "braiken.mac" and delete it and inset "web_image.mac" and save it. now you have wall hack in that map.
BUT
when you save it you allso have zoom hack. but only in that map.

Dekaron Hacks - Name Hack, Dekaron Change Name Hack

Tool Required : Cheat Engine

First open op your dekaron.exe or what ever it names..
Then "Log on".
Do Not Connect To The Game
then you open up your CE and choose the litle computer in the upper corner.
Then you will get "Process list" up..
Now go select the dekaron.exe and press "open".

In Search:
Change the "Value type" to "text".
Now search for your name in the game :

Like my name in the game is : XpowerX
Then enter it in the search field.
When its finish the loading.
Select the first address in the Adress list.
Then you duble clik on it.
Then change the value to the name in game you whant it like :

[GM]Hunny
[DEV]Power

Remember to frozen it.

Dekaron Hacks, Game Master - Developer Mode Hack, Working Script

First open up your dekaron and log on.
NB. dont conect to the game..
Now you open up your Cheat Engine and press the litle Computer in the upper coner.
Find the dekaron.exe and press OK.
Then you change your "Value Type" to "text" then inset [GM] or [DEV] and press first scan.
Then you will get alot of address in the left.
The one you need is green.
Then duble click on it..
Now you got it down on the making line.
Now right click and choose "change record" and press "value".
Then change it to the first 4 letters in you name..

like :

my name in game is : XpowerX
then you have to change the value to "Xpow" course that is the first 4 letters in the my name.
And under "Frozen" take the litle button on.
Now you have GM or DEV POWER.

What yo can do with this.

GM :
/GM ghostmode on/of = (invisible)
Write it in the chat box.

Teleport.
Just press on the map.
NB. Dont do it all time.

But if you have [DEV] insted of [GM] on.
Then you can teleport all time if you want.

DEV : Teleport hack.
Spawn a monsters.
Write this in the chat box.
/DEV DUMMYMON 101
=
Spider larva.
But you cant Kill it and its only you that can see it.

Dekaron Hacks - Store script

Tool Required : Cheat Engine

First open op your dekaron.exe or what ever it names..
Then "Log on".
Do Not Connect To The Game
then you open up your CE and choose the litle computer in the upper corner.
Then you will get "Process list" up..
Now go select the dekaron.exe and press "open".
Now you select "Memory view"
After that you press "ctrl + a" and enter this :

=================================================
[ENABLE]
0073C810: //8A 41 08 C3 CC CC CC CC CC CC CC CC CC CC CC CC 8B 0D
mov al,01
ret //by Drako
[DISABLE]
0073C810:
mov al,[ecx+08]
=================================================

Dekaron Hacks - Teleport Script, Map Hack

Tool Required : Cheat Engine

First open op your dekaron.exe or what ever it names..
Then "Log on".
Do Not Connect To The Game
then you open up your CE and choose the litle computer in the upper corner.
Then you will get "Process list" up..
Now go select the dekaron.exe and press "open".
Now you select "Memory view"
After that you press "ctrl + a" and enter this :

->Teleport to any part of the map...
===================================
[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(x_location)
label(y_location)
label(z_location)
registersymbol(x_location)
registersymbol(y_location)
registersymbol(z_location)
label(exit)

005D662B: //8B 08 8B 50 04 89 4C 24 20
jmp newmem
returnhere:

newmem:

mov ecx,x_location
mov ecx,[ecx]
cmp ecx,0
//je originalcode
mov [eax],ecx

mov ecx,y_location
mov ecx,[ecx]
cmp ecx,0
//je originalcode
mov [eax+04],ecx

mov ecx,z_location
mov ecx,[ecx]
cmp ecx,0
//je originalcode
mov [eax+08],ecx


originalcode:
mov ecx,[eax]
mov edx,[eax+04]
exit:
jmp returnhere

x_location:
dd 00000000

y_location:
dd 00000000

z_location:
dd 00000000

[DISABLE]
dealloc(newmem)
005D662B:
mov ecx,[eax]
mov edx,[eax+04]
=================================

Dekaron Hacks - Wall Hack, Walk Through Walls

Tool Required : Cheat Engine

First open op your dekaron.exe or what ever it names..
Then "Log on".
Do Not Connect To The Game
then you open up your CE and choose the litle computer in the upper corner.
Then you will get "Process list" up..
Now go select the dekaron.exe and press "open".
Now you select "Memory view"
After that you press "ctrl + a" and enter this :

======================================
[ENABLE]

alloc(blah,1024)
label(return)

006EC6A3://array of bytes 8d bc 24 88 00 00 00
JMP blah
NOP
NOP
return:

blah:
LEA EDI,DWORD PTR SS:[ESP+88]
CMP DWORD PTR DS:[EAX+402],5F626577
JE return
MOV DWORD PTR DS:[EAX+402],5F626577
MOV DWORD PTR DS:[EAX+406],67616D69
MOV DWORD PTR DS:[EAX+40A],616D2E65
MOV DWORD PTR DS:[EAX+40E],00000063
JMP return

[DISABLE]
dealloc(blah)

006EC6A3://array of bytes 8d bc 24 88 00 00 00
LEA EDI,DWORD PTR SS:[ESP+88]
====================================

Walk through...

Dekaron - Zoom Script

Tool Required : Cheat Engine

First open op your dekaron.exe or what ever it names..
Then "Log on".
Do Not Connect To The Game
then you open up your CE and choose the litle computer in the upper corner.
Then you will get "Process list" up..
Now go select the dekaron.exe and press "open".
Now you select "Memory view"
After that you press "ctrl + a" and enter this :


===================
[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
005A4F86:
jmp newmem
returnhere:

newmem:
mov [edi+04],427f0000

originalcode:
movss xmm0,[edi+04]
fld dword ptr [edi+04]
fld dword ptr [esp+28]

exit:
jmp returnhere

[DISABLE]
005A4F86:
movss xmm0,[edi+04]
dealloc(newmem)
===================


Working for Elite Dekaron : 20/10 -2010

Dekaron Hack - Change the number of the monsters

Tool Required : Cheat Engine
You also need the Unpacker tool, to make NO aggro or speed hack for monsters.

First open op your dekaron.exe or what ever it names..
Then "Log on".
NB. Dont conect to the game..
then you open up your CE and choose the litle computer in the upper corner.
Then you will get "Process list" up..
Now go select the dekaron.exe and press "open".
Now you select "Memory view"
After that you press "ctrl + a" and enter this :


============================
mov edx,99 // num mob follow me
mov [eax+3C],edx
mov [ecx+20],edx
exit:
jmp returnhere


[DISABLE]
dealloc(newmem)
00450BCD:
mov edx,[eax+1c]
mov [ecx+20],edx
============================

And hit execute.
Now you can play and have up to 99 monsters after you.

Dekaron Hacks - NO aggro or speed hack for monsters

Cheat Result : Freeze or slow down monsters

First open op your dekaron.exe or what ever it names..
Then "Log on".
NB. Do not connect to the game
then you open up your CE and choose the litle computer in the upper corner.
Then you will get "Process list" up..
Now go select the dekaron.exe and press "open".
Now you select "Memory view"
After that you press "ctrl + a" and enter this :

====================================================
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

00450BCD: // <---------------This Address for EXTREME SERVER
jmp newmem
nop
returnhere:

newmem:

originalcode:
mov edx,[eax+1c]
mov [ecx+20],edx


mov edx,99
mov [eax+1C],edx

mov edx,99 // number boss spawn
mov [eax+8c],edx

mov edx,01 // time delay between spawn
mov [eax+90],edx

mov edx,9999 // num mob follow me
mov [eax+3C],edx
mov [ecx+20],edx
exit:
jmp returnhere


[DISABLE]
dealloc(newmem)
00450BCD:
mov edx,[eax+1c]
mov [ecx+20],edx
===================================================

And hit execute.
Now you can play and have up to 99 monsters after you.

You can also change the number of the monsters you want to have after you.