Quote:
Originally Posted by Feuerdrachenzauber
But you cant the use the same commands like "while" or "std::cout" in a AA Script.
|
Technically you are right but there is a workaround for this but you crash if u call std::cout because the output stream is wrong. You have to create a console first and some other steps to make it work. And while is easy to implement with asm.
Because the DLL is in C or C++ you can stay with one language and AA becomes unnecessary. Thats why you write a bot with c++.