[help] dragon nest bot.

Posts 1–15 of 15 · Page 1 of 1
[help] dragon nest bot.
im currently looking for dragon nest bot that work in sea.
can any one give me hint how to create the bot ?
Wow! Kudos for actually having the initiative to create and not to ask for something! That's VERY RARE here in MPGH!


But to give you a hint, try to start by mastering the skill on looking for useful memory addresses in the game - be proficient in using CE or OlyDbg.

And for the actual bot creation, try to Master AutoIT, but you can start learning with the basics using simpler programs like AutoHotkey.
Quote Originally Posted by dnestbank View Post
Wow! Kudos for actually having the initiative to create and not to ask for something! That's VERY RARE here in MPGH!


But to give you a hint, try to start by mastering the skill on looking for useful memory addresses in the game - be proficient in using CE or OlyDbg.

And for the actual bot creation, try to Master AutoIT, but you can start learning with the basics using simpler programs like AutoHotkey.
Hi, does autohotkey working in dn? i cant make the hotkey of both of them work on dn.
@dnestbank

does it possible for bot to exist in dragonnest ?
since dragonnest is different with other bot-able game such as map*e story and ragn*rok
map*e stor*y does need you to finish a certain stage. and the monster are available randomly.
the logic is the bot will randomly move to detect the available pixel ( which is the monster ) and hit it.

but in dragon nest it is (3d?) and the important thing bout dragon nest is the chest. not the monster
and making the bot to walk in certain path it acctualy quite ( impossible ? ) and the exact problem is most bot-able game are pixel ( 2d )

i have tried autohotkey and macro to create bot. but that is useless. since there is no static movement in dragonnest dungeon running.
Kudos again! You really know what you're trying to work on. The clue is in your statement already. Here:


Quote Originally Posted by Gagnam View Post
the important thing bout dragon nest is the chest. not the monster
You've got yourself the correct target. And that would make this discussion clearer. Your target is non-moving/static and it has a fixed location.


Quote Originally Posted by Gagnam View Post
making the bot to walk in certain path it acctualy quite ( impossible ? )
It's possible, but it's hard.

But that statement is the critical point. Try to think outside the box. Do you really need to walk towards your target??
actually the bot i know of is not the bot every1 thinks it is. it is just a software that copies everything you do. from mouse keys, to keyboard press. from mouse hover etc etc. we really owe it alot to xkhen. since the launcher got bypassed, and you can read the launcher. a simple CE can make a difference.

---------- Post added at 02:52 PM ---------- Previous post was at 02:49 PM ----------

Quote Originally Posted by dnestbank View Post
Kudos again! You really know what you're trying to work on. The clue is in your statement already. Here:




You've got yourself the correct target. And that would make this discussion clearer. Your target is non-moving/static and it has a fixed location.




It's possible, but it's hard.

But that statement is the critical point. Try to think outside the box. Do you really need to walk towards your target??
again, i agree with tyrobanks (lol) a target that is stagnant to the same location over and over again is quite easy compared to the mobs. i think of what they are trying to do is to compile tele hack to clicking Royal Chests to looting jewels, to returning to respawn and get killed, and clicking f12 and returning to stage.
Quote Originally Posted by xkhenfan View Post
actually the bot i know of is not the bot every1 thinks it is. it is just a software that copies everything you do. from mouse keys, to keyboard press. from mouse hover etc etc. we really owe it alot to xkhen. since the launcher got bypassed, and you can read the launcher. a simple CE can make a difference.

---------- Post added at 02:52 PM ---------- Previous post was at 02:49 PM ----------



again, i agree with tyrobanks (lol) a target that is stagnant to the same location over and over again is quite easy compared to the mobs. i think of what they are trying to do is to compile tele hack to clicking Royal Chests to looting jewels, to returning to respawn and get killed, and clicking f12 and returning to stage.
this is the exact same thing that im tring to do. but for some reason i cant make the hotkey and send function of autoit work. can you guys help me? a little hint would help me alot, thanks

I got this code working on notepat but not in dn.

HotKeySet("{NUMPAD1}", "SrtBot")

_Main()
Func _Main()
GUICreate("Testing", 363, 322)
GUISetState(@SW_SHOW)
EndFunc

func SrtBot()
MsgBox(0,"tes", "ting")
Sleep(1000)
Send("{g}")
Sleep(1000)
Send("{g}")
Sleep(1000)
Send("{g}")
Sleep(1000)
Send("{g}")
EndFunc
@^


Quote Originally Posted by dnestbank View Post
It's possible, but it's hard.

But that statement is the critical point. Try to think outside the box. Do you really need to walk towards your target??
the answer is teleport hack

conclusion -> move pattern

Enter dungeon -> teleport hack -> check chest -> wait few seconds for pet to pickup ( reason needed pet coz it is hard to make the pattern to pick up things. since the item is dropped spreaded around the chest which mean without pet there much more work to do. ) -> back to stage. using teleport hack ?-> rinse and repeat. no need going to town coz no need repair.
i think someone got this hack.. pm xiaooxoo!
Just buy my bot
Quote Originally Posted by Xiaoxoo View Post
Just buy my bot
just share It
Quote Originally Posted by Gagnam View Post
the answer is teleport hack

conclusion -> move pattern

Enter dungeon -> teleport hack -> check chest -> wait few seconds for pet to pickup ( reason needed pet coz it is hard to make the pattern to pick up things. since the item is dropped spreaded around the chest which mean without pet there much more work to do. ) -> back to stage. using teleport hack ?-> rinse and repeat. no need going to town coz no need repair
and boom goes the dynamite! Now you know the concept, just code it in your macro automation program and your good! Don't buy those bull, trust me, it's very easy to do! You'll save money and it'll feel good about yourself!
Quote Originally Posted by dnestbank View Post
and boom goes the dynamite! Now you know the concept, just code it in your macro automation program and your good! Don't buy those bull, trust me, it's very easy to do! You'll save money and it'll feel good about yourself!
totally agree with this... well, if u really wanted to spend money, spend money on programs not only used for botting but for other purposes too. like this one "keyboard and mouse mapping/recording" saves you time to make codes, and u can also innovate things with it.. if ur good in google (LOL) u might end up having the free version. so dig in. XD
i think someone made a bot like this.
can anyone do a bot for enhancing dn sea armor and weapon 100% success
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?