Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-42 authored Jul 2, 2019
1 parent 897e8fc commit 9e4c74f
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
2 changes: 2 additions & 0 deletions abcd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
51.15.46.137
149.56.81.59
71 changes: 71 additions & 0 deletions ig.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
#!/bin/bash
#version 1.0

clear
# Variables
b='\033[1m'
u='\033[4m'
bl='\E[30m'
r='\E[31m'
g='\E[32m'
bu='\E[34m'
m='\E[35m'
c='\E[36m'
w='\E[37m'
endc='\E[0m'
enda='\033[0m'
blue='\e[1;34m'
cyan='\e[1;36m'
red='\e[1;31m'

cowsay -f eyes "Termux.id" | lolcat
figlet -f slant "Termux.id" | lolcat
echo " <=====================[]====================>" | lolcat
echo " <=====[ Tools By AyipBontos ]=====>" | lolcat
echo " <=====[ Concact Me : +6282278198738 ]=====>" | lolcat
echo " <=====================[]====================>" | lolcat

sleep 1

###################################################
# CTRL + C
###################################################
trap ctrl_c INT
ctrl_c() {
clear
clear
sleep 1
exit
}


lagi=1
while [ $lagi -lt 6 ];
do
echo ""
echo -e $b "1. Pasword TXT${enda}";
echo -e $b "2. Proxy TXT${enda}";
echo -e $b "3. Langsung Crack${enda}";
echo -e $b "00. Exit${enda}";
read -p "Pilih Nomernya =>" pil;

case $pil in
1) nano abc.txt
echo

;;
2) nano abcd.txt
echo

;;
3) python init.py

;;

00) exit
;;

*) echo "Pilih Sesuai List Anjenk"
esac
done
done

1 comment on commit 9e4c74f

@saeed9090000
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#6

Please sign in to comment.