Arduino Time-Saving Tips 0.3
Description
Arduino Time-Saving Tips
This is a script in progress that lets you send strings through a serial port to activate things within a game (using an Arduino or an external script).
Features:
- - A small menu accessible with "01" sent through the port.
- - Navigate up in the menu using "02" through the port.
- - Navigate down in the menu using "03" through the port.
- - Select an option using "04" through the port.
- - 4 customizable shortcuts (defined in the .ini file) to set your desired level, toggle wanted/visibility status, and spawn vehicles (including modded ones).
- - Press F9 to reload the .ini file without restarting the entire script.
- - Press F10 to enable the menu. Only press this if the port in the ini file is correctly set and another script or Arduino is using it. Otherwise, an error will occur.
Menu Options:
- - Remove wanted level.
- - Never wanted (remain undetected).
- - Invisibility.
- - Invincibility.
- - Spawn cars (using shortcuts).
- - Set wanted level (using shortcuts).
More features are planned for the future.
Installation:
Place Arduino.dll and Arduino.ini in your scripts folder along with lemonUI (download the latest version and use the SHVDN3.dll).
Arduino Code:
In the void setup, add "Serial.begin(9600)". When a button is pressed, send "Serial.println(01)" to activate option 1. More commands will be added later.
Csharp Code:
Research serial ports and string sending. The strings needed are simply "01-04" for navigation.
Changelog:
- 0.3: Added customizable shortcuts, a button to reload the .ini file, and new shortcut features.
- 0.2: Completely reworked with an .ini file for easier configuration and a menu interface for future expansion.
- 0.1: First release.
Do not reupload without permission!
First Upload: November 11, 2024 Last Updated: November 11, 2024
0 Comments
Join the conversation! Log In or register for an account to be able to comment.