Bot communication? menu

User Tag List

Results 1 to 6 of 6
  1. #1
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bot communication?

    Hi,

    I was wondering if anyone had any of their own solutions (rough or polished) they would like to share code or discuss the concept and ideas behind their bot-communication strategy's they would like to share?

    I am getting into writing team-bots for fun, such as a group bg bot that consist of a mage, rogue, and warrior with 2 holy paladins that run at the enemy FC in sycnh in flag maps all game every game.

    Currently I use a really dumb event system that raises web-events my bots monitor to alert all the other team bots of things I want them to know. I did it this way so team-bots would be possible between friends easily or across multiple pcs. I've seen some really cool solicitations to communication between processes and other tings outside of the game hacking world, would love to see if anyone has messed with them inside the gaming world.

    Bot communication?
  2. #2
    namreeb's Avatar Legendary

    Reputation
    668
    Join Date
    Sep 2008
    Posts
    1,029
    Thanks G/R
    8/222
    Trade Feedback
    0 (0%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    I think this really depends on how your bots will work, what they will do, and where they will run. Are you modifying the existing client? Going clientless? Will they all run on the same Windows user account on the same machine? Different accounts/machines? What will the bots do? Work together to perform quests? Raids? Separate individual grinding?

  3. #3
    Corthezz's Avatar Elite User Authenticator enabled
    Reputation
    386
    Join Date
    Nov 2011
    Posts
    325
    Thanks G/R
    191/98
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My first attempt was based on sockets. All toons of the group were connecting to the group leaders socket and then can send or recieve commands from it.
    Was basically using it for group grind: Members notifying the master about that they need to regnerate / Master notifying the members that we have to wait etc.

    I guess next time I would use named pipes but this stil leaves the problem open about what to do when running a party of bots from different PCs. Maybe use the ingame WoW AddOn channel (API SendAddonMessage - WoWWiki - Wikia) :P? Would be to easy to detect I guess ^^
    Check my blog: https://zzuks.blogspot.com

  4. #4
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by namreeb View Post
    I think this really depends on how your bots will work, what they will do, and where they will run. Are you modifying the existing client? Going clientless? Will they all run on the same Windows user account on the same machine? Different accounts/machines? What will the bots do? Work together to perform quests? Raids? Separate individual grinding?
    This sounds too specific to be too useful to most people, my current system uses. I created a simple website that allows connected applications raise digitally raised events or subscribe to digitally raised events. This also allows cross-platform support fairly easily.

    Some major downsides come along with this, though. So for my learning purposes, in my specific case I want to be able to achieve a system that allows multiple bots to work together in synchronization on multiple pcs to accomplish commonly desired goals (healing a bg, farming old raid content, etc) more efficiently. I'd prefer the solution be usable across multiple programming routes as I enjoy coding so far in lots of languages. I also intend all of the bots to depend on a active, live game client running.
    Last edited by lolp1; 12-15-2015 at 04:15 AM.

  5. #5
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1515
    Join Date
    May 2008
    Posts
    2,433
    Thanks G/R
    81/336
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Microsoft have included some pretty wonderful classes to assist with IPC. I suggest using a shared object between each process (even the instance of a bot in it's entirety) by means of the ChannelServices class. It handles the protocols for you, which will make your life so much easier. It supports local IPC via. named pipes, or remote IPC via. HTTP or TCP, using the IpcChannel, HttpChannel, and TcpChannel classes respectively.

    I won't delve into the details, there's a lot of information out there regarding these classes. So hopefully you're interested enough to look into it.
    Last edited by Jadd; 12-15-2015 at 04:33 AM.

  6. Thanks lolp1, Sklug, aeo (3 members gave Thanks to Jadd for this useful post)
  7. #6
    lolp1's Avatar Site Donator CoreCoins Purchaser
    Reputation
    190
    Join Date
    Feb 2013
    Posts
    210
    Thanks G/R
    43/77
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    Microsoft have included some pretty wonderful classes to assist with IPC. I suggest using a shared object between each process (even the instance of a bot in it's entirety) by means of the ChannelServices class. It handles the protocols for you, which will make your life so much easier. It supports local IPC via. named pipes, or remote IPC via. HTTP or TCP, using the IpcChannel, HttpChannel, and TcpChannel classes respectively.

    I won't delve into the details, there's a lot of information out there regarding these classes. So hopefully you're interested enough to look into it.
    Could not have hit the nail on the head any better.

Similar Threads

  1. [Guide] JustBots | Quality Services - Botting Community
    By Rectof in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 09-18-2016, 12:22 PM
  2. Open Source Community Modular AutoIT Bot - Interested?
    By sspamfilter in forum Diablo 3 Bots and Programs
    Replies: 4
    Last Post: 07-30-2012, 09:34 AM
  3. Replies: 2
    Last Post: 06-07-2012, 06:01 AM
  4. Good botting communitys ?
    By CJJ in forum World of Warcraft General
    Replies: 6
    Last Post: 09-28-2010, 11:08 AM
  5. Developing a bot for the community, need a little help.
    By Geminix86 in forum WoW Memory Editing
    Replies: 45
    Last Post: 12-28-2008, 02:16 AM
All times are GMT -5. The time now is 01:50 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