Jump to content
Returning Members: Password Reset Required ×

ClassicConquer Bot/Multi-Tool (Auto-Hunt, Auto-Mining, Packets, Overlays, Plugins)


Recommended Posts

Posted (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 by brk
Posted

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 😁

Posted (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 by brk
Posted

What version does this project work on?

Thank you for sharing this project, which will help everyone understand some things and how they work.

Posted
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/)

Posted


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;

  • brk changed the title to ClassicConquer Bot/Multi-Tool (Auto-Hunt, Auto-Mining, Packets, Overlays, Plugins)
Posted

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 🙂

Posted

Thanks a ton for open-sourcing this! The project is super solid and it's been really easy to build new features on top of your SDK. I’ve been messing around with the code and made a few adjustments:

1. The current build was ignoring Sdb, so I fixed the logic so it recognizes them properly now.

2. While farming, the bot would sometimes fill up on trash items and get stuck in a loop. I added a fix so it now sells off the junk in your bag whenever it goes to repair gear.

3. Clicking the mouse side button now automatically targets and use funblade to attacks the nearest enemy.

4. Tossed in a scheduled purchasing feature.

The function of automatically drinking mana pots doesn't seem to be working now, but I’m working on a fix for that next.

Thanks again for the great base code!

ScreenShot_2026-04-11_162638_262.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...