Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help) menu

User Tag List

Page 29 of 38 FirstFirst ... 252627282930313233 ... LastLast
Results 421 to 435 of 560
  1. #421
    Warrant's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tomit12 View Post
    Here is what I've been using for my Monk. It is an edited version of the great script made by Milkshakes00 earlier in the thread!

    1920x1080, Fullscreen window. It sends Sweeping Wind and Serenity for me, can be edited where commented to suit tastes. You'll still need to check on it to see if it needs repairs from time to time. Sometimes mobs leap in your path and block you, screwing up the pathing... Crap happens, it's just an AutoIt script!

    Code:
    Global $Paused
    
    HotKeySet("-", "Leave") ;script can be stopped by pressing -
    HotKeySet("{PGUP}", "Pause") ;script can be stopped by pressing -
    HotKeySet("{PGDN}", "Stop")
    
    $go = True
    $Leave = False
    
    While $go
       if($Leave) Then
          Send("{space}")
          Send("{q}")
          MouseClick("left", 1587, 878)
          Sleep(500)
          MouseClick("right", 1750, 825) ;Sends right click ability, I have this bound to sweeping wind
          Sleep(500)
          MouseClick("left", 1704, 825)
          Sleep(2000)
          Send("{1}") ;Send Serenity -invulnerability- key, change # as desired
          Sleep(2000)
          Send("{w}")
          Sleep(1000)
          MouseClick("left", 299, 35) ;Click towards exit
          Sleep(2500)
          MouseClick("left", 528, 188) ;Click on door back to town
          Sleep(2500)
          Send("{Escape}")
          MouseClick("left", 956, 579)
          Sleep(13000)
          MouseClick("left", 230, 416)
          Sleep(6000)
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() ;to allow the script to stop
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
    EndFunc
    I just started using this on Nightmare with my 41 monk, has been running flawlessly.

    Edit - Did a little script streamlining.
    I tried using this on my monk, but whenever he reaches the door, he fails to successfully enter the door, it misclicks the ground instead of the door.

    Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)
  2. #422
    dubdo's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    paying 250k on EU for a working barb script on hell (lvl 52 right now) on 1600x1200 or lower resolution! PM ME! thx

  3. #423
    tommyhank's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Buying DH script low resolution pm or pst ! Preferably PM

  4. #424
    tomit12's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2006
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried using this on my monk, but whenever he reaches the door, he fails to successfully enter the door, it misclicks the ground instead of the door.
    Running it in fullscreen windowed mode? Not sure why it wouldn't work, it has been working for hours for me. I'm also using the Fleet Footed passive, not sure if that changes it.
    Last edited by tomit12; 06-03-2012 at 02:03 PM.

  5. #425
    Warrant's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tomit12 View Post
    Running it in fullscreen windowed mode? Not sure why it wouldn't work, it has been working for hours for me. I'm also using the Fleet Footed passive, not sure if that changes it.
    Yep. I just had to adjust the coordinates that it tries clicking for the door and I fixed it. I'm going to edit this script to work for my DH too, thanks.

  6. #426
    dubdo's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still paying 250k for working barb script max 1600x900 resolution

  7. #427
    raidersz's Avatar Sergeant Major
    Reputation
    14
    Join Date
    Jun 2012
    Posts
    171
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raidersz View Post
    paying 100k (US) for DH on 800x600 (low res, planning to use it on my low spec notebook since i can't multitask with this running). PM me please
    can someone help? raising to 200k

  8. #428
    baeumchen123's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a running script for DH lvl 51+ ??
    resolution doesnt matter .. thank you!

  9. #429
    Slartibart's Avatar Member
    Reputation
    4
    Join Date
    Jul 2011
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kharnak View Post
    edit: i have been getting some weird client disconnects.. hmm, warden? I have been running this script from 25 to 45 now, all on nightmare, 1 bar per run now.
    fixed and working!
    The timing/timers you might have to edit yourself for your system
    Took a version from some other guys script here, some credit goes to him
    Demon Hunter at 1920x1080

    Be sure to have Vault on keyboard button 1 and Smoke Screen on keyboard button 2 and Spike Trap on right click

    This can be started from the character screen, make sure resume game starts you off where you need to be

    It is not completely AFK proof since dying ****s it up, just make sure you dont die, that's easier than editing this i'd say!


    Code:
    Global $Paused
    
    ; This can be started from the character screen, make sure resume game starts you off where you need to be for this questbot
    
    ; It is not completely AFK proof since dying ****s it up, just make sure you dont die :)
    
    HotKeySet("-", "Leave") ; the bot is started by pressing - (next to right shift, i believe is normal on all keyboards)
    HotKeySet("{PGUP}", "Pause") ; the bot can be paused by pressing Page Up
    HotKeySet("{PGDN}", "Stop") ; the bot can be stopped by pressing Page Down
    
    $go = True
    $Leave = False
    
    While $go
       if($Leave) Then
    	  Send("{space}")
    	  Sleep(Random(980, 1050, 1))
     	  MouseClick("left", 1587, 878) ;where your character goes to on screen on the first move
    	  Sleep(Random(1190, 1230, 1))
    	  
    	  MouseClick("right", 1712, 858, 2) ;where your character will right click (place traps for example)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(50, 140, 1))
    	  MouseClick("right", 1718, 853, 2) ; it's the same all the way down here, all right clicks on same spot
    	  
    	  
    	  
    	  Sleep(Random(1450, 1500, 1))
    	  Send(2)
    	  Sleep(Random(90, 200, 1))
    	  MouseClick("left", 299, 35)
    	  Sleep(Random(20, 50, 1))
    	  Send(1)
    	  
    	  Sleep(Random(120, 200, 1))
    	  MouseClick("left", 590, 210)
    	  
    	  Sleep(Random(2550, 3150, 1))
    	  Send("{Escape}")
          MouseClick("left", 956, 579)
    	  Sleep(Random(200, 220, 1))
    	  Send("{Escape}")
    	  Sleep(Random(100, 140, 1))
    	  Send("{Escape}")
    	  Sleep(Random(2800, 3100, 1))
    	  MouseClick("left", 230, 416)
    	  Sleep(Random(5700, 5900, 1))
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() 
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
    EndFunc
    How do I change this to 1440x900

  10. #430
    spazfokel's Avatar Private
    Reputation
    2
    Join Date
    May 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by baeumchen123 View Post
    is there a running script for DH lvl 51+ ??
    resolution doesnt matter .. thank you!
    WinWait, Diablo III, WinWaitActive, Diablo III,


    f1::
    settimer, farm, 1
    return
    f2::
    settimer, farm, off
    return


    farm:
    Sleep, 1000
    MouseClick, left, 242, 418
    Sleep, 5000
    Send {3}
    MouseClick, left, 1743, 820
    Sleep, 2000
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 500
    MouseClick, right, 1543, 684
    Sleep, 5000
    MouseClick, left, 285, 184
    Sleep, 3000
    MouseClick, left, 900, 353
    Sleep, 3000
    Send, {ESC}
    MouseClick, left, 950, 572
    Sleep, 13000
    return
    1920x1080

    doesnt actually use the meteor, so you should have a 400ish weapon at hands. 3 with ferrets (collects some gold while you´re at it), RMB twin chakrams.

  11. #431
    dyer678's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Slartibart View Post
    How do I change this to 1440x900

    While using your current resolution....open up autoit...there is a finder tool you can use to find the location you want clicked. you'll just have to go into game and find new locations (x, y). then switch them out with that script.

  12. #432
    goldzhb's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will pay a fast 10k for some 1 to give me the NM wp for this on eu

  13. #433
    St4t1cX's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works fine +
    Last edited by St4t1cX; 06-05-2012 at 05:44 AM. Reason: spam on my bnet acc

  14. #434
    tommyhank's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Selling a script flawless atm but only works on Resolution 800 x 600 two types one melee (monks & barbs) works better with barbs

    Then range dh wiz and witch d .

    I only give range or melee whichever you choose.

    Pm me.

    Edit: Script is for AHK(Auto Hot Key)

  15. #435
    krazyplay13oy's Avatar Private
    Reputation
    2
    Join Date
    May 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for someone to unlock this on HEll i can do normal and nightmare

Page 29 of 38 FirstFirst ... 252627282930313233 ... LastLast

Similar Threads

  1. [Selling] Pokemon Go Boosting/Level up service. (Fast, Cheap, Easy) and Egg hatching service.
    By Foreatic in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 09-09-2016, 01:08 AM
  2. Extreme Fast Leveling
    By mrgrap2 in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 11-12-2014, 08:23 PM
  3. Extremly fast leveling
    By lolilolilol in forum Diablo 3 Guides
    Replies: 0
    Last Post: 02-26-2014, 04:36 PM
  4. [Buying] Need a Personnal and extremly fast PL for Mist of pandaria release
    By Midnightzz in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 08-03-2012, 04:35 PM
  5. [Exploit] Cap WSG flag easy and fast (Rogue + lock)
    By KuRIoS in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 05-18-2006, 11:43 AM
All times are GMT -5. The time now is 05:31 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