Frohes neues Jahr!
Ich wünsche euch allen ein wunderschönes neues Jahr und habe ein kleines Geschenk für euch.
Hier ist der Python-Quellcode für ein Arduino-Hardware-Macro, speziell für CS2.
Voraussetzungen:
- Python 3.12
- Sensitivität: 1.5
- Arduino Leonardo (ATmega32u4): Kernkomponente für das Macro.
- USB Host Shield: Optionales Zubehör für zusätzliche Funktionalitäten.
Dieser Beitrag ist
keine Schritt-für-Schritt-Anleitung, sondern liefert euch den Quellcode, der so wie beschrieben funktioniert.
Der Code wurde zuletzt mit dem Faceit Anti-Cheat getestet und hat
bis DATO funktioniert.
Funktionen:- Arduino Hardware-Bypass:
Der Arduino wird automatisch durch einen Spoof der Hardware-ID getarnt.
Host.ino
Code:
https://github.com/Boolty/Arduino-Macro/blob/main/host.ino
Dieser Quellcode sorgt dafür, dass Bewegungen im richtigen Moment ausgeführt werden.
- Hauptdatei (Main.py):
In dieser Python-Datei könnt ihr den COM-Port konfigurieren und eure eigenen Key-Binds festlegen.
Ihr habt die Möglichkeit, das Macro über 1, 2 und 3 zu pausieren oder fortzuführen.
Unterstützte Waffen: - AK47
- M4A4
- M4A1-S
- AUG
- SG553
- FAMAS
- MAC10
- MP9
Main.py
Code:
https://github.com/Boolty/Arduino-Macro/blob/main/main.py
- Bypass File (bypass.py):
Dieses Python-Skript ist notwendig, um die Hardware-ID des Arduino zu verschleiern.
bypass.py
Code:
https://github.com/Boolty/Arduino-Macro/blob/main/bypass.py
Happy New Year!
I hope you're all having a great start to the new year.
As a small gift, here is the Python source code for an Arduino hardware macro designed for CS2.
Requirements:
- Python 3.12
- Sensitivity: 1.5
- Arduino Leonardo (ATmega32u4): The core component for this macro.
- USB Host Shield: An optional accessory for added functionality.
This is
not a step-by-step guide, but rather the raw source code, which works as is.
It was last tested with the Faceit Anti-Cheat and has been functional
TO THIS DAY.
Features:- Arduino Hardware Bypass:
The Arduino's hardware ID is automatically spoofed for detection bypass.
Host.ino
Code:
https://github.com/Boolty/Arduino-Macro/blob/main/host.ino
This Arduino code ensures movements are executed at the right time.
- Main File (Main.py):
In this Python file, you can configure the COM port and customize key binds.
You can pause or resume the macro using 1, 2, and 3.
Supported weapons: - AK47
- M4A4
- M4A1-S
- AUG
- SG553
- FAMAS
- MAC10
- MP9
Main.py
Code:
https://github.com/Boolty/Arduino-Macro/blob/main/main.py
- Bypass File (bypass.py):
This Python script is used to spoof the hardware ID of the Arduino.
bypass.py
Code:
https://github.com/Boolty/Arduino-Macro/blob/main/bypass.py
SHARE IS LOVE!!