440
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
VPN Force 2.1.9
Link : https://play.google.com/store/apps/details?id=vpn.unblock.proxy.vpnforce
Hint : trafficplan
Need kill ygy
HOW TO INSTALL FRIDA ON TERMUX
https://github.com/frida/frida/releases
note : check your device architecture and according to your arch.
$
export FRIDA_CORE_DEVKIT=/PATH
$ pip install frida-tools --no-cache-dir -vJAScript HTML, CSS & JavaScript IDE
Hints:
"full_unlock"
"full_unlock_two"
"full_unlock_with_ads"
"ad_free"
"ad_free_two"
Difficult : Easy
PLAYSTORE 🛒
Tools :
- MT ManagerRemove Kiwi Security (几维安全) Protection
+++ Example: VMOS Pro 2.3.2 (20302), Package: com.vmos.pro
- Dump using BlackDex
- Identify by class:
com/kiwivm/security/StubApplication -> .field static a:Ljava/lang/String; = "kadp"
- Entrance in AndroidManifest.xml:
<application android:name="com.kiwivm.security.StubApplication".../>
- Copy entrance from android:value in meta-data KWS_MAIN_APP then replace with "com.kiwivm.security.StubApplication" on <application android:name.../>:
<meta-data
android:name="KWS_MAIN_APP"
android:value="com.vmos.pro.SampleApplicationLike"/>
- After replacing the entrance, then delete the meta-data KWS_MAIN_APP, example above
- Repair dex file (dumped dex), Dex version: dex 035
- Batch rename dex file: classes{1}.dex
- Rename classes1.dex to classes.dex
- Search in Dex Editor+ (type: smali): kadp
- The result of search would be a method contain this
const-string vV, "kadp_arm64-v8a"
const-string vV, "kadp_armeabi"
const-string vV, "kadp_x86"
const-string vV, "kadp_x86_64"
- Delete whole code inside the method but dont remove the method, just leave the method empty
Example:
.method public final '()V
.registers 5
return-void
.end method
- Kill Signature Verification using MT V2 (Android 7.0+) Use enhanced version
Files:
assets/
77016a44af41622b70a886f6f68cdce0 (or any other 32-random digits)
kadp_arm64-v8a
kadp_armeabi
kadp_x86
kadp_x86_64
Written by @deletuserbot
https://t.me/schdenfreude
-=[ Schadenfreude Reversing Group ]=-
Filename: The Wizard_1.0.apk
Package: stickman.zero.mb.the.wizard
Mod Info: Unlock All Magic Spell, All Items Price $0 in Store
https://play.google.com/store/apps/details?id=stickman.zero.mb.the.wizard
Method:
- Lstickman/zero/mb/the/wizard/s;-><clinit>()V
- Lstickman/zero/mb/the/wizard/l;-><init>(I)V
-- Unlock All Magic Spell
-- :array_56 is the mana point being used for skill
-- :array_112 is the price of mana spell on store
Lstickman/zero/mb/the/wizard/s;-><clinit>()V
:array_56
.array-data 4
0x0
0xc8
0x64
0x64
0x190
0x258
0x2bc
0x4b0
.end array-data
:array_6a
.array-data 4
0xa
0x12c
0x5
0x0
0x0
0x64
0x4b0
0x258
.end array-data
:array_7e
.array-data 4
0xc8
0xc8
0x190
0x0
0x0
0x708
0xc8
0x258
.end array-data
:array_112
.array-data 4
0x1
0x1
0x1
0x1
0x5
0xa
0xf
0x14
.end array-data
# All Items Price $0 in Store
Lstickman/zero/mb/the/wizard/l;-><init>(I)V
Written by @deletuserbot
https://t.me/schdenfreude
-=[ Schadenfreude Reversing Group ]=-
VLLO - Intuitive Video Editor
Clue :
Lcom/vimosoft/vimomodule/billing_module/VLBillingManager;->isSubsSupported()Z
PLAYSTORE 🛒
Tools :
- MT Manager
- NP Manager Use Kill Modex3Moy 4 -2.023
Clue:-
coins,diamonds,removedAds
Tools:- Mt manager
#Moy4 #TutorialNCleaner-3.0.4-220925109
Clue:
getRemoveAds
remove_ads donations
Tools: Mt manager
#NCleaner #TutorialPrivate Browser -3.1.2
https://play.google.com/store/apps/details?id=com.keepsolid.privatebrowser
Clue:-
isLifetimeSubscription
isSubscription
isBest
Tools:- Mt manager
#PrivateBrowser #TutorialInCollage - Edit Foto -1.381.206
Clue: SubscribePro
Tools: Mt manager
@Fd92jsk
#InCollageEditFoto #Tutorial
DocxReader -1.2.16
Clue:-
isPurchased
Tools: Mt manager
#DocxReader #Tutorial# https://cpulator.01xz.net/?sys=arm-de1soc
# String ASCII
# .string is an alias to .asciz
# .asciz is auto add null terminator at the end of the string
# Print something
_start:
mov r0,#1
mov r1,=message
mov r2,=len
mov r7,#4
swi 0
mov r7,#1
swi 0
message: .asciz "Hello World!"
len = .-message
Written by @deletuserbot
https://t.me/schdenfreude
-=[ Schadenfreude Reversing Group ]=-
