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

Shout-Out

User Tag List

Page 6 of 38 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 560
  1. #76
    brogg'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)
    Just killed Diablo for a friend 3 times on normal to unlock Nightmare for him... Nightmare doesn't get unlocked for him anymore by just killing diablo... any ideas?

    Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)
  2. #77
    Alpaca's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can unlock on Normal, Nightmare or Hell for anyone who will do the same for me. Pm for addy.

  3. #78
    brogg'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)
    Did you read my post?

  4. #79
    Alpaca's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by brogg View Post
    Did you read my post?
    well I at least was able to unlock it on normal for someone. Not tried any others.

  5. #80
    Zeedoox's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alpaca ur inbox is full. Tried to pm u.

    Also Looking for someone to unlock the quest on hell difficulty PM me for bnet info, will do the same for your chars.
    Last edited by Zeedoox; 05-25-2012 at 08:31 PM.

  6. #81
    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)
    am i doing something wrong im getting like 2k xp at lvl 31 in normal.

    can anyone unlock nightmare for me?
    Last edited by Blankz; 05-25-2012 at 08:18 PM.

  7. #82
    taker's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bot since the post started and at lvl 17, im 60 now, thx to the author awesome !

  8. #83
    Parrky's Avatar Contributor
    Reputation
    146
    Join Date
    Aug 2010
    Posts
    270
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    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 PixelGetColor(744, 815) = 6704939 Then ;If in character menu.
    MouseClick("Left", 230, 405, 1) ;The coordinates for your resume game button.
    ElseIf PixelGetColor(287 ,960) = 2366997 Then ;In Game
    sleep(1000)
    Send("{SPACE}")
    Send("1"); Cast whatever is on your first action bar.
    Sleep(800); Time to wait on the captain running
    MouseClick("Left", 1530, 760, 1)
    Sleep(2100); Time to wait at the ledge.
    MouseClick("Left", 290, 190, 1)
    Sleep(2500); Time to wait before clicking the door
    MouseClick("Left", 650, 200, 1)
    Sleep(5000); Time to wait before pressing escape
    Send("{ESC}")
    Sleep(100); Time to wait before pressing Leave Game
    MouseClick("Left", 840, 565, 1)
    Sleep(3000); do not scan straight away
    EndIf
    Wend
    
    Func close()
    	Exit
    EndFunc

    This is for autoit, 1680x1050 only, I won't be doing other resolutions. Changing it to support your own is relatively simple.

    I forgot to mention, it's now basically lag proof apart from rubber banding. It will also cast your ability bound to one, I suggest a decent long defensive cooldown such as the mage's crystal armor.


    I've decided to do these if you do two simple things for me send me a picture of your character standing at places A & B, FULL SCREEN





    1360x768
    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 PixelGetColor(100,300) = 3540224 Then;If in character menu.
    MouseClick("Left", 150, 300, 1) ;The coordinates for your resume game button.
    ElseIf PixelGetColor(430,750) = 6822669 Then ;In Game
    sleep(1000)
    Send("{SPACE}")
    Send("1"); Cast whatever is on your first action bar.
    Sleep(800); Time to wait on the captain running
    MouseClick("Left", 1180, 560, 1)
    Sleep(2100); Time to wait at the ledge.
    MouseClick("Left", 285, 150, 1)
    Sleep(2500); Time to wait before clicking the door
    MouseClick("Left", 450, 80, 1)
    Sleep(4000); Time to wait before pressing escape
    Send("{ESC}")
    Sleep(100); Time to wait before pressing Leave Game
    MouseClick("Left", 650, 420, 1)
    Sleep(3000); do not scan straight away
    EndIf
    Wend
    
    Func close()
    	Exit
    EndFunc
    Last edited by Parrky; 05-25-2012 at 10:32 PM.

  9. #84
    20kilo's Avatar Active Member Money Maker $_$ CoreCoins Purchaser
    Reputation
    17
    Join Date
    Nov 2010
    Posts
    100
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have tried this in inferno for farming purpose?

  10. #85
    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)
    i cant seem to run your script parrky.. it gives an error on line 30.

  11. #86
    ion32's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fine tuned Supremespeed's AHK macro script (Big Thanks!) to use a few abilities to get mighty blow bonus and have a higher chance to kill more monsters for my Monk. 1 = Blinding Flash with Self Reflection Rune ; 2 = Inner Sanctuary with No Rune

    Not recommended to leave for long periods of time. I found Supremespeed's original macro script is safer against rare spawns with nasty abilities like Jailer and Waller, and monsters misaligning the route. I would say to use this if you can glance at your computer every so often.

    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,  913
    Sleep, 1500
    MouseClick, left,  1543,  913
    Sleep, 1300
    Send, {2}
    Sleep, 1300
    Send, {1}
    MouseClick, left,  549,  209
    Sleep, 1000
    MouseClick, left,  549,  209
    Sleep, 1500
    MouseClick, left,  549,  209
    Sleep, 1500
    MouseClick, left,  891,  353
    Sleep, 2000
    Send, {ESC}
    MouseClick, left,  950,  572
    Sleep, 2000
    return

  12. #87
    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)
    i got your script to run but it doesnt do anything it could be because of the pixel

  13. #88
    tmolloy's Avatar Member
    Reputation
    13
    Join Date
    Dec 2009
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's my modified script for AHK at 1440x900 res. It's for my demonhunter with the raining arrows on 4, smoke bomb on 1, and chakrams on rightclick.

    F1 to start, forward slash to stop.

    This script allows me to get a bonus for monsters slain as well as monsters slain with 1 shot. It also uses smoke bomb for a little bit of survivability just in case.
    The only things that really matter are the coordinates and the sleep times. Modify whatever else to your fancy.

    Code:
    WinWait, Diablo III, WinWaitActive, Diablo III, 
    
    f1::
    settimer, farm, 1
    return
    \::
    settimer, farm, off
    return
    
    farm:
    Sleep, 1000
    MouseClick, left,  201,  342
    Sleep, 8000
    Send, {SPACE}{SPACE}{SPACE}
    MouseClick, left,  1385,  767
    Sleep, 2000
    Send, {SHIFTDOWN}
    MouseClick, right,  1301,  655
    Sleep, 500
    MouseClick, right,  1301,  655
    Sleep, 500
    send {4}
    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, right,  1301,  655
    Sleep, 500
    Send, {SHIFTUP}
    MouseClick, left,  293,  187
    Sleep, 2000
    MouseClick, left,  446,  203
    Sleep, 3000
    Send, {ESC}
    MouseClick, left,  702,  471
    Sleep, 4000
    return

  14. #89
    Milkshakes00's Avatar Active Member
    Reputation
    29
    Join Date
    May 2012
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  15. #90
    Aphraell's Avatar Corporal CoreCoins Purchaser
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    17
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can somone convert it to a script file for me?

Page 6 of 38 FirstFirst ... 2345678910 ... 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 03:38 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search