1
Общие вопросы / Re: Не работает код KEYSTRING
« on: September 15, 2019, 02:03:26 PM »
Спасибо большое очень выручил
Добавлена тема оформления "Clickermann" для кода с подсветкой синтаксиса. Выбирается из выпадающего списка "Код" (рядом с "цвет", "размер" и "шрифт") в режиме редактирования поста. Либо просто BB-тегом "code=clickermann"
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
thread(th1)
if (iskeydown(#1)=1)
LCLICK(709,16)
wait(1)
end_if
waitms(10)
end_thread
//=============================================
thread(th1)
if (iskeydown(#2)=1)
KEYSTRING("")
LCLICK(343,695)
KEYPRESS(#DELETE)
wait(1)
end_if
waitms(10)
end_thread
//=============================================
thread(th1)
if (iskeydown(#0)=1)
KEYSTRING("")
LCLICK(343,695)
KEYPRESS(#DELETE)
wait(1)
end_if
waitms(10)
end_thread
//=============================================
thread(th1)
if (iskeydown(#9)=1)
KEYSTRING("")
LCLICK(343,695)
KEYPRESS(#DELETE)
wait(1)
end_if
waitms(10)
end_thread
//=============================================
thread(th1)
if (iskeydown(#8)=1)
KEYSTRING("")
LCLICK(343,695)
KEYPRESS(#DELETE)
wait(1)
end_if
waitms(10)
end_thread
//=============================================
thread(th1)
if (iskeydown(#7)=1)
KEYSTRING("a soldier")
LCLICK(343,695)
KEYPRESS(#DELETE)
wait(1)
end_if
waitms(10)
end_thread
//=============================================
thread(th1)
if (iskeydown(#6)=1)
KEYSTRING("")
LCLICK(343,695)
KEYPRESS(#DELETE)
wait(1)
end_if
waitms(10)
end_thread
//=============================================
thread(th1)
if (iskeydown(#5)=1)
KEYSTRING("")
LCLICK(343,695)
KEYPRESS(#DELETE)
wait(1)
end_if
waitms(10)
end_thread
//=============================================
thread(th1)
if (iskeydown(#4)=1)
KEYSTRING("")
LCLICK(343,695)
KEYPRESS(#DELETE)
wait(1)
end_if
end_thread
//=============================================
thread(th1)
if (iskeydown(#3)=1)
KEYSTRING("")
LCLICK(343,695)
KEYPRESS(#DELETE)
wait(1)
end_if
waitms(10)
end_thread
//=============================================
thread(th1)
if (iskeydown(#TAB)=1)
KEYSTRING("")
wait(1)
end_if
waitms(10)
end_thread