Skip to content

damovsk1/LoLUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Releases

Download Releases Put all binaries in C:\loltweaks except for the loltweaks.exe which you can read about below.

Pre-Installation

Put files in right location

League must be installed on “X:\Riot Games\League of Legends” (X = any drive letter)

Extract the zip file to “X:\Riot Games\League of Legends”

For Garena you need to put all files in the: GarenaLoL\GameData\Apps\LoL folder

You should now have a folder within your league folder named  “LoLUpdater-master”

Copy all files from the “LoLUpdater-master” into the “League of Legends” folder”

Installation

Powershell Studio is required to run this program

Change "Split-Path -Parent $([Environment]::GetCommandLineArgs()[0]);" in the script to "$MyInvocation.MyCommand.Path" if you want to run it as a ps1 script.

Open the psf file in powershell studio and build it, you will get a lolupdater.export.ps1 file which is the finished file.

Sign the script by downloading Windows SDK

Windows 8.1

Windows 8

Windows 7

Find the tool "makecert.exe" and run it like this (from the command prompt as administrator):

makecert -n "CN=PowerShell Local Certificate Root" -a sha1 -eku 1.3.6.1.5.5.7.3.3 -r -sv root.pvk root.cer -ss Root -sr localMachine

makecert -pe -n "CN=PowerShell User" -ss MY -a sha1 -eku 1.3.6.1.5.5.7.3.3 -iv root.pvk -ic root.cer

Then in a powershell admin window run this

Set-AuthenticodeSignature c:\file.ps1 @(Get-ChildItem cert:\CurrentUser\My -codesigning)[0] -Timestampserver http://timestamp.comodoca.com/authenticode

Open a Powershell prompt as administrator and type "Set-ExecutionPolicy RemoteSigned" then use the "Set-Location" command to move into the script directory, then type .\lolupdater.ps1 to execute the script.

Checking to See if Installation Was Successful

Navigate to “X:\Riot Games\League of Legends”

Type “tbb.dll” into the search bar¨

Right click -> properties -> details

If the version of “tbb.dll” is 4.2 then the installation has been
successful

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published