(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
SetActiveWindow Knight OnLine Client
Constants
AIMDelay = 3 // 3 seconds delay for aim aka pressing Z button
ATKDelay = 4 // 4 seconds delay for attack pressing R
AIMKey = x
ATKKey = r
WaitDelay = 10000 // waits 10 seconds before doing another...
end
Procedure AttackStart
Delay AIMDelay sec
KeyDown AIMKey
Delay ATKDelay sec
KeyDown ATKKey
Delay WaitDelay sec
end