• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by prohowkz

  1. prohowkz

    C++ convert program from 8.6 to 8.7

    which files i need to add to visual studio? I can add only dllmain.cpp, hook.cpp, hook.h, Project1.cbp. Maybe im doing something wrong. Firstly im running Visual Studio, then choose create new project, then i drag these 4 files and clicked complie solutions, but when im trying to run, there are...
  2. prohowkz

    C++ convert program from 8.6 to 8.7

    Idk what im doing wrong.. I open these files in the visual studio, change the content of dllmain.cpp but i cant compile these files :/ Could you give me your files? Thanks
  3. prohowkz

    C++ convert program from 8.6 to 8.7

    Thanks for fast answer. In which program can i compile these files? Sorry but im noob with c++
  4. prohowkz

    C++ convert program from 8.6 to 8.7

    Hi, i need someone to convert this little program. I used it in version 8.6 but I would like it to work on 8.7. #include "hook.h" #include <string> #include <vector> enum MessageClasses { MESSAGE_STATUS_CONSOLE_RED = 18, /*Red message in the console*/ MESSAGE_EVENT_ORANGE = 19...
Back
Top