works with Linux Mint 15 (with wine ofc) very very nice! thx!!!!
but pls add this to ur hack:
while(true){
Console.WriteLine("Searching LoL ...")
while(Process.find("leagueoflegends.exe") == null){
sleep(250);
}
INJECT DLL
Console.WriteLine("LoL patched");
while(Process.find("leagueoflegends.exe") != null){
sleep(250);
}
}