File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,19 +86,19 @@ start1
8686elif [[ $option == 2 || $option == 02 ]]; then
8787am start -a android.intent.action.VIEW -d https://bit.ly/3aP8DJD > /dev/null 2>&1
8888elif [[ $option == 3 || $option == 03 ]]; then
89- am start -a android.intent.action.VIEW -d https://bit.ly/nhwhatschat > /dev/null 2>&1
89+ am start -a android.intent.action.VIEW -d https://bit.ly/nbhwhatschat > /dev/null 2>&1
9090elif [[ $option == 4 || $option == 04 ]]; then
9191fixer
9292elif [[ $option == 5 || $option == 05 ]]; then
93- am start -a android.intent.action.VIEW -d https://bit.ly/nhfollowus > /dev/null 2>&1
93+ am start -a android.intent.action.VIEW -d https://bit.ly/nbhfollowus > /dev/null 2>&1
9494elif [[ $option == 6 || $option == 06 ]]; then
9595cd $HOME /hacklock/core/update/
9696bash update.sh
9797elif [[ $option == 7 || $option == 07 ]]; then
9898cd $HOME /hacklock/core/about/
9999bash about.sh
100100elif [[ $option == 8 || $option == 08 ]]; then
101- am start -a android.intent.action.VIEW -d https://bitly.com/nhytchannel > /dev/null 2>&1
101+ am start -a android.intent.action.VIEW -d https://bit.ly/nbhytchannel > /dev/null 2>&1
102102elif [[ $option == 9 ]]; then
103103exit 1
104104else
You can’t perform that action at this time.
0 commit comments