Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 59
  1. #16
    12345lul's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by sync09 View Post
    can i rank up here? lol.
    When you have PWR you can

  2. #17
    sync09's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    not working at DN Sea. When i Press "M" button nothing happened.

  3. #18
    12345lul's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by sync09 View Post
    not working at DN Sea. When i Press "M" button nothing happened.
    Read the comments, and also the script

    It says "WinActivate, xxxxxxxx" you need to change that xxxxxxxxxx part to the name of your dragon nest window

  4. #19
    sledgge's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    1
    My Mood
    Fine
    PWR stands for???

    Whoever said nothing is impossible...
    Never tried to staple water to a tree.

  5. #20
    sync09's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    DN SEA, WinActivate DragonNest. same as WinActive in script.
    Last edited by sync09; 11-26-2011 at 01:55 AM.

  6. #21
    sledgge's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    1
    My Mood
    Fine
    @sync09 what program u use to run scripts??
    i cant understand the instruction.

    Whoever said nothing is impossible...
    Never tried to staple water to a tree.

  7. #22
    dirtyzerg's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    aa
    Posts
    43
    Reputation
    10
    Thanks
    14
    My Mood
    Buzzed
    1.Go to google and search Autohotkey
    2.Download
    3.Open Notepad
    4.Copy Code on first post
    5.Save notepad file as Afk.ahk
    6.Load DragonNest
    7.Get into Endless Charge room
    8.Press M
    9.???
    10.Profit

    As far as DN SEA I don't know why its not working, I assumed its because the applications run under different names, if thats not it then can't say as I do not play DN SEA

  8. The Following User Says Thank You to dirtyzerg For This Useful Post:

    HolyToast (02-26-2012)

  9. #23
    cybercrash's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    4
    My Mood
    Cynical
    I tried and the macro works. But I didn't gain any exp or anything (dn sea).. why??

  10. #24
    dirtyzerg's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    aa
    Posts
    43
    Reputation
    10
    Thanks
    14
    My Mood
    Buzzed
    Quote Originally Posted by cybercrash View Post
    I tried and the macro works. But I didn't gain any exp or anything (dn sea).. why??
    probably because DN SEA uses a fatigue system

    DN NA replaced the Fatigue system with a daily bonus XP system called Power (PWR) you can enable Power in the arena to gain extra XP and medals, costing 10 power every 2 minutes your in it and you get 800 power daily.

    I figured this wouldn't work for DN SEA, as with everything else seems DN SEA is just exploit proof at this time

  11. The Following User Says Thank You to dirtyzerg For This Useful Post:

    cybercrash (11-29-2011)

  12. #25
    sync09's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    well, its working for DN Sea, tested. *cheers*

  13. #26
    voidwalkerz's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    399
    Posts
    15
    Reputation
    12
    Thanks
    75
    please answer this noob question were is the endless charge room?

  14. #27
    xplus3's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by dirtyzerg View Post
    What you will need: Autohotkey

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

    What does it do?: It 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

    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.

    I found it useful maybe you will too.

    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

    Hi dirtyzerg,

    i would like to seek help from you, i have this simple script for DRGAONNEST SEA. All my command for skills are fine;

    i am creating a bot for dragon nest, that will run a dungeon contineously over and over.
    my problem is i send a keyboard command W, A, S, D, E keys to do all normal actions like walk, run, side step left/right & pick items but the dragon nest is not responding. but I can do all the attack skills and emotions, all the keys in keyboard are fine.

    here is a simple script that i am trying to test;

    #IfWinActive ahk_class DRAGONNEST

    *F9:: Goto, Walk
    Walk:
    Send {e} ; continuous walk ; THIS LINE NOT WORK/ NO RESPOND IN THE GAME. BUT IN CHAT BOX ITS TYPING THE "e"
    Sleep 5000
    Send {1} ; attack use poison missile ;THIS LINE WORKS FINE
    Sleep 1500
    Send {2} ; attack use icy shards ;THIS LINE WORKS OK
    return

    I am gratefully appreciate your help. sorry for taking your time.

    thank you,
    xplus3

  15. #28
    xplus3's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by sync09 View Post
    well, its working for DN Sea, tested. *cheers*
    Kabayan sync09,

    can you share me your script? my problem is i can't do a script to command my character to walk, run, side steps and pick items.

    please i need some of ur advise, TY & salamat.

    xplus3

  16. #29
    sync09's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    no loot, no auto walk for the script just afk at endless. use the script post here. nothing to change. works fine.

  17. #30
    xoazonox's Avatar
    Join Date
    Jun 2009
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    hey can anyone help me ?
    i did the steps and the autokeyhelper auto targeted my dragonnest (sea) but it doesnt press the L button and i still got kicked out from room for afking >.<

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [SOLVED] Anti Camp script help!!!
    By adyson_19 in forum Call of Duty Modern Warfare 2 Help
    Replies: 11
    Last Post: 08-21-2010, 01:50 AM
  2. [SOLVED]Anti - Afk * Hack / Console Command *
    By dwcusterjr in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 07-10-2010, 06:10 PM
  3. Anti-AFK Hack?
    By dwcusterjr in forum Call of Duty Modern Warfare 2 Help
    Replies: 9
    Last Post: 06-27-2010, 06:15 PM
  4. Need Mouse Mover or Anti-afk program (XP)
    By AlexApeilh in forum CrossFire Discussions
    Replies: 4
    Last Post: 05-06-2010, 02:35 PM
  5. [Request] Anti AFK Hack For WarRock
    By oriav18 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 03-16-2010, 02:00 PM