Honestly I really wish they would implement a legit client...
Zeprido is currently:Online
If I've helped you at all in any way, or you really like my post click that +Rep button =)
You can always call me Zep for short =D
Feel free to private message me with questions/concerns or if you just want to chat =)
Cavetroll wrote:
Yea, it's extremely idiotic of Riot to leave the check in a javascript file that can easily be changed but I'm not one to complain =D
And its a more permanent solution than the konami code.
I knew about that already, but Can't Riot "check" to see if that is missing and then replace it ever patch?
Also the code actually makes me feel like I'm doing something sneaky... >.>
Zeprido is currently:Online
If I've helped you at all in any way, or you really like my post click that +Rep button =)
You can always call me Zep for short =D
Feel free to private message me with questions/concerns or if you just want to chat =)
we already have a post like this
http://www.mobafire.com/league-of-legends/forum/general/huge-discovery-new-server-bypass-642
either my method
-use ace client
-or In your launcher press CTRL+L, then enter this: javascript:setServerStatus(1);
http://www.mobafire.com/league-of-legends/forum/general/huge-discovery-new-server-bypass-642
either my method
-use ace client
-or In your launcher press CTRL+L, then enter this: javascript:setServerStatus(1);
You need to log in before commenting.
1) Browse to ...\Riot Games\League of Legends\html\js
2) Open main.js with a text editor
3) Find the line "if (!$(this).hasClass('play_button_disabled')) {" (without quotes)
4) Delete "if (!$(this).hasClass('play_button_disabled')) {" and the corresponding bracket.
It should look like:
...
$('#play_button').click(function() {
Launcher.play();
return false;
});
...
5) Save and Enjoy!
Feel free to post any questions! Have fun playing!