[Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080] menu

Shout-Out

User Tag List

Page 271 of 300 FirstFirst ... 171221267268269270271272273274275 ... LastLast
Results 4,051 to 4,065 of 4489
  1. #4051
    borus888's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gluume View Post
    I'm sure this has been asked before and I've looked at a few ages and can't find an answer (though not all 270 pages mind you); is this bot stashing legendary/set items? I keep getting them on my log, but can't find them anywhere. If it is that's great but if not is there anything I can do personally to amend that?
    Actually I've seen it pick up a rare and have it post as a legendary item. It happened a couple times to me but I have also gotten 2-3 legendarys

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #4052
    cybersrs's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone modified it to run in background?

  3. #4053
    lostmc's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can any 1 help me?

    Script resume game and opens inventory then Autoit crashes.

    x64 Win7. Simpletesseractcolor.au3 is in include and tesseract is installed.

  4. #4054
    agassparkle's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cybersrs View Post
    Has anyone modified it to run in background?
    You cant make it run in background unless your run in vmware or unless you know how to make memory injection. And that would be extremely warden detectable

  5. #4055
    cybersrs's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by agassparkle View Post
    You cant make it run in background unless your run in vmware or unless you know how to make memory injection. And that would be extremely warden detectable

    Yes, you can, there are a lots of AutoIt running with D3 in background.

    Here is one I have found for Iskatu Boss running in Background:

    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    ;Iskatu barbarian Farm
    ;Required Skills:
    ;Slot1: War Cry - Charge!
    ;Slot2: Revenge - Vengeance is Mine
    ;Slot4: Earthquake - Giant's Stride
    ;Edition by Aikeelu, credits for the original to: K!ngp!n@Blizzhackers
    ;Background Mode by Falkor - http://www.ownedcore.com/forums/memb...62-falkor.html

    Global $Paused, $WinTitle ='Diablo III'
    HotKeySet("{HOME}", "TogglePause")
    HotKeySet("{END}", "Terminate")

    While 1
    Sleep(500)
    ToolTip("Not Running Hit 'HOME' to start/pause 'END' to force end!", 0, 0)
    WEnd

    Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
    ToolTip("Running!", 0, 0)

    Sleep(Random( 2000, 4000, 1 ))
    ControlClick($WinTitle, "", "", "left", 1, Random(78,385,1), Random(398,437,1)) ; click 'resume game'
    Sleep(Random( 4000, 6000, 1 ))
    ControlClick($WinTitle, "", "", "left", 1, 1550, 900) ; go backwards to initialize position
    sleep(Random( 2000, 3000, 1 ))
    ControlClick($WinTitle, "", "", "left", 1, 115, 55) ; first click
    Sleep(Random( 4500, 5500, 1 ))
    ControlClick($WinTitle, "", "", "left", 1, 150, 145) ; second click
    Sleep(Random( 4700, 5700, 1 ))
    ControlClick($WinTitle, "", "", "left", 1, 810, 260) ; third click
    sleep(3000) ; cancel Tyreal's dialog
    ControlSend($WinTitle, "", "", "{SPACE}")
    sleep(Random( 400, 900, 1 ))
    ControlSend($WinTitle, "", "", "{SPACE}") ; cancel Imperius' dialog
    sleep(Random( 400, 800, 1 ))
    ControlSend($WinTitle, "", "", "{SPACE}")
    sleep(Random( 3000, 5000, 1 ))
    ControlClick($WinTitle, "", "", "left", 1, 1020, 371) ; click on tyreal
    sleep(Random( 800, 1200, 1 ))
    ControlSend($WinTitle, "", "", "{ESCAPE}") ; cancel Tyreal's 1st popup dialog
    sleep(Random( 400, 700, 1 ))
    ControlSend($WinTitle, "", "", "{ESCAPE}") ; cancel Tyreal's 2nd popup dialog
    sleep(Random( 500, 700, 1 ))

    ControlClick($WinTitle, "", "", "left", 1, 467, 147) ; move/click on the portal
    sleep(Random( 2500, 3500, 1 ))
    ControlSend($WinTitle, "", "", "{ESCAPE}") ; cancel cinematic
    sleep(Random( 400, 600, 1 ))
    ControlClick($WinTitle, "", "", "left", 1, Random(850,910,1), Random(350,377,1)) ; click 'Ok'
    sleep(Random( 700, 1200, 1 ))

    If PixelGetColor(1578,111) = 16634255 Then ; in options menu. Portal must have failed
    ControlSend($WinTitle, "", "", "{ESCAPE}")
    sleep(1000)
    ControlSend($WinTitle, "", "", "{ESCAPE}")
    sleep(2000)
    ControlClick($WinTitle, "", "", "left", 1, 926, 244) ; click portal again
    sleep(4000)
    ControlSend($WinTitle, "", "", "{ESCAPE}") ; cancel cinematic
    sleep(1000)
    ControlClick($WinTitle, "", "", "left", 1, Random(850,910,1), Random(350,377,1)) ; click 'Ok'
    sleep(1000)
    endif

    sleep(Random( 4500, 5700, 1 )) ; combat
    ControlSend($WinTitle, "", "", "2")
    sleep(Random( 1000, 2000, 1 ))
    ControlSend($WinTitle, "", "", "2")
    sleep(Random( 1000, 2000, 1 ))
    ControlSend($WinTitle, "", "", "{1}")
    sleep(Random( 1000, 3000, 1 ))
    ControlSend($WinTitle, "", "", "{4}")
    sleep(Random( 2000, 3000, 1 ))
    ControlSend($WinTitle, "", "", "2")
    sleep(Random( 1000, 2000, 1 ))
    ControlSend($WinTitle, "", "", "{2}") ; use big AE DMG spell for Iskatu
    sleep(Random( 2000, 3000, 1 ))
    ControlSend($WinTitle, "", "", "{2}")
    sleep(Random( 2000, 3000, 1 ))
    ControlSend($WinTitle, "", "", "{2}")
    sleep(Random( 2000, 3000, 1 ))
    ControlSend($WinTitle, "", "", "{2}")
    ControlClick($WinTitle, "", "", "left", 1, 990, 650) ; move a little bit to pick up gold
    sleep(Random( 3000, 5000, 1 )) ; wait to ensure quest completes
    ControlSend($WinTitle, "", "", "t")
    sleep(Random( 7200, 7900, 1 ))
    ControlSend($WinTitle, "", "", "{ESCAPE}")
    sleep(Random( 1000, 2000, 1 ))
    MouseClick("left",Random(800,1110,1),Random(560,590,1)) ; click 'leave game'
    sleep(Random( 6500, 7500, 1 ))
    MouseClick("left",Random(70,390,1),Random(465,510,1)) ; click 'change quest'
    sleep(Random( 1500, 2500, 1 ))
    MouseClick("left",Random(375,790,1),Random(595,635,1)) ; click 'Fall of the High Heavens' quest
    sleep(Random( 1500, 2500, 1 ))
    MouseClick("left",Random(1040,1365,1),Random(840,885,1)) ; click 'Select Quest'
    sleep(Random( 1500, 2500, 1 ))
    MouseClick("left",Random(755,940,1),Random(610,650,1)) ; click 'Ok'

    WEnd
    EndFunc

    Func Terminate()
    Exit 0
    EndFunc
    Last edited by cybersrs; 07-03-2012 at 07:39 AM.

  6. #4056
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheKingKong View Post
    I tried editing the script to include the GPH function but it always pop up this "Cannot find "C:\Program Files (x86)\Tesseract-OCR\tesseract.exe" please make sure you name it correctly. I am running this on a VM and it is "C:\Program Files\Tesseract-OCR\tesseract.exe and still doesnt work. I followed the instructions to the T and made sure to double check everything. Still pop up that error message. After I click okay, the bot will run normally again and then whenever it hits the function where it checks the gold count, it pops up.

    Any idea?
    If it was my instructions you followed you missed the very last part.


    You may have to edit the tesseract script file to point to the correct location of your tesseract install. it will be this line
    Global $tesseract_Program_file = "C:\Program Files (x86)\Tesseract-OCR\tesseract.exe"

  7. #4057
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostmc View Post
    Can any 1 help me?

    Script resume game and opens inventory then Autoit crashes.

    x64 Win7. Simpletesseractcolor.au3 is in include and tesseract is installed.
    Error message would be helpful

  8. #4058
    027srik's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zarw View Post
    Free File Hosting - Online Storage; Upload Mp3, Videos, Music. Backup Files for 1366x768 png's only thing youneed to do it change the settings to what you like and then the key bindings aswell as the png location
    The link doesnt work, could you please repost the 1366x768 png files please

  9. #4059
    hemmoleg's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i finaly got this script to work, but now I have kind of a random bug where the bot picks up white items from time to time.
    anyone had / has the same problem?

  10. #4060
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hemmoleg View Post
    so i finaly got this script to work, but now I have kind of a random bug where the bot picks up white items from time to time.
    anyone had / has the same problem?
    You need to lower the tolerance number in the looting functions

  11. #4061
    cybersrs's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there 2.0 version?

  12. #4062
    isit123's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working fine for me, but now everytime I come back to my PC after a while AFK (sleeping) it's always stuck on the Banner screen? Any ideas?

  13. #4063
    TheCaptain514's Avatar Private
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having trouble with the bot not picking up magic items. Has anyone else had this issue or know a fix?

  14. #4064
    boxofdeath's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    consider a different script that detects item drops better...?

  15. #4065
    TheKingKong's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    181
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    If it was my instructions you followed you missed the very last part.


    You may have to edit the tesseract script file to point to the correct location of your tesseract install. it will be this line
    Global $tesseract_Program_file = "C:\Program Files (x86)\Tesseract-OCR\tesseract.exe"
    Yeah it was your instructions and I did follow that. I went into program files\autoit\include\ and edited the tesseract.au3 and redirected the Global $tesseract_Program_file = "C:\Program Files (x86)\Tesseract-OCR\tesseract.exe" to Global $tesseract_Program_file = "C:\Program Files\Tesseract-OCR\tesseract.exe" since my VM doesn't say program files (x86). After finishing all that and starting up the script, when it first enters the game it opens the inventory and then that error message appears.

    Was there something that I didn't do correctly or missed stealth? I thought I followed everything correctly.

    Thanks!

Similar Threads

  1. Replies: 17
    Last Post: 12-14-2012, 07:21 PM
  2. Replies: 108
    Last Post: 07-03-2012, 02:39 PM
  3. Auto IT Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By Peterk426 in forum Diablo 3 Bots Questions & Requests
    Replies: 5
    Last Post: 07-02-2012, 03:05 PM
  4. Replies: 5
    Last Post: 06-19-2012, 01:36 PM
  5. [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By notAres in forum Diablo 3 Bots and Programs
    Replies: 1118
    Last Post: 06-11-2012, 10:32 AM
All times are GMT -5. The time now is 08:28 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