League of Legends Profile Icon Changer

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Tired of cheating
Süper Üye
Katılım
16 Haz 2018
Mesajlar
1,338
Çözümler
4
Tepki puanı
147
Ödüller
10
Yaş
33
7 HİZMET YILI
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.


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:

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
Nasıl kullanılır

  • 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
I wonder how people script this type of thingst. Anyway thanks for sharing
 
The Prince
Ultra Üye
Katılım
23 Mar 2018
Mesajlar
1,936
Çözümler
3
Tepki puanı
409
Ödüller
8
8 HİZMET YILI
thats pretty cool, but for these wo want a exe for this just search it on Github, its pretty easy to find.
 
Ultra Üye
Katılım
22 Mar 2019
Mesajlar
1,538
Çözümler
10
Tepki puanı
125
Ödüller
7
Yaş
29
7 HİZMET YILI
güzel ve kullanışlı olmuş kodlar için teşekkürler ve emeğin için
 
patience has limits
Ultra Üye
Katılım
11 Tem 2018
Mesajlar
1,605
Çözümler
2
Tepki puanı
97
Ödüller
9
7 HİZMET YILI
I just found out that there is a Profile Icon Changer tool for League of Legends
 
Tired of cheating
Süper Üye
Katılım
16 Haz 2018
Mesajlar
1,338
Çözümler
4
Tepki puanı
147
Ödüller
10
Yaş
33
7 HİZMET YILI
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.


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:

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
Nasıl kullanılır

  • 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
God bless big brother for sharing it with us...
 
Ultra Üye
Katılım
30 Nis 2022
Mesajlar
1,645
Çözümler
7
Tepki puanı
147
Ödüller
5
4 HİZMET YILI
Great thank you so much, im going to try it and btw there is a tool that u can use it is easier but still thank you a lot and great effort
 
The weak fear the shadows
Onaylı Üye
Katılım
18 Nis 2019
Mesajlar
70
Tepki puanı
5
Ödüller
4
Yaş
21
7 HİZMET YILI
thx for share
link dont work:
Bağlantıları görmek için lütfen Giriş Yap
 
Moderatörün son düzenlenenleri:
The weak fear the shadows
Onaylı Üye
Katılım
18 Nis 2019
Mesajlar
70
Tepki puanı
5
Ödüller
4
Yaş
21
7 HİZMET YILI
ah is old post i get bait it this time
 
Süper Üye
Katılım
7 Şub 2020
Mesajlar
864
Tepki puanı
45
Ödüller
4
Yaş
35
6 HİZMET YILI
Hocam kodu nasıl kulanıcaz barı bilgi verseydin yapabilen bi yardim edebilirmi msj yolu ile?
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst