Skip to content

Instantly share code, notes, and snippets.

View FMZNkdv's full-sized avatar
🥞
Working from home

FMZNk FMZNkdv

🥞
Working from home
  • Russia
  • 16:03 (UTC +03:00)
View GitHub Profile
@FMZNkdv
FMZNkdv / v29.270.js
Last active January 31, 2026 14:19
v29.270 Mini Exploit on Arm64 (Android)
const base = Module.findBaseAddress("libg.so");
const Armceptor = {
nop: function(addr) {
Memory.patchCode(addr, Process.pageSize, (code) => {
const writer = new Arm64Writer(code, {
pc: addr
});
writer.putNop();
@FMZNkdv
FMZNkdv / Offline-Soil.js
Created October 23, 2025 21:31
Hay Day Offline Mode on v0.1.235 for iOS (By FMZNkdv :3)
const HayDay = Module.findBaseAddress("Hay Day");
const FMZNkdv = {
OffMode() {
Interceptor.replace(HayDay.add(0x15389F), new NativeCallback(function() {
return 1;
}, 'int', []));
}
}
@FMZNkdv
FMZNkdv / WildCatStatus.smali
Created October 13, 2025 23:12
Nulls Royale Client Signature Verification Killer from me :3 | Replace WildCatStatus.java smali with the contents. (V12.169.3)
.class public final enum Li0/f;
.super Ljava/lang/Enum;
.source "WildCatStatus.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Li0/f;",