Jump to content

dolphinorca123

Newbie
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xs
  • iOS Version
    16.6
  • Jailbroken
    No

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dolphinorca123's Achievements

Rookie

Rookie (2/14)

  • Reacting Well
  • 2 Years In
  • Super Dedicated
  • One Year In
  • One Month Later

Recent Badges

4

Reputation

  1. Modded/Hacked App: Yukkuri My Friends By MIURABO K.K. Bundle ID: com.BocchiGames.iOS.YukkuriSodateteIttene App Store Link: https://apps.apple.com/us/app/yukkuri-my-friends/id1044349334?uo=4 Japanese name:ゆっくり育てていってね! Chinese name:养育油库里 養育油庫裏 📌 Mod Requirements - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad. - Sideloadly or alternatives. - Computer running Windows/macOS/Linux with iTunes installed. 🤩 Hack Features - Decrypt Manju and Ticket - Manju max - Ticket max - Bedroom max - Yukkurite max - Voice unlock - Stage unlock TIPS: MY FIRST MOD IPA! The h5gg script is open and anyone can see the html inside the ipa. As long as this script works, you can insert it into the new version of the ipa. Please overwrite it before starting the game. WARNING: If you register for rankings or back up your save data, you may be banned. ⬇️ iOS Hack Download IPA Link [Hidden Content] 📖 PC Installation Instructions STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example. STEP 2: Download Sideloadly and install it on your Windows or Mac. STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly. STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application. STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information. STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below. STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'. STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game. NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. 🙌 Credits - knms360(dolphinorca123) - @GodModerator It's the foundation of everything. Thank you 📷 Cheat Video/Screenshots [img=https://imgur.com/a/DJdv847]
  2. Function name goes here - multi offset : (0x2504F64 + 0x26755A0 ) byte (C0035FD6)RET Cherry public class LocateEntity private void SendDamageAlterOrBarrierReq(Unit attackUnit, long attackHitId, AttackCollision attack) { } Cherry public class HaveRegardDamage private bool UpdateRecord(HaveRegardDamage.DanageData data, long attackHitId) { } - Speed x3 offset : (0x26E9B40) byte (C0035FD6)RET Cherry public class UnitModel public float SpeedFactor() { } - Aura offset : (0x24D56C0) byte (20008052C0035FD6)rerurn true Cherry public class AttackCollision public bool IsAlive() { } -Bypass score offset : (0x2553878) byte (C035FD6)RET? Cherry public class Player public void DisconnectByCheat(Unit _unit) { } - stop ai offset : (0x263D8F0 + 0x26C6188) byte (C035FD6)RET? Cherry public class UnitAiMaster public bool get_IsAiStop() { } Cherry public class UnitAI public bool get_IsAiStop() { } -Ipad view offset : (0x3A8BFE0 + 0x24D16A0 + 0x24D2AE0 + 0x24C6740) byte (C0035FD6)RET UnityEngine public sealed class Camera public static Camera get_main() { } Cherry public class FollowCameraParameter public float get_FieldOfView() { } Cherry public class FollowCamera public float get_fieldOfView() { } Cherry public class FollowCamera public void set_fieldOfView(float value) { } -Speed Anamiton offset : (0x256447C) byte (C0035FD6)RET Cherry public class CharacterAnimator private float GetDeltaTime() { }
  3. Ah, I understand a little bit. I got it working by adding an Update function. But can it work without Update like NepMod?
  4. Note: I'm a beginner and I'm Japanese. I've only used C++ a little. I looked at various sample codes and threads, But eventually it crashes Target function [Address(RVA = "0x18E60AC", Offset = "0x18E60AC", VA = "0x18E60AC")] public void Jump(){} the code I made #include <And64InlineHook/And64InlineHook.hpp> void (*old_alwaysjump)(void *instance); void alwaysjump(void* instance) { if (instance != NULL) { alwaysjumpbtn = instance; // It could be some functions are missing in this line. } return old_alwaysjump(instance); // *return* is missing here. } jobjectArray GetFeatureList(JNIEnv *env, jobject context) { do { sleep(1); } while (!isLibraryLoaded(targetLibName)); A64HookFunction((void*)getAbsoluteAddress("libil2cpp.so", 0x18E60AC), (void*)alwaysjump, (void **)&old_alwaysjump); const char *features[] = { OBFUSCATE("Button_test1") }; void Changes(JNIEnv *env, jclass clazz, jobject obj, jint featNum, jstring featName, jint value, jboolean boolean, jstring str) { switch (featNum) { case 0: if (alwaysjump != NULL) old_alwaysjump(alwaysjumpbtn); break; } Thread referenced
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines