Hey All,
Last year, I put together a rotation bot using WeakAuras and PyAutoGui, written in Python.
Since then, I've been learning how to really hack. I've learned the basics of general game hacking (C++, debuggers, reversing/Ida, etc) and have been practicing with games like assault cube, csgo, and cube 2 again and again and again and again...Recently, I made my first kernel driver and successfully mapped it with KDMapper in a VM. I'm REALLY trying to learn...not just copy/paste or ask ChatGPT. Really enjoying the process and excited to grow my skills over the years.
Most of the exercises I've been doing have been on FPS games with no anti-cheat or AC disabled. While I've read a ton about various ACs, and am still learning, I've never tried to ACTUALLY bypass one and use a hack.
But, as a passion project and something to work towards, I would like to take my Python bot and recreate it as an Internal Hack with C++ without Weakaura. It's a stretch goal for me and am hoping to get some guidance and questions answered.
Some of my initial questions are:
1) Where can I find info about Warden, what it checks for, etc? - A lot of my searches lead to Overwatch, but I am not sure if Warden has different checks for WoW. Ideally, I'd love to be able to reverse it myself to learn, but that's probably at least a year or more away for me to learn...For now, I'm hoping I can just read up on it to understand more. For example, I'd love to know if I'm at risk for HWID ban or IP Ban while trying out my hacks. I plan to use a trial account, but don't want something to happen to my main account.
2) Is there any source codes available of something similar that I am looking to do? - It doesn't have to be actively working, but it would be helpful to read an example of how someone implemented something like this.
3) Is an internal hack the way to go? - I always hear internal hacks are safer than external. Most of my current hacks I practice with are internal.
Anything else to consider or other advice? This project is out of my comfort zone right now and probably something I have to stop and start as I clearly don't have the skillset yet...But it's motivating for me to have a project like this for me to shoot for.
Thanks