
Happy Secret
Contributor-
Posts
536 -
Joined
-
Last visited
Everything posted by Happy Secret
-
See anything can learn
-
Hack 8 Ball Pool v3.3.12 PC Guideline Hack for all Rooms (WORKING!!)
Happy Secret replied to Ostevens29's topic in Other Cheats
Looking for tutorial -
Solved Lamar - Idle Vlogger Hack
Happy Secret replied to Aye Jayy's topic in Filled iOS App Requests
Hack found Idle vLogger v130.11.24 Infinite Money Hack (spend to increase) Offset: 0x33BABC8 Original: fneg s0, s8 (0041211E) Patch to: nop (1F2003D5) @Aye Jayy @faalshe @S1MostHated @Domon Mondo -
Need some help. Not sure why consecutive two games hit this "System.InvalidOperationException: Sequence contains no matching element" message. Lamar-Idle Vlogger Frozen City Both use UnityFramework file and global-metadata.dat file as input to https://armconverter.com/il2cppdumper/ Below is the sample result for Lamar-Idle Vlogger Task status for ID: 1a5f3f7f-cc14-43be-bbb5-02310e551ac3Edit and restart Current status: error-il2cppdumper-35 Starting il2cppdumper on 2023-01-19 13:27:25.709076 Initializing metadata... Metadata Version: 29 Initializing il2cpp file... Il2Cpp Version: 29 Searching... System.InvalidOperationException: Sequence contains no matching element at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00015] in <d22af090bceb4be792f53595cf074724>:0 at Il2CppDumper.Macho64.MapVATR (System.UInt64 addr) [0x0000d] in <db8182c1b351438a8097566295703173>:0 at Il2CppDumper.SectionHelper.FindMetadataRegistrationV21 () [0x00097] in <db8182c1b351438a8097566295703173>:0 at Il2CppDumper.SectionHelper.FindMetadataRegistration () [0x00035] in <db8182c1b351438a8097566295703173>:0 at Il2CppDumper.Macho64.PlusSearch (System.Int32 methodCount, System.Int32 typeDefinitionsCount, System.Int32 imageCount) [0x00011] in <db8182c1b351438a8097566295703173>:0 at Il2CppDumper.Program.Init (System.String il2cppPath, System.String metadataPath, Il2CppDumper.Metadata& metadata, Il2CppDumper.Il2Cpp& il2Cpp) [0x002f9] in <db8182c1b351438a8097566295703173>:0 ERROR: An error occurred while processing. Total time for il2cppdumper: 0:00:03.897344 ======== Il2cppdumper did not produce any files. Probably something is wrong with the executable or metadata? Is it I am missing some important skill or knowledge ? Both game are under Hack Request, trying to see if I can find a solution. Unfortunately, blocked by this.
-
Not sure why, I can’t even sideload the decrypted version with Sideloadly. Game crash on opening. Also, the metadata file looks like included quite some foul language. IL2CPP dumping failed as well. Dont even know how to get started, sorry can’t help.
-
Completely dead ended for live hook on non-jailbroken. Tried 1. Interceptor.replace instead of Interceptor.attach —FAILED on my IPad Pro 2nd Gen 2. Remove memory protection —FAILED on my IPad Pro 2nd Gen For now, I will Iive with live patch first. May be later see if H5GG would update embedded Frida version to latest. Then could give it a try.
-
Hex Codes for ARM64 modding | True | False | NOP | High Value |
Happy Secret replied to aQReh's topic in Coding Center
Thanks -
Help/Support Need help writing a h5gg script
Happy Secret replied to Leminare's topic in iOS Cheat Engine Support
What type of string? You can’t do it with iGameGod or HG55? -
Thx Although you said for newbies, I still don’t know how to use
-
Update: 1. It works every time on my iPad Pro (9.7) but not work on my iPad Pro 2nd Generation. 2. Both are on iPad OS 16.2 Completely no idea what happens. Luckily the live patching work across device. Just the Interceptor failed on one. I guess it is the implementation of Interceptor causing problem. Because the statement simply hang and not returning, app’s console log show nothing. We just see the Interceptor call invoked, then nothing more in log and not progressing. So, it is probably not invalid memory access stuff. Looking for possible solutions.
-
Cool, let me give them a try. If I remember correctly, h5frida.enumerate_processes() return process within Frida only. I only see Gadget in it previously. Below one could work, frontmost app should be the game let frontapp = h5frida.get_frontmost_application(); frontapp.pid This one, I am not so sure. h5gg.getProcList("UnityFramework")[0].pid There is a version of h5gg works cross-process app, which is requires jailbroken. Hopefully, these commands does not need that version.
-
GOD!!! I seems make the normal hook working under debugging state! I can hook the Subway Surfers - Always can jump! Not sure if there has any drawback/issue yet. Will give another try later tonight! If it really works, I will definitely make another Tutorial. Anyway, current version is still quite handicapped. Need manually hard code process ID in script. But if hook is possible, I will find way to get process ID from system.
-
Quite busy these two days. I am still figuring out how to write “Intercepter” on UnityFramework. Never try it before. Or do you have good tutorial? Or a quick piece of normal hook script for Subway Surfers? Two quick challenges found are, 1. How to get process ID in script? “var pid = $("#procname").attr('pid');” is not working. Per tuancc, this seems need different version of H5GG. I am trying to hard code “pid” for now. 2. Interceptor is default not available under current configuration. We will need to update the Frida config. Already found what to change, hopefully we won’t block by the jailed implementation of H5GG/h5frida.