[Goldfarming] AFK 150k-200k Gold Per Hour [AutoIT Script] [1920x1080] [made for DH] menu

User Tag List

Page 11 of 50 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 750
  1. #151
    neversaynever's Avatar Member
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can see it hover over the cellar door, but that's when it leaves so I am assuming that it's properly set on the right coordinates, I could be wrong.

    [Goldfarming] AFK 150k-200k Gold Per Hour [AutoIT Script] [1920x1080] [made for DH]
  2. #152
    fukker's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2010
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Updated paste @ this url. Should be fully functional, I believe I perfected the path and the pixel detection. I also added randomization to the shooting and the looting. I believe that adding random coords to the initial path will mess it up too much.
    Your's is really fast and nice but It's not for Demon Hunter right? Because it works really fast but doesnt work properly

    EDIT: unless you running different resolution ?

  3. #153
    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)
    Originally Posted by fukker View Post
    Your's is really fast and nice but It's not for Demon Hunter right? Because it works really fast but doesnt work properly
    It is. You need to click the URL in the original post to copy my build exactly: Demon Hunter - Game Guide - Diablo III

    EDIT: Resolution is 1920*1080, fullscreen windowed

    Originally Posted by neversaynever View Post
    I can see it hover over the cellar door, but that's when it leaves so I am assuming that it's properly set on the right coordinates, I could be wrong.
    You need to make sure this line:
    MouseMove(280,200,1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    And this one:
    MouseClick("left", 280, 200) ;Entrance to cellar

    Have the same coords. That makes it click once it detects the pixel.

  4. #154
    dblshots's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    i need help

    hi im new here can someone help me i really need help with the autoit if someone could explain it to me would b awesome i can run the 1680:1050 a video or something

  5. #155
    drginphd's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post

    You need to make sure this line:
    MouseMove(280,200,1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    And this one:
    MouseClick("left", 280, 200) ;Entrance to cellar

    Have the same coords. That makes it click once it detects the pixel.
    MouseMove(Round(115 * $x_ratio),Round(210 * $y_ratio),1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    Sleep(2000)
    $Pixel2 = PixelSearch(0,0,(960 * $x_ratio),(540 * $y_ratio),0x3B62E3,3) ;searches for the specific blue pixel that only occurs when mouse hovers over open cellar
    If Not @error Then
    MouseClick("left",Round(115 *$x_ratio),Round(210 * $y_ratio)) ;Entrance to cellar

    This is the script I'm using (taken from diabloadam) and the two lines do indeed have the same coords. So it must be something else..

  6. #156
    rara23's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone edit it to work for 1024x768 ?

  7. #157
    dyer678's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @notAres

    your adjustment to the script is great...however would it be possible to insert some support for if you die. I keep getting the achievement screen

  8. #158
    wetwlly's Avatar Active Member
    Reputation
    27
    Join Date
    Dec 2007
    Posts
    224
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dyer678 View Post
    @notAres

    your adjustment to the script is great...however would it be possible to insert some support for if you die. I keep getting the achievement screen
    im actually working on adding that and selling items to repair guy(when you need to repair i guess you'll sell as well)

  9. #159
    dyer678's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that sounds good. I'm not entirely familiar with this coding...but I imagine you could put a pixel check where the "X" is for the achievement window and have it "go to" the clik that resumes game?

  10. #160
    fukker's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2010
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i may be wrong but it looks like it was hotfixed im not killing everyone at the cellar anymore, and not much gold drops.... can anyone confirm this?

  11. #161
    neversaynever's Avatar Member
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's finally working!

    I havent seen the repair function work yet, has anybody else?

  12. #162
    rara23's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BTW how do i make it work for 1024x768 resolution or someone can edit?

  13. #163
    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)
    Ares' Sarkoth Farm 1.02
    Changelog: Death check, variables for wait times
    Last edited by notAres; 06-06-2012 at 01:16 AM.

  14. #164
    fukker's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2010
    Posts
    405
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its's hotfixed there's always one mob is left over that kills u and not much gold anymore wtf

  15. #165
    neversaynever's Avatar Member
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Ares' Sarkoth Farm 1.2
    Changelog: Death check, variables for wait times
    what does the deathcheck do? is the one you just posted for 1650x1080?

Page 11 of 50 FirstFirst ... 789101112131415 ... LastLast

Similar Threads

  1. [Gold] 7,000 - 21,000 Gold Per Hour : Essence Of Water - needed for Tome of Illusion
    By studenalbatroz in forum World of Warcraft Guides
    Replies: 9
    Last Post: 08-02-2016, 04:43 AM
  2. ArcheBuddy Plugin - Auto Farm fully AFK earn 100++ Gold per Hour
    By Slangin_Games in forum ArcheAge Bots and Programs
    Replies: 4
    Last Post: 12-30-2014, 04:14 AM
  3. [Selling] ArcheBuddy Plugin - Auto Farm fully AFK earn 100++ Gold per Hour
    By Slangin_Games in forum ArcheAge Buy Sell Trade
    Replies: 6
    Last Post: 12-30-2014, 04:13 AM
  4. Replies: 739
    Last Post: 06-11-2012, 09:05 AM
  5. Replies: 253
    Last Post: 06-06-2012, 09:19 AM
All times are GMT -5. The time now is 02:56 PM. 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