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

User Tag List

Page 14 of 38 FirstFirst ... 101112131415161718 ... LastLast
Results 196 to 210 of 560
  1. #196
    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)
    seriously someone tell me how i will play my high level character without the basic quests unlocked... im stuck with a good char that cant do quests his level :S

    Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)
  2. #197
    Mystery X's Avatar Contributor Lord of Destruction

    CoreCoins Purchaser
    Reputation
    168
    Join Date
    Jun 2010
    Posts
    165
    Thanks G/R
    1/2
    Trade Feedback
    26 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    searching for someone who can unlock nightmare act 3 chapter 1 in HARDCORE. please pm me

  3. #198
    Mrgreen1's Avatar Member
    Reputation
    5
    Join Date
    Oct 2010
    Posts
    73
    Thanks G/R
    10/3
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    soo easy with a wizard, all you do is use YOUR meteor to add the damage.

  4. #199
    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)
    Melee Script 1920x1080

    On 3 = Blindet Light for my Monk after a certain level a Defence Mantra
    On 2 = Cylcon Strike for a bit AoE
    u can add buttons via Send("{2}")
    Start Script with ' ä '

    Global $Paused


    HotKeySet("ä", "Leave") ;script can be started by pressing ä
    HotKeySet("{PGUP}", "Pause")
    HotKeySet("{PGDN}", "Stop")


    $go = True
    $Leave = False


    While $go
    if($Leave) Then
    Send("{space}")
    MouseClick("left", 1587, 878 )
    Sleep(Random( 1500,2000,1))
    MouseClick("left", 1587,1033)
    Sleep(1700)
    Send("{3}")
    Sleep(250)
    Send("{2}")
    MouseClick("left", 551, 221)
    Sleep(Random( 1250,2000,1))
    MouseClick("left", 367, 35)
    Sleep(Random( 3500,4500,1))
    Send("{Escape}")
    MouseClick("left", 956, 579)
    Sleep(Random( 13000,13800,1))
    MouseClick("left", 230, 416)
    Sleep(Random( 4500,5000,1))
    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 Marcel2004; 05-28-2012 at 04:37 PM.

  5. #200
    Heftydogg's Avatar Contributor

    Reputation
    267
    Join Date
    Dec 2006
    Posts
    792
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I made a script with SciTE, converted it to .exe ... ran it as an administrator, I can see the icon on my bar, but I do not know how to start the routine ...

    Sorry for the noob question, but I had to ask =P
    Last edited by Heftydogg; 05-28-2012 at 04:22 PM.

  6. #201
    jrazen's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Heftydogg View Post
    I made a script with SciTE, converted it to .exe ... ran it as an administrator, I can see the icon on my bar, but I do not know how to start the routine ...

    Sorry for the noob question, but I had to ask =P
    lol you dont have it as .exe. It's ,au3 for autoit and .ahk for autohotkey

  7. #202
    Heftydogg's Avatar Contributor

    Reputation
    267
    Join Date
    Dec 2006
    Posts
    792
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, I have both files, I wrote the script, I have the .au3 and the .exe file I can open both of them, but I do not know how to start the script routine, is there a hotkey or something?

    I copied Marcel2004 script above my post.

  8. #203
    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)
    The script from me save it as .aue3
    open it
    go in D3
    click on Resume Game
    click the Button ä
    Script running

  9. #204
    jrazen's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Heftydogg View Post
    Ok, I have both files, I wrote the script, I have the .au3 and the .exe file I can open both of them, but I do not know how to start the script routine, is there a hotkey or something?

    I copied Marcel2004 script above my post.
    Yeah u can change the hotkey.

    HotKeySet("ä", "Leave") ;script can be started by pressing ä
    Change ä to whatever key you want. That'll be your start key.

    That script is extremely buggy btw. Runs all over the place for me and the timers are completely off.

  10. #205
    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)
    Originally Posted by jrazen View Post
    Yeah u can change the hotkey.



    Change ä to whatever key you want. That'll be your start key.

    That script is extremely buggy btw. Runs all over the place for me and the timers are completely off.
    runs flaweless by me

    except there are Waller or something playing this script with a Monk

    Maybe you play in the wrong resolution?
    Last edited by Marcel2004; 05-28-2012 at 04:50 PM.

  11. #206
    rippy1987's Avatar Member
    Reputation
    6
    Join Date
    May 2012
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edited.......................
    Last edited by rippy1987; 05-28-2012 at 05:09 PM.

  12. #207
    jrazen's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Marcel2004 View Post
    runs flaweless by me

    except there are Waller or something playing this script with a Monk

    Maybe you play in the wrong resolution?
    1920x1080. Shrug.

  13. #208
    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)
    maybe because monk cyclone ability so he not run all the way.
    Maybe that is the problem.
    But u can easily modify the script

  14. #209
    rippy1987's Avatar Member
    Reputation
    6
    Join Date
    May 2012
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Barb 51+

    1920*1080 ONLY
    BARBARIAN 50-51+ HELL ONLY

    This is my modded autoit script from someone who posted earlier i use on my level 51+ barb been running flawlessly from 51 to 54, without the changes i made the meteor wouldn't kill the mobs and i would get barely any exp with changes made everything dies except the big guy.

    Offensive Build (geared barbs only): Barbarian - Game Guide - Diablo III

    Defensive Build (for those dieing a lot): http://us.battle.net/d3/en/calculato...kTR!abV!.aZabZ

    Make sure your abilities are set to following hotkeys

    1 = Ground Stomp
    2 = War Cry
    3 = Call of the Ancients
    4 = Earthquake

    Resume game and hit - to start. The first run might be bit off if you take to long to hit - but second one and onwards should be flawless.

    "-" = Start
    "pgup" = pause

    Any problems let me know, otherwise enjoy and +rep if useful

    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)
    	  Send("{1}")
    	  Sleep(500)
    	  Send("{2}")
    	  Sleep(500)
    	  Send("{3}")
    	  Sleep(500)
    	  Send("{4}")
    	  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
    Last edited by rippy1987; 05-28-2012 at 08:47 PM.

  15. #210
    Mystery X's Avatar Contributor Lord of Destruction

    CoreCoins Purchaser
    Reputation
    168
    Join Date
    Jun 2010
    Posts
    165
    Thanks G/R
    1/2
    Trade Feedback
    26 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there anybody who can open me act 3 quest 1 NIGHTMARE on hardcore eu ?

Page 14 of 38 FirstFirst ... 101112131415161718 ... 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:38 AM. 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