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

Shout-Out

User Tag List

Page 11 of 38 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 560
  1. #151
    jest's Avatar Private
    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)
    In Hell you need to add your own dps, some of the scripts support this and some don't. With a DH a few volleys of Chakram's with the arrow AOE spell on knockback does the trick.

    Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)
  2. #152
    k4ne's Avatar Sergeant
    Reputation
    6
    Join Date
    May 2010
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great finding, works well
    Doing this atm in Hell. Mobs dont die on explosion but everytime you resume game you have all your cds so its very fast

  3. #153
    axljones'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)
    This only gets me about half a bar of xp at level 14. AM i doing it wrong?

  4. #154
    veers13's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tweaked Milkshakes version a little bit for Wizard in Hell.

    Q - Diamond Skin (Enduring or Crystal)
    W - Meteor (Molten Impact)
    Right Click - Blizzard (Snowbound)

    Cold Blooded, Conflagration, Glass Cannon

    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(2000)
          MouseClick("right", 1717, 852)
          Sleep(1000)
          Send("{w}")
          Sleep(1000)
          MouseClick("left", 299, 35)
          Sleep(4000)
          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


    Originally Posted by Milkshakes00 View Post
    This is the autoIt script I've been running with it all day. Started at 11, now at 41 on my Witch Doctor, only using the Grasp of the Dead ability set to your right click, if you have a ranged snare, set it to right click. Run the script, hit 'Resume Game' to load into D3, hit the - key, and let it do it's work. It's set up to that even if you die, it will leave, and rejoin the game and continue. It slows down the bot as a whole, but it's more efficient than having the script error out randomly. Page UP pauses the script, Page DOWN ends the script.

    (This is for 1920x1080. The D3 window MUST be your active window, don't bother running it without having the D3 window as your active window. This means you can't do anything on the computer while it's running, unfortunately. I *CAN* change this if someone can get ahold of the ControlID for Diablo 3 in AutoIt. I haven't been able to yet.)

    The ranged ability that snares/

    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}")
           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(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

  5. #155
    Deakron's Avatar Member
    Reputation
    8
    Join Date
    Oct 2006
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in nightmare 39-48 in 2h, like 25sec per rush as DH, +rep.

  6. #156
    Jresyn'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 anyone like to start this quest for me in hell ?

  7. #157
    talkinggoat's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Supremespeed View Post
    Simple AHK macro for 1920x1080 if you want.

    F1 = on
    F2 = off

    Code:
    WinWait, Diablo III, WinWaitActive, Diablo III, 
    
    
    f1::
    settimer, farm, 1
    return
    f2::
    settimer, farm, off
    return
    
    
    farm:
    Sleep, 1000
    MouseClick, left,  242,  418
    Sleep, 8000
    MouseClick, left,  1543,  684
    Sleep, 2000
    MouseClick, left,  385,  184
    Sleep, 4000
    MouseClick, left,  891,  353
    Sleep, 2000
    Send, {ESC}
    MouseClick, left,  950,  572
    Sleep, 2000
    return
    This isn't working for me at all. I'm new to this, so I'm probably doing it incorrectly, but I started a new project in Autoit, pasted the code, saved it, compiled it, and it never works. I've tried running without compiling but no dice. The error says:

    Line 1 (File "filename"):

    WinWait, Diablo III, WinWaitActive, Diablo III,
    WinWait^ ERROR

    Error: Missing separator character after keyword.

  8. #158
    talkinggoat's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by talkinggoat View Post
    This isn't working for me at all. I'm new to this, so I'm probably doing it incorrectly, but I started a new project in Autoit, pasted the code, saved it, compiled it, and it never works. I've tried running without compiling but no dice. The error says:

    Line 1 (File "filename"):

    WinWait, Diablo III, WinWaitActive, Diablo III,
    WinWait^ ERROR

    Error: Missing separator character after keyword.
    Sorry, I'm a big dumb dummy and didn't use AHK. Works now! I'm going to tweak the timing a bit because it takes slightly longer to get back to the character selection screen than this allows for. Thank you thank you thank you!

  9. #159
    snowscar's Avatar Member
    Reputation
    11
    Join Date
    Sep 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thats a autohotkey script not autoit

    Originally Posted by talkinggoat View Post
    This isn't working for me at all. I'm new to this, so I'm probably doing it incorrectly, but I started a new project in Autoit, pasted the code, saved it, compiled it, and it never works. I've tried running without compiling but no dice. The error says:

    Line 1 (File "filename"):

    WinWait, Diablo III, WinWaitActive, Diablo III,
    WinWait^ ERROR

    Error: Missing separator character after keyword.

  10. #160
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When does it stop being effective on nightmare ?

    Level 48 on my hardcore char andw don't have anyone to unlock hell.

  11. #161
    madoushi21's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SpamBears View Post
    I have a working bot for this I will sell for 200k gold to anyone who wants it.


    Features:

    - Auto relog
    - 800x600 fullscreen resolution support (just change your res and settings in game to match this)
    - Error avoidance
    - Optimized to run this as quickly as possible
    - Support for casting up to 4 spells (1,2,3,4 in hotkey bar)
    - Works on all difficulties (have not thoroughly tested on hell, but it was working fine while using it for a short period of time)

    Ran it overnight and it was doing aprox. 130-150 runs of this per hour with my settings. Feel free to PM me.
    I'd be willing to buy it for 200k,if it works as good as you say.Also i'd want some proof of it working,works on all classes/difficulties too?No problems?etc.

    Your inbox is full.

  12. #162
    Macpod's Avatar Contributor CoreCoins Purchaser
    Reputation
    144
    Join Date
    Sep 2007
    Posts
    181
    Thanks G/R
    22/47
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    SpamBears, you're inbox is full, please add me in Skype: FinrodBerlin

  13. #163
    Macpod's Avatar Contributor CoreCoins Purchaser
    Reputation
    144
    Join Date
    Sep 2007
    Posts
    181
    Thanks G/R
    22/47
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How you wanna kill them with level 10 as a Monk? They instakill me

  14. #164
    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)
    I just updated my script to this;
    DH 1920x1080

    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}")
    	  Sleep(6000)
     	  MouseClick("left", 1587, 878)
    	  Sleep(2000)
    	  MouseClick("right", 1717, 852)
    	  Sleep(400)
    	  MouseClick("right", 1717, 852)
    	  Sleep(1500)
    	  Send(2)
    	  Sleep(100)
    	  MouseClick("left", 299, 35)
    	  Sleep(4000)
    	  Send("{Escape}")
          MouseClick("left", 956, 579)
    	  Sleep(3000)
    	  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
    2 = Smoke Screen with Lingering Fog
    Right Click = Spike Trap (rune doesn't matter right now)

  15. #165
    Bips186's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still looking for someone to unlock hell act 3 for me, im on US. I can do the same for you!

    PM me battletag please!

    EDIT: Will throw 20k your way for your 2min of work. Looking for someone ASAP!
    Last edited by Bips186; 05-27-2012 at 03:27 PM.

Page 11 of 38 FirstFirst ... 789101112131415 ... 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 01:04 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