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

User Tag List

Page 4 of 15 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 217
  1. #46
    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)
    Originally Posted by gybe View Post
    hello everybody

    I did copy and paste code in Scite and i run it. It can't start because a window pop out:



    Why is that?

    Thanks
    because u are attempting to run this in autoit, this is an autohotkey(ahk) program script.

    [AHK] Infinite ZK script as of June 29 (1 pc, 2 clients)
  2. #47
    3t3rn4l's Avatar Member
    Reputation
    3
    Join Date
    Dec 2010
    Posts
    114
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I woke up and one windows was closed and the other one shrunk down? Why is this?

  3. #48
    dvc612's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI guys.. sorry newbie question.. Could you please tell me how to run this script? what program do I have to use? Thanks..

  4. #49
    lilconny'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)
    Originally Posted by dvc612 View Post
    HI guys.. sorry newbie question.. Could you please tell me how to run this script? what program do I have to use? Thanks..
    Autohotkey.

  5. #50
    lilconny'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)
    Originally Posted by 3t3rn4l View Post
    I woke up and one windows was closed and the other one shrunk down? Why is this?
    Your native resolution is probably not what the OP's is. For you to use his script, you'll need to edit it so it'll click in the right places. What probably happened was the script was moving your client around, which resulted in one client closing and the other being resized.


    Nah, I'm just ****ing with you. Blizzard hacked your pc and they're coming to you now to lock you up.

  6. #51
    Gutinat0r's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a short feedback. Started it this morning with level 9, went to university, came back worked flawlessley and I am now level 51 (just switched to hell) Took about 6-7hours on normal for 42 levels.

    Cheers!

  7. #52
    3t3rn4l's Avatar Member
    Reputation
    3
    Join Date
    Dec 2010
    Posts
    114
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lilconny View Post
    Your native resolution is probably not what the OP's is. For you to use his script, you'll need to edit it so it'll click in the right places. What probably happened was the script was moving your client around, which resulted in one client closing and the other being resized.


    Nah, I'm just ****ing with you. Blizzard hacked your pc and they're coming to you now to lock you up.
    I run 1920x1080...

  8. #53
    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 3t3rn4l View Post
    I woke up and one windows was closed and the other one shrunk down? Why is this?
    Try the new code where I increased the timers a little. Works great for me, had it run overnight and was still running when I woke up.

  9. #54
    ryumha's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tsoul View Post
    Try the new code where I increased the timers a little. Works great for me, had it run overnight and was still running when I woke up.
    I ran the new code by about 5 minutes, it now closed both windows lol... don`t know what is happening, the resolution is the same, and theres no antivirus or anything running in my background.

  10. #55
    thesohm's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    don't click in Adria (

  11. #56
    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 thesohm View Post
    don't click in Adria (
    The pixelsearch for adria's purple robe. You can use the window spy and hover over that to see the value for your screen if the color-mode is slightly different for you.

  12. #57
    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)
    one problem i was having was not always leaving the party when back in the main menu. found the culprit

    it wasn't always clicking on my character (im leveling a female, probably smaller width than OP

    so i changed:
    Code:
    Sleep, 4500				;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    MouseClick, right,  460,  423   		;leave party
    to

    Code:
    Sleep, 4500				;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    MouseClick, right,  480,  423   		;leave party

  13. #58
    gybe'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)
    Oh i see thanks very much

  14. #59
    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 Batch View Post
    one problem i was having was not always leaving the party when back in the main menu. found the culprit

    it wasn't always clicking on my character (im leveling a female, probably smaller width than OP

    so i changed:
    Code:
    Sleep, 4500				;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    MouseClick, right,  460,  423   		;leave party
    to

    Code:
    Sleep, 4500				;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    MouseClick, right,  480,  423   		;leave party

    I was getting random window resizes and closes at least every 30 mins before this. Now its been running solid for the last 1 hour

  15. #60
    dvc612's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys I just wondering, Nightmare ZK get nerfed? how about Hell mode, also get nerfed? Thanks..

Page 4 of 15 FirstFirst 12345678 ... 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 12:50 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