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

Shout-Out

User Tag List

Page 79 of 300 FirstFirst ... 29757677787980818283129179 ... LastLast
Results 1,171 to 1,185 of 4489
  1. #1171
    armyy's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    -Items hiding, you can turn that off in the Diablo options. Just dont allow the items to auto hide, easy fix already built into the game.
    -Not picking up rares, legendaries etc, is something that you may have to fix yourself by creating your own images. IE, take a screen shot, crop the vowels, etc etc. Lots of info in this thread on how to do it.

    Anytime you use AutoIt / Autohotkey,, you are going to have to learn a bit about the coding. Its very unlikely others will be able to fix your problems, because there are hundreds of resolutions, and every graphics card can display pixel colors different. Basically, you can only use this code as a guideline, and you generally have to tweak things yourself.
    thank you for you answer ! MouseClick("middle",Round(1010*$x_ratio),Round(940*$y_ratio)) ;move to middle before looting
    Send("{ALTDOWN}")
    Call("CheckLoot")
    Send("{ALTUP}")
    Send("t")

    this one solved the problem with multiple items pickups from the floor.

    now i have to solve the problem with legendaries sets and rares.
    i dunno how to do that. as i see its your buisiness . can you help me if i send you the SS's via emails, or links .
    could you make the vowels for me ? i'll pay you gamegold for you helping if so.

    regards,

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #1172
    MIkeyMike87's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tantrim1 View Post
    sorry about that, either tiny pic is a pos or im dumb

    here it is: http://img209.imageshack.us/img209/1...reenshotes.png

    I just tried making a png myself with no luck =/
    her you go gove this a try

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-prosperous-png

  3. #1173
    ehamel'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)
    You don't have to add anything. Go to options Gameplay on bottom "Item Label Display" Set it to Push to toggle.. then go into game and push Alt till you see item names :P

  4. #1174
    greenxeyezz's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by armyy View Post
    help guys please

    i am using win 7 64bit.
    1920x1080p , max graph, fullscreen windowed.
    bot runs perfectly, perfectly grabs gold, and gems , and tomes,
    but after he picks up 1 gem, or 1 tome from floor . the item names hides and he doesnt see the other items on the floor and leaves.

    and it does not picket up rares, legendaries, and sets: i saw he skipped them
    what can i do ? how to fix this? help me please
    enable ALT to TOGGLE ITEMS ON/OFF, not show for 10 seconds, start game hit ALT to show items, then run bot, items will always show up

  5. #1175
    MIkeyMike87's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    :@:@:@:@:

    Hey guys. I've hit a brick wall and am pulling my hair out nonstop. Any help would be much appreciated. I'm running 1600x900. Everything is working perfectly except for the picking up of loot. I go to the cellar, go in the cellar, kill the douche, get the gold, walkaround aimlessley, and start it all over again. I've made my own png's and from what I can tell they should work just fine. I've uninstalled AutoIt 3x now and replaced all dll's multiple times in all locations to no avail.

    Here is my script

    HELP ME PLS - Pastebin.com

    All suggestions will be taken and appreciated

  6. #1176
    vampyrerain's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    has anyone gotten the pickit working on 1600x900 resolution?

  7. #1177
    KingYoshi9's Avatar Site Donator
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KingYoshi9 View Post
    I am having some trouble with it checking for the cellar door pixel.

    Code:
    $Pixel2 = PixelSearch(0,0, Round(600*$x_ratio), Round(600*$y_ratio),0x334FB7,3) ;checks for open
    It gets up to here but is never able to find the color. When I tried finding the correct color, using the other "Coordinates and color" script I found that the color kept rapidly changing a number of times a second.

    Where exactly is the script checking for the color? I know its in a "600x400 box" from the top left, however I am unsure of which exact location you grabbed the pixel color from.

    Originally Posted by fukker View Post
    get a program called: ColorPix it gives u Hex number for the pixel

    The script I WAS USING is the program you are talking about.

    The problem is, the pixels change constantly when hovering over any part of the cellar door. There seem to be about 20 different colors that come up for every 1 pixel on the door. If I take screenshots, it will come up with one of those colors, and the script does not seem to find that 1 pixel, since the colors keep changing.

  8. #1178
    loofer'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)
    1.4a working flawlessly on x86. picking up every gem and rare. impressed as always. thanks notares.

  9. #1179
    Surgam's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having a lot of issues with the bot randomly picking up whites/blues for no reason. I've watched it work and the place its told to move will sometimes have an item on the location. As such, I can't leave the bot alone for more than hour or because its full of white/blues. Any help?

  10. #1180
    Roadwind'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)
    Hello guys.
    I tried to add blue items pickup in the 1.3a, but it isn't work

    I add this:
    Code:
    If $LootBlues Then
       $BlueLoot = PixelSearch(Round(400*$x_ratio), 0, Round(1690*$x_ratio), Round(900*$y_ratio), 0x214FEB, 2)
       If Not @error Then	  
    			MouseClick ('left', $BlueLoot[0], $BlueLoot[1])
    			Sleep(Random(700,900))
    			$i+= 1
    			If $i <= 8 Then
    				  Call("CheckLoot")
    			EndIf
       EndIf
    EndIf
    And add a new var "$LootBlues = True" at the beginning.
    What's wrong except my bad coding skills?

  11. #1181
    Dice117's Avatar Corporal
    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)
    ================================================================================ ===============================================================
    ATTENTION!!! EVERYONE NEEDS TO READ THIS ARTICLE FROM BLIZZARD ABOUT HACKING/BOTS, AND BEFORE CONTINUING OPTIMIZATION OF EFFICIENCY OF BOTS, ONE MUST CONSIDER SECURITY BEFORE ANYTHING ELSE. ACCOUNT BANS ARE NOT FUN. IT LOOKS LIKE YOU WILL BE BANNED FROM THE BATTLE.NET SERVICE ALL TOGETHER!
    ================================================================================ ===============================================================
    Check it out -> Cheating in Diablo® III - Diablo III


    Thoughts?

  12. #1182
    insertCoin's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So which method is working better as of now? ImageSearch or PixelSearch?

  13. #1183
    La7eralus's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Made images for 1360x768 resolution, only one missing is setO.png, which i'm not too worried about as Stormshield and String of Ears are not effected by this.

    1360x768.zip

    Enjoy!!

  14. #1184
    armyy's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dice117 View Post
    ================================================================================ ===============================================================
    ATTENTION!!! EVERYONE NEEDS TO READ THIS ARTICLE FROM BLIZZARD ABOUT HACKING/BOTS, AND BEFORE CONTINUING OPTIMIZATION OF EFFICIENCY OF BOTS, ONE MUST CONSIDER SECURITY BEFORE ANYTHING ELSE. ACCOUNT BANS ARE NOT FUN. IT LOOKS LIKE YOU WILL BE BANNED FROM THE BATTLE.NET SERVICE ALL TOGETHER!


    ================================================================================ ===============================================================
    Check it out -> Cheating in Diablo® III - Diablo III


    Thoughts?
    bullshit, how they could bann autoit script users? there is no memory editing, there is nothing happening with d3 folder, nothing overwrites, no fake pockets whitch can be logged by blizz.
    all they can see that is you are making clicks in window. is it a reason for ban ? ;D

  15. #1185
    trix14's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I still can't seem to get imagesearch to work for my 1600x900.
    Full screen windowed, .dlls in \Windows\ and \System32\. Autoit installed into regular program files.
    I've tried mikey's 1600x900 images and made some of my own all of which don't work.

    Yes i've restarted my computer.
    Yes I've correctly changed the directory to where my 1600x900 images are in the .au3.

    any advice from anyone and if anybody has gotten the imagesearch pickit to work with 1600x900 please let me know so I can at least have some hope and keep trying to fix my situation.

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 10:55 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