Neverwinter Quest leveling exploit. Fastest way possible. menu

User Tag List

Page 9 of 12 FirstFirst ... 56789101112 LastLast
Results 121 to 135 of 173
  1. #121
    cancifer's Avatar Member
    Reputation
    9
    Join Date
    Jan 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    On Mindflayer right now will be all night if anyone has Macabre Macabre@fr4gshout

    Neverwinter Quest leveling exploit. Fastest way possible.
  2. #122
    Hofan's Avatar Member
    Reputation
    114
    Join Date
    Feb 2008
    Posts
    242
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for share on Beholder, StrongBad@ProcsKalone

  3. #123
    beast619's Avatar Sergeant
    Reputation
    10
    Join Date
    May 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looking for share on dragon @beastin619

  4. #124
    Jeddy's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    80
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  5. #125
    icecubi's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    got it : - )
    Last edited by icecubi; 05-09-2013 at 08:31 AM.

  6. #126
    Calihad's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LF share on mindflayer
    pgtoxi@calihad2

  7. #127
    Mav's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2006
    Posts
    18
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's an autohotkey script for the lazy among us. Run two copies of neverwinter on the same computer in windowed mode, and point the one you want to level at the quest giver, and on the other open your questlog, and have it on the quest to be shared. Press scroll lock to start, and insert to end the loop.

    If you have a faster computer you might be able to speed these up a bit more, but this seems to be working the best for me.
    ScrollLock::
    #WinActivateForce
    IfWinNotActive, Neverwinter, , WinActivate, Neverwinter,
    WinWaitActive, Neverwinter,
    BreakLoop = 0
    Sleep, 400
    Loop,
    {
    if (BreakLoop = 1)
    break
    WinWaitActive, Neverwinter,
    Sleep, 100
    MouseClick, left, 917, 666
    Sleep, 100
    MouseClick, left, 917, 666
    Sleep, 100
    WinActivateBottom, Neverwinter
    Sleep, 1000
    MouseClick, left, 230, 660
    Sleep, 500
    MouseClick, left, 230, 660
    Send, 1
    Sleep, 500
    Send, f
    Sleep, 800
    Send, 1
    Sleep, 300
    Send, 1
    Sleep, 300
    WinActivateBottom, Neverwinter
    Sleep, 500
    }

    insert::
    BreakLoop = 1
    return
    Last edited by Mav; 05-09-2013 at 05:00 AM.

  8. #128
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,160
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for share on Dragon. Will not post my name in thread for obvious reasons. Send me a PM!
    What's a Parog?
    Looking for competitive Valorant team!

  9. #129
    mathias0929's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for share on Beholder, PM
    Last edited by mathias0929; 05-09-2013 at 06:49 AM.

  10. #130
    hamir's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for share on mindflayer. Need it only one time. PM me

  11. #131
    billxt's Avatar Member
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi heres my script hope it helps, pretty basic, copied the hotkey example script from google and added my lines, random times higher than 1.5 secs solved my black screen issues, on my other laptop just constantly run a mouseclick() on share. 1 "send("alt")" solved my alt problem. not the fastest way but no blackscreen at least

    ; Press Esc 1tof11f1f11 terminate scriptt, Pause/Break to "pause"

    Global $Paused
    HotKeySet("{/}", "TogglePause")
    HotKeySet("{ESC}", "Terminate")
    HotKeySet("+!d", "ShowMessage") ;Shift-Alt-d
    $w = random(2400,2500)
    ;;;; Body of program would go here ;;;;
    sleep(1500)
    While 1
    Sleep($w)
    send("1")
    Sleep($w)
    send("f")
    Sleep($w)
    send("1")
    Sleep($w)
    send("1")
    Sleep($w)
    send("{alt}")
    WEnd
    ;;;;;;;;

    Func TogglePause()
    $Paused = Not $Paused
    While $Paused
    Sleep(100)
    ToolTip('Script is "Paused"', 0, 0)
    WEnd
    ToolTip("")
    EndFunc ;==>TogglePause

    Func Terminate()
    Exit 0
    EndFunc ;==>Terminate

    Func ShowMessage()
    MsgBox(4096, "", "This is a message.")
    EndFunc ;==>ShowMessage

  12. #132
    billxt's Avatar Member
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    script for 1 comp 2 acc:
    !!! first 15 sec is to quickly activate the 2 nv windows making sure alt+tab wont activate other programs
    !!!!! mouseclick line is the share button add yours


    ; Press Esc to terminate scriptt, Pause/Break to "pause"

    Global $Paused
    HotKeySet("{/}", "TogglePause")
    HotKeySet("{ESC}", "Terminate")
    HotKeySet("+!d", "ShowMessage") ;Shift-Alt-d
    $w = random(1200,2500)
    ;;;; Body of program would go here ;;;;
    sleep(15000)
    While 1
    Sleep($w)
    MouseClick("left",566,486,1)
    send("{alt down}")
    Sleep($w)
    send("{tab}")
    sleep(400)
    send("{alt up}")
    Sleep($w)
    send("1")
    Sleep($w)
    send("f")
    Sleep($w)
    send("1")
    Sleep($w)
    send("1")

    send("{alt down}")
    Sleep($w)
    send("{tab}")
    sleep(400)
    send("{alt up}")
    Sleep($w)
    send("j")





    ;


    WEnd
    ;;;;;;;;

    Func TogglePause()
    $Paused = Not $Paused
    While $Paused
    Sleep(100)
    ToolTip('Script is "Paused"', 0, 0)
    WEnd
    ToolTip("")
    EndFunc ;==>TogglePause

    Func Terminate()
    Exit 0
    EndFunc ;==>Terminate

    Func ShowMessage()
    MsgBox(4096, "", "This is a message.")
    EndFunc ;==>ShowMessage

  13. #133
    roevhaal's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LF someone to share on Beholder, Dont have zen and stuff

  14. #134
    jay_j's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looking for somebody to share this q with me on dragon pm me your ingame name will contact you immediately
    also im willing to pay for it (how much depneds on 1time share or autoshare =P)

  15. #135
    morlin76's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lf quest share on beholder

Page 9 of 12 FirstFirst ... 56789101112 LastLast

Similar Threads

  1. Replies: 14
    Last Post: 04-06-2014, 09:43 AM
  2. Fastest way possible from 70-80
    By fragnot in forum World of Warcraft General
    Replies: 2
    Last Post: 07-27-2013, 12:51 AM
  3. Fastest way possible from 85 to 90 ?
    By fragnot in forum World of Warcraft General
    Replies: 6
    Last Post: 07-08-2013, 05:56 PM
  4. Neverwinter Quest leveling exploit. Fastest way possible.
    By Anesith in forum MMO Exploits|Hacks
    Replies: 165
    Last Post: 05-09-2013, 10:46 AM
All times are GMT -5. The time now is 02:52 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search