[AutoIt]  Zol'tun Kulle v1.2 (1 pc, 2 clients) any resolution, any player slot menu

Shout-Out

User Tag List

Page 14 of 17 FirstFirst ... 1011121314151617 LastLast
Results 196 to 210 of 251
  1. #196
    aeonlux's Avatar Corporal
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit.... got a null error with the last Resume($Unable) in UnableCheck
    Last edited by aeonlux; 07-05-2012 at 10:58 PM.

    [AutoIt]  Zol'tun Kulle v1.2 (1 pc, 2 clients) any resolution, any player slot
  2. #197
    DeadlyDragon's Avatar Active Member
    Reputation
    31
    Join Date
    Sep 2006
    Posts
    125
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated addressing a few things!

  3. #198
    HellBovine's Avatar Private
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.6 fast internet i ran into the problem where where lecher is not leaving the game after accepting the invite. don't know if im the only one or if others are having the sane problem. figured i would report it to you DeadlyDragon.

  4. #199
    DeadlyDragon's Avatar Active Member
    Reputation
    31
    Join Date
    Sep 2006
    Posts
    125
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so its switching to the host but just sitting there?

  5. #200
    Gankerbitch's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HellBovine View Post
    i saw in a different post where some one told another poster to right click and run script (x64) and that did the trick.




    The host some times will not click the resume button. I'm currently running 1.4 and that's working great but in 1.5 fast the host will not click the resume button. Hope my little bit of info will help you find the problem.
    same here, stucks sometimes on resume game on host side.

  6. #201
    DeadlyDragon's Avatar Active Member
    Reputation
    31
    Join Date
    Sep 2006
    Posts
    125
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try the new one?

  7. #202
    aeonlux's Avatar Corporal
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gankerbitch View Post
    same here, stucks sometimes on resume game on host side.
    With regards to this error - the reason is that "Resume Game" on host doesn't always get pushed properly...

    add this block and it should solve it... add it under the comment: ; Sleep until the pop appears saying someone has joined.

    Local $hostGameCheck = 0
    Do
    Sleep(100)
    $hostGameCheck += 1
    if $hostGameCheck == 50 Then
    Resume($dClients[1][1])
    $hostGameCheck = 0
    Endif
    Until PartyCheck($dClients[1][1]) = 1

    My problem is that sometimes, I get the error "lost network connection". The program gets stuck from there on end and doesn't go anywhere until "OK" is pushed. Probably need to locate where that loop is and do an ErrorCheck but not sure where that part is. Maybe someone can shed some light on this one.

  8. #203
    calinor's Avatar Private
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow - this is great! I really hope I can get it to work. Thanks for the great script!

    I believe I have everything configured correctly but I cannot seem to get either one to work. My computer is pretty quick so using the SLOW 1.5 version, the leecher joins before the host completely exits (gets to around 1 second left to exit) so it disconnects leecher from game saying the host has left. I tried the 1.6 fast version and it starts the process but after leacher is joining, it clicks to exit the game. Asks to confirm whether or not I want to exit and then the script doesn't seem to do anything past that point.

    I tried the 1.4 version and it cannot seem to find the player name to join the game.

  9. #204
    ziggo0's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.6 is working much better than 1.5 for me. Thanks so much for this awesome script! I'm curious though - why is aero required? I've been running 4 of these inside of virtual machines with the Themes service disabled and haven't had any issues (so far).

  10. #205
    HellBovine's Avatar Private
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DeadlyDragon View Post
    so its switching to the host but just sitting there?
    Whats happening is. the host is inviting the lecher, it then switches to the lecher, the lecher accepts the invite then brings up the menu to leave the game but doesn't leave the game and then the bot just sits their at that point.

  11. #206
    calinor's Avatar Private
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by calinor View Post
    Wow - this is great! I really hope I can get it to work. Thanks for the great script!

    I believe I have everything configured correctly but I cannot seem to get either one to work. My computer is pretty quick so using the SLOW 1.5 version, the leecher joins before the host completely exits (gets to around 1 second left to exit) so it disconnects leecher from game saying the host has left. I tried the 1.6 fast version and it starts the process but after leacher is joining, it clicks to exit the game. Asks to confirm whether or not I want to exit and then the script doesn't seem to do anything past that point.

    I tried the 1.4 version and it cannot seem to find the player name to join the game.
    Ignore my post - have 1.5 working SLOW now. I did not understand the details about needing to kill ZK without getting the checkpoint so that the host always starts in town. Was leaving game with a 10 second delay but now when host leaves, it is instant while the leecher is still joining. Thanks for the awesome script!

  12. #207
    ziggo0's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I seem to be having a problem where they wind up in each others game and then nothing happens - what would this be caused by?

  13. #208
    HellBovine's Avatar Private
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ziggo0 View Post
    I seem to be having a problem where they wind up in each others game and then nothing happens - what would this be caused by?
    I have seemed to fix the problem i was having with 1.6 fast. i had the 1.6 script in the folder with the 1.4 version. i moved it to the folder with with 1.5 versions and 1.6 started working. give this a try.
    Last edited by HellBovine; 07-06-2012 at 03:24 PM. Reason: Fixed my issue

  14. #209
    ziggo0's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HellBovine View Post
    I have seemed to fix the problem i was having with 1.6 fast. i had the 1.6 script in the folder with the 1.4 version. i moved it to the folder with with 1.5 versions and 1.6 started working. give this a try.
    Giving that a try now. About 30 minutes in I get a "Cannot find player name" error sometimes as well.

  15. #210
    HellBovine's Avatar Private
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ziggo0 View Post
    Giving that a try now. About 30 minutes in I get a "Cannot find player name" error sometimes as well.
    Strange I really dont know much about know much about auto it i was just able to mess around and figure out my problem. the only error i got is it missed the resume button one time but it hasn't done that in a while. so keep running it maybe it will fix it self.

Similar Threads

  1. Zol'tun Kulle infinite turn in XP (Post-nerf)
    By nav4321 in forum Diablo 3 Exploits
    Replies: 136
    Last Post: 07-24-2012, 02:24 AM
  2. Need help on Eu for Quest Zol'tun Kulle
    By johnstylez in forum Diablo 3 General
    Replies: 4
    Last Post: 07-13-2012, 10:31 AM
  3. Replies: 2
    Last Post: 07-08-2012, 01:32 PM
  4. [AutoIt] Zoltun Kulle exploit leveling bot
    By sssniper86 in forum Diablo 3 Bots and Programs
    Replies: 36
    Last Post: 06-26-2012, 07:52 AM
  5. Zoltun Kulle Dual Box [DUAL ACCOUNT] BOTTING with an AutoIt Script
    By zewt in forum Diablo 3 Bots and Programs
    Replies: 7
    Last Post: 06-08-2012, 07:07 PM
All times are GMT -5. The time now is 05:26 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