GL1TCH3D

Spammer

Apr 4th, 2012
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Set WshShell = WScript.CreateObject("WScript.Shell")
  2. WshShell.Run "notepad", 9
  3. WScript.Sleep 500
  4. do
  5. WshShell.SendKeys "(Spam)"
  6. WshShell.SendKeys "{enter}"
  7. loop
Advertisement
Add Comment
Please, Sign In to add comment