Battlefields T6 Chest Run Bot menu

Shout-Out

User Tag List

Page 12 of 24 FirstFirst ... 8910111213141516 ... LastLast
Results 166 to 180 of 349
  1. #166
    DecardCain's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not sure why but this has been starting to crash my client. It'll work for a few hours and then the client will be stuck causing me to force close. Anyone else getting this?? Seems weird.

    Battlefields T6 Chest Run Bot
  2. #167
    DecardCain's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DecardCain View Post
    I'm not sure why but this has been starting to crash my client. It'll work for a few hours and then the client will be stuck causing me to force close. Anyone else getting this?? Seems weird.
    Well I did a scan and repair on Diablo 3 using the battle.net app and all is well so for. Hopefully it stays this way, this bot had been really successful for me.

  3. #168
    Namesuxx's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got this Error 42002 too. the bot runs now just every 3rd run.

  4. #169
    munkki666's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No errors here. Anyway who ever gets errors, i may advice to not bot ATM. In D2 when account got flagged, it usually hanged on making games.

    E: i mean when cd-key get flagged, someone would have corrected me so had to edit :P
    Last edited by munkki666; 05-03-2014 at 04:36 AM.

  5. #170
    mill4498's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way to slow down the entering of the game a little bit? When it joins too fast I get stuck at the loading screen....thanks fellas.

  6. #171
    leggojake'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)
    has the drops been nerfed? I ran it for 10 hours and I got one legend lol

  7. #172
    munkki666's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leggojake View Post
    has the drops been nerfed? I ran it for 10 hours and I got one legend lol
    No, i keep getting +10legs everynigth(~8h)

  8. #173
    EverRage's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, I just wanted to share some thoughts on how we might be able to optimize the chest running script.

    First and easiest fix to help maximize your useful runs (runs where a chest is looted). If the chest 1 detection fails, don't have a detection function for chest 2, just have the bot click where the chest would be then run through the loot search. This will guarantee you never miss the 2nd chest, meaning your only problem becomes the ability to accurately detect the first chest.

    The 2 situations I have seen with chest 1 detection: The chest is not there but the bot thinks it is and much less commonly the chest is there and the bot thinks it is not.

    Proposed solution: is it possible to have the bot mouse over where the chest would be and do a pixel search on the blue color that appears when you are hovering over a clickable like a chest or armor/weapon rack?

    I am not very good with coding these (I don't know the scripting language), but if someone is capable of making these changes, could you please evaluate the idea and code it if you think it is viable? I'm more than happy to monitor the bot and report back on results

  9. #174
    EierKopfZwerg's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mill4498 View Post
    Any way to slow down the entering of the game a little bit? When it joins too fast I get stuck at the loading screen....thanks fellas.
    Same prob sometimes here...

  10. #175
    Lasperic's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EierKopfZwerg View Post
    Same prob sometimes here...
    open the au3 file and search for

    Code:
    Func RoutineSiege()
    	While $UnPaused
    		MouseClick("left", 237, 503, 1, 0) ;Clicking Resume Game
    change it to

    Code:
    Func RoutineSiege()
    	While $UnPaused
    	   	Sleep(Random(5000, 5200, 1))
    		MouseClick("left", 237, 503, 1, 0) ;Clicking Resume Game
    This will make to bot wait after leaving the game and clicking resume game (if you increase / decrease 5000, 5200 it will wait longer/shorter ) .

  11. #176
    Robman's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EverRage View Post
    Hey guys, I just wanted to share some thoughts on how we might be able to optimize the chest running script.

    First and easiest fix to help maximize your useful runs (runs where a chest is looted). If the chest 1 detection fails, don't have a detection function for chest 2, just have the bot click where the chest would be then run through the loot search. This will guarantee you never miss the 2nd chest, meaning your only problem becomes the ability to accurately detect the first chest.

    The 2 situations I have seen with chest 1 detection: The chest is not there but the bot thinks it is and much less commonly the chest is there and the bot thinks it is not.

    Proposed solution: is it possible to have the bot mouse over where the chest would be and do a pixel search on the blue color that appears when you are hovering over a clickable like a chest or armor/weapon rack?

    I am not very good with coding these (I don't know the scripting language), but if someone is capable of making these changes, could you please evaluate the idea and code it if you think it is viable? I'm more than happy to monitor the bot and report back on results
    I think The chest detection seems to work fine?

    Have u ever seen both chests spawn?

  12. #177
    EverRage's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robman View Post
    I think The chest detection seems to work fine?

    Have u ever seen both chests spawn?
    Chest detection on chest 2 is not fine. It fails more often than chest 1. One of the chests will spawn and only one.

    I have watched the script run through ~300 runs and there is an average of 20% failure to loot a chest with no additions/modifications to the code.

  13. #178
    Geo125's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EverRage View Post
    Chest detection on chest 2 is not fine. It fails more often than chest 1. One of the chests will spawn and only one.

    I have watched the script run through ~300 runs and there is an average of 20% failure to loot a chest with no additions/modifications to the code.
    Are you saying it doesn't click on the chest? Or are you saying it doesn't pick up the items from the chest?

  14. #179
    Geo125's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by munkki666 View Post
    No, i keep getting +10legs everynigth(~8h)
    What's your magic find? Mine is at 64% and have only gotten 3 in over 6 hours. The other night I got 10+ in 7 hours.

  15. #180
    EverRage's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Geo125 View Post
    Are you saying it doesn't click on the chest? Or are you saying it doesn't pick up the items from the chest?
    It misses the chest entirely.

Page 12 of 24 FirstFirst ... 8910111213141516 ... LastLast

Similar Threads

  1. Chest run bot
    By Raizen1989 in forum Diablo 3 Bots and Programs
    Replies: 194
    Last Post: 11-01-2014, 04:33 PM
  2. Directive 7 stealth chest run, 8k+ in 3minutes
    By Julcaaa in forum SWTOR Guides
    Replies: 3
    Last Post: 01-14-2012, 08:41 PM
  3. Running Bot on Private Server 1.12.1 WoW
    By flippinjeremy in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 10-09-2011, 03:44 PM
  4. Shadow Labs Chest Runs!!
    By spook050 in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 08-28-2008, 02:28 PM
  5. Mana Tombs Chest runs?
    By Sikonosos in forum World of Warcraft General
    Replies: 0
    Last Post: 07-30-2007, 12:48 PM
All times are GMT -5. The time now is 01:13 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