Battlefields T6 Chest Run Bot menu

Shout-Out

User Tag List

Page 20 of 24 FirstFirst ... 161718192021222324 LastLast
Results 286 to 300 of 349
  1. #286
    jinxderp's Avatar Corporal
    Reputation
    1
    Join Date
    May 2014
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone offer suggestions on getting it to pick the legs. 75% of my legs are lost bc it wont pick them up

    Battlefields T6 Chest Run Bot
  2. #287
    jpitty's Avatar Member
    Reputation
    5
    Join Date
    Jul 2012
    Posts
    46
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by glyph244 View Post
    I just have the .exe downloaded. Do I need to download the source file to modify like the above?

    Dumb question I know, but I've never done any program modding like this before.
    Yes. You'll need to download the source file.

  3. #288
    charzy's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    37
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by not4bene View Post
    Hi guys.
    I put together some code from OP and pinkpanther. Added checkboxes for logging to file and picking gems. Also added password field, so if u fill it it will reconnect after dc. For me works very good (res 1920x1080).
    Source here:
    FileSwap.com : a5cr.au3 download free

    hey
    twice now the bot stops after 40 runs ( exact) any ideas?
    it stops at the resume screen

  4. #289
    fecklar's Avatar Private
    Reputation
    1
    Join Date
    May 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi!
    Can anyone tell me how can I increase the sleep timer? i'm a totally noob at autoit

    I tried increasing the two numbers in this:
    Func RoutineSiege()
    While $UnPaused
    MouseClick("left", 237, 503, 1, 0) ;Clicking Resume Game
    Sleep(Random(13500, 14000, 1))

    But it didn't work.

  5. #290
    kimboy11's Avatar Private
    Reputation
    1
    Join Date
    May 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jpitty View Post
    Place between lines 353 and 354 add:
    Code:
     Sleep(Random(10000, 20000, 1))
    This will sleep a random time between 10-20 seconds.

    Code:
    353:	 Send("{W Up}")
    354: EndFunc
    My codes are different to yours at lines 353 and 354

    Code:
    353: MouseClick("left", $Chest1[0], $Chest1[1] + 24, 2, 1)
    354:Sleep(Random(2200, 2400, 1))
    the codes are under the title "Func CheckChest"

    should I be changing the sleep timer for line 222?

    Code:
    ;//////Siege Chests///////
    219:Func RoutineSiege()
    220:	While $UnPaused
    221:		MouseClick("left", 237, 503, 1, 0) ;Clicking Resume Game
    222:		Sleep(Random(13500, 14000, 1))
    223:		Send("{M DOWN}")

  6. #291
    kimboy11's Avatar Private
    Reputation
    1
    Join Date
    May 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by charzy View Post
    hey
    twice now the bot stops after 40 runs ( exact) any ideas?
    it stops at the resume screen
    I can also confirm this. the bot stops after a while at the resume screen.

  7. #292
    jpitty's Avatar Member
    Reputation
    5
    Join Date
    Jul 2012
    Posts
    46
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kimboy11 View Post
    My codes are different to yours at lines 353 and 354

    Code:
    353: MouseClick("left", $Chest1[0], $Chest1[1] + 24, 2, 1)
    354:Sleep(Random(2200, 2400, 1))
    the codes are under the title "Func CheckChest"

    should I be changing the sleep timer for line 222?

    Code:
    ;//////Siege Chests///////
    219:Func RoutineSiege()
    220:	While $UnPaused
    221:		MouseClick("left", 237, 503, 1, 0) ;Clicking Resume Game
    222:		Sleep(Random(13500, 14000, 1))
    223:		Send("{M DOWN}")
    You could change that one as well. You'll just be afking in-game for an extra 10-20 seconds instead of at the menu screen. Or you can add a sleep timer Before the MouseClick function on line 221.
    Last edited by jpitty; 05-11-2014 at 02:39 AM.

  8. #293
    fecklar's Avatar Private
    Reputation
    1
    Join Date
    May 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fecklar View Post
    Hi!
    Can anyone tell me how can I increase the sleep timer? i'm a totally noob at autoit

    I tried increasing the two numbers in this:
    Func RoutineSiege()
    While $UnPaused
    MouseClick("left", 237, 503, 1, 0) ;Clicking Resume Game
    Sleep(Random(13500, 14000, 1))

    But it didn't work.

    anyone? :s

  9. #294
    gun404's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    15
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fecklar View Post
    Hi!
    Can anyone tell me how can I increase the sleep timer? i'm a totally noob at autoit

    I tried increasing the two numbers in this:
    Func RoutineSiege()
    While $UnPaused
    MouseClick("left", 237, 503, 1, 0) ;Clicking Resume Game
    Sleep(Random(13500, 14000, 1))

    But it didn't work.
    The last 2 lines are quite obvious:
    Click the Resume button and then wait 13.5 to 14.0 seconds before doing what ever follows up in the code.
    That time interval is most likely a rough estimate of what it takes for an average PC to load and be ingame.
    If your computer is too slow or if you want to have a wait ingame before the bot does whatever it does, increase it.
    If you want the script to wait before clicking the button in first place, add another sleep before the MouseClick().

    You can increase the timer by increasing the values respectively and restarting/recompiling the script.

  10. #295
    detroit1103's Avatar Member
    Reputation
    2
    Join Date
    Jul 2013
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fecklar View Post
    anyone? :s
    My sleep timers work just fine.

  11. #296
    kallepelle's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just read this and it disturbs me since ive been using the battlefield afk farm.

    "http://www.reddit.com/r/Diablo/comments/259b1w/glorious_blizzard_sent_through_a_secret_warden/"

    Apparently Blizzard updated the warden last night and that includs "reacognizing all known bots, and also for the first time it can pick up bots using PIXELfind"

    so what do u think about this? o,o

  12. #297
    Samztwitch's Avatar Banned
    Reputation
    56
    Join Date
    Jan 2014
    Posts
    198
    Thanks G/R
    1/3
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way to make it work for 1280x800 or 1440x900 monitor?

  13. #298
    megaOnion's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kallepelle View Post
    Just read this and it disturbs me since ive been using the battlefield afk farm.

    "http://www.reddit.com/r/Diablo/comments/259b1w/glorious_blizzard_sent_through_a_secret_warden/"

    Apparently Blizzard updated the warden last night and that includs "reacognizing all known bots, and also for the first time it can pick up bots using PIXELfind"

    so what do u think about this? o,o
    I've stopped botting right as I saw one person post he got banned, I am going to observe for damage control now. As I have to take these reports of Warden updated to recognize these bots.

  14. #299
    Daggerlance's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vmware. Set up a an so. Install d3. Run the script and minimize.

  15. #300
    hak153's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Daggerlance,
    Can you please tell me about your PC graphic card and VMWare config to run ROS in VMWare? D3 version 1.xx can work fine in my VMW before but now the ROS does not. When i launch game, it display all black but have sound.

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 08:29 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