brk Posted March 24 Posted March 24 (edited) Hi all, Decided to open source the bot/tool I've been working on for Classic Conquer (conqueronline.net). I don't expect anyone to contribute to this project but feel free to open a pull request if you're curious enough. The existing code is by no means perfect, it was a learning experience for me as well. The 'original' source comes with an auto-hunt for both melee and archers, as well as a HWID and anti-cheat spoofer for the login flow, but I decided to not publish that part of the tool (maybe for now). However, it should be quite easy to whip something up quickly as the SDK should have all necessary API already. https://github.com/0x42524b/CoClassicBot Please delete if these types of posts are not allowed. I couldn't find anything related to it in the rules. PS: I will NOT compile the project for you. You will have to figure it out yourself. It is set up in a way that it should be easy enough for you to figure it out. Edited March 30 by brk
cyano Posted March 24 Posted March 24 This is really cool, thank you for open sourcing it! I always wondered back in the day when I used to play how some of the bot tools actually worked under the hood, so it's great to see something in code! Only had a chance to skim through it so far but it's really interesting! Hooking into the client is something I've been wanting to learn, so this is going to be a good read
kennylovecode Posted March 25 Posted March 25 So can we develop a private server for clients that use it?
brk Posted March 25 Author Posted March 25 (edited) 27 minutes ago, ElsayedTarek said: what's your discord ? What for? Any questions you have you can ask them here and I'll try to respond Edited March 25 by brk
Ahmedelnagar Posted March 26 Posted March 26 What version does this project work on? Thank you for sharing this project, which will help everyone understand some things and how they work.
Ahmedelnagar Posted March 26 Posted March 26 And if possible, could you explain how to find network client and send-to-server functions and things like that?
brk Posted March 26 Author Posted March 26 1 hour ago, Ahmedelnagar said: What version does this project work on? Thank you for sharing this project, which will help everyone understand some things and how they work. It works on the latest Classic Conquer client (https://conqueronline.net/)
Ahmedelnagar Posted March 27 Posted March 27 how i can get netclient & send msg in patch 6609 constexpr uintptr_t CENTITY_RENDER_VISUAL = 0x1AFD20; constexpr uintptr_t CNETCLIENT_GET_INSTANCE = 0x0B9490; constexpr uintptr_t CNETCLIENT_SEND_MSG = 0x18EEA0; constexpr uintptr_t CHERO_GET_MAX_HP = 0x179980; constexpr uintptr_t CHERO_GET_MAX_MANA = 0x179B90; constexpr uintptr_t CSTATTABLE_GET_VALUE = 0x1F1490; constexpr uintptr_t CHERO_GET_CURRENT_MANA = 0x1A58F0; constexpr uintptr_t CHERO_FATAL_STRIKE = 0x2297B0; constexpr uintptr_t CHERO_WALK = 0x229DF0; constexpr uintptr_t CHERO_JUMP = 0x22A0B0; constexpr uintptr_t CHERO_START_MINING = 0x18BB10; constexpr uintptr_t MSGUPDATE_PROCESS = 0x1E0870; constexpr uintptr_t TRADEWINDOW_HANDLE_MESSAGE = 0x10B1F0; constexpr uintptr_t CGAMEUI_SHOW_MSG = 0x191960;
Tkblackbelt Posted March 29 Posted March 29 This is awesome! Thanks for posting the code. Botting on co was awesome.
dizzyrekz Posted April 5 Posted April 5 Hey. im having alot of trouble setting this up. Can you contact me on discord? My user is dizzydame._
ChiperXsS Posted April 5 Posted April 5 (edited) Are have many error when u try to re-build the project Edited April 5 by ChiperXsS
Shang Posted April 5 Posted April 5 I guess its good that you can't get it to build , else we would have to see you calling your self a bot developer and this project is your product
whitectow Posted May 23 Posted May 23 Mind sharing a detailed guide on offsets? Or is it same CE Ghidra hunting?
Spirited Posted June 11 Posted June 11 On 6/10/2026 at 12:07 PM, Kraken1005 said: fix the bot, it stopped working xD I don't think this bot is necessarily maintained. It's open source, so if it breaks, anyone could fix it. But I don't think this thread is for getting support. Lol
Kraken1005 Posted June 12 Posted June 12 20 hours ago, Spirited said: I don't think this bot is necessarily maintained. It's open source, so if it breaks, anyone could fix it. But I don't think this thread is for getting support. Lol i understand, but im one of thoes that cant fixed it as im limited with my programing skills lol but i did had some fun using the bot tho
Matt Che Posted July 15 Posted July 15 (edited) On 3/26/2026 at 12:22 AM, brk said: What for? Any questions you have you can ask them here and I'll try to respond Hello, I compiled everything, ran injector.exe, and the client started but crashed when the dll was injected. Any advice? Which ImConquer.exe build is currently supported? Could you provide: supported client hash (SHA1/MD5) current ROLE_MGR / ENTITY_SET / ENTITY_INFO / GAME_MAP offsets? Edited July 15 by Matt Che
Spirited Posted yesterday at 07:03 AM Posted yesterday at 07:03 AM I'm going to close this to prevent spam from people just begging for bot updates. If you have issues with the bot, then please use their GitHub issue tracker or discussions: https://github.com/0x42524b/CoClassicBot/issues @brk Please send me a PM if you want to re-open this thread.
Recommended Posts