DELETED-6843
Google Whisperer
Divine
LEVEL 1
500 XP
THIS IS AN EXPLOIT TO GET A FREE RANDOM SKIN BOOST EVERY TIME YOU PLAY ARAM WHICH GIVES ALL YOUR TEAM A RANDOM SKIN + A 200 BE BOOST FOR YOU. TAKE CARE AS YOU CAN GET U LEACH = BAN
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/$_[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 ]
}
}
You need :
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.p
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/$_[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 ]
}
}
You need :
Loading…
strawberryperl.com
Save the code inside a file with .pl suffix
Open cmd.exe and navigate to the file path and run it using perl file.p