Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 09c7323

Browse files
Update main.pl
Fuck The System 👋
1 parent 5f77b76 commit 09c7323

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.src/main.pl

+3-13
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,19 @@ sub main_menu {
4848
if ($option eq "") {
4949
main_menu();
5050
} elsif ($option eq "01" || $option eq "1") {
51-
my $app_name = "happy-birthday.apk";
52-
my $sec_name = "xxx.apk";
5351
move_file();
5452
} elsif ($option eq "02" || $option eq "2") {
55-
my $app_name = "antivirus.apk";
5653
move_file();
5754
} elsif ($option eq "03" || $option eq "3") {
58-
my $app_name = "Play-Game.apk";
59-
my $sec_name = "HellBoy.apk";
6055
move_file();
6156
} elsif ($option eq "04" || $option eq "4") {
62-
my $app_name = "antivirus.apk";
63-
my $sec_name = "Elite.apk";
6457
move_file();
6558
} elsif ($option eq "05" || $option eq "5") {
66-
my $app_link = "my-antivirus";
67-
short_link();
59+
short_link();
6860
} elsif ($option eq "06" || $option eq "6") {
69-
my $app_link = "Happy-BirthDay-Dear";
70-
short_link();
61+
short_link();
7162
} elsif ($option eq "07" || $option eq "7") {
72-
my $app_link = "play-my-games";
73-
short_link();
63+
short_link();
7464
}
7565
}
7666

0 commit comments

Comments
 (0)