WARNING! Possibly horribly broken. For stability, switch to master branch. Completely changed the way the installer system works.
This commit is contained in:
15
.install/Lone Wolf.sh
Normal file
15
.install/Lone Wolf.sh
Normal file
@ -0,0 +1,15 @@
|
||||
download "http://www.gmagames.com/lw350.exe"
|
||||
install_wine_bottle vb6run dx8vb speechsdk
|
||||
wine "${cache}/lw350.exe" /silent &
|
||||
xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null
|
||||
xdotool sleep 10 type --clearmodifiers --delay 100 "$USER" 2> /dev/null
|
||||
xdotool key --clearmodifiers Tab 2> /dev/null
|
||||
xdotool type --clearmodifiers --delay 100 "$HOSTNAME" 2> /dev/null
|
||||
xdotool key --clearmodifiers Tab 2> /dev/null
|
||||
xdotool type --clearmodifiers --delay 100 "na@na.na" 2> /dev/null
|
||||
xdotool key --clearmodifiers Tab 2> /dev/null
|
||||
xdotool type --clearmodifiers --delay 100 "uuuuuu" 2> /dev/null
|
||||
xdotool key --clearmodifiers Tab 2> /dev/null
|
||||
xdotool key --clearmodifiers Return 2> /dev/null
|
||||
${wine}server -w
|
||||
add_launcher "c:\Program Files\Lone Wolf\lw.exe"
|
Reference in New Issue
Block a user