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

Shout-Out

User Tag List

Page 8 of 38 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 560
  1. #106
    Blankz's Avatar Member
    Reputation
    5
    Join Date
    Jan 2008
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    has any1 been able to get xp in hell for this. I am not getting anything

    Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)
  2. #107
    lawlPwnage's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blankz View Post
    has any1 been able to get xp in hell for this. I am not getting anything
    I'm getting 28k exp/run (at hell).
    Do you damage the mobs before the bomb drops?

  3. #108
    SH4D0WS1N's Avatar Active Member
    Reputation
    22
    Join Date
    Jan 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    HotKeySet("{END}", "close") ;Ends script.
    
    While 1
    WinWaitActive("Diablo III")
    Sleep(100) ;Pauses for 100ms which is 1/10 a second
    ;Pausing while the user loads and after refresh.
    
    
    If Hex(PixelGetColor(567, 797)) = 0x54483A Then ;If in character menu.
    MouseClick("Left", 175, 395, 1) ;The coordinates for your resume game button.
    y it no work. I changed the pixel locations to approximate 1280x1024 values. I didn't know how to tell where the PixelGetColor was supposed to be looking for that pixel, so I grabbed a nearby one and instead got my own value from a screen shot, but the conditional is either not returning true or is not ever running. I don't see what could be wrong so could some one help me please?

    Thanks in advance.

  4. #109
    xer0x's Avatar Member
    Reputation
    1
    Join Date
    Apr 2006
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A. Open notepad and copy in script text
    B. Save notepad file as name.AU3
    C. Run script (no need to compile)

    * make sure that Autoit is set to run as Administrator if your Windows 7 ( Right click on Run Script (x64) and go to Compatibility Tab and check mark Run this program as administrator, you can find this in the Start Menu or Program Files Autoit directory )

    D. Quickly switch to minimized game at full screen at designated res and try to line up mouse with the auto movement.

  5. #110
    Marcel2004's Avatar Member
    Reputation
    1
    Join Date
    Sep 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For Wizzard Frost Nova take Blizzard it slows and it´s better so no need to change the script

  6. #111
    TradePrince's Avatar Active Member CoreCoins Purchaser
    Reputation
    68
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could somebody make script for me for this? It doesnt have to use any ability or whatever. My resolution is 1280x1024, im monk, and all other scripts weren't working for me. ^^ Thanks!

  7. #112
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    On my wizard, I've just been using Archon + Rune of Arcane Destruction to clear it really fast. I just pop diamond skin, run into the middle of the group and pop into Archon mode which instantly kills most of them. After that I just finish off the smaller ones and run out and restart. I'm doing this one nightmare and I'm actually around the level range for this so your mileage may vary trying to do it this way in other situations.

  8. #113
    Tomed's Avatar Banned
    Reputation
    27
    Join Date
    Sep 2006
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1-54 in about 5 hours so far with a Wizard. This trick is really good but probably slightly slower than Kulle runs as you approach 60. I recommend finding some Vit/Exp gear from the AH or just shop vendors until you find some. I got around 150xp/kill total which is around 1500-1700xp bonus per run depending on how many monsters you kill. Most importantly, put the highest level Ruby you can in your helm for increased XP % per kill.

    Be sure to use a damaging skill right before the catapult shot lands so that you can get the combo bonus and massacre bonus. As a Wizard in Hell you can use Time Stop + Bone Chill to make sure all of the monsters die to the catapult. Be sure to always use Diamond Skin to group up the monsters so that you get at least 11-kill bonus every game. If you have a travel skill (e.g., Teleport w/ Wormhole) use it to get back to the door faster after everything dies. Obviously I've been doing this as a Wizard but if you can think of any other class-specific skills that can speed up the runs in any way be sure to try it.
    Last edited by Tomed; 05-26-2012 at 11:32 AM.

  9. #114
    kickasskid54's Avatar Active Member
    Reputation
    50
    Join Date
    Nov 2008
    Posts
    236
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TradePrince View Post
    Could somebody make script for me for this? It doesnt have to use any ability or whatever. My resolution is 1280x1024, im monk, and all other scripts weren't working for me. ^^ Thanks!
    Calculate the pixel coords.

    (x, y) 1920 x 1080
    x/1920*1280
    y/1080* 1024


    Originally Posted by Shykon View Post
    Ok guys. Need some help to edit the above script: need it to skip the guards speechk, run directly with the guard to the bottom east corner (just on the bottom line of the circle where the meteor lands), frost nova and run out straight away. Anyone?
    You can do
    Code:
    MouseClick("left", 1587, 878)
    	  Sleep(2000)
    	  MouseClick("right", 1717, 852)
    	  Sleep(2000)
    	  MouseClick("left", 299, 35)
    	  Sleep(4000)
    	  Send("{Escape}")
          MouseClick("left", 956, 579)
    	  Sleep(3000)
    	  MouseClick("left", 230, 416)
    	  Sleep(6000)
    Code:
    MouseClick("left", 1587, 878)
    	  Sleep(2000)
    	  MouseClick("right", 1717, 852)   ; where your ability is used, use these coords
              Sleep(100)
              MouseClick("left", 299, 35) ; find the coordinate that will put you back to the first click (1587, 878) it won't be 1587, 878, because that's screen coords, not actual
    	  Sleep(2000)
    	  MouseClick("left", 299, 35)
    	  Sleep(4000)
    	  Send("{Escape}")
          MouseClick("left", 956, 579)
    	  Sleep(3000)
    	  MouseClick("left", 230, 416)
    	  Sleep(6000)

  10. #115
    SH4D0WS1N's Avatar Active Member
    Reputation
    22
    Join Date
    Jan 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickasskid54 View Post
    Calculate the pixel coords.

    (x, y) 1920 x 1080
    x/1920*1280
    y/1080* 1024
    That doesn't quite work...

    EDIT: I don't know the double post policy so I'm editting this instead.
    I found this on another website:
    Code:
    $Random1 = Random( 1000, 3000, 1 );first random delay between joining
    $Random2 = Random( 8000, 8600, 1 );second random delay after joining
    $Random3 = Random( 2100, 2600, 1  );delay whileitruns
    $Random4 = Random( 4200, 5600, 1 );delay after bomb hits?
    $Random5 = Random( 500, 1000, 1  );.5-1sec random delay
    $Random6 = Random( 15000, 17000, 1  );15-17 sec random delay after exiting
    $Random7 = Random( 500, 1500, 1  )
    and
    Code:
       MouseClick("left",Random(78,385,1),Random(398,437,1)) ;clicks resume game random spot
       Sleep($Random2) ;second random delay
       MouseClick("left",Random(1389,1524,1),Random(841,851,1));clicks half way
       sleep(1000)
       MouseClick( "left", 1597, 1021 ) ;clicks BACK
       Sleep($Random3)
       send("1")
       Sleep($Random4)
       send("{ESCAPE}")
      Sleep($Random5)
      MouseClick("left",Random(803,1114,1),Random(559,594,1))
    There's obviously more to the code, but I find it a good idea to have those random values applied to the clicks. Iunno...
    Last edited by SH4D0WS1N; 05-26-2012 at 12:05 PM.

  11. #116
    Wanderer's Avatar Member
    Reputation
    5
    Join Date
    Dec 2006
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tomed View Post
    1-54 in about 5 hours so far with a Wizard. This trick is really good but probably slightly slower than Kulle runs as you approach 60. I recommend finding some Vit/Exp gear from the AH or just shop vendors until you find some. I got around 150xp/kill total which is around 1500-1700xp bonus per run depending on how many monsters you kill. Most importantly, put the highest level Ruby you can in your helm for increased XP % per kill.

    Be sure to use a damaging skill right before the catapult shot lands so that you can get the combo bonus and massacre bonus. As a Wizard in Hell you can use Time Stop + Bone Chill to make sure all of the monsters die to the catapult. Be sure to always use Diamond Skin to group up the monsters so that you get at least 11-kill bonus every game. If you have a travel skill (e.g., Teleport w/ Wormhole) use it to get back to the door faster after everything dies. Obviously I've been doing this as a Wizard but if you can think of any other class-specific skills that can speed up the runs in any way be sure to try it.
    Tried on my 9 witch doctor, not getting any xp from the kills, even if i hit them before the meteor kills them, what am i doing wrong?

  12. #117
    tmolloy's Avatar Member
    Reputation
    13
    Join Date
    Dec 2009
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ajxphilbert View Post
    Can someone make one for 1440X900 screen resolutions? I've been trying to but i keep failing! AHK please?
    The earlier script I posted is for 1440x900. Here is my updated script for Hell mode on a DH. I have it set to use twin chakrams on right click for damage and the pushback arrow rain ability on 4 to keep monsters pushed back. I have smoke bomb on 1 just for protection. And I have the timer set to wait 16 seconds after leaving game to resume so that if I die the script will continue running.

    The script takes about 50% longer to run than if I hit resume immediately, but it makes it completely AFKable. Even if you die it will continue. If you watch your computer frequently, you can change it to around 5 seconds or so.

    F1 to start, comma to stop,

    Code:
    WinWait, Diablo III, WinWaitActive, Diablo III, 
    
    
    f1::
    settimer, farm, 1
    return
    '::
    settimer, farm, off
    return
    
    
    farm:
    Sleep, 1000
    MouseClick, left,  201,  342
    Sleep, 6000
    Send, {SPACE}{SPACE}{SPACE}
    Sleep, 800
    MouseClick, left,  1385,  767
    Sleep, 2000
    Send {4}
    Send {1}
    MouseClick, right,  1301,  655
    Sleep, 500
    MouseClick, right,  1301,  655
    Sleep, 500
    MouseClick, right,  1301,  655
    Sleep, 500
    MouseClick, right,  1301,  655
    Sleep, 500
    MouseClick, right,  1301,  655
    Sleep, 500
    MouseClick, right,  1301,  655
    Sleep, 500
    MouseClick, right,  1301,  655
    Sleep, 500
    MouseClick, right,  1301,  655
    Sleep, 500
    MouseClick, right,  1301,  655
    Sleep, 500
    Send {1}
    MouseClick, left,  293,  187
    Sleep, 2000
    MouseClick, left,  446,  203
    Sleep, 2000
    Send, {ESC}
    MouseClick, left,  702,  471
    Sleep, 16000
    return

  13. #118
    Konfucjusz's Avatar Corporal
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Started with a level 1 Barbarian, now 22 in about an hour, so works great, what I do as barb is a little different to what ranged would do probably.



    Uploaded with ImageShack.us

    Run all the way in with the guard guy, tryed hanging back but sometimes the mobs would spread out and not all would get hit by the blast, and I can't do damage for bonus exp.

    Then I use Ground Stomp with Wrenching Smash rune (range and pull in) and Leap out max range to door and sprint (if I took any damage), just as he yells "Watch out!" so I don't get hit by fire.
    Get 11-14 kills every time + bonus for multi kill (only with the rune tho!! normal stun won't give bonus!)

    Use full +exp gear in every slot and best Ruby in helm you can get (payed 250 gold in AH for a +exp helmet with socket lol).

    I found this way to work best, it takes me an extra 2-3 seconds to run to the door, but I always get 11-14 kills + bonus
    Last edited by Konfucjusz; 05-26-2012 at 01:46 PM.

  14. #119
    Booyacka's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone make an AHK script for hell on a Wizard? The previous one keeps running out but the mobs don't die. Looks like I need the wizard to help with damage. It would be much appreciated!

  15. #120
    poostar's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would someone be willing to help me unlock this quest on nightmare?

Page 8 of 38 FirstFirst ... 456789101112 ... 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 08:26 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