Advertisement
Ex0rpl4net

Untitled

Oct 30th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Launchtime := A_tickcount
  2. loop
  3. {
  4. timepassed := Launchtime-A_tickcount
  5.  
  6. if (timepassed == 0) ;this is not achieveable btw,thats freaking miliseconds
  7. {
  8. do this
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement