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

Shout-Out

User Tag List

Page 2 of 17 FirstFirst 123456 ... LastLast
Results 16 to 30 of 251
  1. #16
    zottiri's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried that too, copyed every dll to system32 system syswow64 + script directory

    [AutoIt]  Zol'tun Kulle v1.2 (1 pc, 2 clients) any resolution, any player slot
  2. #17
    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)
    copy the imagesearchdlls

  3. #18
    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)
    Also, go to your taskbar and check if u have any running at the moment. close them all. u might be running an old one that didnt close perhaps

  4. #19
    zottiri's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    imagesearch dlls currently exist inside of
    windows\
    windows\system
    windows\system32
    windows\syswow64
    and script directory

  5. #20
    zottiri's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i did everything you suggested, still it crushes if i run it as 32 bit, gives me that error if i run it as 64bit

  6. #21
    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)
    What letters are u actually using though? what did u type into $playername

  7. #22
    LordMorpheuz's Avatar Member
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    24
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have this in a somewhat working state, compiled as x64, ImageSearch invite is working, my leacher accepts the invite, main leaves game, leacher enters game and has quest turn in, then nothing else happens. Script shows it's continuing to run, but no other actions take place.

  8. #23
    zottiri's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ;Toon name, check bmps for supported letter, lowercase only
    Global $playername = "str"
    ; number of friend slost to search for the leecher
    Global $slots = 5

  9. #24
    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)
    Originally Posted by LordMorpheuz View Post
    I have this in a somewhat working state, compiled as x64, ImageSearch invite is working, my leacher accepts the invite, main leaves game, leacher enters game and has quest turn in, then nothing else happens. Script shows it's continuing to run, but no other actions take place.
    When it clicks adria, it skips all the quest text? it should then change to the host and repeat, ill look into this.

    Originally Posted by zottiri View Post
    ;Toon name, check bmps for supported letter, lowercase only
    Global $playername = "str"
    ; number of friend slost to search for the leecher
    Global $slots = 5
    str are all lowercase in the actual players name? maybe try some different letters. s might not work properly

  10. #25
    zottiri's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes str are all lowercase in real player name. player name is something like "hestr"
    other letters and bmp files doesnt fit my player name what other letters you suggest me to try?

  11. #26
    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)
    yea its s that it struggles with for some reason lol. Your can try hetr (i have allowed it to read a bit passed just the next letter), ill work on s working.

  12. #27
    LordMorpheuz's Avatar Member
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    24
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [QUOTE=DeadlyDragon;2353556]When it clicks adria, it skips all the quest text? it should then change to the host and repeat, ill look into this.

    I think the issue is it isn't finding Adria. The leacher never moves from the starting position.

  13. #28
    zottiri's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i also made a bmp for my full name and put it as a.bmp
    and typed only a to playername in script
    i thought maybe that works

    nah it didnt work.

    i keep getting same error

    line 348

    If $result[0] = "0" Then
    If $result^ERROR

    Error: Subscript used with non-Array variable

  14. #29
    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)
    Originally Posted by LordMorpheuz View Post
    I think the issue is it isn't finding Adria. The leacher never moves from the starting position.
    Scroll down to the adria check and try your own colour see if that works, have u got all the settings and default gamma ect?

  15. #30
    zottiri's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyway is this working anymore? i am tryin manually game says join party this time. 5 times happened.

    hotfixed or what?

Page 2 of 17 FirstFirst 123456 ... LastLast

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 02:18 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