Autisreme How do I cheat?
Reputation: 0
Joined: 07 Sep 2020 Posts: 1
|
Posted: Mon Sep 07, 2020 3:27 pm Post subject: Writing a Wow Bot |
|
|
Hello I am planning to create a WoW Bot 1.12
The first functionality would be automating fishing.
At some point I would have to use a bit of winapi, especially:
SendInput - to move character and cast spells
ReadProcessMemory - get data from the game, i.e hp/experience.
There is not a single issue with the first api, it is really dead simple, works nice with C# Interop.
To make use of ReadProcessMemory it certainly requires a some work as I have to get addresses for each stat/metric related to character.
Can't see better tool than Cheat Engine for that
It also raises some questions. Please excuse my lack of knowledge
1. Does the wow at this specfic version have some anti cheat mechanism that it would detect if ReadProcessMemory has been called, Cheat Engine got attached to the game?
I have an account on private server and don't want to get instantly permabanned.
2. Is there much clever way to search for those addresses than common procedure?:
"value scan & do something in the game & repeat => pointer scan for this address => rerun the game => load saved addresses => repeat"?
Thanks for help! |
|