var fDesc=new Array(); fDesc[0] = "L2click is program that automates monsters killing and AutoCP/GHP/QHP in Lineage 2.
It's able to obtain information from Lineage2 game client by reading colors
of specific pixels on the screen and according to this input it is able to
simulate pressing keys F1-F12.

L2click is invisible for server because it does not modify packets.

Key Features:

- can read changes on the screen and according to them it presses keys
- or do any other actions
- can't be detected by server because L2click does not work with packets
- can switch between two windows and in each window it is able to press keys
- works only in window mode


Operating System: 32-bit MS Windows (NT/2000/XP)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }