Advertisement
RandaliciousRS

AFK Cooking Timer

Aug 16th, 2015
4,483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #SingleInstance FORCE
  2.  
  3. ;This is a script that is an internal timer. It tells you to rebank for cooking.
  4. ;This timer has a sound and visual cue.
  5. ;GhostCalib3r is the best Kappa
  6.  
  7.  
  8. loop,
  9.  
  10. {
  11.  
  12.  
  13.  
  14. loop, 5
  15.  
  16. {
  17. MsgBox, 64, COOKING TIME!, Mmmm... Profit... , .2
  18. MsgBox, 64, COOKING TIME!, Mmmm... Profit... , .2
  19. MsgBox, 64, COOKING TIME!, Mmmm... Profit... , .2
  20. MsgBox, 64, COOKING TIME!, Mmmm... Profit... , .2
  21.  
  22.  
  23. MsgBox, 64, COOKING TIME!, Mmmm... Profit... , 3
  24.  
  25.  
  26. Sleep, 69000
  27.  
  28.  
  29.  
  30.  
  31. }
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. }
  44.  
  45.  
  46.  
  47. ;ESC::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement