[AutoIt] Zoltun Kulle exploit leveling bot menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    chronic24's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dunno why you guys are doing this so hard, i dont kno much about scripting but wouldnt it be easier to set it up where it sits in town and soon as it sees the brown box saying someone has joined it leaves and then resumes, you dont need all this imagesearch crap just use the pixel search function, maybe i can come up with something from the sarkoth scripts since its really simple

    [AutoIt] Zoltun Kulle exploit leveling bot
  2. #17
    munshkin's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit

    okay i have it, i know its realy noobish but it works..

    #cs ----------------------------------------------------------------------------

    AutoIt Version: 3.3.8.1
    Author: myName

    Script Function:
    Template AutoIt script.

    #ce ----------------------------------------------------------------------------

    ; Script Start - Add your code below here

    #include <GUIConstantsEx.au3>
    #include <Date.au3>
    #include <WindowsConstants.au3>
    #include <ImageSearch.au3>



    Global $x0=0, $y0=0


    Opt("WinTitleMatchMode", 2)
    WinActivate("Diablo")

    While 1


    Sleep (4000)

    $Ari = PixelSearch(0, 20, 137, 110, 0x1E2034, 25)
    If Not @error Then
    MouseClick ('left', $Ari[0]-20, $Ari[1])
    EndIf







    Sleep(6000)
    Send("{ESC}")
    Sleep(1000)
    Send("{ESC}")
    Sleep(1000)


    Send ("{ESC}")
    MouseClick ("Left", 390, 34
    Sleep(Random(300,500))
    Send("{ENTER}")

    Sleep(Random(300,500))
    Send("{ENTER}")

    Sleep(Random(1500,1800))

    Send ("o")
    Sleep(Random(500,800))
    MouseClick ("Right", 590, 222)
    Sleep(Random(500,800))
    MouseClick ("Left", 619, 301)
    Sleep(Random(1500,1800))

    WEnd
    Last edited by munshkin; 06-22-2012 at 03:33 PM.

  3. #18
    Xips's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can i run it alone?

  4. #19
    munshkin's Avatar Private
    Reputation
    1
    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 Xips View Post
    can i run it alone?
    u need a 2nd diablo and vmware or a 2nd pc and then yes u can run it alone

  5. #20
    freestuffx'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 munshkin View Post
    u need a 2nd diablo and vmware or a 2nd pc and then yes u can run it alone
    Actually you can run multiple instances of D3 on one computer without VMs. Just requires you to copy a separate folder for each instance. I have script that I made for 1 computer that alt+tab between two characters and it worked out pretty well except for the same bug that the OP has with random spawning so it misses the quest person every so often. I actually ended up throwing this away and making another one for ACT 3 seige(after hotfix) as I found that doing the ACT 3 seige with my DH with decent equips turns out to be faster.

  6. #21
    munshkin's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah ok, and ya the random spawn point is a prob for now.. maybe change the pixelsearch could help..

  7. #22
    DrNa's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ion32 View Post
    I get this when I run the Power level script

    Line 40 (File "C:\Program Files(x86)\AutoIt3\Include\ImageSearch.au3"):

    if $result[0]="0" then return 0
    if $result^ ERROR

    Error: Subscript used with non-Array variable
    Same error for me, with both scripts. Script stops running at the imagesearch point. As a result, leecher script won't leave the game after handling in the quest, and the other script won't leave the game after the leecher joins. Strangely it works for a friend of mine though, with whom I was testing this stuff.

    Another problem: to join the game again, the leecher simply presses 'o' and clicks on the first person in the bnet contact list .... Since neither my name nor the one of my friend starts with 'A' we are not on top of the list, and the script just tries to join some random buddy -.-

    --------
    edit: I put the dll in the C:\Windows\SysWOW64 as well and at least there is no error message anymore. But still, the script which is supposed to start the game again and again does not do this, it leaves the game correctly though, as soon as the leecher joins.
    Last edited by DrNa; 06-22-2012 at 06:42 PM.

  8. #23
    qbert34's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After following the instructions, I'm getting the same error as the others.

  9. #24
    qbert34's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm.... yeah. Like the previous poster, if I put the DLL's in the SysWOW64 the error goes away. But it doesn't actually work.

    I'd at least like a script to run on 1 character so he leaves when the other person joins, resumes game, then waits to leave again. Pixel search would be good probably, but I don't know how to do it. Then I could manually join and turn in on the other character.

  10. #25
    Ryan95446's Avatar Member
    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)
    Got it to work but it doesn't loop

  11. #26
    qbert34's Avatar Sergeant
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how did you make it work? you running windows 7 64?

  12. #27
    Ryan95446's Avatar Member
    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 qbert34 View Post
    how did you make it work? you running windows 7 64?
    windows 7 32 bit here...

    but like i said i can't seem to get the script to loop over >.< after the first one it doesn't continue any advice?

  13. #28
    inboxmilis's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ryan95446 View Post
    windows 7 32 bit here...

    but like i said i can't seem to get the script to loop over >.< after the first one it doesn't continue any advice?
    mine is working fine, and looping

  14. #29
    KRSjr's Avatar Knight-Champion CoreCoins Purchaser
    Reputation
    37
    Join Date
    Dec 2007
    Posts
    560
    Thanks G/R
    1/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Willing to help people on skype get this setup.. free if your a long term member here.. if your a newbie leech ill help u set it up for igg.. already made over 1 mil with it selling runs. got it working flawlessly.

  15. #30
    4v44s's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works fine

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Request] Autoit leveling bot
    By adamcapps08 in forum D3 Leveling profiles
    Replies: 4
    Last Post: 07-20-2012, 04:43 AM
  2. 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
  3. [Buying] Zoltun Kulle's powerlevel exploit 55-60, EU
    By Loccomz in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 06-01-2012, 02:58 PM
  4. AutoIt Macro for WoW AFK Bot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 04-06-2006, 06:01 AM
All times are GMT -5. The time now is 05:28 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