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

Shout-Out

User Tag List

Page 37 of 38 FirstFirst ... 333435363738 LastLast
Results 541 to 555 of 560
  1. #541
    Sightless'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)
    Witch Doctor
    1920 x 1080 Resolution
    Grasp of The Dead w/ Unbreakable Grasp Rune on 2
    No speed bonuses
    Passive Skills: Jungle Fortitude and Spirit Vessel (Not Needed)

    Code:
    ;Recommended Passive Skills: Jungle Fortitude and Spirit Vessel (For survivability just in case)
    ;Grasp of the Dead on 2 with Unbreakable Grasp Rune
    ;Boots to have no speed, or no boots.
    ;1920-1080 resolution
    ;Windowed Full Screen
    
    
    Global $Paused
    
    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
    WinWait("Diablo III")
    Sleep(200)
    MouseClick( "Left", 1158, 218)                                 ;Failsafe - Clicks the position where X would be to close the Game Menu
    Sleep(200)
    
    While 1
        PixelSearch (334, 416, 338, 420, 0x2C0400,1,1)         ; search for pixel ( Resume Game Red )
        If Not @error Then ExitLoop
        Sleep(10)
    WEnd
    
    MouseClick( "Left", 234, 420)                                 ;Resume Game - Make sure you are at the right part of the quest.
    Sleep(200)
    
    $Timer1 = TimerInit()
    While 1
        PixelSearch (1075, 525, 1079, 529, 0x080D10,1,1)         ;Search for pixel ( Talking  bubble )
        If Not @error Then ExitLoop
        Sleep(10)
        If TimerDiff ($Timer1) >= 5000 Then ExitLoop             ;If 5 seconds has passed exitloop
    WEnd
    
    
    Sleep(200)
    
    Sleep(200)
    Send("{Space}")                                             ;Skip that dialog!
    Sleep(200)
    MouseClick( "Left", 1750, 1034)                     ;Get closer to the action
    Sleep(2600)
    MouseMove(1572,732,1)
    Sleep(10)
    Send(2)                     ;Grasp of the Dead
    Sleep(1432)
    MouseClick( "Left", 349, 7) ;Exit to town
    
    $Timer2 = TimerInit()
    While 1
        PixelSearch (1100, 150, 1110, 160, 0xFFFC9C,1,1)         ;Search for pixel (torch next to door)
        If Not @error Then ExitLoop
        Sleep(10)
        If TimerDiff ($Timer2) >= 8000 Then ExitLoop             ;If 5 seconds has passed exitloop
    WEnd
    
    Send("{Esc}")
    Sleep(200)
    MouseClick( "Left", 949, 576)
    Sleep(2000)
    
    While 1
        PixelSearch (904, 617, 1016, 646, 0x370C00,1,1)         ;Search for pixel (Disconnect message)
        If @error Then ExitLoop
        If Not @error Then MouseClick( "Left", 964, 630)
    	   Sleep(2000)
    WEnd
    
    
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop()
        Exit
    EndFunc
    
    Func Leave()
        $Leave = True
    EndFunc
    Last edited by Sightless; 06-07-2012 at 03:30 PM.

    Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)
  2. #542
    Jareth123's Avatar Contributor
    Reputation
    131
    Join Date
    Apr 2008
    Posts
    568
    Thanks G/R
    4/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDIT: got it already thanks.
    Last edited by Jareth123; 06-08-2012 at 10:10 AM.

  3. #543
    Roflmao12's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys, this is a script i use for my Lvl 42 DH (atm) it works quite flawlessly so far. Give it a try and tell me what you guys think :)
    Skills are :
    Right click - Spiked Trap
    1 - Vault
    Also it's run on 1920:1080 RES, Fullscreen Windowed. (sorry idk know how to insert a "code box")

    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", 1598, 938)
    Sleep(1750)
    MouseClick("right", 1463, 714)
    Sleep(250)
    MouseClick("right", 1463, 714)
    Sleep(250)
    MouseClick("right", 1463, 714)
    Sleep(250)
    MouseClick("right", 1463, 714)
    Sleep(250)
    MouseClick("right", 1463, 714)
    Sleep(250)
    MouseClick("right", 1463, 714)
    Sleep(250)
    MouseClick("right", 1463, 714)
    Sleep(500)
    MouseClick("left", 700, 400)
    Sleep(1000)
    Send (1)
    Sleep(1000)
    Mouseclick("left", 500, 293)
    Sleep(2000)
    Send("{Escape}")
    Sleep(1000)
    MouseClick("left", 956, 579)
    Sleep(3500)
    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
    Last edited by Roflmao12; 06-08-2012 at 07:56 AM.

  4. #544
    pascrotty88's Avatar Member
    Reputation
    11
    Join Date
    Jul 2009
    Posts
    36
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for some1 that can invite me to act3 on nightmare EU, i can return the favor up to hell mode. pm me

  5. #545
    GoneFromOC1's Avatar Member
    Reputation
    2
    Join Date
    Mar 2011
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got Immortal bot settings for this?

  6. #546
    Jareth123's Avatar Contributor
    Reputation
    131
    Join Date
    Apr 2008
    Posts
    568
    Thanks G/R
    4/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for US Nightmare waypoint, pm me please!

  7. #547
    vvvat's Avatar Contributor
    Reputation
    264
    Join Date
    May 2008
    Posts
    524
    Thanks G/R
    144/52
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fixed on EU. Mettius die from meteor fall near checkpoint
    Last edited by vvvat; 06-08-2012 at 10:30 PM.

  8. #548
    DHShadowsong's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for Waypoint on US hardcore, someone please help

  9. #549
    Gooblet's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sometimes there is a elite mob that comes and walls me off so everything becomes messed up. Anyway to avoid thiss.

  10. #550
    vvvat's Avatar Contributor
    Reputation
    264
    Join Date
    May 2008
    Posts
    524
    Thanks G/R
    144/52
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    screenshot of how it's fixed in EU Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)-4-jpg
    not yet in US?

  11. #551
    Cyd0's Avatar Private
    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)
    Blizzard is watching this forum <3

  12. #552
    foladar's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cyd0 View Post
    Blizzard is watching this forum <3
    More like Youtube & their forums. It's been all over the internet in the past 2 weeks, surprisingly it took them this long - probably to give melee chance to reroll as ranged.

  13. #553
    Imokim2's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This has now been fixed on the EU servers. Had been doing it all day and now the meteor just smashes down straight away.
    Got to 51 however.

  14. #554
    Angermite's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    they just nerfed this on the EU servers along with royal crypts & dank crypts

  15. #555
    abaraikenshi's Avatar Active Member
    Reputation
    39
    Join Date
    Apr 2008
    Posts
    331
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This has been nerfed on US servers
    Destinations unknown, I'll find my way there

Page 37 of 38 FirstFirst ... 333435363738 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 11:58 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