Friday, October 13, 2017

Lineage 2 - Auto Clicker

ac2usb.jpg

[ANCHOR=description]WHAT IS AC2USB
- Auto Clicker at hardware level that as small as pen drive
- Detect as standard HID keyboard/mouse
- Controllable by custom software, by timer or scripts
- Automate key press for chat, combo or just repeat
- Automate mouse movement and click
- By pass all smartguard and alike
- Customized for use with Lineage2

[ANCHOR=diagram]HOW DOES IT WORK?
It’s because MMORPG protection software, like smartguard, can detect hardware and software key-press and blocks all software key-press by default. Cracking these software always comes with huge risk as these software auto update frequently to protect themself. The best option in this case is a hardware autoclicker. So, instead of building a robot that can press buttons, you build a physical keyboard that can press button itself. That is why ac2usb was born.

Ac2usb alone IS a physical, brainless keyboard. In order to work, it requires a controller software, AutoClicker Script or ACS.

[INDENT]

ac2usb-diagram.png

[/INDENT]

This video clip demonstrates how mouse movement can be automated with ac2usb

[ANCHOR=script]SCRIPT LANGUAGE FOR ACS1.4
[INDENT]

acs1.0usb-main.jpg

[/INDENT]

My script language has simple structure and just a few keywords:

;AC Script 1.4  - sample

;Setup
HotKey 	num+		;set hotkey for this script as Numpad +
Loop 	1		;set it loop
TimerKey Home 1000	;special timer key which press each 1000 milisec

;Script sequence
Key C
Repeat 1 10 ;repeat 1 following lines 10 times
Key E
Key Z
Delay 1000

;; Result: ceeeeeeeeeez

The scripting, that you put in, is very flexible. It can reproduce almost all key/mouse combinations given the result is predictable.

The following code will help to click [Log in] button by mouse movement and mouse click just like the mouse is controlled by a real human being.
[INDENT]

l2_login2.jpg

[/INDENT]

;;Move to the Log In button and click it
CenterXY -46 77 ; move left 46px, down 77px from center point
delay 100
mouse 1

[ANCHOR=acs]WHY ACS1.4 INSTEAD OF MOUSE RECORDER SOFTWARE
- ACS is a HARDWARE auto click. It is not constrained by anti virus, gameguard or any protection software.
- It generates hardware key press and mouse click like a human being, similar to robot plays Piano Tiles
- Coordinate in used is relative with the origin - point zero (0,0) - is at the top left of the game window, not the desktop.
- You don’t have to rewrite the script, just keep using it as long as you don’t resize game window

DOWNLOAD
Again, below is controlling software or the driver you may say. It still needs the usb stick, ac2usb, that could fire key-press
[INDENT]
[table]
[row][cell][attach=downloads/ac2usb/acs1.3_trial.rar]acs1.3_trial.rar[/attach] [cell]built 7-SEP-2018[cell][/cell]
[row][cell][attach=downloads/ac2usb/acs1.4b_usb.rar]acs1.4b_usb.rar[/attach] [cell]built 14-SEP-2018 [cell] Stable[/cell]
[row][cell][attach=downloads/ac2usb/Guide_acs1.4.docx]Guide_acs1.4.docx[/attach] [cell]30-OCT-2018 [cell] Scripting guide for ACS1.4[/cell]
[row][cell][attach=http://files.ceezblog.info/ac3usb3.1.rar]ac3usb3.1.rar[/attach] [cell]24-JUL-2017 [cell]old-version autoclicker[/cell]
[row][cell][attach=downloads/ac2usb/ac2usbfw23.zip]ac2usbfw23.zip[/attach][cell]12-APR-2019 [cell]firmware flasher directly from the internet[/cell]
[row][cell][attach=http://files.ceezblog.info/arduino_driver.zip]arduino_driver.zip[/attach] [cell]————— [cell]Driver package for Leonardo[/cell]
[row][cell][attach=downloads/ac2usb/HDSD_acs1.4.docx]HDSD_acs1.4.docx[/attach][cell]14-SEP-2018 [cell]Guide in Vietnamese[/cell]
[/table]
[/INDENT]

The trial version uses software emulated keypress, it may work or may not. It is just for demonstrate the functions of acs1.3 without the hardware usb keyboard of the ac2usb stick.

Download and install Microsoft Visual C++ Redistributable 2010 if acs1.4 or ac3usb don’t start.
If you’re interested in old version of ACS, email me.

[ANCHOR=hardware]USB STICK - THE HARDWARE
Ac2usb utilizes Arduino Leonardo equivalent circuit. Any board with ATmega32u4 will work: Arduino Leonardo, sparkfun pro-micro, teensy2.0 or wearing-thing adafruit flora. Even the mechanic keyboard GH60 that has teensy2.0 at its heart can be flashed the firmware to work as ac2usb.

ac2usb_arduinoleonardo.jpg
ac2usb_teensy2.0.jpg
ac2usb_flora.jpg
gh60.jpg
ac2usb_rubber_ducky.jpg
ac2usb_beetle_arduino.jpg
ac2usb_metalcase.jpg

Note: Windows 8 machine (or older) requires Arduino Leonardo driver.

[ANCHOR=disclaimer]DISCLAIMER
You use this tool at your own risk. I take no responsibility for your game account being banned, jailed or whatever bad thing happened. It’s your own game account you take the fall over your bad usage. Please use automated tool with precaution and responsibility.

[ANCHOR=get_ac2usb]HOW TO GET A PIECE OF AC2USB OR JUST FIRMWARE
I am not doing this for living but if you want an ac2usb stick, or just a copy of firmware, you will get it for a small fee.

You can drop me an email : [gtext alt=my_email]ceezblog@gmail.com[/gtext]
[tag]ac2usb, acs1.0[/tag]