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

Shout-Out

User Tag List

Page 45 of 50 FirstFirst ... 414243444546474849 ... LastLast
Results 661 to 675 of 750
  1. #661
    cookieNOMster's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2 issues in this thread were addressed but not yet fixed... I was wondering if you can take them into account? This if for the 1920x1080 script:

    1. The issue of repairing and not clicking directly on the NPC which causes the script to fail and remain bugged in town
    2. When actually dead by fat zombie, doesn't revive to spawn point. I stayed dead as the cursor kept moving as it would as if I wasn't dead.

    The script works great if it weren't for these two issues that makes me wake up and check on it just to see if it did it again.

    [Goldfarming] AFK 150k-200k Gold Per Hour [AutoIT Script] [1920x1080] [made for DH]
  2. #662
    jeffhakase's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cookieNOMster View Post
    2 issues in this thread were addressed but not yet fixed... I was wondering if you can take them into account? This if for the 1920x1080 script:

    1. The issue of repairing and not clicking directly on the NPC which causes the script to fail and remain bugged in town
    2. When actually dead by fat zombie, doesn't revive to spawn point. I stayed dead as the cursor kept moving as it would as if I wasn't dead.

    The script works great if it weren't for these two issues that makes me wake up and check on it just to see if it did it again.
    In addition to that, if you notice most of the scripts have a problem when there are barrels situated near the entrance of instance, which makes it harder for the cursor to pin point for autoit to determine the colour

    Whenever there are barrels next to the door, the bot will automatically teleport back and leave game.

  3. #663
    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)
    Originally Posted by un4given2 View Post
    OK. I made a new version: Autoit Sarkoth Script(ASS) v1.1 [AutoIt] Autoit Sarkoth Script - Pastebin.com
    Native resolution is 1600*900 if you want to try another resolution change desktop resolution to a highest 16:9 also run your game in same resolution in fullscreen (not windowed)
    rerun script and game. if it don't click on cellar you need to modify checkcellar() function colors
    New features:
    1- Stuck avoidance(report if you could find any stuck, but don't try to manipulate it's run.)
    2- Much safer approach to get into cellar
    3- much more modular and easier to read script
    4-now you can see number of runs that cellar spawns and compare with total number of runs
    5-improved selling function to work with other resolutions
    I've been stuck multiple times right in the beginning. I'll get killed going through that first zombie pack, then the game seems to go on this infinite loop where it is trying to use Town portal. First it will leave game (After doing the normal check), then start a new game... And then it just keeps hitting Town portal over and over. That was in Fullscreen Windowed. Then I tried it in Fullscreen, and I got killed again because it ran in the middle of two zombies and got stuck. Then the script just sat there, and did nothing.

    I'm running 1600X900. Hopefully this helps!

    Edit: Tried it again on a successful run, it wouldn't exit game. On a run that had no cellar, it TP'd to town then kept trying to hit TP over and over again.
    Last edited by CavedIn; 06-08-2012 at 09:31 AM.

  4. #664
    Teddy Bear Love's Avatar Member
    Reputation
    9
    Join Date
    Mar 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, so I played around with the script a bit for 1900x1200 resolution and for a wizard and this is what I came up with.

    The keys are set to:
    Left Mouse - Electrocute (Forked Lightning)
    Right Mouse - Not Used
    1 - Not Used
    2 - Diamond Skin (Endurance)
    3 - Ice Armor (Ice Reflect)
    4 - Magic Weapon (Force Weapon)

    Code:
     Global $Paused
    
    HotKeySet("=","Leave")
    HotKeySet("-", "Pause")
    HotKeySet("x", "Stop")
    
    
    $default_resolutionX = 1920
    $default_resolutionY = 1200
    $x_ratio = @Desktopwidth / $default_resolutionX
    $y_ratio = @Desktopheight / $default_resolutionY
    
    
    $go = True
    $Leave = False
    
    
    While $go
       if($Leave) Then
       $Pixel1 = PixelSearch((1435 * $x_ratio),(27 * $y_ratio),(1500 * $x_ratio),(110 * $y_ratio),0xFFF000) ;searches top right screen for yellow of broken armor
          If Not @error Then
             Send("t")
             Sleep(8000)
             MouseClick("left", Round(1460 * $x_ratio),Round(429 * $y_ratio));begin movement towards merchant
             Sleep(1500)
             MouseClick("left", Round(1358 * $x_ratio),Round(171 * $y_ratio)) ;moves to get merchant in screen
             Sleep(1500)
             MouseClick("left", Round(945 * $x_ratio),Round(183 * $y_ratio)) ;NPC Merchant to the right of cain's home
             Sleep(1500)
             MouseClick("left", Round(567 * $x_ratio),Round(538 * $y_ratio)) ;button to open up repair menu
             Sleep(1500)
             MouseClick("left", Round(283 * $x_ratio),Round(658 * $y_ratio)) ;button to pay for repairs
             Sleep(2500)
             Send("{ESCAPE}") ;opens menu
             Sleep(1000)
             MouseClick("left", Round(956 * $x_ratio),Round(629 * $y_ratio)) ;button to leave game
             Sleep(8000)
             MouseClick("left", Round(230 * $x_ratio),Round(466 * $y_ratio)) ;button to resume game from main menu
             Sleep(8000)
          Else
             MouseClick("left", Round(587 * $x_ratio),Round(383 * $y_ratio)) ;starts the main run
             Sleep(1800)
             Send("2")
             MouseClick("left", Round(96 * $x_ratio),Round(483 * $y_ratio))
             Sleep(800)
             MouseClick("left", Round(96 * $x_ratio),Round(483 * $y_ratio))
             Sleep(2000)
             MouseClick("left", Round(417 * $x_ratio),Round(422 * $y_ratio)) ;middle of area outside of cellar
             Sleep(2000)
             MouseMove(Round(115 * $x_ratio),Round(265 * $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),(520 * $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(265 * $y_ratio)) ;Entrance to cellar
                      Sleep(3700)
                      MouseClick("left",Round(659 *$x_ratio),Round(733 * $y_ratio))
                      Sleep(1000)
                      Send("4")
                      Sleep(500)
                      Send("3")
                      Sleep(500)
                      MouseClick("left",Round(520 *$x_ratio),Round(815 * $y_ratio)) ;moves to doorway leading to rare inside cellar
                      Sleep(1500)
                      MouseMove(Round(344 * $x_ratio),Round(126 * $y_ratio),1)  ;hovers over the rare Sarkoth
                      Sleep(1000)
                      Send("{` down}") ;Holds the ` key down Force stand still
                      MouseDown("left")
                      Sleep(10000)
                      MouseUp("left")
                      Send("{` up}") ;Releases the ` key
                      MouseClick("left",Round(316 *$x_ratio),Round(136 * $y_ratio))
                      Sleep(2500)
                      MouseClick("left",Round(909 *$x_ratio),Round(295 * $y_ratio))
                      Sleep(2500)
                      MouseClick("left",Round(855 *$x_ratio),Round(892 * $y_ratio))
                      Sleep(2500)
                      MouseClick("left",Round(694 *$x_ratio),Round(487 * $y_ratio))
                      Sleep(1000)
                      Sleep(1500)
                      Send("t")
                      Sleep(8200)
                      Send("{Escape}") ;menu
                      MouseClick("left",Round(956 *$x_ratio),Round(629 * $y_ratio)) ;button to leave game
                      Sleep(13000)
                      MouseClick("left",Round(230 *$x_ratio),Round(466 * $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(629 * $y_ratio))    ;button to leave game
                      Sleep(13000)
                      MouseClick("left",Round(230 *$x_ratio),Round(466 * $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

  5. #665
    MouseMD's Avatar Active Member CoreCoins Purchaser
    Reputation
    35
    Join Date
    Apr 2012
    Posts
    181
    Thanks G/R
    0/0
    Trade Feedback
    12 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I started running Mackus' v2 script last night and after a little tunning it went perfectly. I just had to put on some dex gear as I lacked little dps. Very rarely dies, maybe once in 3h, and when it happens nothing changes, script keep running normally. It collects about 250k / h, I earned ~3mil gold for 12h running.

    Great script, Thanks Marckus.

  6. #666
    jsizzurp's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not sure why there's a problem in picking up gold.

    Everything works fine but after the kill it moves forwards then moves to the right corner and walks around stuck there. Missing every thingon the left and middle.

    resolution 1920 x 1080

  7. #667
    kurodoll'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)
    Deleted because I was dumb :-P
    Last edited by kurodoll; 06-08-2012 at 10:06 AM.

  8. #668
    EpicRage's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Need a 16:10 version... It keeps clicking on wrong spots, doesn't detect the basement at all and doesnt move at start half the time because of mob placement when I attempt 16:9

  9. #669
    DcMTS'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)
    Ok, so I tried running the new (un4given2) version.It enters game, but the script acts as if there was no game running.The mouse stays in the spot where the "resume game" button is, and tries to click it from time to time.Any ideas what should I do to fix it ?
    Last edited by DcMTS; 06-08-2012 at 10:54 AM.

  10. #670
    Akyalol's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to have a loot function that pick up the gems and the tomes ? I made one with pixelsearch function but it's working 20% of the time.

    The best script so far is Bughead's script. I make 260k/hour with 240% GF.

    @Bughead's : can you add a pickup function ? And the rare pick up function is not working, I watched the script and it never takes the rare object.

    Thank you for the script

  11. #671
    un4given2's Avatar Corporal
    Reputation
    10
    Join Date
    May 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CavedIn View Post
    I've been stuck multiple times right in the beginning. I'll get killed going through that first zombie pack, then the game seems to go on this infinite loop where it is trying to use Town portal. First it will leave game (After doing the normal check), then start a new game... And then it just keeps hitting Town portal over and over. That was in Fullscreen Windowed. Then I tried it in Fullscreen, and I got killed again because it ran in the middle of two zombies and got stuck. Then the script just sat there, and did nothing.

    I'm running 1600X900. Hopefully this helps!

    Edit: Tried it again on a successful run, it wouldn't exit game. On a run that had no cellar, it TP'd to town then kept trying to hit TP over and over again.
    Well, trying to TP infinitely is actually game bug i guess. It happens sometimes when you spam TP button. I increased TP time to prevent this also Fixed some other issues
    [AutoIt] Autoit Sarkoth Script - Pastebin.com
    The only known problem i am aware of atm is that if you happen to die before getting to cellar It ress you and reset a run 1 additional time before starting again. I will find a way to solve it later. anyway chance to die should be very low so I suppose thats not a big dael.

  12. #672
    un4given2's Avatar Corporal
    Reputation
    10
    Join Date
    May 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DcMTS View Post
    Ok, so I tried running the new (un4given2) version.It enters game, but the script acts as if there was no game running.The mouse stays in the spot where the "resume game" button is, and tries to click it from time to time.Any ideas what should I do to fix it ?
    I guess you did not assigned your move shortcut to middle mouse button!

  13. #673
    Bughead's Avatar Member
    Reputation
    9
    Join Date
    Apr 2009
    Posts
    56
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Akyalol View Post
    Is there anyway to have a loot function that pick up the gems and the tomes ? I made one with pixelsearch function but it's working 20% of the time.

    The best script so far is Bughead's script. I make 260k/hour with 240% GF.

    @Bughead's : can you add a pickup function ? And the rare pick up function is not working, I watched the script and it never takes the rare object.

    Thank you for the script
    I took out rares because I was afraid of not having room for Legendaries lol.

    Code:
    Func CheckLoot()
    Sleep(Random(1200,3200))
    $Pixel4 = PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0xBF642F, 1) ;Searches for Legendary Gear
       If Not @error Then
    	  MouseClick ('left', $Pixel4[0], $Pixel4[1])
    	  Sleep(Random(800,1200))
    	  $i+= 1
    		 If $i < 6 Then
    		 Call("CheckLoot")
    		 EndIf
       EndIf
    $Pixel5 = PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0x00FF00, 1) ;Searches For Set Gear
       If Not @error Then
    	  MouseClick ('left', $Pixel5[0], $Pixel5[1])
    	  Sleep(Random(800,1200))
    	  $i+= 1
    		 If $i < 6 Then
    		 Call("CheckLoot")
    		 EndIf
    $Pixel6 = PixelSearch(Round(270*$x_ratio), 0, Round(1490*$x_ratio), Round(900*$y_ratio), 0xFFFF00, 1) ;Searches For Rare Gear
       If Not @error Then
    	  MouseClick ('left', $Pixel6[0], $Pixel6[1])
    	  Sleep(Random(800,1200))
    	  $i+= 1
    		 If $i < 6 Then
    		 Call("CheckLoot")
    		 EndIf
       EndIf
    EndFunc
    That should make it loot rares again (I haven't tested it though, let me know if it does work).

  14. #674
    lostsk8r's Avatar Active Member

    Reputation
    22
    Join Date
    Apr 2009
    Posts
    313
    Thanks G/R
    15/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone have a working one for WH? I've tried them all and none of them can even get me to the cellar, seems like my skills prevent movements that then set me behind and cant even see the cellar, or the scripts just take too long to move and mobs kill me (inferno) outside.. like I should reroll a damn DH!

    doesnt autoit have a computer screen/mouse location function? I'm just going to edit the original one to see if its just getting to teh cellar that's my problem or not.

  15. #675
    ornys'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)
    Need the script 1680x1050 :'(

Page 45 of 50 FirstFirst ... 414243444546474849 ... 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 05:59 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