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

User Tag List

Page 33 of 38 FirstFirst ... 293031323334353637 ... LastLast
Results 481 to 495 of 560
  1. #481
    Kharnak's Avatar Sergeant
    Reputation
    23
    Join Date
    Jan 2011
    Posts
    42
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    God, if I make any mistakes it's because I haven't slept properly for 2 days, sorry ._.
    Originally Posted by Sightless View Post
    I'll break my lurker status for this I suppose.
    <snip blah snip>
    I didn't see the purpose of the extra escapes.
    Hehe, the extra escapes are for euhm, I hones... oh wait, they're in the fully AFK'able script one, they aren't actually meant to be in this one though.
    I still don't remember what they're good for... hmm... I think my menu would get stuck sometimes, when pressing Leave game, I guess I lag sometimes, not sure.

    I use this for complete AFK grinding, though I dinged 60 ages ago!
    Code:
    Global $Paused
    
    ; This can be started from the character screen, make sure resume game starts you off where you need to be for this script
    
    ; It is working fine while completely AFK * at least for me it does, though you WILL die once in a while :P
    
    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
    	  Send("{space}")
    	  Sleep(Random(980, 1050, 1))
     	  MouseClick("left", 1587, 878) ;where your character goes to on screen on the first move
    	  Sleep(Random(1190, 1230, 1))
    	  
    	  MouseClick("right", 1712, 858, 2) ;where your character will right click (place traps for example)
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1718, 853, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1716, 851, 2)
    	  Sleep(Random(10, 100, 1))
    	  MouseClick("right", 1715, 852, 2) 
    	  Sleep(Random(10, 100, 1)); it's the same all the way down here, all right clicks on same spot
    	  
    	  
    	  
    	  Sleep(Random(1450, 1500, 1))
    	  Send(2)
    	  Sleep(Random(90, 200, 1))
    	  MouseClick("left", 299, 35)
    	  Sleep(Random(20, 50, 1))
    	  Send(1)
    	  
    	  Sleep(Random(200, 250, 1))       ; exiting the door now
    	  MouseClick("left", 622, 207, 2)
    	                                     ;yeah you should be out by now :P
    	  
    	  Sleep(Random(2550, 3150, 1))
    	  Send("{Escape}")
          MouseClick("left", 956, 579)
    	  Sleep(Random(10000, 10720, 1))
    	  Send("{Escape}")
    	  Sleep(Random(100, 140, 1))
    	  Send("{Escape}")
    	  Sleep(Random(2800, 3100, 1))
    	  MouseClick("left", 230, 416)
    	  Sleep(Random(5700, 5900, 1))
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() 
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
    EndFunc 
    Last edited by Kharnak; 06-05-2012 at 04:09 AM.

    Easy and extremely fast leveling (10--60) (55-56 in 15 minutes with no help)
  2. #482
    JakalPro's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What resolution is that on?

  3. #483
    darknight666's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi i am using the barb one and it is not giving me exp it go's there hits ground stomp then runs off without killing the mob's so i get nothing and the rock that falls from the sky has not yet fell so it did not kill mobs and i am lvl 45 with 19k hp so i do not get why im not getting the kills or exp

  4. #484
    boulala's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tomit12 View Post
    Running it in fullscreen windowed mode? Not sure why it wouldn't work, it has been working for hours for me. I'm also using the Fleet Footed passive, not sure if that changes it.
    hi, may i know which program are you using? autoit or ahk ?

  5. #485
    Kharnak's Avatar Sergeant
    Reputation
    23
    Join Date
    Jan 2011
    Posts
    42
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JakalPro View Post
    What resolution is that on?
    If you're talking to me, I run all my games at 1920x1080

  6. #486
    0wn3d's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got some weir disconnects too. I guess they're just doing that for stopping bots, since they can't really detect if you're using a macro program.
    I'm surprised they didn't fix that spot to farm exp yet..

  7. #487
    Kharnak's Avatar Sergeant
    Reputation
    23
    Join Date
    Jan 2011
    Posts
    42
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 0wn3d View Post
    Got some weir disconnects too. I guess they're just doing that for stopping bots, since they can't really detect if you're using a macro program.
    I'm surprised they didn't fix that spot to farm exp yet..
    Yeah me too, I'd be afraid if I wasn't there to stop the bot when it was happening.

  8. #488
    0wn3d's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kharnak View Post
    Yeah me too, I'd be afraid if I wasn't there to stop the bot when it was happening.
    Maybe it's just a system to disconnect players who create a game on a same quest over and over again. Weird thing it's that i've been farming chests and other sort of fast repeat games and i never got that disconnect issue..

    Btw i've done a script with Macro Recorder.. works most of time but it's slow as **** to level.

    Anyone got a good script for DH leveling A3 Q1 exploit? I run game in 1920x1080
    Last edited by 0wn3d; 06-05-2012 at 10:15 AM.

  9. #489
    0wn3d's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spazfokel View Post
    posted the one I used on page 30...
    What's the program for that script. AutoIt?

  10. #490
    FIZZIIX's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone give me a script for wizard 1600x900, or can someone please tell how to change the script from 1920x1080 to fit 1600x900 resolution? Because thats my highest resolution..

  11. #491
    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)
    Looking for someone on EU to kill diablo on Nightmare and unlock Act 3 Quest 1 waypoint on Hell. Payment can be unlocking for you or 50k PM me your addy.

  12. #492
    spazfokel's Avatar Private
    Reputation
    2
    Join Date
    May 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 0wn3d View Post
    Maybe it's just a system to disconnect players who create a game on a same quest over and over again. Weird thing it's that i've been farming chests and other sort of fast repeat games and i never got that disconnect issue..

    Btw i've done a script with Macro Recorder.. works most of time but it's slow as **** to level.

    Anyone got a good script for DH leveling A3 Q1 exploit? I run game in 1920x1080
    Page 30 or so is mine I used, AHK

  13. #493
    Biggrich76's Avatar Member
    Reputation
    2
    Join Date
    Jun 2009
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for someone to help me get a waypoint for this in Hell mode to level my Barb.

    Online now as JohnnyWalker#1316

    Will pay IGG if necessary.

    Thanks

  14. #494
    Amose's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Meefa you are the man. Can you do a 1920x1080?

  15. #495
    javier696's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can Anyone tell me how do you declare a hotkey in AHK to be able to start and terminate the script? I saw some examples in this thread having f1 to start and f2 to finish i tried coying those but f2 wouldnt finish the script.

Page 33 of 38 FirstFirst ... 293031323334353637 ... 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 09:23 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