Onaylı Üye
League of Legends Profile Icon Changer
EN: profileIconId 29 is the Empty Icon many smurfs use, you can change it to w/e you want
TR: profileIconId 29, birçok smurf hesabın kullandığı boş bir simgedir, istediğiniz simgenin kodu varsa onu girip değiştirebilirsiniz.
EN: profileIconId 29 is the Empty Icon many smurfs use, you can change it to w/e you want
TR: profileIconId 29, birçok smurf hesabın kullandığı boş bir simgedir, istediğiniz simgenin kodu varsa onu girip değiştirebilirsiniz.
PHP:
use strict;
use warnings;
use MIME::Base64;
use LWP::UserAgent;
pid('{"profileIconId": 29}');
sub pid {
my ($a,$p) = @{auth()};
my $u = LWP::UserAgent->new(
ssl_opts => { verify_hostname => 0 },
protocols_allowed => ['https']
);
my $r = HTTP::Request->new('PUT', "https://127.0.0.1:$p/lol-summoner/v1/current-summoner/icon" );
$r->header('Accept' => 'application/json');
$r->header('Content-Type' => 'application/json');
$r->header('Authorization' => "Basic $a");
$r->content($_[0]);
my %data = map { (split/:/)[0] => (split/:/)[1] } split/,/,
$u->request($r)->content =~ s/(?:[{"}\n]|\s{2,})//gr;
print map { sprintf("%30s\t%-15s\n",$_,$data{$_}) }
keys %data
}
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 ]
}
}
TR-Gereksinimler:
EN-Requirements:
- Bağlantıları görmek için lütfen Giriş Yap
- 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
- Kodu yeni metin belgesine .pl uzantısı ile kaydedin
- Komut istemcisini açın(cmd.exe) ve dosya yoluna gidin(strawbery perl) ve perl kullanarak çalıştırın file.pl
Edit:
TR: Tüm ikon kodlarının olduğu siteyi bırakıyorum
EN: Link to site with all icon codes
Bağlantıları görmek için lütfen
Giriş Yap
Son düzenleme: