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

Shout-Out

User Tag List

Page 49 of 50 FirstFirst ... 454647484950 LastLast
Results 721 to 735 of 750
  1. #721
    kidmafia's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this possible for a barb?

    [Goldfarming] AFK 150k-200k Gold Per Hour [AutoIT Script] [1920x1080] [made for DH]
  2. #722
    jnor's Avatar Private
    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)
    Im new to botting where do I copy and paste the Code for the bot to work? I know I probly sound dumb but Diablo 3 is even my first online game! Thanks guys

  3. #723
    jnor's Avatar Private
    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)

    bot

    new to botting where do i copy and paste the code for the bot to work?

  4. #724
    darkkinght's Avatar Active Member
    Reputation
    19
    Join Date
    Apr 2011
    Posts
    178
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iFarmer View Post
    Is AutoIt safe to bot with? It doesn't inject anything, does it?

    The problem lies with it always clicking the same spots, making it obvious botting behavior. Right?

    ya I would say so same spot over and over is never good bot smart and you wont get bann bot like this and there is prob a 60% you will.

  5. #725
    wav3form'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)
    I got it working... didn't have my skills setup right so my DH wasn't moving fast enough.

    What are the risks of getting nailed for using this? Anyone ever have any issues?

  6. #726
    satan2004's Avatar Member
    Reputation
    8
    Join Date
    Apr 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tampered a little with your script and i think i improved it a bit. Just replace ur nr 3 with companion ferrets (10% more gold and they pick up the things ur waypoints miss also replace ur elemental arrow to ball of lightning (larger radius of aoe) and change ur left attack to 70% increased dmge with each pierce

    this script gives more gold and is faster per round = more money over night


    Code:
    Global $Paused
    
    HotKeySet(",","Leave") 
    HotKeySet(".", "Pause") 
    HotKeySet("-", "Stop")
    
    
    $default_resolutionX = 1920
    $default_resolutionY = 1080
    $x_ratio = @Desktopwidth / $default_resolutionX 
    $y_ratio = @Desktopheight / $default_resolutionY
    
    
    $go = True
    $Leave = False
    
    
    While $go
       if($Leave) Then
       $Pixel1 = PixelSearch((1482 * $x_ratio),(20 * $y_ratio),(1535 * $x_ratio),(95 * $y_ratio),0xFFF000) ;searches top right screen for yellow of broken armor
          If Not @error Then
             Send("t")
             Sleep(8000)
             MouseClick("left", Round(1480 * $x_ratio),Round(281 * $y_ratio));begin movement towards merchant
             Sleep(1500)
             MouseClick("left", Round(1316 * $x_ratio),Round(206 * $y_ratio)) ;moves to get merchant in screen
             Sleep(1500)
             MouseClick("left", Round(845 * $x_ratio),Round(225 * $y_ratio)) ;NPC Merchant to the right of cain's home
             Sleep(1500)
             MouseClick("left", Round(521 * $x_ratio),Round(506 * $y_ratio)) ;button to open up repair menu
             Sleep(1500)
             MouseClick("left", Round(260 * $x_ratio),Round(595 * $y_ratio)) ;button to pay for repairs          
             Sleep(2500)
             Send("{ESCAPE}") ;exits store menu
             Sleep(250)
             Send("{ESCAPE}") ;opens menu
             Sleep(1000)
             MouseClick("left", Round(956 * $x_ratio),Round(579 * $y_ratio)) ;button to leave game
             Sleep(8000)
             MouseClick("left", Round(230 * $x_ratio),Round(416 * $y_ratio)) ;button to resume game from main menu
             Sleep(8000)
          Else
             MouseClick("left", Round(587 * $x_ratio),Round(333 * $y_ratio)) ;starts the main run
             Sleep(1800)
             Send("2")
             MouseClick("left", Round(96 * $x_ratio),Round(383 * $y_ratio))
             Sleep(800)
             Send("1")
             Sleep(1500)
             MouseClick("left", Round(417 * $x_ratio),Round(422 * $y_ratio)) ;middle of area outside of cellar
             Send("1")
             Sleep(2000)
             Send("3")
             Send("2")
             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
                      Sleep(1900)
                      Send(2)
                      Sleep(1800)
                      MouseClick("left",Round(531 *$x_ratio),Round(769 * $y_ratio))
                      Sleep(2000)
                      MouseClick("left",Round(547 *$x_ratio),Round(490 * $y_ratio)) ;moves to doorway leading to rare inside cellar
                      Sleep(1500)
                      MouseMove(Round(579 * $x_ratio),Round(209 * $y_ratio),1) ;hovers over the rare Sarkoth
                      Send(4)
                      Sleep(1000)
                      Send("{SHIFTDOWN}")
                      MouseDown("right") ;attack middle    
                      Sleep(6000)
                      MouseDown("left") ;attack middle
                      Sleep(13000)
                      MouseUP("right")
                      Sleep(300)
                      Send("{SHIFTUP}")
                      Sleep(500)
                      MouseClick("left",Round(500 *$x_ratio),Round(150 * $y_ratio)) ;location of sarkoth after death
                      Sleep(5000)
                      Send("t")
                      Sleep(8200)
                      Send("{Escape}") ;menu
                      MouseClick("left",Round(956 *$x_ratio),Round(579 * $y_ratio)) ;button to leave game
                      Sleep(13000)
                      MouseClick("left",Round(230 *$x_ratio),Round(416 * $y_ratio)) ;button to resume game from main menu
                      Sleep(7000)
                   Else
                      Send("t")
                      Sleep(8200)
                      Send("{ESCAPE}") ;menu
                      MouseClick("left",Round(956 *$x_ratio),Round(579 * $y_ratio))    ;button to leave game
                      Sleep(13000)
                      MouseClick("left",Round(230 *$x_ratio),Round(416 * $y_ratio))    ;button to resume game from main menu
                      Sleep(8000)
                   EndIf
          EndIf
       EndIf
    WEnd
    
    
    Func Pause()
       $Leave = False
    EndFunc
    
    
    Func Stop() ;to allow the script to stop
        Exit
    EndFunc 
     
    Func Leave()
        $Leave = True
     EndFunc

  7. #727
    DaSyco's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i still have problems trying to get the bot to loot items (rare/legendary etc) i still don't get what u guys mean by DLL imagesave and all that.... =/

  8. #728
    DennisToo'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)
    Can someone help me? I'm getting the same issue where some complain about the hero run south and teleport > town > exit? I'm still getting this error despite many troubleshooting of it..

    I came across another modify version of same script mentioned above that allows me to successfully run to the cellar but the radius of collecting all the gold doesn't really run well and it got stuck in town.

    this is the script that allows me to run to dank cellar successfully but with tons of errors after teleporting back to town. can someone assist me in looking at the script below and input them into makcus's script? all i need is to farm gold and i don't need extra stuffs like collecting of rare/blues/etc.

    APPRECIATED man!

    Code:
    Global $Paused
    
    HotKeySet("=","Leave")  ;script can START by pressing =
    HotKeySet("-", "Pause") ;script can be Pause by pressing -
    HotKeySet("x", "Stop") ;script can be Stopped by pressing x
    
    $go = True
    $Leave = False
    $runMade = 0
    
    While $go
       if($Leave) Then
       $Pixel1 = PixelSearch(1482,20,1535,95,0xFFF000) ;searches top right screen for yellow of broken armor
    	  If Not @error Then
    		 ;we need to repair
    		 Send("t")
    		 Sleep(8000)
    		 MouseClick("left", 1480, 281) ;begin movement towards merchant
    		 Sleep(1500)
    		 MouseClick("left", 1316, 206) ;moves to get merchant in screen
    		 Sleep(1500)
    		 MouseClick("left", 845, 225) ;NPC Merchant to the right of cain's home
    		 Sleep(1500)
    		 MouseClick("left", 521, 506) ;button to open up repair menu
    		 Sleep(1500)
    		 MouseClick("left", 260, 595) ;button to pay for repairs
    		 Sleep(2500)
    		 Send("{ESCAPE}") ;close windows
    		 Sleep(200);
    		 ResumeGame()
    	  Else
    		 ;starts the run
    		 MouseClick("left", 54, 129) 
    		 Sleep(1000)
    		 Send("2")
    		 Sleep(800)
    		 Send("1")
    		 Sleep(1000)
    		 MouseClick("left", 87, 429)
    		 Sleep(800)
    		 Send("1")
    		 Sleep(1500)
    		 Send("3")
    		 MouseMove(203, 186,1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    		 Sleep(2000)
    			$Pixel2 = PixelSearch(69,96,288,246,0xffffff) ;searches for the specific blue pixel that only occurs when mouse hovers over open cellar
    			   If Not @error Then
    				  MouseClick("left",203, 186) ;Entrance to cellar
    				  Sleep(3000)
    				  Send(2)
    				  Sleep(1800)
    				  MouseClick("left", 531, 769)
    				  Send(4) 
    				  Sleep(2000)
    				  MouseClick("left", 547, 490) ;moves to doorway leading to rare inside cellar
    				  Sleep(1500)
    				  MouseMove(624,258,1) ;hovers over the rare Sarkoth
    				  Send("{SHIFTDOWN}")
    				  MouseDown("right")
    				  Sleep(3200)
    				  MouseMove(474, 273, 1) ;attack left, add more sleep time if you can't kill minion on left
    				  Sleep(1000)
    				  MouseMove(732, 232, 1) ;attack right
    				  Sleep(500)
    				  MouseMove(624,258, 1) ;attack mid again
    				  Sleep(1000)
    				  MouseUP("right")
    				  Sleep(300)
    				  Send("{SHIFTUP}")
    				  Send(4)
    				  Sleep(500)
    				  SearchBlue()
    				  SearchYellow()
    				  SearchOrange()
    				  SearchWhite()
    				  SearchBlue()
    				  SearchYellow()
    				  SearchOrange()
    				  SearchWhite()
    				  Sleep(1500)
    				  Send("t")
    				  Sleep(10200)
    				  Town()
    				  ResumeGame()
    			   Else
    				  Send("t")
    				  Sleep(8200)
    				  ResumeGame()
    			   EndIf
    	  EndIf
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    i believe the reason why i'm still unable to use makus script is because of the
    Code:
    MouseMove(203, 186,1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    		 Sleep(2000)
    			$Pixel2 = PixelSearch(69,96,288,246,0xffffff) ;searches for the specific blue pixel that only occurs when mouse hovers over open cellar
    . i try input this into makus' script but getting tons of error too. i ain;t coding guy and i really appreciate anyone can help me out with this. btw, i'm using fullscreen 1920x1080 16:9
    Last edited by DennisToo; 06-12-2012 at 01:34 AM.

  9. #729
    remiX99'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)
    There is no way to use this in 1280x1024 is there?

  10. #730
    TETRABORATE'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)
    Anyone can confirm if this is still doable after Diablo 3 patch 1.0.2c ?

  11. #731
    TETRABORATE'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)
    Alright so I tried mackus101'S script using Autoit and it works perfectly !

    Thanks a lot for sharing this.

    I'm actually gathering information on how to make a good script for farming spots in D3, I'm still in search of help for this.

    A Sarkoth DH run using vault, preparation, GF furrets and ball lightning is the fastest/safest way to farm this spot for all I know.

    I don't think I can code this yet, so I'm asking your help whoever reads this and have the time for it !

    Many thanks again, that's awesome
    Last edited by TETRABORATE; 06-13-2012 at 06:47 PM.

  12. #732
    Karson3270's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have been using this bot for about 2 days now and it has worked amazingly perfect.. Absolutely flawless... Until today. It hovers the pointer over the cellar and does not enter it even when it is open. I have not altered the script what so ever and it has been doing this for awhile now.

    Can anybody tell me how to fix this please?

    Thank you

  13. #733
    kiIlabyte's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i've toyed with a few of these scripts for DH and my barb. I get random results with what you're experiencing. sometimes the cellar is detected and they go right in, sometimes the mouse just hovers and they don't. if it's doing it repeatedly and never entering - have you changed any of your color preferences? altered your gamma settings? if not you may need to edit the script and find the part where it says "hovers over cellar door to detect blah blah" change those co-ordinates slightly. like if its 60 x 40 try 61 x 42.

    i think on the 2nd page he links to a gui script that shows you the coords for where your mouse is on screen, as well as hex color code for what is under the cursor. i would suggest looking at the co-ords for cellar detection and manually putting your mouse on that spot and adjust it that way. easiest way to do that is run the script, and when the cursor moves to the cellar press x to stop it. then look at the co-ordinates and alter as you see fit.

  14. #734
    Beelzix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Umm where do i paste this script? plz and how do i run it? how do i run it to?
    Last edited by Beelzix; 06-14-2012 at 01:11 PM.

  15. #735
    kiIlabyte's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Beelzix not to be rude, but you're going to have read some and probably put a little time into making it work for you. You're probably not going to be able to double-click and instagold.

Page 49 of 50 FirstFirst ... 454647484950 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 03:34 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