HOME
New posts
Search forums
Advanced search
UPGRADE TO VIP
VIP MODs
Search VIP MODs
NEWEST POSTS
New posts
New resources
Latest activity
PMT UPDATES
What's new
Latest activity
Authors
MEMBERS
Current visitors
Log in
Register
New Threads
Search
Search
Search titles only
Note
By:
Current visitors
Menu
Log in
Register
MEMBERS
Landnage
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Recent content by Landnage
Help!
ByNameModding
bool (*old_isOutfitOwn)(std::uintptr_t instance); bool _isOutfitOwn(std::uintptr_t instance) { if (instance != NULL && options::skinUnlock) { return true; // true, false } return old_isOutfitOwn(instance); } BNM::HOOK(AvailableCharacter.GetMethodByName(OBFUSCATE_BNM("IsOutfitOwned"))...
Landnage
Post #3
Sep 17, 2023
Forum:
MODDING QUESTIONS & DISCUSSIONS
Help!
ByNameModding
BNM::LoadClass AvailableCharacter; BNM::Method<bool> get_IsOwned; BNM::Method<bool> IsOutfitOwned; BNM::Method<bool> IsSkinOwned; BNM::Method<bool> IsOutfitLocked; void *hack_thread(void *) { AvailableCharacter = LoadClass(OBFUSCATE_BNM("SYBO.Subway.Meta"), OBFUSCATE_BNM("AvailableCharacter"))...
Landnage
Thread
Sep 17, 2023
Replies: 3
Forum:
MODDING QUESTIONS & DISCUSSIONS
Open Request
World Fishing Championship
I tried but the apk itself is encrypted and I can't even decompile it WHAT
Landnage
Post #22
Sep 16, 2023
Forum:
ANDROID REQUEST SECTION
Help!
Hooking Static Method
Solved I found another method to hook instead
Landnage
Post #2
Sep 14, 2023
Forum:
MODDING QUESTIONS & DISCUSSIONS
Help!
Hooking Static Method
is it possible to hook this method and if so is it just like normal void hooking ? // RVA: 0x9875B4 Offset: 0x9875B4 VA: 0x9875B4 public static void add_sessionCurrencyChanged(Action<int> value) { }
Landnage
Thread
Sep 14, 2023
Replies: 4
Forum:
MODDING QUESTIONS & DISCUSSIONS
MEMBERS
Landnage
Back
Top
Bottom