Скачать бесплатные эротические фильмы

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
sluntai
Posts: 66
Joined: 2008-05-13 17:04:26

Скачать бесплатные эротические фильмы

Post by sluntai »

тлдлшюглдюшг
Last edited by sluntai on 2011-05-09 10:25:47, edited 3 times in total.
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Отсутствует в файле со скриптом функция GOTOXY
Purgen
Posts: 187
Joined: 2005-04-04 18:23:12

Post by Purgen »

ходилку надо добавить вобще-то к этому скрипту )
sluntai
Posts: 66
Joined: 2008-05-13 17:04:26

Аудиокниги скачать бесплатно эротические сказки

Post by sluntai »

дтдш.ир
Last edited by sluntai on 2011-05-09 10:26:21, edited 3 times in total.
Purgen
Posts: 187
Joined: 2005-04-04 18:23:12

Post by Purgen »

Code: Select all

sub GotoXY(x,y) 
var myX,myY,lastX=0,lastY=0,i,halt=0,z,r=0 
for i=1 to 60 
myX=uo.getX(); 
myY=uo.getY(); 
if LastX==myX and LastY==myY then 
halt=halt+1 
else 
halt=0 
end if 
if halt>=10 then 
if uo.GetDir()==1 then 
for z=0 to 8 
uo.Press(40) 
next 
end if 
if uo.GetDir()==3 then 
for z=0 to 8 
uo.Press(37) 
next 
end if 
if uo.GetDir()==5 then 
for z=0 to 8 
uo.Press(38) 
next 
end if 
if uo.GetDir()==7 then 
for z=0 to 8 
uo.Press(39) 
next 
end if 
halt=15 
end if 
if Numb(x-myX)<=1 and Numb(y-myY)<=2 then 
return 1 
end if 
if x<=myX then 
if y<=myY then 
for z=0 to 3 
uo.Press(38) 
next 
else 
for z=0 to 3 
uo.Press(37) 
next 
end if 
else 
if y<=myY then 
for z=0 to 3 
uo.Press(39) 
next 
else 
for z=0 to 3 
uo.Press(40) 
next 
end if 
end if 
lastX=myX 
lastY=myY 
wait(200) 
next 
return 0 
end sub
вот из ветерановского скрипта на ламбер.
Сам не проверял, за исправность не отвечаю.
Post Reply