[ALPHA][Goldfarming] Dank Celler AutoIt Demonhunter [800x600] menu

User Tag List

Page 8 of 27 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 398
  1. #106
    darkxnite's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey!
    i got the same problem as some guys.. the cursor do not click the resume game =(
    hope you find a solution soon
    cuz seems that the bot is awesome

    Peace

    [ALPHA][Goldfarming] Dank Celler AutoIt Demonhunter [800x600]
  2. #107
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will be working on a more robust version of this, today.

    The next test version will be a LOT slower than the current 'live' version to try and iron out the bugs you guys have reported.

  3. #108
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Thaelion

    I can't seem to get my character current gold using memory reading unless I'm running my bot in debug mode. Got any advice for me?

  4. #109
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    @Thaelion

    I can't seem to get my character current gold using memory reading unless I'm running my bot in debug mode. Got any advice for me?
    Sent you a PM.

  5. #110
    ConquerSith's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have the same problem with the other guys bout the bot not clicking the resume button... i think the problem is it doesnt see the hex color on the location given on the script... can i ask how you get the hex color on the position so i could try and replace mine and see if it works?

  6. #111
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ConquerSith View Post
    i have the same problem with the other guys bout the bot not clicking the resume button... i think the problem is it doesnt see the hex color on the location given on the script... can i ask how you get the hex color on the position so i could try and replace mine and see if it works?
    Use the "AutoIT Window info " tool, it gives color under the mouse.

    Failing that, you will need to wait for the next major version where i will not have (m)any pixel reads.

  7. #112
    kitsura's Avatar Member
    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)
    Does warden detect this?

  8. #113
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kitsura View Post
    Does warden detect this?
    I have not had any issues so far, but i can only speak for myself, AFAIK, warden could in theory detect ANYTHING, if it were to be designed to detect it.
    its all relative.

  9. #114
    pocketrocket's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kitsura View Post
    Does warden detect this?
    Ofc it writes memory...

  10. #115
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pocketrocket View Post
    Ofc it writes memory...
    So does clicking your mouse

  11. #116
    FireStormZ's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Thaelion , am I able to disable myself from picking gems ? I think that picking gems is slowing down the process..can be alot faster if without pick up gems
    Last edited by FireStormZ; 07-09-2012 at 01:55 AM.

  12. #117
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FireStormZ View Post
    Hi Thaelion , am I able to disable myself from picking gems ? I think that picking gems is slowing down the process..can be alot faster if without pick up gems
    You cant unless you know where the gem's code is, in future, I will add config options in there,
    But, if you want to hack at it, here is what your looking for .
    Code:
    If StringInStr($OBject[$i][2],"Ruby") or StringInStr($OBject[$i][2],"Amethys") or StringInStr($OBject[$i][2],"Emerald") or StringInStr($OBject[$i][2],"Topaz")  Then
    				  PowerUseGUID($OBject[$i][1],0x7545)
    				  $GemCount += 1
    				  $foundobject = 1
    				  ExitLoop  
    			   EndIf
    Remove that and it wont loot gems.

  13. #118
    ConquerSith's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    somehow i cant get the hex color with autoit windows info im running on full screen 800x600 and the autoit info would not stay on top for me to drag the thingy to get the color hex... and when i set it in full screen window the coords goes out of sync

  14. #119
    Thaelion's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ConquerSith View Post
    somehow i cant get the hex color with autoit windows info im running on full screen 800x600 and the autoit info would not stay on top for me to drag the thingy to get the color hex... and when i set it in full screen window the coords goes out of sync
    That would happen ofc, its designed to be 800x600 Windowed mode. not full screen.

  15. #120
    pocketrocket's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thaelion View Post
    So does clicking your mouse
    A check of click position vs mouse cursor position via directinput could give proof of using a hack Though

Page 8 of 27 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. Replies: 4466
    Last Post: 05-07-2013, 07:39 AM
  2. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  3. Replies: 272
    Last Post: 08-14-2012, 03:33 PM
  4. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  5. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
All times are GMT -5. The time now is 07:55 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