Skip to content

Instantly share code, notes, and snippets.

/leagueoflegends Secret

Created June 13, 2014 16:48
Show Gist options
  • Save anonymous/6f3de325d7b770ccb992 to your computer and use it in GitHub Desktop.
Save anonymous/6f3de325d7b770ccb992 to your computer and use it in GitHub Desktop.
Starts League of Legends
#!/bin/sh
# adjust paths!
#
# package deps (debian): mono-runtime libmono-system-core4.0-cil
playonlinux --run "League of Legends"
while ps aux | grep -v grep | grep LolClient
do
sleep 1
done
cd ~/.PlayOnLinux/wineprefix/leagueoflegends/tuxlol
mono tuxlol.exe patch --dir ../drive_c/League\ of\ Legends/ --no-backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment