build issue
Some stuffs.. how can i solve
Can you give a short explanation for the build?

Try setting ARDUINO_DEFAULT_BOARD to "leonardo" and ARDUINO_DEFAULT_PROGRAMMER to "avrispmkii" (which btw should be done automaticly by cmake)
I tried them, still not fixed. I used clion, still didn't work. what is your arduino ide version and cmake version?
I have 1.8.15 Arduino IDE version and 3.18.1 CMake version.
To fix missing <avr/pgmspace.h> try adding "C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include" to Include Directories when using MSVC. Also most likely you can NOT build Arduino part using MSVC Compiler, try using MinGW

I'll try every way but always error.. Maybe u missed something?
When building Arduino part you need to connect Arduino to your PC and build target "upload"
Well, how can i do?
You need to add "--target target-name" to the end of your build command if you use CLI (which I assume you do)
It will be very helpful if you share your mingw build code?
I use MinGW in CLion to build my projects
Try using "cmake --build . --target upload" instead of "make"
I did try your code mingw in clion but same problem.. i couldn't solve.

already build everything but lcd dont show string lmao
already build everything but lcd dont show string lmao
As written in Getting Started: Note that you may be required to change pin numbers to fit LiquidCrystal(). So if needed change their definitions in Arduino/Helpers/definitions.h (lines 5-10).
already build everything but lcd dont show string lmao
As written in Getting Started: Note that you may be required to change pin numbers to fit LiquidCrystal(). So if needed change their definitions in Arduino/Helpers/definitions.h (lines 5-10).
i test other simple project its can work with same liquidcrystal
already build everything but lcd dont show string lmao
As written in Getting Started: Note that you may be required to change pin numbers to fit LiquidCrystal(). So if needed change their definitions in Arduino/Helpers/definitions.h (lines 5-10).
i test other simple project its can work with same liquidcrystal
If your LCD shows strange symbols, than following might help you: https://github.com/sn0wyQ/SQ-Project-CSGO-Arduino/issues/13#issuecomment-894316341
What can we do for Faceit bypass?
- Buy DMA device
- Change memory.cpp so it will read memory using your DMA device
- Most likely you will also need to spoof your DMA device HWID
- And for more security you should connect your main mouse to Arduino and using USBHost library intercept your mouse inputs and send them using Arduino, so only one mouse would be connected yo PC (though last step may be overkill)
Can u recommend a good dma device for this job?
Spartan-6 FPGA SP605.
PCIeLeech boards are too instable, you shouldn't use them