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

User Tag List

Page 22 of 50 FirstFirst ... 181920212223242526 ... LastLast
Results 316 to 330 of 750
  1. #316
    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)

    hey

    Originally Posted by diabloadam View Post
    Ran the 1680x1050 code i made all night, and worked great.
    hey can you send the script i tired the notAres script doesnt work at all doesnt even go check to see the cellar for me

    [Goldfarming] AFK 150k-200k Gold Per Hour [AutoIT Script] [1920x1080] [made for DH]
  2. #317
    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 diabloadam View Post
    Ran the 1680x1050 code i made all night, and worked great.
    can you post it on pastebin please? <3 - does it repair?

  3. #318
    fred3's Avatar Corporal
    Reputation
    14
    Join Date
    May 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Work!

    Adjusted your script for wizards, Spell binding:
    1. Magic Weapon (Force Weapon)
    2. Familiar (Sparkflint)
    3 Teleport (Wormhole)
    4. Hydra (Arcane)

    Left Mouse: Arcance Missle (Seeker)
    Right Mouse: Archon (improved)


    Also adjusted the sleeps cause of saving some time with my pc.
    This is for 1920x1080 (16:9) only - but adjusting the relative values to the ones added resolution s

    Code:
    Global $Paused
    
    HotKeySet("=","Leave")
    HotKeySet("-", "Pause")
    HotKeySet("x", "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}") ;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("1")
    		 MouseClick("left", Round(96 * $x_ratio),Round(383 * $y_ratio)) ;starts the main run
    		 Send("3")
    		 Sleep(140)
    		 Send("3")
    		 Sleep(140)
    		 Send("3")
    		 Sleep(140)
    		 Send("3")
    		 Sleep(80)
    		 Send("3")
    		 Sleep(80)
    		 Send("3")
    		 Sleep(80)
    		 MouseClick("left", Round(96 * $x_ratio),Round(383 * $y_ratio))
    		 Sleep(800)
    		 Send("2")
    		 Sleep(1500)
    		 MouseMove(630,279,1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    		 Sleep(2000)
    			$Pixel2 = PixelSearch(0,0,(619),(313),0x354D91,3) ;searches for the specific blue pixel that only occurs when mouse hovers over open cellar
    			   If Not @error Then
    				  MouseClick("left",630,279) ;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(3800)
    				  MouseMove(Round(467 * $x_ratio),Round(269 * $y_ratio),1) ;attack left, add more sleep time if you can't kill minion on left
    				  Sleep(3000)
    				  MouseMove(Round(682 * $x_ratio),Round(147 * $y_ratio),1) ;attack right
    				  Sleep(800)
    				  MouseMove(Round(579 * $x_ratio),Round(209 * $y_ratio),1) ;move back to middle
    				  Sleep(1000)
    				  MouseUP("right")
    				  Sleep(300)
    				  Send("{SHIFTUP}")
    				  Sleep(500)
    				  MouseClick("left",Round(579 *$x_ratio),Round(209 * $y_ratio)) ;location of sarkoth after death
    				  Sleep(2500)
    				  MouseClick("left",Round(866 *$x_ratio),Round(324 * $y_ratio)) ;moves to right top corner for gold
    				  Sleep(1500)
    				  MouseClick("left",Round(902 *$x_ratio),Round(954 * $y_ratio)) ;moves to bottom middle for gold
    				  Sleep(1500)
    				  MouseClick("left",Round(687 *$x_ratio),Round(413 * $y_ratio)) ;moves to left top corner for gold
    				  Sleep(2000)
    				  MouseClick("right",694,929) ;cancel Archon
    				  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
    				  MouseClick("left",Round(900 *$x_ratio),Round(900 * $y_ratio))	;moves down screen away from cellar in attempt for safety before teleporting back to town
    				  Sleep(1200)
    				  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(3000)
    			   EndIf
    	  EndIf
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() ;to allow the script to stop
        Exit
    EndFunc
    
    Func Leave()
        $Leave = True
     EndFunc

  4. #319
    lenn0x's Avatar Member
    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 bofeity View Post
    Still looks good to me, 250% gf Patch 1.03
    Attachment 7794
    FYI patch 1.03 is not out yet. The patch that came out today is 1.02a.

  5. #320
    bofeity's Avatar Sergeant
    Reputation
    5
    Join Date
    Jun 2010
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lenn0x View Post
    FYI patch 1.03 is not out yet. The patch that came out today is 1.02a.
    Oh my bad, I'll edit that.

  6. #321
    lenn0x's Avatar Member
    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)
    Do you have any Gf on your follower?
    Last edited by lenn0x; 06-06-2012 at 03:35 PM.

  7. #322
    bofeity's Avatar Sergeant
    Reputation
    5
    Join Date
    Jun 2010
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lenn0x View Post
    Do you have any Gf on your follower?
    Nope. I thought they said mf/gf on follower doesn't add to yours.

  8. #323
    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 lenn0x View Post
    FYI patch 1.03 is not out yet. The patch that came out today is 1.02a.
    it's actually 1.0.2b

  9. #324
    xWDx'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)
    Originally Posted by bofeity View Post
    Nope. I thought they said mf/gf on follower doesn't add to yours.
    20% of what they wear regarding mf/gf/xp goes to you.

  10. #325
    CavedIn'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)
    How exactly would Warden be able to tell if it's a person or a program doing the mouse clicks?

  11. #326
    Missill's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CavedIn View Post
    How exactly would Warden be able to tell if it's a person or a program doing the mouse clicks?
    Repeat clicks on a same pixel with regular time (english badass)

  12. #327
    XjSv's Avatar Member
    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)
    Originally Posted by CavedIn View Post
    How exactly would Warden be able to tell if it's a person or a program doing the mouse clicks?

    This is what I want to know.

  13. #328
    Tier539's Avatar Corporal
    Reputation
    6
    Join Date
    May 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have a 16:10 resolution version of this?

  14. #329
    chronic24's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fred3 View Post
    Nice Work!

    Adjusted your script for wizards, Spell binding:
    1. Magic Weapon (Force Weapon)
    2. Familiar (Sparkflint)
    3 Teleport (Wormhole)
    4. Hydra (Arcane)

    Left Mouse: Arcance Missle (Seeker)
    Right Mouse: Archon (improved)


    Also adjusted the sleeps cause of saving some time with my pc.
    This is for 1920x1080 (16:9) only - but adjusting the relative values to the ones added resolution s

    Code:
    Global $Paused
    
    HotKeySet("=","Leave")
    HotKeySet("-", "Pause")
    HotKeySet("x", "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}") ;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("1")
    		 MouseClick("left", Round(96 * $x_ratio),Round(383 * $y_ratio)) ;starts the main run
    		 Send("3")
    		 Sleep(140)
    		 Send("3")
    		 Sleep(140)
    		 Send("3")
    		 Sleep(140)
    		 Send("3")
    		 Sleep(80)
    		 Send("3")
    		 Sleep(80)
    		 Send("3")
    		 Sleep(80)
    		 MouseClick("left", Round(96 * $x_ratio),Round(383 * $y_ratio))
    		 Sleep(800)
    		 Send("2")
    		 Sleep(1500)
    		 MouseMove(630,279,1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    		 Sleep(2000)
    			$Pixel2 = PixelSearch(0,0,(619),(313),0x354D91,3) ;searches for the specific blue pixel that only occurs when mouse hovers over open cellar
    			   If Not @error Then
    				  MouseClick("left",630,279) ;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(3800)
    				  MouseMove(Round(467 * $x_ratio),Round(269 * $y_ratio),1) ;attack left, add more sleep time if you can't kill minion on left
    				  Sleep(3000)
    				  MouseMove(Round(682 * $x_ratio),Round(147 * $y_ratio),1) ;attack right
    				  Sleep(800)
    				  MouseMove(Round(579 * $x_ratio),Round(209 * $y_ratio),1) ;move back to middle
    				  Sleep(1000)
    				  MouseUP("right")
    				  Sleep(300)
    				  Send("{SHIFTUP}")
    				  Sleep(500)
    				  MouseClick("left",Round(579 *$x_ratio),Round(209 * $y_ratio)) ;location of sarkoth after death
    				  Sleep(2500)
    				  MouseClick("left",Round(866 *$x_ratio),Round(324 * $y_ratio)) ;moves to right top corner for gold
    				  Sleep(1500)
    				  MouseClick("left",Round(902 *$x_ratio),Round(954 * $y_ratio)) ;moves to bottom middle for gold
    				  Sleep(1500)
    				  MouseClick("left",Round(687 *$x_ratio),Round(413 * $y_ratio)) ;moves to left top corner for gold
    				  Sleep(2000)
    				  MouseClick("right",694,929) ;cancel Archon
    				  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
    				  MouseClick("left",Round(900 *$x_ratio),Round(900 * $y_ratio))	;moves down screen away from cellar in attempt for safety before teleporting back to town
    				  Sleep(1200)
    				  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(3000)
    			   EndIf
    	  EndIf
       EndIf
    WEnd
    
    Func Pause()
       $Leave = False
    EndFunc
    
    Func Stop() ;to allow the script to stop
        Exit
    EndFunc
    
    Func Leave()
        $Leave = True
     EndFunc
    gets stuck on a tree stump almost instantly

  15. #330
    nanoxis's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey just tryed the script of fred3 with my wizzard
    working fine till hes checking the color of the entrence and he always thinks its closed also if its open
    any suggestions?
    Last edited by nanoxis; 06-06-2012 at 04:27 PM.

Page 22 of 50 FirstFirst ... 181920212223242526 ... 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:32 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