Register for your free account! | Forgot your password?

You last visited: Today at 09:10

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

Advertisement



Darkeden INT bot

Discussion on Darkeden INT bot within the General Gaming Discussion forum part of the General Gaming category.

Reply
 
Old   #1
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
Darkeden INT bot

【FileName】:DEint3.6
【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
evanxxxm is offline  
Thanks
8 Users
Old 10/09/2007, 00:09   #2
 
elite*gold: 0
Join Date: Oct 2007
Posts: 3
Received Thanks: 1
evan i read it works for dk2 also any chance u got 1 for vamps thats use's auto skill's like wpe did when walking around ect for dk2 thanks
basher125 is offline  
Thanks
1 User
Old 10/09/2007, 02:43   #3
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
sorry, its not a packet sending program, totally different from wpe
it just helps u pressing keys automatically while afk sleeping =)
doesnt work for vamp, because vamps actually need to walk around kill and drain mobs...

btw, using wpe or tsearch or any packet sender is very easy for server to detect
unless the gm doesnt care, like the old int, u will definitely get caught.
which if u check dk2 forums, there is a ban list for using hacks and the number is still increasing
evanxxxm is offline  
Old 10/09/2007, 13:21   #4
 
elite*gold: 0
Join Date: Oct 2007
Posts: 3
Received Thanks: 1
lmao any chance u could post the link'(s) were it stats people getting banned i wanna have a good laugh
basher125 is offline  
Old 10/10/2007, 11:37   #5
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
there isnt any official list.
i am just saying that people get ban, and gm is still checking constantly
how i know about it?
if u know how to read chinese like me, u can go to the official forum

and its not hard to see posts like "f u gm, why ban me"
and then admin or 客服04 will reply a message like...sh user, bug abuser or whatever reason
evanxxxm is offline  
Old 10/12/2007, 00:51   #6
 
elite*gold: 0
Join Date: Oct 2007
Posts: 3
Received Thanks: 1
sure, sure a translater before dk2 had 1 server u could use wpe without getting cought. what u had to do is open wpe then load dk2 updater run game then target program and it worked fine then he patched so u couldent read the packets lolz. i personely think wpe would be a good tool to use if thier wasent soo dangerouse, u can do vertually anything u want with that tool if it wasent for that noob "MINIPOEW" i would still be playing de int the good old day's
basher125 is offline  
Old 10/14/2007, 04:47   #7
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
what do u mean the server doesnt read the packets?
u are actually sending packets to the server EVERYTHING u do
lets say normal attack is 0.5 seconds per hit
and u use wpe to send it every 0.1 seconds...
do u think the server actually cant read the packets...
another example, if u use HPhack (if possible), the server has our coordinates, and if u actually not in the screen but u can still use heal packets...
do u actually think if the GM check, and he think o, thats totally not hack
first u need to get caught by players, then report to GM, and if the GM cares, he will come to server or easier will be check ur account packet history

and another point is, if few has SH or bypass of DE and can use wpe
it will flooded with hackers, and do u GM doesnt do anything?
so many asians and br play DE fs and good at hacking
do u actually think they cant find a way to bypass DE?
SH and bypass exists very long in DE fs already
but why not much hackers? very simple, GM is doing is job, no one want to risk a 180lvl account...

btw, speedhack is super easy to make
u dont necessary need to inject dll to DE, u can just use a program to speedup the computer timeclock
evanxxxm is offline  
Old 10/24/2007, 04:13   #8
 
elite*gold: 0
Join Date: Feb 2006
Posts: 64
Received Thanks: 0
Wow ty for the program evan.What version of DE are u guys playing now?i waiting for the joymax but its down.Thai version is i cant read it.
orochris is offline  
Old 10/29/2007, 01:49   #9
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
waiting for int too. currently playing Conqueronline
evanxxxm is offline  
Old 10/30/2007, 13:40   #10
 
elite*gold: 0
Join Date: Feb 2006
Posts: 64
Received Thanks: 0
hi bro evan

can u briefly tell me how u lvl a enchantor while afk?use bless all the way to lvl 100?i playing dk2 fs but i nvr use a enchantor before.seriously i am lost,maybe i should use healer and let a few mobs and let that mobs just hit me and i just heal all the way.

many thanks in advance.
orochris is offline  
Old 11/04/2007, 00:15   #11
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
u can basically train all the bless skills in any low level maps after u have the shield
leveling a enchanter can be the same as a healer after 100lvl with the spirit guard
of course, u cant compare the leveling speed of a healer to enchanter, its just totally different class
evanxxxm is offline  
Old 11/08/2007, 10:21   #12
 
elite*gold: 0
Join Date: Feb 2006
Posts: 64
Received Thanks: 0
ohh ok i see .anyway my enchantor at FS is always being pawned.even at lvl 100+ my tactis are just poor always been killed by vamp or npc monster at holy adam.anyway joymax dk is at beta.cya soon in game after beta.
orochris is offline  
Old 11/15/2007, 10:13   #13
 
elite*gold: 0
Join Date: Feb 2005
Posts: 88
Received Thanks: 12
This doesn't work on joymax.
Lemonadez is offline  
Old 11/16/2007, 11:30   #14
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
tested on the first day, it works...
not sure about the close beta one

its only a color searching pixel program to check your HP/MP
i dont see why it wont work.
evanxxxm is offline  
Old 11/16/2007, 13:03   #15
 
elite*gold: 0
Join Date: Jul 2007
Posts: 60
Received Thanks: 3
Umm what the password for the program? I use WinAce to open it and it says password requried.
woodcuttern is offline  
Reply


Similar Threads Similar Threads
DarkEden servers.
05/14/2010 - Private Server Advertising - 0 Replies
So has people given up on this? I have a working server, but I'm not good enough in everything to know how to add/edit stuff in the client/server. Does anyone know how to do this kind of stuff?
DarkEden P.S.
12/19/2009 - Private Server - 1 Replies
i want to make DarkEden Online Private server i need help like guides, source-client.
pay s darkeden
01/08/2009 - General Gaming Discussion - 0 Replies
Hello to all I need to know how i do server for money i have db and date JOYMAX.COM - Global Hub of Fun :: Darkeden Main site DarkEden Extreme p server Who owns the server and can work it i am able to pay the price required to meet any Contact me [email protected] or ::: Eo Candy Forums ::: - Powered by vBulletin
New Darkeden
01/16/2008 - General Gaming Discussion - 1 Replies
Hii guys .. After DE has been changed we need to get new Speedhack (SH) , and new WPE and stuff to start all over agin . But we need to be all with each other as if anyone got something just share it together .:) Thx for your time.
DarkEden
07/26/2006 - General Coding - 1 Replies
Anyone know how to get a leveling bot for Dark Eden?



All times are GMT +2. The time now is 09:10.


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.