League of Legends Aram Boost Exploit
What does this script?
It will unlock a random skin for your team, a one-game 200 bonus BE boost for yourself, and a one-game 100 bonus BE boost for the rest of your allies
When you are in the lobby, run this
What does this script?
It will unlock a random skin for your team, a one-game 200 bonus BE boost for yourself, and a one-game 100 bonus BE boost for the rest of your allies
When you are in the lobby, run this
Perl Version
PHP Code:
use strict;
use warnings;
use MIME::Base64;
use LWP::UserAgent;
use Data::Dumper;
use JSON::Parse 'parse_json';
blah('lol-champ-select/v1/team-boost/purchase/');
sub blah {
my ($auth,$port) = @{auth()};
my $ua = LWP::UserAgent->new( ssl_opts => { verify_hostname => 0 }, protocols_allowed => ['https'] );
my $uri = "https://127.0.0.1:$port/$_[0]";
my $req = HTTP::Request->new('POST', $uri );
$req->header( 'Accept' => 'application/json' );
$req->header( 'Content-Type' => 'application/json' );
$req->header( 'Authorization' => "Basic $auth" );
$req->content();
print Dumper parse_json($ua->request($req)->content )
}
sub auth {
my $proc = `WMIC path win32_process get Caption,Commandline | find "--remoting-auth-token="`;
if ($proc =~ /--remoting-auth-token=(\S+)".*?--app-port=(\d+)/) {
return [ encode_base64(qq(\x72\x69\x6f\x74:$1)), $2 ]
}
}
- [Only registered and activated users can see links. Click Here To Register...]
How to use
- Save the code inside a file with .pl suffix
- Open cmd.exe and navigate to the file path and run it using perl file.pl
Hit the Thanks button if you want me to keep posting new scripts :bandit: