Posts

Installing VS Code in Linux

The automated script Save this script in your ~/Downloads folder as vscode.sh sudo apt-get install wget gpg apt-transport-https -y wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list' rm -f packages.microsoft.gpg sudo apt update sudo apt install code -y Then run the following commands in the terminal: cd ~/Downloads chmod +x ./install_vscode.sh sh ./vscode.sh it should work. Solution to install VS Code in Linux

Send SMS

This page helps to send SMS to anyone using custom settings, such ad MTN, NTC, GOGPAYSLIP, CONTROLLER, etc. Click here to sign up.

Crypters and Rats for Windows and Android

Download

Mega-Rats for downloads

Download

Windows_Office_Permanent_Activator_V6

Before you install this application, first you have to disable any antivirus software running on your PC as they may flag the application as cntaining virus. This software is a false-positive application and work as it is. To download, you must click on WindowsOfficePermanent_Activator6 The Password is 123

Downloads for Bypassing Frp and Google Account

Android_7_GAM.apk Android_8_GAM.apk Android_9_GAM.apk Android_6_GAM.apk FrpBypass.apk

INSTALLING JAVA ON KALI

sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk-8/bin/java 1 sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk-8/bin/javac 1 sudo update-alternatives --install /usr/bin/jar jar /usr/lib/jvm/jdk-8/bin/jar 1 sudo update-alternatives --config java java -version