pnb1 Guest
|
Posted: Sat Jun 14, 2008 8:20 pm Post subject: l2 cp kliker help pls |
|
|
#ifWinActive, Lineage II
#UseHook ON
`::Suspend, toggle
'::
Loop
{
GetKeyState, InsertState, Insert, P
if InsertState = D
break
sleep 250
PixelGetColor, color, 161, 35
IfInString, color, 395563
{
Send {F11}
sleep 250
Send {F12}
}
}
Return
Here guys, i have this script and it doesn't work, What's wrong?
It should be an auto cp clicker...  |
|