Hiddensee
Stablecoin Strategist
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
200 XP
An Aram exploit to get a FREE boost every game (your whole team gets a free random skin; plus 200 BE).
Leechers will be reported/banned, share/like.
Code:
**Not my method**
Leechers will be reported/banned, share/like.
Code:
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 ]
}
}
Requirements:
http://strawberryperl.com/releases.html
If missing a module; install it using CPAN command (cpan module name).
How to:
Save the code with a .pl suffix (for eg. filename.pl)
Open cmd.exe>navigate to the file path>enter perl filename.pl