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

User Tag List

Page 81 of 300 FirstFirst ... 31777879808182838485131181 ... LastLast
Results 1,201 to 1,215 of 4489
  1. #1201
    tranceGold's Avatar Banned
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    me too, lets do it

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #1202
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dice117 View Post
    If anything I would not be concerned about where you are clicking, I would mostly be concerned with altering the length of every game by putting in some random sleep codes throughout the script. I would also be concerned with trying to hide the fact that AutoIt is running at all.
    The randomSleep timer is already there, If anything you could copy that bit of code to after you kill Sark, when in town before logging out, when at the menu.
    Then when you have the game running like you want... you compile the script to an EXE. Name it Outlook.exe. Now they have no idea again.
    Last edited by Shimizoki; 06-11-2012 at 04:18 PM.

  3. #1203
    tranceGold's Avatar Banned
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great idea with outlook.exe

  4. #1204
    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)
    Originally Posted by Dice117 View Post
    If anything I would not be concerned about where you are clicking, I would mostly be concerned with altering the length of every game by putting in some random sleep codes throughout the script. I would also be concerned with trying to hide the fact that AutoIt is running at all.
    Good idea. Just programmed it. I'm testing it right now.
    Originally Posted by armyy View Post
    post it im interested
    Sure, once I'm done with testing.

  5. #1205
    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)
    Originally Posted by Shimizoki View Post
    The randomSleep timer is already there, If anything you could copy that bit of code to after you kill Sark, when in town before logging out, when at the menu.
    Then when you have the game running like you want... you compile the script to an EXE. Name it Outlook.exe. Now they have no idea again.
    Silly. It's not the script name that shows up, it's just the fact that AutoIt v3 Script shows up. Doesn't matter what you name your script.

  6. #1206
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dice117 View Post
    Silly. It's not the script name that shows up, it's just the fact that AutoIt v3 Script shows up. Doesn't matter what you name your script.
    Once its compiled as an .exe it shouldnt be linked to AutoIt anymore. Of course I may be mistaken, checking my processes shows AutoIt is not running, but outlook is.

    Edit::
    It leaves it with an AutoIt Icon, but you can change that through the properties aswell. (If you are really that worried)

  7. #1207
    edsel6502's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How I mostly got 1.4a to work.

    Ok here is what I've figured out to make a successful run. Based on 1.4a. I'm running Windows 7 64bit.

    0. Goto NotAres pastebin and READ the comments. UNDERSTAND it. Don't copy things blindly. You will EXACERBATE the problem.
    1. Ensure your screen desktop resolution is set to 1920x1080. I was pulling my hair out for hours wondering why even if I had the client set to 1920x180 Fullscreen windowed the movement waypoints where still ****ed. I finally realized my default screen resolution was set to 1920x1200. And this mess the waypoints up even though you sent the video resolution to 1920x1080 as instructed.
    2. Start the bot when AFTER you have clicked RESUME. its obvious now but wasn't obvious then
    3. I downloaded and am using the 64bit AutoIT exe. Get it here . I run the AutoIt3_64.exe
    4. Based on NotAres comments. (Which you read an understood right?) get the support files from the Mediafire link.
    5. Install the Imagesearch.au3 into the include folder of the autoit install location. The idea behind the pickLoot function is that you are using a "library" to compare a .png file with a match on the screen. ie. you need to tell the script where to find this library.
    6. Copy the pngs to C:\pics. I choose it because. C: drive might be hardcoded somewhere and "pics" contains no spaces. Probably not necessary but hey its working for me. The one thing to understand about the pngs is that they are 1920x1080 specific. If you are running another res you will probably need to make a res specific set. Someone correct me if I'm wrong.
    7. Copy the .DLLs to c:\windows\system32 and/or c:\windows\. I have them in both. I had them in c:\windows\system32 (which did not make sense as this the 32bit dlls and the instructions said to use 64bit autoit. But I ain't no coder) that didn't work. So I read somewhere to try sticking it in just c:\windows.

    Other things I've picked up.

    - My character is slow as I have not the funds to gear up to 25% movement. I have 12% so I DOUBLE the sleep timers on the waypoint moves. Adjust accordingly
    - put an ALTDOWN before checkLoot and an ALTUP after checkLoot

  8. #1208
    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)
    Originally Posted by Shimizoki View Post
    Once its compiled as an .exe it shouldnt be linked to AutoIt anymore. Of course I may be mistaken, checking my processes shows AutoIt is not running, but outlook is.

    Edit::
    It leaves it with an AutoIt Icon, but you can change that through the properties aswell. (If you are really that worried)
    Compiling the script, what a great idea. Genius.
    +1

    LOL

  9. #1209
    Chaoscontrol'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 notAres View Post
    IF YOU COMPILE THE SCRIPT TO EXE AND YOU USE X64:
    Run "Compile script to .exe (x64)"
    Check "Lowest" under the Compression menu option
    Leave x64 checkbox checked
    Can you specify more? I have the latest AutoIT version and didn't find the Compression menu under Options Tab or nothing like that. Also didn't find the x64 checkbox.

    EDIT: Nothing, found it. It's another instance of the software.
    Last edited by Chaoscontrol; 06-11-2012 at 04:40 PM.

  10. #1210
    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)
    Ok so here's my edited version with more random coordinates and random sleep times.
    You have to set your pic folder again if you use imagesearch, which is ALSO turned of, so you have to set the variable to true again.

    [AutoIt] sarkoth bot with randomness - Pastebin.com

    It's very cheap and cluster****-y programmed but it works

  11. #1211
    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 MonsterMMORPG View Post
    script get screwed in these 2 scenario

    when you click resume game if there happens little lag

    when it is trying to portal if get hit by a monster and portal cancels

    i am using 1366x768 res right now
    You need to adjust the CheckDead() function so that it detects if you are logging out.

    PixelSearch(Round(900*$x_ratio), Round(240*$y_ratio), Round(1010*$x_ratio), Round(290*$y_ratio), 0x993827) ; checks for cancel button on logout timer

    This window isn't working on your res

    Since the imagesearch is working for me and lots of other 1080p users, I'm not going to devote anymore time to fixing everyones problems. If you can't get it to work, use the old system by setting $ImgLoot to false.

  12. #1212
    digit_xero's Avatar Active Member
    Reputation
    15
    Join Date
    Jan 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vampyrerain View Post
    has anyone gotten the pickit working on 1600x900 resolution?
    Yes, I had to make my own png

  13. #1213
    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)
    I've spent tons of hours making the best script for me and anyone else who can run it, and I notice a ton of other people are making money from basic scripting. So, if any of you would like to repay me, please shoot me a PM if you'd like to donate gold and I'll give you my BattleTag.

  14. #1214
    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 digit_xero View Post
    Yes, I had to make my own png
    Could you pls post ur png's if you don't mind. Been trying for hours to no avail. also where did you place dlls and img folder. I've tried multiple locations and not sure if that was the problem or the actual pngs were.

    Much appreciated

  15. #1215
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dice117 View Post
    Compiling the script, what a great idea. Genius.
    +1
    LOL
    Why do I feel like I'm being made fun of...

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 02:01 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