BOT's & SCRIPT's

 

Alerta tal monstro na tela

Const
MonsterName = 'Toad'

while not terminated do
begin
updateworld;
for i:= 0 to creatures.count -1 do
begin
if Creatures.Creature.Name = MonsterName
then playsound('C:\Windows\Media\Notify.wav');
sleep(100);
end;
sleep(100);
end;

Pesquisar no site

© 2010 Todos os direitos reservados.