Jump to content

about hooking theos


Go to solution Solved by Laxus,

5 posts in this topic

Recommended Posts

Posted

i make a hooking
game name Sugar Blast: Pop & Relax by Rovio Entertainment 

link https://apps.apple.com/qa/app/sugar-blast-pop-relax/id1468893314
Tweak.x

#import <UIKit/UIKit.h>


%hook Inventory


- (int)GetCoins {
    NSLog(@"GetCoins method hooked and returning 9999");
    return 9999;
}

%end
projectcake.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Filter</key>
    <dict>
        <key>Bundles</key>
        <array>
            <string>com.rovio.projectcake</string>
        </array>
    </dict>
</dict>
</plist>

        // Token: 0x06000272 RID: 626 RVA: 0x00002A30 File Offset: 0x00000C30
        [Token(Token = "0x6000272")]
        [Address(RVA = "0x1ADA504", Offset = "0x1ADA504", VA = "0x1ADA504")]
        public int GetCoins()
        {
            return 0;
        }

namespace DreamBlast
{
    // Token: 0x020000A2 RID: 162
    [Token(Token = "0x20000A2")]
    public abstract class Inventory : ScriptableObject, IInitializable

when build deb ok when installing  its no chang anyting  :/


if i patching it the offset 1ADA504  to 00F0271EC0035FD6 ITS WORKING 
BUT WITH PATCHIN WITH HOOKIN NOT WORKING 

ANY HELP ABOUT IT 
IM NEW ABOUT 

Posted

You need to modidy offsets with Live Offset Patcher in iGameGod

Hooking with name inly work with obj-c name, not in Unity. if you want to use name for convenient check this topic

 

Posted
6 hours ago, Laxus said:

You need to modidy offsets with Live Offset Patcher in iGameGod

Hooking with name inly work with obj-c name, not in Unity. if you want to use name for convenient check this topic

 

About IGameGod live patches is not working with me for any game when put offset it’s not changed 

my iPhone 11 jailbreak dopamine 15.6

here secrenshot 

Photo

https://ibb.co/F315YYC

  • Solution
Posted
1 minute ago, Jamme1020031 said:

About IGameGod live patches is not working with me for any game when put offset it’s not changed 

my iPhone 11 jailbreak dopamine 15.6

here secrenshot 

Photo

https://ibb.co/F315YYC

iGG LOP is not updated to work with rootless yet. Your best option is build the offset and patches in mod menu to test or use lldb debugger

  • Like 1
Posted
39 minutes ago, Laxus said:

iGG LOP is not updated to work with rootless yet. Your best option is build the offset and patches in mod menu to test or use lldb debugger

Thank you so much I get it Hope also update igg to working on rootless soon 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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