Advertisement
Guest User

BOOM MESSAGES! NOTEPAD

a guest
Oct 17th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.33 KB | None | 0 0
  1. dim wsh
  2. amount=fill in the amount
  3. delay=1
  4. set wsh=wscript.createobject("wscript.shell")
  5. wscript.sleep 3000
  6.  
  7. for i=1 to amount
  8. wsh.sendkeys "the contents of the message do not delete the quotation marks"
  9. wsh.sendkeys "{ENTER}"
  10. wscript.sleep delay
  11. next
  12.  
  13. 'END
  14.  
  15.  
  16.  
  17.  
  18.  
  19. NOTE : SAVE WITH .bat type!! do not save with .txt type!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement