[AutoIt] Zoltun Kulle exploit leveling bot menu

User Tag List

Page 3 of 3 FirstFirst 123
Results 31 to 37 of 37
  1. #31
    Randomizer's Avatar Contributor
    Reputation
    120
    Join Date
    Jun 2008
    Posts
    188
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I can't get this to work for shit. I have tried adjusting both comps to 800x600 and other resolutions. I have tried with and with out aero. I have tried re making all the images. I have re downloaded the files multiple times. Anyone have any suggestions?
    Yup.

    [AutoIt] Zoltun Kulle exploit leveling bot
  2. #32
    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)
    What is your problem error??? Doesn't do something? I'll gladly help

  3. #33
    unhb'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)

    Fixes that worked for me (Array Image Search & Stuck Game making toon)

    The image search routine gave me the array issue... the following snippet works. i got this from a sarkoth AI bot in a different thread:
    Code:
    Func _ImageSearchArea($findImage,$resultPosition,$x1,$y1,$right,$bottom,ByRef $x, ByRef $y, $tolerance)
    	If $tolerance>0 Then $findImage = "*" & $tolerance & " " & $findImage
    	
    	If @AutoItX64 Then
    		 $result = DllCall("ImageSearchDLL_x64.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$right,"int",$bottom,"str",$findImage)
    	  Else
    		 $result = DllCall("ImageSearchDLL.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$right,"int",$bottom,"str",$findImage)
       EndIf
    	
        If $result = "0" Then Return 0
    
       $array = StringSplit($result[0],"|")
       If(UBound($array) >= 4) Then
    	  $x=Int(Number($array[2]))
    	  $y=Int(Number($array[3]))
    	  If $resultPosition=1 Then
    		 $x=$x + Int(Number($array[4])/2)
    		 $y=$y + Int(Number($array[5])/2)
    	  Endif
    	  Return 1
       EndIf
    EndFunc
    My host program was stuck after leaving the game. It seemed to be a problem w/ the "resume" image. I went w/ a randomized game creation time instead:
    Code:
    #include <ImageSearch.au3>
    
    Global $x1=0, $y1=0, $j=0
    
    Opt("WinTitleMatchMode", 2)
    WinActivate("Diablo III")
    
    While 1
    
    	;added the randomized sleep timer instead of the resume image search
    	;Sleep( 1000)
    	Sleep(Random(5000,8000))
    	MouseClick ("Left",  111,  262)
    	Do
    	   Sleep (100)
    	   $result = _ImageSearchArea("ingame.bmp",1,0,0,500,800,$x1,$y1,30)
    	   Sleep(100)
    	Until $result
    
    	Do
    	   Sleep (100)
    	   $result = _ImageSearchArea("stronger.bmp",1,0,0,500,800,$x1,$y1,30)
    	   Sleep(100)
    	Until $result
    
    	Send ("{ESC}")
    	MouseClick ("Left",  390,  348)
    	Sleep(Random(100,300))
    	Send("{ENTER}")
    
    	;included image too small?
    	;Do
    	;   Sleep (100)
    	;   $result = _ImageSearchArea("resume.png",1,0,0,500,5000,$x1,$y1,30)
    	;   Sleep(100)
    	;Until $result
    
    WEnd

  4. #34
    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)
    i just changed it to:
    (17 of 20 quests solved)

    - if someone found a better pixelcolor on Aira which do not change, reply pls
    - for color definition i use www.clrcds.com

    #include <ImageSearch.au3>
    Global $x0=0, $y0=0


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

    While 1

    $Ari = PixelSearch(20, 35, 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)

    $result =_ImageSearchArea("leavegame.png", 1, 0, 0, 900, 900, $x0, $y0, 50)
    While $result<>1
    Send ("{ESC}")
    Sleep(650+Random(0,250))
    $result=_ImageSearchArea("leavegame.png", 1, 0, 0, 900, 900, $x0, $y0, 50)
    WEnd

    MouseClick ("Left", $x0, $y0)

    $result =_ImageSearchArea("resume.png", 1, 0, 0, 900, 900, $x0, $y0, 50)
    While $result<>1
    Sleep(50+Random(0,50))
    $result=_ImageSearchArea("resume.png", 1, 0, 0, 900, 900, $x0, $y0, 50)
    WEnd

    Sleep(Random(500,800))

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

    $result =_ImageSearchArea("ingame.bmp", 1, 0, 0, 900, 900, $x0, $y0, 50)
    While $result<>1
    Sleep(50+Random(0,50))
    $result=_ImageSearchArea("ingame.bmp", 1, 0, 0, 900, 900, $x0, $y0, 50)
    WEnd
    Sleep(Random(500,800))

    WEnd
    with this i make a char lvl 50 on HC in 6hours with ~1200k gold (~10,150exp / 1120 gold)

    for gold: just make normalmode (1120 gold)
    for leveling: at lvl 50 change the same to hellmode, lower gold per quest (625 gold) ~21k exp
    Last edited by 4v44s; 06-25-2012 at 07:02 AM.

  5. #35
    illfated's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    none of the scripts work properly i'm running on 800x600 windowed mode yet it searches at the wrong spots for the bmps and it also clicks at the wrong place for resume/leavegame

    edit:

    customized it all, working now thanks though
    Last edited by illfated; 06-25-2012 at 02:25 PM.

  6. #36
    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)
    Having error on line 40 of hoster script...

    can someone post the working scripts for powerlever and leecher plz????

    Thanks

  7. #37
    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)
    Originally Posted by 4v44s View Post
    i just changed it to:
    (17 of 20 quests solved)

    - if someone found a better pixelcolor on Aira which do not change, reply pls
    - for color definition i use www.clrcds.com



    with this i make a char lvl 50 on HC in 6hours with ~1200k gold (~10,150exp / 1120 gold)

    for gold: just make normalmode (1120 gold)
    for leveling: at lvl 50 change the same to hellmode, lower gold per quest (625 gold) ~21k exp

    edit 2 pics
    [AutoIt] Zoltun Kulle exploit leveling bot-wd-hc-lvl10-jpg[AutoIt] Zoltun Kulle exploit leveling bot-wd-hc-lvl20-jpg

    lvl10 - 5min
    lvl20 - 18min

Page 3 of 3 FirstFirst 123

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 11:15 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