SQ-Project-CSGO-Arduino icon indicating copy to clipboard operation
SQ-Project-CSGO-Arduino copied to clipboard

build issue

Open BurakBalamir opened this issue 4 years ago • 18 comments

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

BurakBalamir avatar Aug 05 '21 23:08 BurakBalamir

Try setting ARDUINO_DEFAULT_BOARD to "leonardo" and ARDUINO_DEFAULT_PROGRAMMER to "avrispmkii" (which btw should be done automaticly by cmake)

sn0wyQ avatar Aug 06 '21 07:08 sn0wyQ

I tried them, still not fixed. I used clion, still didn't work. what is your arduino ide version and cmake version?

BurakBalamir avatar Aug 06 '21 08:08 BurakBalamir

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

sn0wyQ avatar Aug 06 '21 09:08 sn0wyQ

image

I'll try every way but always error.. Maybe u missed something?

BurakBalamir avatar Aug 06 '21 11:08 BurakBalamir

When building Arduino part you need to connect Arduino to your PC and build target "upload"

sn0wyQ avatar Aug 06 '21 11:08 sn0wyQ

Well, how can i do?

BurakBalamir avatar Aug 06 '21 11:08 BurakBalamir

You need to add "--target target-name" to the end of your build command if you use CLI (which I assume you do)

sn0wyQ avatar Aug 06 '21 11:08 sn0wyQ

It will be very helpful if you share your mingw build code?

BurakBalamir avatar Aug 06 '21 12:08 BurakBalamir

I use MinGW in CLion to build my projects

Try using "cmake --build . --target upload" instead of "make"

sn0wyQ avatar Aug 06 '21 13:08 sn0wyQ

I did try your code mingw in clion but same problem.. i couldn't solve. image

BurakBalamir avatar Aug 06 '21 13:08 BurakBalamir

already build everything but lcd dont show string lmao

H3artdown avatar Aug 07 '21 19:08 H3artdown

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).

sn0wyQ avatar Aug 07 '21 19:08 sn0wyQ

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).

)Q_GRAUBLJ0)_`S0PG64M 1 i test other simple project its can work with same liquidcrystal

H3artdown avatar Aug 07 '21 19:08 H3artdown

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).

)Q_GRAUBLJ0)_`S0PG64M 1 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

sn0wyQ avatar Aug 07 '21 20:08 sn0wyQ

What can we do for Faceit bypass?

BurakBalamir avatar Aug 08 '21 07:08 BurakBalamir

  1. Buy DMA device
  2. Change memory.cpp so it will read memory using your DMA device
  3. Most likely you will also need to spoof your DMA device HWID
  4. 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)

sn0wyQ avatar Aug 08 '21 08:08 sn0wyQ

Can u recommend a good dma device for this job?

BurakBalamir avatar Aug 08 '21 08:08 BurakBalamir

Spartan-6 FPGA SP605.

PCIeLeech boards are too instable, you shouldn't use them

sn0wyQ avatar Aug 08 '21 08:08 sn0wyQ