Ir para conteúdo

Featured Replies

Postado

{Tirar screenshoot ao upar}

Código:

var

Level: integer;


begin

UpdateWorld;

Level := Self.Level;

while not Terminated do

begin

UpdateWorld;

if Level <> Self.Level then

begin

Level := Self.Level;

ScreenShot('c:\level' + IntToStr(Level) + '.jpg');

end;

Sleep(1000);

end;

end; 

Ou Baixe

Ou baixe:

sshup.ng

  • Respostas 10
  • Visualizações 1.7k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Não sei se será considerado flood, porém enfim, queria agradecer pelo script, pois estou usando, irá ajudar com meu lt. Obrigada. =^-^=

Postado


var

Level: integer;


begin

UpdateWorld;

Level := Self.Level;

while not Terminated do

begin

UpdateWorld;

if Level <> Self.Level then

begin

Level := Self.Level;

ScreenShot('c:\level' + IntToStr(Level) + '.png');

end;

Sleep(1000);

end;

end; 

Só mudei o formato da img, .jpg pra .png (a qualidade fica BEM MELHOR) :D

  • 4 months later...

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo