As I stated in my introduction I am extremely new to game hacking. As such, I've got some questions I would like to ask 🙂
The first and foremost is which games, or more specifically, which anti-cheats will this loader (assembly? I don't know what to call it 😛) be undetected for? I've spent a fair amount of time trying to figure this out on my own, but I can't quite nail down a definitive answer. From what I have managed to figure out, external cheats aren't necessarily "less" detectable than internal cheats, but rather it comes down to the individual developer/cheat that is being used. So naturally my question becomes: since any external cheat made using this publicly-available assembly would be using code that AC developers can download and look at, what allows this to be undetected? Since I am extremely new I wouldn't dare attempt to make something to be used in a game with real anti-cheat, but I would like to know if using this to make cheats for games with actual anti-cheat is a viable choice down the line.
While I did do a lot of research in regards to my first question, forgive me, I haven't done hardly any in regards to this question. That being said, after I get some sleep it is the next thing I'm going to start looking into, so I figured I would post here while I'm already making a post. The question is two-parts: A) Can WeScript be used to hook/listen to game events and B) Is there an example of this / can an example be made for this?
I'm sure I could sit and think of more questions, but I loathe asking for help (is a character flaw). I'm having a difficult time finding decent tutorials/snippets of things being done in C#, so having this assembly and the examples therein are a godsend for a beginner in this space. Before I started using these assemblies I was following a tutorial off of UC about simple reading/writing values to memory addresses. Having never used pointers before ... It was not a fun day. But I got through it, and learned a lot (is why I allowed myself to start using WeScript). Anyways, thanks to anyone who reads this, and extra thanks to the people who take the time to help a noob like myself out! 🙂