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

User Tag List

Page 131 of 300 FirstFirst ... 3181127128129130131132133134135181231 ... LastLast
Results 1,951 to 1,965 of 4489
  1. #1951
    killerpy's Avatar Corporal
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Copy both imgsearch dlls to C:\Windows\SysWoW64 and C:\Windows\System32, then reboot and make sure .au3s are associated with AutoIt_x64.exe

    Don't see how it's possible this is happening
    Still didn't work. Should i just try to stop botting now ?


    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #1952
    wazer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by killerpy View Post
    Still didn't work. Should i just try to stop botting now ?

    If i provide you with some files you want to try them and see if it works?

  3. #1953
    skohcl's Avatar Corporal
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by killerpy View Post
    Still didn't work. Should i just try to stop botting now ?

    I had to do this to get everything to work properly.

    Originally Posted by orion0212 View Post
    This is from page 77 and fixed the loot problems on x64 for me.

    I didn't install Visual Studio Pro Beta 11.
    I did copy the dll's to both the Windows folder and the Windows/SysWOW64 folders.
    I also put the ImageSearch.au3 into the Program Files (x86)/AutoIt3/Include (created that folder) and the Program Files/AutoIt3/Include folder.
    I figured it wouldn't hurt to have those things in both places but you probably don't need them like that. Either way looting works now.


    Edit: I'll try to summarize this into steps. Credit to greenxeyezz for this if it works for ya.

    This is to get the loot function working on a Windows 7 x64 operating system. I'm using 1900x1080 16:9 resolution in both Windows and Diablo3

    1- Install AutoIT3 in x64 mode but edit the install path to Program Files (remove the (x86) in the install path).
    2- Copy the dll files: msvcr110.dll, msvcr110d.dll, ImageSearchDLL_x64.dll, and ImageSearchDLL.dll into both the C:\Windows and the C:\Windows\SysWOW64 folders (prob not necessary but thats what I did to make sure. Note that the msvcr dll's are the same in the x64 and x86 folders.)
    3- Copy the Imagesearch.au3 from the x86 folder and put it in both the "C:\Program Files\AutoIt3\Include" folder and the "C:\Program Files(x86)\AutoIt3\Include" folder. You may have to create the x86 Include folder. Make sure you're using the x86 Imagesearch.au3 here as it is different from the x64 version.
    4- Tweak the script and put the pics in whatever folder you want to but change the path in the script to point to them.
    5- Compile the script as an x86 exe.
    6- Reboot your system then try it.


    Hope this is more clear, it's working for me after doing this.

  4. #1954
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working perfectly here, 4mil gold in 15 hours, excellent work. Any solution for the selling of rares as of yet?

  5. #1955
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working on rares now. Just finished eliminating the imagesearch include, was as simple as adding the imagesearch wrapper to my code.

  6. #1956
    wazer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apocalypse59 View Post
    Working perfectly here, 4mil gold in 15 hours, excellent work. Any solution for the selling of rares as of yet?
    Yes i already provided fixes for it

  7. #1957
    wazer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Working on rares now. Just finished eliminating the imagesearch include, was as simple as adding the imagesearch wrapper to my code.
    No need i already did.
    Func StashLoot()
    GUICtrlSetData($lblStatus, "Status: Putting Items in Stash")
    Sleep(Random(1000, 1500))
    MouseClick("left", 1064*$x_ratio, 256*$y_ratio)
    Sleep(Random(1500, 2000))

    ;Legendaries ORANGE ITEMS
    While $StashLegendary
    Sleep(Random(200, 300))
    $LegendPixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x4D2C0D, 0)
    If Not @error Then
    GUICtrlSetData($lblStatus, "Status: Stashing Legendaries")
    MouseClick("right", $LegendPixel[0], $LegendPixel[1])
    Else
    ExitLoop
    EndIf
    WEnd

    ;Rares YELLOW ITEMS
    While $StashRare
    Sleep(Random(200, 300))
    $RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x4A3C0B, 1)
    If Not @error Then
    GUICtrlSetData($lblStatus, "Status: Stashing Rares")
    MouseClick("right", $RarePixel[0], $RarePixel[1])
    Else
    Sleep(Random(200, 300))
    $RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x473A0D, 1)
    If Not @error Then
    GUICtrlSetData($lblStatus, "Status: Stashing Rares")
    MouseClick("right", $RarePixel[0], $RarePixel[1])
    Else
    Sleep(Random(200, 300))
    $RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x443608, 1)
    If Not @error Then
    GUICtrlSetData($lblStatus, "Status: Stashing Rares")
    MouseClick("right", $RarePixel[0], $RarePixel[1])
    Else
    Sleep(Random(200, 300))
    $RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x96782B, 1)
    If Not @error Then
    GUICtrlSetData($lblStatus, "Status: Stashing Rares")
    MouseClick("right", $RarePixel[0], $RarePixel[1])
    Else
    ExitLoop
    EndIf
    EndIf
    EndIf
    EndIf
    WEnd


    ;Tomes
    If _ImageSearchArea($pngLoc & "TomeIcon.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,140) Then
    GUICtrlSetData($lblStatus, "Status: Stashing Tomes")
    MouseClick("left",500*$x_ratio,360*$y_ratio,1,1)
    Sleep(Random(500, 750))
    MouseClick("right",$gX,$gY,1,1)
    Sleep(Random(400, 600))
    MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    Sleep(Random(200, 500))
    EndIf



    ;Magic BLUE ITEMS
    While $StashMagic
    Sleep(Random(200, 300))
    $RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x223874, 1)
    If Not @error Then
    GUICtrlSetData($lblStatus, "Status: Stashing Magic")
    MouseClick("right", $RarePixel[0], $RarePixel[1])
    Else
    Sleep(Random(200, 300))
    $RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x182037, 1)
    If Not @error Then
    GUICtrlSetData($lblStatus, "Status: Stashing Magic")
    MouseClick("right", $RarePixel[0], $RarePixel[1])
    Else
    Sleep(Random(200, 300))
    $RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x0000FF, 1)
    If Not @error Then
    GUICtrlSetData($lblStatus, "Status: Stashing Magic")
    MouseClick("right", $RarePixel[0], $RarePixel[1])
    Else
    Sleep(Random(200, 300))
    $RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x141C38, 1)
    If Not @error Then
    GUICtrlSetData($lblStatus, "Status: Stashing Magic")
    MouseClick("right", $RarePixel[0], $RarePixel[1])
    Else
    ExitLoop
    EndIf
    EndIf
    EndIf
    EndIf

  8. #1958
    wazer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Btw i have added you, lets write over that instead of forum also much faster :P

  9. #1959
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try the new version killerpy

    EDIT: Didn't get the add wazer

  10. #1960
    wazer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Try the new version killerpy

    EDIT: Didn't get the add wazer
    Check your priv. message..

    edit..

    U.S i can see you with purple skeleton picture right?
    Last edited by wazer; 06-14-2012 at 07:40 PM.

  11. #1961
    kevink88's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    59
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    notAres could you add the gem stashing please a few pages back I posted the script im using for that.
    png's are included it works the same way as the tome stashing.

    Only thing I changed is that the gems will be stashed to the first pack instead of the second as my gems are stored there.

    pngs gems.rar

    Code:
    ;Gems
    	If _ImageSearchArea($pngLoc & "Ru1.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,140) Then
    		GUICtrlSetData($lblStatus, "Status: Stashing Gems")
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    		MouseClick("right",$gX,$gY,1,1)
    		Sleep(Random(400, 600))
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    	EndIf
    
    	If _ImageSearchArea($pngLoc & "Ru2.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,140) Then
    		GUICtrlSetData($lblStatus, "Status: Stashing Gems")
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    		MouseClick("right",$gX,$gY,1,1)
    		Sleep(Random(400, 600))
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    	EndIf
    
    	If _ImageSearchArea($pngLoc & "Em1.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,140) Then
    		GUICtrlSetData($lblStatus, "Status: Stashing Gems")
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    		MouseClick("right",$gX,$gY,1,1)
    		Sleep(Random(400, 600))
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    	EndIf
    
    	If _ImageSearchArea($pngLoc & "Em2.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,140) Then
    		GUICtrlSetData($lblStatus, "Status: Stashing Gems")
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    		MouseClick("right",$gX,$gY,1,1)
    		Sleep(Random(400, 600))
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    	EndIf
    
    	If _ImageSearchArea($pngLoc & "To1.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,140) Then
    		GUICtrlSetData($lblStatus, "Status: Stashing Gems")
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    		MouseClick("right",$gX,$gY,1,1)
    		Sleep(Random(400, 600))
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    	EndIf
    
    	If _ImageSearchArea($pngLoc & "To2.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,140) Then
    		GUICtrlSetData($lblStatus, "Status: Stashing Gems")
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    		MouseClick("right",$gX,$gY,1,1)
    		Sleep(Random(400, 600))
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    	EndIf
    
    	If _ImageSearchArea($pngLoc & "Am1.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,140) Then
    		GUICtrlSetData($lblStatus, "Status: Stashing Gems")
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    		MouseClick("right",$gX,$gY,1,1)
    		Sleep(Random(400, 600))
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    	EndIf
    
    	If _ImageSearchArea($pngLoc & "Am2.png",1,1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio,$gX,$gY,140) Then
    		GUICtrlSetData($lblStatus, "Status: Stashing Gems")
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    		MouseClick("right",$gX,$gY,1,1)
    		Sleep(Random(400, 600))
    		MouseClick("left",500*$x_ratio,200*$y_ratio,1,1)
    		Sleep(Random(200, 500))
    	EndIf

  12. #1962
    operationivy's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm stumped.
    I am experiencing the same road block when it comes to finding the resume button.
    I replaced all the .png with my own and I just tried the newest set of autoit code and images/dlls.

    This isn't my first walk in the park either.
    I literally went over every part of the code involved in the beginning of the bot and I cannot make any progress :|

  13. #1963
    jiggywiggy's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For more profit it would be great if this is possible to sell all the magic items with lvl requirement 1-59 and to disentchant the lvl 60Blues cause u can sell the materials for 1,7k gold per one

  14. #1964
    kevink88's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    59
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by operationivy View Post
    I'm stumped.
    I am experiencing the same road block when it comes to finding the resume button.
    I replaced all the .png with my own and I just tried the newest set of autoit code and images/dlls.

    This isn't my first walk in the park either.
    I literally went over every part of the code involved in the beginning of the bot and I cannot make any progress :|
    Make sure your cursor isn't places on the resume button when you start the bot because it will be highlighted.
    I doubt its the problem you're facing but you never know

  15. #1965
    operationivy's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just updated to 1.6e and even unhooked my second display.
    All variables are out of the equation as I even started with a completely clean setup.

    Time to take a break and figure it out later unless someone find a solution.

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