Python "roadmap" to advanced automation scripts / bots.

Posts 14 of 4 · Page 1 of 1
Python "roadmap" to advanced automation scripts / bots.
Hey, few words about what i know and then more specify what i would like to know.

Stuff which I've got experience, for someone who know python you should associate tools/packages like Selenium, PyautoGui, OpenCV, and many other minor ones not directly related to automation.
Talking about games, i made few bots for my only purpouse for browser games, they were made mostly based on manipulating, requests, js/html code or detecting what is exactly happening on the screen. The last one was the worst if we look at performance.

I would like to be able to create bots for example for auto aim, let's don't focus at specific games.
If game is turn based is much easier, we can use screen detection. [Question] But how to handle cases when game is to dynamic to use screen detection?

I found topics related to memory tracking or even modifying it on the fly (i remember cheat engine years ago).
[Question] Did someone had experiance to do it in Python?
[Question] Is it still uselful?

Years ago i was playing in World of Wacraft, there was a lot of bots/cheats and excluding fishing bot and similar, there was no screen detecting to perform actions. [Question] Give me some keywords/links to better explore topic how to do things like this.

I would be awesome if i everything would be somehow related to Python.
Thanks for all answers and your time.

P.S. Sorry if its difficult to understand my questions, english is not my main language.
Advice
Anyone any tips or advice?
Hey all who read this.
By roadmap i didnt mean complete tutorials or any stuff like that.
I know how to learn on my own.

I am i looking for some keywords, general tips, maybe specific chapters in books or whole books.
I will figure out everything.
Generally you can Write Game Hacks in every Programming Language which is able to use the Windows API.
You don't need a Screen Detection. You have generally Stop to think like a Human if you want to handle this.
Think from Computer Perspective.. If you need Enveirement Information.. Scan the Memory for that, you need to know Player Information, Scan the Memory for that.
All what you need to beginning with Game Hacking is Cheat Engine.
No Programming Language. You use the Programming Language to glue your Finds together and that works with every Programming Language the same.
OpenProcess, ReadProcessMemory, WriteProcessMemory.
Where to begin at? Well with the Cheat Engine Tutorial.
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?