• Register now to get access to thousands of Tutorials, Leaked content, Hot NSFW and much more. Join us as we build and grow the community.

ARAM EXPLOIT (free skin boost)

Hiddensee

Stablecoin Strategist
H Rep
0
0
0
Rep
0
H Vouches
0
0
0
Vouches
0
Posts
167
Likes
139
Bits
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:
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
**Not my method**
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

452,512

356,407

356,429

Top
Raidforums