[AHK] Infinite ZK script as of June 29 (1 pc, 2 clients) menu

User Tag List

Page 1 of 15 12345 ... LastLast
Results 1 to 15 of 217
  1. #1
    tsoul's Avatar Active Member
    Reputation
    16
    Join Date
    Mar 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [AHK] Infinite ZK script as of June 29 (1 pc, 2 clients)

    These are two AHK scripts I edited from previous versions. A lot of this is borrowed from the inf zk posted by Adessis. First code uses the method posted by nav4321


    Instructions:

    1. have 2 copys of diablo 3 opened (many guides around to do that).
    2. set them both in windowed mode (1920 x 1080), then shrink them both to the smallest they will go.
    3. select the runner window and push {WINDOWS KEY} + {LEFT ARROW}
    4. select the leecher window and push {WINDOWS KEY} + {RIGHT ARROW}

    Screen should look like this:
    [AHK] Infinite ZK script as of June 29 (1 pc, 2 clients)-1q-jpg

    Before running the script, have the runner in town with the quest where you talk to Adria (after killing zk)
    and the leecher in a different game (any quest, but needs to be in town)

    Now select the left client/window and start the code with F1. F2 to pause.
    (I suggest reloading the script from the beginning after each pause)

    Notes:
    *The coords for the invite is set to the 1st person on the list. Change if needed
    *Due to the error window, there is a minimum time limit per run.

    And finally, here is the script

    Code:
    ; Script 
    
    Hotkey, F2, Pause					; If different pausebutton is needed, replace F2 with hotkey code
    
    F1::								; If different pausebutton is needed, replace F1 with hotkey code
    loop
    {
    Send, o						   		;open friends
    RandSleep(633,731)
    MouseClick, left,  851,    361 ;  411 ;;invite
    ;Sleep, 500
    RandSleep(633,731) 
    MouseClick, left,  1780,  890  		;accept invite - If too fast, increase sleeptimer one rule above this
    ; This next click is needed when you don't leave game with lowlvl correctly, this happens ad random to me
    ; When script did leave the game like its supposed to, nothing happens.
    RandSleep(633,731)
    MouseClick, left,  401, 615  
    RandSleep(633,731) 
    RandSleep(633,731)
    Send, {ESC}                    		;open menu
    RandSleep(933,1231)
    MouseClick, left,  474,  572   		;click leave game
    RandSleep(633,731)
    MouseClick, left,  422,  615   		;confirm leave
    Sleep, 4500							;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    MouseClick, right,  460,  423   		;leave party
    RandSleep(633,731)
    MouseClick, left,  530,  587   		; confirm leave
    RandSleep(633,731)
    MouseClick, left,  400,  616  		; confirm leave again
    RandSleep(633,731)
    
    MouseClick, left,  -607,  22   		;select window left
    RandSleep(633,731)
    Send, {ESC}    
    RandSleep(633,731)
    Send, {ESC}                    		;open menu
    RandSleep(633,731)
    MouseClick, left,  474,  572   		;click leave game
    RandSleep(633,731)
    MouseClick, left,  422,  615   		;confirm leave 
    
    
    MouseClick, left,  1121,  415  	 	;resume game right side
    RandSleep(633,731)
    MouseClick, left,  -607,  22   		;select window left
    Sleep, 4100
    
    ;SEARCH FOR ADRIA, you spawn at different locations so have to perform a pixelsearch
    ;Color might not work for everyone, use windowspy to find color that works for you
    Pixelsearch, Px, Py, 970, 40, 1145, 120,0x1E2438, 4, fast
    RandSleep(633,731)
    MouseClick, left,  %Px%,  %Py%   	;click adria
    Sleep, 3500							;Waittime for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed)
    RandSleep(633,731)
    Send, {ESC}					  		;close conversation
    RandSleep(633,731)
    Send, {ESC}					  		;close conversation
    RandSleep(633,731)
    
    MouseClick, left,  -607,  22   		;select window left
    RandSleep(633,731)
    MouseClick, left,  181,  415  	 	;resume game
    Sleep, 5100                    		;Waittime before highlvl joins game - Time this yourself and adjust accordingly!
    MouseClick, left,  1121,  415  	 	;resume game right side
    RandSleep(633,731)
    Send, {ESC}  
    sleep, 500
    
    
    MouseClick, left,  -607,  22   		;select window left
    RandSleep(633,731)
    sleep, 500
    }
    return								;restart script
    
    RandSleep(x,y) {
    Random, rand, %x%, %y%
    Sleep %rand%
    }
    
    Pause:
    pause
    return
    =============================================================================

    NEW CODE
    This uses a slightly different method and bypasses the error message, but is more strict on some of the timing.
    Good news is it is twice as fast as the old code (above), able to do a run in ~18seconds

    Code:
    Hotkey, F2, Pause					; If different pausebutton is needed, replace F2 with hotkey code
    
    F1::								; If different pausebutton is needed, replace F1 with hotkey code
    loop
    {
    
    ;MouseClick, left,  1121,  415  	 	;resume game right side
    RandSleep(633,731)
    Send, o						   		;open friends
    RandSleep(633,731)
    MouseClick, right,  700,  361 ; 460 ;  right click flist
    RandSleep(633,731)
    MouseClick, left,  740,   488 ;   600 ;  join party
    Sleep, 375                                           ;This sleep and next are the main ones. 
    ;Runner must leave game before leecher loads into game, but after leecher connects 
    MouseClick, left,  -607,  22   		;select window left
    Sleep, 375
    Send, {ESC}                    		;open menu
    Sleep, 375
    MouseClick, left,  474,  572   		;click leave game
    Sleep, 375
    MouseClick, left,  422,  615   		;confirm leave
    Sleep, 3750
    MouseClick, left,  181,  415  	 	;resume game
    RandSleep(333,431)
    
    ;SEARCH FOR ADRIA, you spawn at different locations so have to perform a pixelsearch
    ;Color might not work for everyone, use windowspy to find color that works for you
    Pixelsearch, Px, Py, 970, 40, 1145, 120,0x1E2438, 4, fast
    
    MouseClick, left,  %Px%,  %Py%   	;click adria
    Sleep, 2850							;Waittime for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed)
    RandSleep(633,731)
    Send, {ESC}					  		;close conversation
    RandSleep(533,631)
    Send, {ESC}					  		;close conversation
    RandSleep(533,631)
    Send, {ESC}                    		;open menu
    RandSleep(533,731)
    MouseClick, left,  474,  572   		;click leave game
    Sleep, 2800
    
    }
    return								;restart script
    
    RandSleep(x,y) {
    Random, rand, %x%, %y%
    Sleep %rand%
    }
    
    Pause:
    pause
    return
    NOTES and SETUP:
    * The window resolution are same as before (max left - runner, max right - leecher)
    * To start the code, use F1. F2 to pause
    * Before starting, have the runner on Adria turn-in quest, and leecher in menu. Runner must have quickjoin allowed.
    * This time, begin (F1) while the leecher's window/screen is selected
    * Whenever the friend list (on leecher side) moves the slot of the runner, the coords will need to be changed.
    Last edited by tsoul; 07-01-2012 at 05:23 PM.

    [AHK] Infinite ZK script as of June 29 (1 pc, 2 clients)
  2. #2
    sp0t's Avatar Sergeant Major
    Reputation
    41
    Join Date
    May 2012
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this. Will try it out when i get out of work. Is it running consistent for you? AFK-able? Or something I would have to monitor.

  3. #3
    tsoul's Avatar Active Member
    Reputation
    16
    Join Date
    Mar 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ran it for 40minutes fine so far. Looks like its good, but might need minor edits if other people load slower

  4. #4
    sp0t's Avatar Sergeant Major
    Reputation
    41
    Join Date
    May 2012
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice. And also in your instructions for 3 & 4, one should be runner and one should be booster. Just sayin

  5. #5
    Qruz's Avatar Sergeant
    Reputation
    7
    Join Date
    May 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mind putting up a simple walkthrough on how to setup for the scripting? Like a prerequisite?

    EDIT: Also, it minimizes the leechers window right in the beginning of the script (Yes - I do have 1920x1080..)
    Last edited by Qruz; 06-29-2012 at 06:49 PM.

  6. #6
    Evilwookie's Avatar Member
    Reputation
    3
    Join Date
    Feb 2009
    Posts
    162
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry was using Autoit
    Last edited by Evilwookie; 06-29-2012 at 07:12 PM. Reason: mistake

  7. #7
    tsoul's Avatar Active Member
    Reputation
    16
    Join Date
    Mar 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Qruz View Post
    Mind putting up a simple walkthrough on how to setup for the scripting? Like a prerequisite?

    EDIT: Also, it minimizes the leechers window right in the beginning of the script (Yes - I do have 1920x1080..)
    The screen setup should just need steps 1-4.
    Then cope the script onto a notepad file, and save as "filename.ahk"
    Then run the script you just saved. (Need to have autohotkey installed)

    Also, if it minimizes the leecher's window, make sure you have the windows toolbar appear on the bottom. I'm also running windows at 1920x1080.

  8. #8
    Qruz's Avatar Sergeant
    Reputation
    7
    Join Date
    May 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tsoul View Post
    The screen setup should just need steps 1-4.
    Then cope the script onto a notepad file, and save as "filename.ahk"
    Then run the script you just saved. (Need to have autohotkey installed)

    Also, if it minimizes the leecher's window, make sure you have the windows toolbar appear on the bottom. I'm also running windows at 1920x1080.
    I'm not speaking of the screen setup, I'm mostly speaking of how to set up in terms of prerequisites.
    Where do I stand? Do I start logged in? etcetc

  9. #9
    tsoul's Avatar Active Member
    Reputation
    16
    Join Date
    Mar 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Qruz View Post
    I'm not speaking of the screen setup, I'm mostly speaking of how to set up in terms of prerequisites.
    Where do I stand? Do I start logged in? etcetc
    Have the runner on the adria turn-in quest (after killing zk and talking to soulstone) and the leecher in town in a different game before you start.

    Thanks for asking this, it skipped my mind. Also editted post

  10. #10
    nav4321's Avatar Elite User
    CoreCoins Purchaser
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    1,258
    Thanks G/R
    2/19
    Trade Feedback
    63 (94%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wheres my credit tsoul ?:P

  11. #11
    Batch's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    putting the finishing touches on my own customization of this script. i'll post it in a few.

    had to make some slight timing changes, as well as a few problems with having the runner window get dragged from half-full screen.

  12. #12
    tofuzion's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI tsoul i'm trying to use this script but i don't understand step 3 and 4
    3. select the runner window and push {WINDOWS KEY} + {LEFT ARROW}
    4. select the leecher window and push {WINDOWS KEY} + {RIGHT ARROW}

    what is push windows key + left arrow mean .. this is my first time using any script like this

  13. #13
    Batch's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tofuzion View Post
    HI tsoul i'm trying to use this script but i don't understand step 3 and 4
    3. select the runner window and push {WINDOWS KEY} + {LEFT ARROW}
    4. select the leecher window and push {WINDOWS KEY} + {RIGHT ARROW}

    what is push windows key + left arrow mean .. this is my first time using any script like this
    hold the windows key and push left arrow. this will maximize the window vertically, and make it only take up the left half of the screen.
    same goes for windows + right on the right half of the screen.

    note that you may have to press it more than once as it will "cycle" among the edges of your monitor.

    test it out by just opening a folder and pressing it.

  14. #14
    friendlygaming's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry, noob of the year question.. how to resolution 1920x1080........

  15. #15
    Darknight48458's Avatar Active Member
    Reputation
    19
    Join Date
    Apr 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im having an issue, ive opened notepad, pasted the code saved as whatever.ahk, ran autohotkey after having all the correct setups through diablo, click the left window, run the script.. and everything just sits there ><

Page 1 of 15 12345 ... LastLast

Similar Threads

  1. [Tutorial] [coding-CE] infinite mana script
    By dabnoj in forum Devilian Exploits|Hacks
    Replies: 0
    Last Post: 03-23-2016, 04:01 PM
  2. AHK nice cm script
    By mrdruids in forum Diablo 3 Bots and Programs
    Replies: 1
    Last Post: 09-05-2013, 10:12 AM
  3. Replies: 9
    Last Post: 07-12-2012, 02:21 PM
  4. [AHK] Infinite ZK script as of June 29 (1 pc, 2 clients)
    By tsoul in forum Diablo 3 Exploits
    Replies: 127
    Last Post: 07-02-2012, 01:52 PM
All times are GMT -5. The time now is 02:31 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