Skip to content

Commit 09ec5ef

Browse files
authored
Update hacklock.sh
1 parent b3e544a commit 09ec5ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hacklock.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,19 @@ start1
8686
elif [[ $option == 2 || $option == 02 ]]; then
8787
am start -a android.intent.action.VIEW -d https://bit.ly/3aP8DJD > /dev/null 2>&1
8888
elif [[ $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
9090
elif [[ $option == 4 || $option == 04 ]]; then
9191
fixer
9292
elif [[ $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
9494
elif [[ $option == 6 || $option == 06 ]]; then
9595
cd $HOME/hacklock/core/update/
9696
bash update.sh
9797
elif [[ $option == 7 || $option == 07 ]]; then
9898
cd $HOME/hacklock/core/about/
9999
bash about.sh
100100
elif [[ $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
102102
elif [[ $option == 9 ]]; then
103103
exit 1
104104
else

0 commit comments

Comments
 (0)