OP Posted at 12-12-2021, 01:07 PM
(This post was last modified: 12-12-2021, 01:09 PM by iamragnar.)
Please LIKE if helped you!
Download the .txt file in the post
Download and install Strawberry Perl. 64 or 32bit version, depending on your system
Use windows search and type "cmd". You can use either the normal cmd, or the perl cmd, doesn't really matter. Open one of the 2.
In the cmd terminal, enter " cpan JSON::Parse" without quotes. Wait for it to finish, should take a few seconds.
When it's done, you can close the cmd window. Go to the .txt file you downloaded from this post, you will see these 2 lines: CHAMPION => ucfirst('Teemo'), POSITION => 'SUP BITCHEZ',. Change "Teemo" to the name of the champion you want to instalock, there's a list of all valid champion names if you scroll down the .txt file. Edit "sup bitchez" to whatever message you want it to send when you enter champ select. When done with these 2, save and close.
Open league of legends. After logging in, go back to the .txt file, and rename it. From .txt, make it a .pl file. Open it, if it asks you to choose an app, choose the Strawberry Perl program you downloaded and installed. When you do that, your game should automatically enter a blind pick queue, and then you wait for a game.
To change champion and message (role/lane), close perl cmd, go back to the (now) .pl file, and open it using notepad, edit the same lines as before to your liking, save, open with perl again.
Download the .txt file in the post
Download and install Strawberry Perl. 64 or 32bit version, depending on your system
Use windows search and type "cmd". You can use either the normal cmd, or the perl cmd, doesn't really matter. Open one of the 2.
In the cmd terminal, enter " cpan JSON::Parse" without quotes. Wait for it to finish, should take a few seconds.
When it's done, you can close the cmd window. Go to the .txt file you downloaded from this post, you will see these 2 lines: CHAMPION => ucfirst('Teemo'), POSITION => 'SUP BITCHEZ',. Change "Teemo" to the name of the champion you want to instalock, there's a list of all valid champion names if you scroll down the .txt file. Edit "sup bitchez" to whatever message you want it to send when you enter champ select. When done with these 2, save and close.
Open league of legends. After logging in, go back to the .txt file, and rename it. From .txt, make it a .pl file. Open it, if it asks you to choose an app, choose the Strawberry Perl program you downloaded and installed. When you do that, your game should automatically enter a blind pick queue, and then you wait for a game.
To change champion and message (role/lane), close perl cmd, go back to the (now) .pl file, and open it using notepad, edit the same lines as before to your liking, save, open with perl again.