
Originally Posted by
dBased
Next time please post this in the help section. In any case, are you asking for the source code for a bot written in C++? If not, are you perhaps asking for a bot written in C++?
A common misconception about MAT Automaton is that it is a "Python" aimbot. This is not actually true. MAT Automaton in and of itself does not provide any cheats. It binds Unreal Engine to the Python interpreter and provides various other services like a GUI. MAT Automaton itself or "MAT Automaton.exe" was written in C++. Most of the work went into this, and not the included Python scripts.
To clarify further, MAT Automaton does not "inject" Python scripts into the game. In fact "injecting" Python code does not even make sense for many technical reasons which I will omit here. It is a much more complicated process. It hosts the Python interpreter and provides the means with which Python scripts can interact with the Unreal Engine. The core of MAT Automaton is made up of many many thousands of lines of C++ code.
This may sound like a rant, but it frustrates me when people misrepresent MAT Automaton.