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

Shout-Out

User Tag List

Page 16 of 17 FirstFirst ... 121314151617 LastLast
Results 226 to 240 of 251
  1. #226
    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 Simonzi View Post
    I made a small edit to DeadlyDragon's script. Pretty much just added instant MouseMove commands to all the MouseClick's, so the mouse just moves around the screen instantly, instead of taking half a second of moving from point A to point B. It makes it go quite a bit faster on my machine.

    ZK v1.6 Fast - Pastebin.com
    If I could kiss you, I'd do so <3

    [AutoIt]  Zol'tun Kulle v1.2 (1 pc, 2 clients) any resolution, any player slot
  2. #227
    Psychopathy's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't understand a sh*t in that one, really.
    I have followed everything and i did exactly as u said
    But the stupid crap ain't do nothing.
    I click F1 and then the 2nd Diablo Window opens the Friend list and NOTHING happens.

    Is there a simpler explanation?
    No, Seriously im so f... pissed from that crap!

    Seems like this crap is always crashing.
    Can someone just make a video tutorial?
    Last edited by Psychopathy; 07-10-2012 at 11:53 AM.

  3. #228
    Simonzi's Avatar Active Member
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fliptrocity View Post
    I'm running into a problem that only recently started to occur.

    When host invites leecher, the cursor sometimes missed the "invite player' button and instead hits the "send message" one, which throws the whole script off.

    Its strange that it just physically misses the button, i cant tell if the window is moving ever so slightly or not... anyone else have this issue?
    I don't know what you're doing wrong, but it works perfectly fine for me.

  4. #229
    DavasiaN's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Overall very nice script. The script did not work initially, but after modifying the code, it has been running extremely smoothly. I will share my findings in case anyone else is having problems:

    1.) Copying the entire D3Prefs.txt will not work for all people, because of these three lines:
    Code:
    HardwareClass "4"
    PCIVendor "4318"
    PCIDevice "2600"
    Your PC will revert to the default (original) Diablo 3 settings if these lines do not match with your hardware. Making the file "Read-Only" will not work either. The solution is to copy all of the settings EXCEPT these three lines, keeping your own values for those three lines.

    2.) The newest "fast" version did not work immediately. My runner would successfully open the friend's list, invite the leecher, the leecher would accept the invite and the script would freeze in an endless loop. It was getting stuck in this infinite loop (lines 43-45):
    Code:
    	  Do
    		 Sleep(100)
    	  Until PartyCheck($dClients[1][1]) = 1
    I did a hack job and just deleted these 3 lines of code and replaced it with "Sleep 1200" which fixed the problem. Not the most elegant solution, but a good temporary fix. I haven't taken a look at the PartyCheck() function, but I suspect the image search is not correctly identifying the text.

    3.) I added short sleep timers (100) between each function call, which smoothed out some mistimings that would break the script. I also had to add a large sleep timer around line 50-55 because the Resume($dClients[1][1]) was executing before the main menu had a chance to load, which broke each run. Here are my lines 41-57:

    Code:
    	  AcceptInvite($dClients[2][1])
    	  ; Sleep until the pop appears saying someone has joined.
    	  Sleep(1200)
    	  ; PartyCheck($dClients[1][1]) = 1
    	  LeaveGame($dClients[2][1])
    	  Sleep(100)
    	  LeaveParty($dClients[2][1])
    	  Sleep(100)
    	  WaitforCrown($dClients[2][1])
    	  Sleep(100)
    	  Resume($dClients[2][1])
    	  Sleep(100)
    	  LeaveGame($dClients[1][1])
    	  Sleep(3000)
    	  ; Resume with "Runner"
    	  Resume($dClients[1][1])
    	  Sleep(200)
    Hope this helps anyone seeking clues as to why their script isn't working.

  5. #230
    poissonorb's Avatar Corporal
    Reputation
    6
    Join Date
    Jul 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how long does each run take for the fast one?

  6. #231
    Rhynocerous's Avatar Sergeant
    Reputation
    8
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DavasiaN View Post
    Hope this helps anyone seeking clues as to why their script isn't working.
    Well the issue here is that you've completely eliminated any intelligent features of the bot. Now it basically just clicks on a timer.
    You can record an auto clicker macro that does that in 30 seconds.

    Don't get me wrong, it works, but the OP has done a bit more work than what goes into a timed auto clicker.

  7. #232
    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)
    After the maintenance, I can do like two runs, and it says that the game is closing etc. I'm using the 1.6 one provided somewhere between the pages.

  8. #233
    surgey's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if I use fast version nothing happen when I press F1.
    I wonder why, I already copy everything from d3prefs.txt except PCIvendor/PCIdevice
    if I use slow version it miss a lot (4 out of 10).. my ping is 250-300ms.

  9. #234
    DavasiaN's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rhynocerous View Post
    Well the issue here is that you've completely eliminated any intelligent features of the bot. Now it basically just clicks on a timer.
    You can record an auto clicker macro that does that in 30 seconds.

    Don't get me wrong, it works, but the OP has done a bit more work than what goes into a timed auto clicker.
    LULWUT? I gave feedback to exactly which function was not working for me, provided, admittedly, a temporary dumb fix for anyone else seeking a solution, and added wait timers in relevant spots where the bot was crashing. I did not "completely "eliminate any intelligent features of the bot." It still performs 98% of the functions OP wrote.
    Next time try to post something useful and constructive instead of spewing out ignorance.

  10. #235
    btrash's Avatar Master Sergeant
    Reputation
    19
    Join Date
    Jan 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got this working post maintenance ?

    I tried it and it crashed on me (not sure if its a problem with myconfig or what not)

  11. #236
    Rhynocerous's Avatar Sergeant
    Reputation
    8
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DavasiaN View Post
    LULWUT? I gave feedback to exactly which function was not working for me, provided, admittedly, a temporary dumb fix for anyone else seeking a solution, and added wait timers in relevant spots where the bot was crashing. I did not "completely "eliminate any intelligent features of the bot." It still performs 98% of the functions OP wrote.
    Next time try to post something useful and constructive instead of spewing out ignorance.
    Wow you got really mad really ****ing fast.
    You just called it "a temporary dumb fix" yourself.

    As I said, this bot isn't just a timed auto-clicker. Those are practically effortless to make. The OP provided a bot for which timings automatically scale to different systems, and that automatically resumes on failure intelligently. Stripping out those features turns it into an auto clicker. So you "fixed" the features by removing them. Most notably the actual image searching.

    Take a deep breath and calm down.

  12. #237
    Rhynocerous's Avatar Sergeant
    Reputation
    8
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Qruz View Post
    After the maintenance, I can do like two runs, and it says that the game is closing etc. I'm using the 1.6 one provided somewhere between the pages.
    It's working fine for me. The patch or change in server traffic might throw your timings off. It's certainly not "fixed" or anything.

  13. #238
    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 Rhynocerous View Post
    It's working fine for me. The patch or change in server traffic might throw your timings off. It's certainly not "fixed" or anything.
    Yep, you got it all worked out. After trying to set up a VM, my computer got a little burned out, and a restart did the trick! Now I have five level 60 characters on hardcore, and one of each class on softcore. <3

  14. #239
    Arturoo's Avatar Member
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    theyre banning for something. I got banned doing zk leveling with a personal ahk script a few hours ago on a few accounts. idk if theyre banning for this specifically but they are banning and if you're doing this i would suggest stopping for a bit and transfer your stuff to a clean account until it is clear what theyre banning for.

  15. #240
    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)
    Fast method got patched overnight in EU? because i used it everyday, but tonight i had disc on all chars. and after this i couldnt get the quest anymore on the other chars.

Page 16 of 17 FirstFirst ... 121314151617 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 05:27 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