【FileFormat】:autohotkey
【FileSize】:194kb
【FileLocation】:MegaUpload
【UploadDate】:10/7/2007
【Download】:

【Password】:created_by_eVanLiMs
【Disruptions】:
There are 2 modes in this program - Hunting & Training
Hunting mode:
1. Auto use HP/MP when low HP/MP.
2. Press one time Caplock to auto attack mobs (no need to hold right click)
Training mode:
1. Auto use MP when low MP
2. Constantly use skills in selected F series
3. Helps you increase exp while afk
examples:
Gunner - standing in no-man land with snipe, Observing Eye, Revealer.
Healer - standing in the middle of weak mobs with Heal, bless skills or to make bless HPpots.
Enchanter - standing in the middle of mobs with bless skills and Spirit Guard.
Sworder and blader - not so good with this program, because their buff skills doesnt give much exp
【Screenshots】:
【AHKCode】:
Code:
#Persistent
Menu, Tray, NoStandard
Menu, Tray, Add, Exit (Ctrl+X), QuitScript
Menu, Tray, Add, Reload (Ctrl+R) , ReloadScript
Menu, Tray, Icon, Shell32.dll, 44
IniRead, autoDE, C:DEintlog.ini, section1, autoDE
if autoDE!=0
{
IniRead, fileselect, C:DEintlog.ini, section1, key1
if fileselect = ERROR
{
fileselectfile, fileselect,,,Please select the game client,*.exe
msgbox,4,, Your game client destination is: %fileselect%`nIs that correct? (Press YES or NO)
ifmsgbox No
{
reload
return
}
}
Run, %fileselect%
autoDE=1
}
URlDownloadToFile, http://img.photobucket.com/albums/v439/evanxxxm/temp/DEbot.png, C:DE1.png
Gui, Add, Tab, x3 w235 h252, Main|Hunt|Train
Gui, Tab, 1
Gui, Add, GroupBox, w210 h90 x15 y30, Modes
Gui, Add, Edit, x100 y50 w115 r4, Auto Hp/Mp.`nAuto hold Caplock`nwhen pressed.
Gui, Add, Radio, x23 y51 Checked vmode1 gvarchange1,Hunting
Gui, Add, Radio, x23 y71 unChecked vmode2 gvarchange2,Trainning
Gui, Add, GroupBox, w210 h80 x15 y125, Hotkeys
Gui, Add, Text, x20 y145,Ctrl+X: Exit`nCtrl+Q: Pause`nCtrl+R: Reload`nCtrl+M: Switch Modes
Gui, Add, picture,x97 y210, C:DE1.png
Gui, Add, Text, x200 y230 w25 h20 , v3.6
IniRead, HPvalue, C:DEintlog.ini, section2, HPvalue
IniRead, MPvalue, C:DEintlog.ini, section2, MPvalue
IniRead, FHPbox1, C:DEintlog.ini, section2, FHPbox1
IniRead, FMPbox1, C:DEintlog.ini, section2, FMPbox1
IniRead, FHPbox2, C:DEintlog.ini, section2, FHPbox2
IniRead, FMPbox2, C:DEintlog.ini, section2, FMPbox2
IniRead, F9box, C:DEintlog.ini, section3, F9box
IniRead, F10box, C:DEintlog.ini, section3, F10box
IniRead, F11box, C:DEintlog.ini, section3, F11box
IniRead, F12box, C:DEintlog.ini, section3, F12box
IniRead, Clickrest, C:DEintlog.ini, section3, Clickrest
IniRead, ClickposX, C:DEintlog.ini, section3, ClickposX
IniRead, ClickposY, C:DEintlog.ini, section3, ClickposY
if FHPbox1=ERROR
{
HPvalue=70
MPvalue=15
FHPbox1=1
FMPbox1=3
FHPbox2=2
FMPbox2=4
F9box=1
F10box=1
F11box=0
F12box=0
Clickrest=0.5
ClickposX=100
ClickposY=100
}
Gui, Tab, 2
Gui, Add, GroupBox, w210 h70 x15 y30, Hunting
Gui, Add, Checkbox, x33 y50 checked vcheckvar1 , HP :
Gui, Add, Checkbox, x33 y70 checked vcheckvar2 , MP :
Gui, Add, Slider, x92 y51 h20 vslider, %HPvalue%
Gui, Add, Slider, x92 y71 h20 vslider2, %MPvalue%
Gui, Add, GroupBox, w100 h70 x15 y105, HP Keys:
Gui, Add, GroupBox, w100 h70 x125 y105, MP Keys:
Gui, Add, ComboBox, w80 x26 y122 AltSubmit vFHPbox1 choose%FHPbox1%, F1|F2|F3|F4|F5|F6|F7|F8
Gui, Add, ComboBox, w80 x26 y147 AltSubmit vFHPbox2 choose%FHPbox2%, F1|F2|F3|F4|F5|F6|F7|F8
Gui, Add, ComboBox, w80 x136 y122 AltSubmit vFMPbox1 choose%FMPbox1%, F1|F2|F3|F4|F5|F6|F7|F8
Gui, Add, ComboBox, w80 x136 y147 AltSubmit vFMPbox2 choose%FMPbox2%, F1|F2|F3|F4|F5|F6|F7|F8
Gui, Add, GroupBox, w100 h70 x15 y180, Capslock
Gui, Add, Radio, x27 y200 Checked vrightt,Right Click
Gui, Add, Radio, x27 y225 unChecked vleftt,Left Click
Gui, Tab, 3
Gui, Add, GroupBox, w210 h70 x15 y30, Trainning
Gui, Add, Checkbox, x33 y50 checked%F9box% vF9box , F9
Gui, Add, Checkbox, x33 y74 checked%F10box% vF10box , F10
Gui, Add, Checkbox, x103 y50 checked%F11box% vF11box , F11
Gui, Add, Checkbox, x103 y74 checked%F12box% vF12box , F12
Gui, Add, GroupBox, w210 h70 x15 y105, Options
Gui, Add, Text,x33 y124 w100 h20, Click every:
Gui, Add, Edit,x95 y122 w30 h20 vClickrest, %Clickrest%
Gui, Add, Text,x130 y124 w70 h20, seconds:
Gui, Add, Text,x33 y146 w100 h20, Click position: X
Gui, Add, Edit,x120 y144 w30 h20 vClickposX, %ClickposX%
Gui, Add, Text,x160 y146 w20 h20, Y
Gui, Add, Edit,x173 y144 w30 h20 vClickposY, %ClickposY%
Gui, Add, Text,x160 y240 w70 h16, By eVanLiMs
Gui, Add, Checkbox, x13 y240 checked%autoDE% vautoDE , Open with DE
Gui, +toolwindow
Gui, Show, x1 y1 h260 w240, Darkeden - Slayer
Gui, Tab, 1
Gui, Add, Button, x16 y217 w60 h20 vButton gStart, Start
Return
GuiClose:
ExitApp
Gui, Show
return
Start:
Gui, Submit, Hide
FileDelete, C:DE1.png
IniWrite, %autoDE%, C:DEintlog.ini, section1, autoDE
IniWrite, %fileselect%, C:DEintlog.ini, section1, fileselect
IniWrite, %slider%, C:DEintlog.ini, section2, HPvalue
IniWrite, %slider2%, C:DEintlog.ini, section2, MPvalue
IniWrite, %FHPbox1%, C:DEintlog.ini, section2, FHPbox1
IniWrite, %FMPbox1%, C:DEintlog.ini, section2, FMPbox1
IniWrite, %FHPbox2%, C:DEintlog.ini, section2, FHPbox2
IniWrite, %FMPbox2%, C:DEintlog.ini, section2, FMPbox2
IniWrite, %F9box%, C:DEintlog.ini, section3, F9box
IniWrite, %F10box%, C:DEintlog.ini, section3, F10box
IniWrite, %F11box%, C:DEintlog.ini, section3, F11box
IniWrite, %F12box%, C:DEintlog.ini, section3, F12box
IniWrite, %Clickrest%, C:DEintlog.ini, section3, Clickrest
IniWrite, %ClickposX%, C:DEintlog.ini, section3, ClickposX
IniWrite, %ClickposY%, C:DEintlog.ini, section3, ClickposY
if rightt=1
{
rl=right
}
else if leftt=1
{
rl=left
}
EnvMult, Clickrest, 1000
EnvAdd, slider, 50
EnvAdd, slider2, 50
sleep 5000
DEbot:
loop
{
IfWinActive, D
{
if mode1=1
{
Goto, mode111
}
else if mode2=1
{
Goto, mode222
}
}
else
{
Progress, m2 b fs18 zh0, Could not find client , , , Courier New
Sleep, 500
Progress, Off
sleep 2000
}
}
mode111:
loop
{
SetCapsLockState, off
if mode1!=1
{
Goto, DEbot
}
IfWinActive, D
{
if checkvar1=1
{
PixelSearch, , , %slider%, 1, 160, 100,0x21188C,10,Fast
if ErrorLevel
{
send {F%FHPbox1%}
sleep 1500
}
}
sleep 500
if checkvar2=1
{
PixelSearch, , , %slider2%, 1, 160, 100,0xCE3818,10,Fast
if ErrorLevel
{
send {F%FMPbox1%}
sleep 1000
}
}
sleep 500
}
IfWinActive, D
{
if checkvar1=1
{
PixelSearch, , , %slider%, 1, 160, 100,0x21188C,10,Fast
if ErrorLevel
{
send {F%FHPbox2%}
sleep 1500
}
}
sleep 500
if checkvar2=1
{
PixelSearch, , , %slider2%, 1, 160, 100,0xCE3818,10,Fast
if ErrorLevel
{
send {F%FMPbox2%}
sleep 1000
}
}
sleep 500
}
else
{
sleep 3000
}
}
mode222:
loop
{
IfWinActive, D
{
sleep 1000
if F9box=1
{
loop 4
{
send {F9}
sleep %Clickrest%
Click right %ClickposX%, %ClickposY%
PixelSearch, , , 65, 1, 160, 100,0xCE3818,10,Fast
if ErrorLevel
{
Random, rand, 1, 8
send {F%rand%}
}
else
{
sleep 100
}
}
}
if F10box=1
{
loop 4
{
send {F10}
sleep %Clickrest%
Click right %ClickposX%, %ClickposY%
PixelSearch, , , 65, 1, 160, 100,0xCE3818,10,Fast
if ErrorLevel
{
Random, rand, 1, 8
send {F%rand%}
}
else
{
sleep 100
}
}
}
if F11box=1
{
loop 4
{
send {F11}
sleep %Clickrest%
Click right %ClickposX%, %ClickposY%
PixelSearch, , , 65, 1, 160, 100,0xCE3818,10,Fast
if ErrorLevel
{
Random, rand, 1, 8
send {F%rand%}
}
else
{
sleep 100
}
}
}
if F12box=1
{
loop 4
{
send {F12}
sleep %Clickrest%
Click right %ClickposX%, %ClickposY%
PixelSearch, , , 65, 1, 160, 100,0xCE3818,10,Fast
if ErrorLevel
{
Random, rand, 1, 8
send {F%rand%}
}
else
{
sleep 100
}
}
}
}
else
{
Progress, m2 b fs18 zh0, Could not find client , , , Courier New
Sleep, 500
Progress, Off
sleep 2000
}
}
varchange1:
mode1=1
mode2=0
gosub, goto1
return
varchange2:
mode1=0
mode2=1
gosub, goto1
return
goto1:
Gui, Tab, 1
if mode1=1
{
Gui, Add, Edit, x100 y50 w115 r4, Auto Hp/Mp.`nAuto hold Caplock`nwhen pressed.
}
else if mode2=1
{
Gui, Add, Edit, x100 y50 w115 r4, Constantly using skills w/ auto MP.`nSkills on F9-12.
}
return
^r::reload
~^m::
{
if mode1=1
{
mode1=0
mode2=1
}
else if mode2=1
{
mode1=1
mode2=0
}
return
}
~CAPSLOCK::
Click up %rl%
Click down %rl%
return
^x::
{
WinClose, D
ExitApp
}
*^q::Pause
QuitScript:
ExitApp
return
ReloadScript:
reload
return






