Results 1 to 10 of 10
  1. #1
    Grooguz
    Grooguz is offline
    BanHammer Holder
    Grooguz's Avatar
    Join Date
    2010 May
    Posts
    678
    Thanks Thanks Given 
    152
    Thanks Thanks Received 
    537
    Thanked in
    167 Posts
    Rep Power
    14

    Dragon Nest Endless Charge Anti-Afk Script

    This script loops the L key every 3-5 seconds to prevent getting kicked for being AFK, allowing you to sit in Endless Charge rooms for days

    What you will need: Autohotkey
    What is the use of this: Leveling, Goddess Medal Farm, Breaking the game and causing QQs

    Downside: Cannot get it to do this while the program (DragonNest) is minimized, this can be fixed by having a second computer or being savvy in autohotkey i suppose, wasn't an issue for me since I have 2 computers, if you do find a way to get it to work minimized, share.

    Code:
    #MaxThreads 2
    #MaxThreadsPerHotkey 2
    
    ;; Attack Spam
    m::
    toggle := !toggle
    Loop
    {
       If (toggle) {
          TrayTip,,AFK On
          WinActivate, DragonNest,
          Send, l
          Sleep, 3000
    	Send, l
    	Sleep, 3000
       }
       Else {
          TrayTip,,AFK Off
          WinActivate, DragonNest,
          Return
       }
    }
    Return
    Hotkey to start/break the loop = M

    I leveled 22-31 just afking, and have enough medals to buy the level 32 challanger set two or three times.

    Its not detectable as it does nothing to the game, it simply tells you computer that your keyboard keys are being pressed, DragonNest's antibot thing has not caused me problems and I have been doing this for over a month. There are a handful of people who have already been doing the same thing one way or another, so lets even the playing field

    To a point, when you have power and your afking in the arena you get a pretty good chunk of xp, and the way it works is its only 10 power every 2 minutes, having 800, thats about 4-5 hours of power in the arena

    This isn't some miraculous method of cheating the game, but it does help, quite frankly I found using power in dungeons to be useless after level 24 or so, as the gain was not very much even in the SH dungeons, I gained more xp by afking in the arena for a few hours then doing 5 dungeons and spending all the power, doing all the dungeons gave me about 40% of a level after 24, with pwr ofcourse, however..one night in the arena, even after your power is gone was always a level + 20% when I awakened, til about 28, then it gets slow again, but its afking..who cares..level while you do something else lol..

    An auto it bot would be too complicated considering there are already bots that use .dlls and hooks, there is none thats public obviously but the effort to do a bot in autoit would be far too depressing considering the recent influx of farm bots again, I personally won't mess with auto it on a scale like that because of the amount of different scripts that all have to function at certain times, movement, attack, targetting, skills, inventory cleaning, repair..its very much a headache just thinking about it, not to mention with ranged characters using auto attack..

    No virus scan is needed, everything that functions you can see above, its not very much..just the L key

    It won't work in any rooms other then Endless Charge because in the other rooms/private you have to click start, you can add that probably but honestly timing out the rounds so it doesn't click before the round is over wouldn't be worth it unless your really going to afk in a private room with a friend, and if either script messes up it would ruin it.

    Its useful, even if you think dungeons are faster, you cant dungeon when your asleep or away..so gain XP from the arena, plus the goddess medals are a bonus, even if you have one of the other sets and don't need the challanger gear there are other things you can use the medals for.

    The script is very basic, the hardest part was getting the window to target, at first I was just using X Y coords where my window bar was to target it but thanks to some help on the autohotkey forums I was able to add the winactivate, a few people on the forums gave me some methods on trying to get this to work while minimized, but none of them succeeded, if anyone here is good at autohotkey and are able to figure it out please share it with everyone.

  2. The Following User Says Thank You to Grooguz For This Useful Post:


  3. #2
    owenmaii12
    owenmaii12 is offline
    New member
    Join Date
    2011 Dec
    Posts
    5
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    it works sort of it makes my go screen saver :P

  4. #3
    hexadecimal
    hexadecimal is offline
    New member
    Join Date
    2012 Jan
    Posts
    7
    Thanks Thanks Given 
    8
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    sometimes at sea when the char AFK Dragonest no problems that occur as disconnected from the server,,,

    Ok ... Thx for share sir ...

  5. #4
    kevinpogi16
    kevinpogi16 is offline
    Guest
    Join Date
    2012 Feb
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    is this working with multiclient?

  6. #5
    ouzu
    ouzu is offline
    New member
    Join Date
    2011 May
    Posts
    12
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    2 Posts
    Rep Power
    0
    hmm to bad im already retired from DN
    the cash to expensive

  7. #6
    Knightmare30
    Knightmare30 is offline
    Guest Knightmare30's Avatar
    Join Date
    2012 Feb
    Posts
    2
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    can you make the afk thing an .exe since Ive no idea on how to code .

  8. #7
    lastsoul28
    lastsoul28 is offline
    New member
    Join Date
    2012 Jul
    Posts
    31
    Thanks Thanks Given 
    6
    Thanks Thanks Received 
    5
    Thanked in
    3 Posts
    Rep Power
    0
    Is this working at this time? Dragon Nest Sea Player here ) hope that code is working

  9. #8
    kitnoman
    kitnoman is offline
    New member
    Join Date
    2012 Aug
    Location
    Quezon city
    Posts
    11
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    2
    Thanked in
    2 Posts
    Rep Power
    0
    would any Autohotkey work for this one? or is there a specific one(if possible DN SEA)?

  10. #9
    souldvl
    souldvl is offline
    New member souldvl's Avatar
    Join Date
    2012 Aug
    Posts
    6
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by Grooguz View Post
    Dragon Nest Endless Charge Anti-Afk Script

    This script loops the L key every 3-5 seconds to prevent getting kicked for being AFK, allowing you to sit in Endless Charge rooms for days

    What you will need: Autohotkey
    What is the use of this: Leveling, Goddess Medal Farm, Breaking the game and causing QQs

    Downside: Cannot get it to do this while the program (DragonNest) is minimized, this can be fixed by having a second computer or being savvy in autohotkey i suppose, wasn't an issue for me since I have 2 computers, if you do find a way to get it to work minimized, share.

    Code:

    #MaxThreads 2
    #MaxThreadsPerHotkey 2

    ;; Attack Spam
    m::
    toggle := !toggle
    Loop
    {
    If (toggle) {
    TrayTip,,AFK On
    WinActivate, DragonNest,
    Send, l
    Sleep, 3000
    Send, l
    Sleep, 3000
    }
    Else {
    TrayTip,,AFK Off
    WinActivate, DragonNest,
    Return
    }
    }
    Return

    Hotkey to start/break the loop = M

    I leveled 22-31 just afking, and have enough medals to buy the level 32 challanger set two or three times.

    Its not detectable as it does nothing to the game, it simply tells you computer that your keyboard keys are being pressed, DragonNest's antibot thing has not caused me problems and I have been doing this for over a month. There are a handful of people who have already been doing the same thing one way or another, so lets even the playing field
    I wanna ask what kind of room mode? Free for all? or captain? or any other else?
    Cause i'm new in this DN sea so i don't know what room mode can make many exp...

  11. #10
    kevz90
    kevz90 is offline
    Guest
    Join Date
    2012 Oct
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Actually i was just start with this, how its work? and today dn sea will be a long maintance again, how the code work with? Auto hot key is get from where?

Similar Threads

  1. Dragon Nest MSH structure
    By Grooguz in forum Game Models and Graphic
    Replies: 2
    Last Post: 2012-10-18, 07:46 PM
  2. [Release] Dragon Nest ETC
    By yizheng in forum Dragon Nest
    Replies: 15
    Last Post: 2012-06-30, 01:58 AM
  3. [Request] Dragon Nest SEA
    By ashH in forum Dragon Nest
    Replies: 28
    Last Post: 2011-12-02, 01:39 AM
  4. [Help] Are There Any Bot For Dragon Nest SEA..?!?!?!
    By dondale8 in forum Dragon Nest
    Replies: 1
    Last Post: 2011-11-12, 03:06 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •