D3 reconnect bot (64bit) menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    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)
    I wrote pretty much the same thing a few days ago. Checking for disconnect, restarting everything (bot included), etc. It's pretty much completely self-sufficient at this point

    Not sure why you wouldn't wanna share your ~200 lines of code with the public. Yes, it's quite messy and not clean at all, but it does its job, so who cares?

    Cheers=)

    PS:
    You might wanna add a check to see whether or not the host's internet is currently working before doing the restarts.

    D3 reconnect bot (64bit)
  2. #17
    SnowChild's Avatar Sergeant
    Reputation
    5
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gun404 View Post
    I wrote pretty much the same thing a few days ago. Checking for disconnect, restarting everything (bot included), etc. It's pretty much completely self-sufficient at this point

    Not sure why you wouldn't wanna share your ~200 lines of code with the public. Yes, it's quite messy and not clean at all, but it does its job, so who cares?

    Cheers=)

    PS:
    You might wanna add a check to see whether or not the host's internet is currently working before doing the restarts.
    It's true that checking for internet connection would be nice but I guess this would alert a lot of anti-virus programs :/

    As I am not going to work on it anymore I think I will upload the .au3 file and people with coding knowledge can improve it

  3. #18
    cheater123's Avatar Corporal
    Reputation
    1
    Join Date
    May 2014
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SnowChild View Post
    make sure everything is in the same folder, the ghombot, this bot, and all the pngs/inis etc...
    This did the Trick, thanks a lot.

  4. #19
    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 SnowChild View Post
    It's true that checking for internet connection would be nice but I guess this would alert a lot of anti-virus programs :/
    Possibly, though any suspicions would pretty much be nullified if the source code was provided since people can just look at it and compile it themselves if in doubt.
    Never really understood the "no source code available" mentality with autoit, since anybody can just decompile it if he wishes to do so
    Last edited by gun404; 05-09-2014 at 03:48 PM.

  5. #20
    LordKffs's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone tell me which lines I should edit out if I don't want this bot to restart my d3bot, just reconnect to bnet?

  6. #21
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Simple effective script!

    Love it! +1

    PS.
    Professionally written codes. Well structured, clean, untangled.
    Are you a programer by profession?
    Last edited by burgaud; 05-12-2014 at 07:46 PM.

  7. #22
    SnowChild's Avatar Sergeant
    Reputation
    5
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LordKffs View Post
    Can anyone tell me which lines I should edit out if I don't want this bot to restart my d3bot, just reconnect to bnet?
    any line that says Run($BotName, ""). But why would you do this ?

    Originally Posted by burgaud View Post
    Simple effective script!

    Love it! +1

    PS.
    Professionally written codes. Well structured, clean, untangled.
    Are you a programer by profession?
    Thank you
    More or less, I'm studying Game Design so we learn coding and before that I had 2 years of Computer science where I payed attention and learned a few things, but only sometimes ^^

  8. #23
    LordKffs's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SnowChild View Post
    any line that says Run($BotName, ""). But why would you do this ?
    Trying to get it work with another communitybot I am a noob on this stuff, but I just download that and remove the lines from Au3-file in notepad and then it should work? *Sorry for being a bother*

    Edit; I can't get this to work even without editing, it shuts down d3 when I disconnect, but it doesn't relaunch is, just goes from bottom right to top left side with cursor?
    Last edited by LordKffs; 05-13-2014 at 02:35 AM.

  9. #24
    SnowChild's Avatar Sergeant
    Reputation
    5
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LordKffs View Post
    Trying to get it work with another communitybot I am a noob on this stuff, but I just download that and remove the lines from Au3-file in notepad and then it should work? *Sorry for being a bother*

    Edit; I can't get this to work even without editing, it shuts down d3 when I disconnect, but it doesn't relaunch is, just goes from bottom right to top left side with cursor?
    make sure you config everything right in the DCConfig.ini and place all the files in the same folder as your bot is.

    I think you did not put the right path to Battle.net Launcher

    the cursor going from bottom right to top left is basicly just a counter, it does this 5 times after starting the Battle.net App and if by the 5th time the app is not started it means it got stuck or it buggs/laggs so it stopps the App and start it again


    You need AutoIt installed to modify the Script, it won't work if you edit it with notepad.

  10. #25
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SnowChild View Post
    the cursor going from bottom right to top left is basicly just a counter, it does this 5 times after starting the Battle.net App and if by the 5th time the app is not started it means it got stuck or it buggs/laggs so it stopps the App and start it again

    LOL! Very Imaginative!

    I'd like to use that idea (using mouse movement) to indicate time/wait
    perhaps a mouse moving clockwise to indicate "Waiting....." I revolution = 12 seconds

  11. #26
    SnowChild's Avatar Sergeant
    Reputation
    5
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha true that, well at first I used this just to prevent the computer from going into sleepmode or something while it waited for the app to start, then I notice that sometimes it would not start at all and just stay stuck so I made it restart the app instead after a few seconds and just didn't remove the movements ^^

  12. #27
    burgaud's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2012
    Posts
    196
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heads up.

    WinActivate("Battle.net") does not work if Battle.net is in System Tray already.
    ie, botter have Battle.net Up and run all bot scripts.

    TEST:
    Have Battle.net launcher up. Then minimize to system tray, then use a test script with just WinActivate and it wont bring up to desktop.
    Now have it minimized to TaskBar instead, then run the WinActivate test script, it works.

  13. #28
    nedalsqt'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)
    .wrong topic
    Last edited by nedalsqt; 05-14-2014 at 03:38 PM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Fishing bot for WoW 64bit?
    By liquidraven in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 05-20-2012, 12:16 PM
  2. [Guide] Bot A Friend on 64bit Windows
    By evilsin in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 05-14-2009, 04:39 AM
  3. WoWGlider and GALB Botting Locations
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 04-11-2006, 08:01 PM
  4. Best Botting/Grinding Locations
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 02-27-2006, 12:39 AM
All times are GMT -5. The time now is 02:39 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search