What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Screenshots maker

lekaf

New Member
Joined
Sep 27, 2010
Messages
140
Reaction score
1
Hi, is there any plugin that makes screenshot every X second?
 
AutoIT ftw.

Code:
$a = 0
Do

SLeep(3000)
; Send Druck S-ABF dunno the name

$a = $a + 1
Until $a = 100000000
 
Back
Top