This is a really simple screenshare tool made for you skids that just go through .txt files and look for strings there.
- Install visual studio (if you don't already have a x86 compiler or visual studio installed)
- Start visual studio and just import entrypoint.cc
- Go to properties -> c/c++ -> precompiled headers -> precompiled header and set it to "Not Using Precompiled Headers" like this
- Now you're probably going to want to add in your strings (line 136)
const char *strings[] = { "Aim Assist", "Auto Clicker", "insane vape v3 detection" }; /// NOTE: these are case sensitive
- Change the compile mode to x86 and build the solution (F7)
If you followed every step then you should have a executable application
This code isn't the best and definitely shouldn't be used for any commercial purposes