├── LICENSE ├── README.md ├── app ├── app │ ├── build.gradle │ ├── libs │ │ ├── activation.jar │ │ ├── additionnal.jar │ │ ├── commons-collections4-4.2.jar │ │ ├── commons-io-2.6.jar │ │ └── mail.jar │ ├── proguard-rules.pro │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ └── res │ │ ├── drawable │ │ ├── arrow.png │ │ ├── backspace.png │ │ ├── downleft.png │ │ ├── keyback.xml │ │ └── up.png │ │ ├── layout │ │ └── activity_main.xml │ │ ├── mipmap-hdpi │ │ └── ic_launcher.png │ │ ├── mipmap-mdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xhdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xxhdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xxxhdpi │ │ └── ic_launcher.png │ │ └── values │ │ └── strings.xml ├── build.gradle ├── build │ └── intermediates │ │ └── lint-cache │ │ ├── api-versions-8-28.bin │ │ ├── typos-de.txt-2.bin │ │ ├── typos-en.txt-2.bin │ │ ├── typos-es.txt-2.bin │ │ ├── typos-hu.txt-2.bin │ │ ├── typos-it.txt-2.bin │ │ ├── typos-nb.txt-2.bin │ │ ├── typos-pt.txt-2.bin │ │ └── typos-tr.txt-2.bin ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── key.keystore ├── local.properties ├── settings.gradle └── upload_files.php └── whatshack.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/README.md -------------------------------------------------------------------------------- /app/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/build.gradle -------------------------------------------------------------------------------- /app/app/libs/activation.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/libs/activation.jar -------------------------------------------------------------------------------- /app/app/libs/additionnal.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/libs/additionnal.jar -------------------------------------------------------------------------------- /app/app/libs/commons-collections4-4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/libs/commons-collections4-4.2.jar -------------------------------------------------------------------------------- /app/app/libs/commons-io-2.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/libs/commons-io-2.6.jar -------------------------------------------------------------------------------- /app/app/libs/mail.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/libs/mail.jar -------------------------------------------------------------------------------- /app/app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | #proguard-rules 2 | -------------------------------------------------------------------------------- /app/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/app/src/main/res/drawable/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/drawable/arrow.png -------------------------------------------------------------------------------- /app/app/src/main/res/drawable/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/drawable/backspace.png -------------------------------------------------------------------------------- /app/app/src/main/res/drawable/downleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/drawable/downleft.png -------------------------------------------------------------------------------- /app/app/src/main/res/drawable/keyback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/drawable/keyback.xml -------------------------------------------------------------------------------- /app/app/src/main/res/drawable/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/drawable/up.png -------------------------------------------------------------------------------- /app/app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /app/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build.gradle -------------------------------------------------------------------------------- /app/build/intermediates/lint-cache/api-versions-8-28.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build/intermediates/lint-cache/api-versions-8-28.bin -------------------------------------------------------------------------------- /app/build/intermediates/lint-cache/typos-de.txt-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build/intermediates/lint-cache/typos-de.txt-2.bin -------------------------------------------------------------------------------- /app/build/intermediates/lint-cache/typos-en.txt-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build/intermediates/lint-cache/typos-en.txt-2.bin -------------------------------------------------------------------------------- /app/build/intermediates/lint-cache/typos-es.txt-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build/intermediates/lint-cache/typos-es.txt-2.bin -------------------------------------------------------------------------------- /app/build/intermediates/lint-cache/typos-hu.txt-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build/intermediates/lint-cache/typos-hu.txt-2.bin -------------------------------------------------------------------------------- /app/build/intermediates/lint-cache/typos-it.txt-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build/intermediates/lint-cache/typos-it.txt-2.bin -------------------------------------------------------------------------------- /app/build/intermediates/lint-cache/typos-nb.txt-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build/intermediates/lint-cache/typos-nb.txt-2.bin -------------------------------------------------------------------------------- /app/build/intermediates/lint-cache/typos-pt.txt-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build/intermediates/lint-cache/typos-pt.txt-2.bin -------------------------------------------------------------------------------- /app/build/intermediates/lint-cache/typos-tr.txt-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/build/intermediates/lint-cache/typos-tr.txt-2.bin -------------------------------------------------------------------------------- /app/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/gradle.properties -------------------------------------------------------------------------------- /app/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /app/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /app/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/gradlew -------------------------------------------------------------------------------- /app/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/gradlew.bat -------------------------------------------------------------------------------- /app/key.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/key.keystore -------------------------------------------------------------------------------- /app/local.properties: -------------------------------------------------------------------------------- 1 | sdk.dir=/root/Android/Sdk 2 | -------------------------------------------------------------------------------- /app/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /app/upload_files.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/app/upload_files.php -------------------------------------------------------------------------------- /whatshack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZheHacK/WhatsappHack/HEAD/whatshack.sh --------------------------------------------------------------------------------