Darkeden Bots

06/06/2007 01:54 evanxxxm#1
【FileName】:DEint3.6
【FileFormat】:autohotkey
【FileSize】:194kb
【FileLocation】:MegaUpload
【UploadDate】:10/7/2007
【Download】[Only registered and activated users can see links. Click Here To Register...]
【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】

[Only registered and activated users can see links. Click Here To Register...]

【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
06/06/2007 13:31 reijin#2
DEBot:
Antivir: Nothing found
ArcaVir: Nothing found
Avast: Nothing found
AVG: Nothing found
BitDefender: Trojan.Autoit.AE
ClamAV: Nothing found
F-Prot: Nothing found
Norman: Nothing found
Rising: Trojan.Autoit.ag
VirusBlokAda32: Trojan.Win32.Autoit.ae

VirusBuster: Nothing found

[Only registered and activated users can see links. Click Here To Register...]
Scanned by [Only registered and activated users can see links. Click Here To Register...]

DESkill:
Antivir: Nothing found
ArcaVir: Nothing found
Avast: Nothing found
AVG: Nothing found
BitDefender: Trojan.Autoit.AE
ClamAV: Nothing found
F-Prot: Nothing found
Norman: Nothing found
Rising: Trojan.Autoit.ag
VirusBlokAda32: Trojan.Win32.Autoit.ae

VirusBuster: Nothing found

[Only registered and activated users can see links. Click Here To Register...]
Scanned by [Only registered and activated users can see links. Click Here To Register...]

should be clean... AutoIt is always detected as a trojan... but im not sure.. :D
12/25/2007 07:21 byens#3
hi evan merry xmas and happy new year .. :))
bugs report:
cancel klicked and application still asking where gamesclient files.
it should be...
if (cancel button) then (terminate application)

nice new gui :) thx
04/26/2009 12:41 towersword#4
is it only for slayers?
07/19/2009 05:59 painkiller42069#5
hi i got a problem the prograam is working but when ITS WORK MY MOUSE KEEP MOVING TO THE LEFT SIDE OF MONITOR i dunno why its doing this ? can u help me in this problem ?
07/19/2009 21:05 deathtrap28#6
i downloading the thing but im having an issue running it
i get it started up but i cant figur out how to link it up to darkeden =/ can you help me?
12/22/2009 11:23 jdyton#7
the download doesn't work any more do you have any mirrors?
02/16/2010 13:44 blackpistol#8
i've rewroted it. Clean pm me if u want it...
06/05/2010 01:16 skylatrox#9
Quote:
Originally Posted by blackpistol View Post
i've rewroted it. Clean pm me if u want it...
I want it.
02/11/2013 22:20 thesinerd#10
reupload? ill trade bots
06/30/2013 06:30 sharky69#11
i want the bot too...xD please
06/30/2013 11:41 Pyrolex#12
Quote:
Originally Posted by sharky69 View Post
i want the bot too...xD please
Look at the date of this thread:
[Only registered and activated users can see links. Click Here To Register...]

Pushing outdated threads is not allowed. In addition, such requests aren't allowed too.

Apparently [Only registered and activated users can see links. Click Here To Register...] is an inactive user. I don't think that he'll give us a new downloadlink. :-)
06/30/2013 13:42 sharky69#13
oh...sorry then^^ a bot would've been great
07/01/2013 17:18 Acid#14
Quote:
Originally Posted by PyRoLeX View Post
Look at the date of this thread:
[Only registered and activated users can see links. Click Here To Register...]

Pushing outdated threads is not allowed. In addition, such requests aren't allowed too.

Apparently [Only registered and activated users can see links. Click Here To Register...] is an inactive user. I don't think that he'll give us a new downloadlink. :-)
#Closed