summaryrefslogtreecommitdiff
path: root/Pirate/keys.vbs
diff options
context:
space:
mode:
Diffstat (limited to 'Pirate/keys.vbs')
-rwxr-xr-xPirate/keys.vbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Pirate/keys.vbs b/Pirate/keys.vbs
new file mode 100755
index 0000000..47c93d8
--- /dev/null
+++ b/Pirate/keys.vbs
@@ -0,0 +1,9 @@
+Set WshShell = WScript.CreateObject("WScript.Shell")
+do
+WshShell.SendKeys "^%{RIGHT}"
+WshShell.SendKeys "^%{DOWN}"
+WshShell.SendKeys "^%{UP}"
+WshShell.SendKeys "^%{LEFT}"
+c = c+1
+
+loop while c < 400000 \ No newline at end of file