Вообщем, пытался я сделать авто кликер для рыбалки на сервере Revent RP, так и не получилось, оставляю свои исходники на доработку, может кто-то и сможет осилить это...
CLEO:
{$CLEO}
0000:
while not Samp.Available()
wait 100
end
alloc 10@ = 256
alloc 15@ = 256
while true
wait 0
if 0C5D: samp textdraw 2120 is_exists
then
0C5A: samp textdraw 2120 get_string_to 15@
if 0C18: 24@ = strstr string1 15@ string2 "LD_BEAT:up"
then
for 6@ = 2116 to 2119
0C5A: samp textdraw 6@ get_string_to 10@
if 0C18: 24@ = strstr string1 10@ string2 "LD_BEAT:up"
then
0af8: "Стрелка вверх" -1
0af8: "%d" -1 6@
wait 200
0BCA: samp send_click_textdraw 6@
end
end
end
if 0C18: 24@ = strstr string1 15@ string2 "LD_BEAT:left"
then
for 7@ = 2116 to 2119
0C5A: samp textdraw 7@ get_string_to 10@
if 0C18: 24@ = strstr string1 10@ string2 "LD_BEAT:left"
then
0af8: "Стрелка влево" -1
0af8: "%d" -1 7@
wait 200
0BCA: samp send_click_textdraw 7@
end
end
end
if 0C18: 24@ = strstr string1 15@ string2 "LD_BEAT:right"
then
for 8@ = 2116 to 2119
0C5A: samp textdraw 8@ get_string_to 10@
if 0C18: 24@ = strstr string1 10@ string2 "LD_BEAT:right"
then
0af8: "Стрелка вправо" -1
0af8: "%d" -1 8@
wait 200
0BCA: samp send_click_textdraw 8@
end
end
end
if 0C18: 24@ = strstr string1 15@ string2 "LD_BEAT:down"
then
for 9@ = 2116 to 2119
0C5A: samp textdraw 9@ get_string_to 10@
if 0C18: 24@ = strstr string1 10@ string2 "LD_BEAT:down"
then
0af8: "Стрелка вниз" -1
0af8: "%d" -1 9@
wait 200
0BCA: samp send_click_textdraw 9@
end
end
end
end
end
Последнее редактирование: