Jump to content

need some help with theos


Go to solution Solved by Rook,

11 posts in this topic

Recommended Posts

Posted (edited)

hello can someone please help me with this?
 

16lkyok.png


 
i have tried this

%hook MMImagePickerController
-(void)setMaxImageCount:(int)arg1{
	arg1 = @"999";
	%orig(arg1);
}
%end

and this

%hook MMImagePickerController
-(void)setMaxImageCount:(int)arg1{
	return 999
}
%end

but i keep getting errors like this.

 Preprocessing Tweak.xm...
 Compiling Tweak.xm...
Tweak.xm:11:7: error: assigning to 'int' from incompatible type 'NSString *'
        arg1 = @"999";
             ^ ~~~~~~
1 errors generated.
make[2]: *** [obj/Tweak.xm.fe3034f2.o] Error 1
make[1]: *** [internal-library-all_] Error 2

any help would be nice. I'm trying to learn this.

Updated by djrapman
  • Thanks 1
Posted (edited)

Try this:



%hook MMImagePickerController
-(void)setMaxImageCount:(int)swag /// When there is an argument, you have to name it
{
    %orig(999);
}
%end

Updated by Diiversityyyy
Posted

ok it compile and installs but doesn't work; where as the flex tweak does. heres my tweak.

%hook MMImagePickerController
-(void)setMaxImageCount:(int)arg1
{
	arg1 = 999;
	}
%end

%hook MMImagePickerManagerOptionObj
-(void)setMaxImageCount:(long long)arg2
{

	arg2 = 999;
}
%end

%hook MMFICImageFormat
-(void)setMaxImageCount:(unsigned int)arg3
{
	arg3 = 999;
}
%end
Posted

im still stuck any help pleae

Is your bundle ID correct?

 

Make sure you entered the game's bundle ID in the tweak.

Posted (edited)

heres my files

Makefile

export ARCHS = armv7 arm64
include theos/makefiles/common.mk

TWEAK_NAME = WeChatEnhancer
WeChatEnhancer_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
	install.exec "killall -9 SpringBoard"

WeChatEnhancer.plist

{ Filter = { Bundles = ( "com.apple.springboard" ); }; }

Tweak.xm

%hook MMImagePickerController
-(int)maxImageCount{
return 999;
}
-(void)setMaxImageCount:(int)arg1 {
    arg1 = 999;
}
%end


%hook MMImagePickerManagerOptionObj
-(long long)maxImageCount {
return 999;
}
-(void)setMaxImageCount:(long long)arg2 {
    arg2 = 999;
}
%end

control

Package: com.marcos.wechatenhancer
Name: WeChat Enhancer
Depends: mobilesubstrate
Version: 0.0.1
Architecture: iphoneos-arm
Description: An awesome MobileSubstrate tweak!
Maintainer: Marcos
Author: Marcos
Section: Tweaks

any ideas whats going wrong? it compiles and installs but doesnt work. I make the same changes in Flex 2 and those work...?

Updated by djrapman
  • Solution
Posted

The "WeChatEnhancer.plist"

 

Is set to use this code on SpringBoard which I'm guessing that's not what you want.

 

 

 

Replace "com.apple.springboard" with this:

 

com.tencent.xin
That should be WeChat's bundle id if I'm not mistaken.

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
  • Our picks

    • Lamar - Idle Vlogger v237.0.3 +2 Mods [ Unlimited Currencies ]
      Mod APK Game Name: Lamar - Idle Vlogger By CrazyLabs LTD
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.advant.streamer

       

      🤩 Hack Features

      - Unlimited Cash -> Will increase instead of decrease.
      - Unlimited Gold -> Spend some.
      • 0 replies
    • Glory Ages - VIKINGS v0.1.054 +1++ Jailed Cheat [ Unlimited Everything ]
      Modded/Hacked App: Glory Ages - VIKINGS By VLADISLAV VASILEV
      Bundle ID: com.notriplea.gloryagesvikings
      App Store Link: https://apps.apple.com/us/app/glory-ages-vikings/id6754191922?uo=4

       


      🤩 Hack Features

      - Unlimited Everything -> Earn or spend some. This modifies everything. Currencies, boosters, health, damage, stamina.
      • 4 replies
    • Grimguard Tactics: Fantasy RPG v1.23.10 +3 Jailed Cheats [ Auto Win ]
      Modded/Hacked App: Grimguard Tactics: Fantasy RPG By Outerdawn Limited
      Bundle ID: com.outerdawn.grimguard
      iTunes Store Link: https://apps.apple.com/us/app/grimguard-tactics-fantasy-rpg/id1496893856?uo=4


      Hack Features:
      - Auto Win
      - Unlimited Daily Rewards
      - No Stamina Cost


      Jailbreak required hack(s): [Mod Menu Hack] Grimguard Tactics: Fantasy RPG v1.1.10 +3 Cheats [ Auto Win ] - ViP Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 162 replies
    • Love Eden: Chapters of Romance v2.0.6 +10++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Love Eden: Chapters of Romance By NODERNO LIMITED
      Bundle ID: com.noderno.loveeden
      App Store Link: https://apps.apple.com/us/app/love-eden-chapters-of-romance/id6471411677?uo=4

       


      🤩 Hack Features

      - Debug Menu -> Head over to your profile and then tap on Settings.
      • 15 replies
    • Love Eden: Interactive Stories v2.0.6 +10++ Mods [ Debug Menu ]
      Mod APK Game Name: Love Eden: Interactive Stories By Noderno Limited
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.noderno.loveeden

       

      🤩 Hack Features

      - Debug Menu -> Head over to your profile and then tap on Settings. 
      • 7 replies
    • Disney Solitaire v1.14.3 +2++ Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Disney Solitaire By SuperPlay LTD
      Bundle ID: com.superplaystudios.disneysolitairedreams
      iTunes Store Link: https://apps.apple.com/us/app/disney-solitaire/id6475757306?uo=4

       
       

      🤩 Hack Features

      - Unlimited Everything -> Will increase instead of decrease.
      - Free In-App Purchases
      • 70 replies
    • Disney Solitaire v1.14.3 +2 Mods [ Unlimited Everything ]
      Mod APK Game Name: Disney Solitaire by SuperPlay.
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.superplaystudios.disneysolitairedreams

       

      🤩 Hack Features

      - Unlimited Everything -> Will increase instead of decrease.
      - Free In-App Purchases
      • 12 replies
    • Royal Kingdom v27171 +4 Jailed Cheats [ Coins + More ]
      Modded/Hacked App: Royal Kingdom By Dream Games
      Bundle ID: com.dreamgames.royalkingdom
      iTunes Store Link: https://apps.apple.com/ph/app/royal-kingdom/id1606549505
       

      Hack Features:
      - Freeze Coins
      - Freeze Lives
      - Freeze Boosters
      - Freeze Moves


      Jailbreak required hack(s): [Mod Menu Hack] Royal Kingdom v3987 +4 Cheats [ Unlimited Coins ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 201 replies
    • Royal Kingdom v27171 +4 Mods [ Coins + More ]
      Mod APK Game Name: Royal Kingdom By Dream Games
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.dreamgames.royalkingdom&hl=en_GB

       

      🤩 Hack Features

      - Freeze Coins
      - Freeze Lives
      - Freeze Boosters
      - Freeze Moves
      • 11 replies
    • Archers Online: PvP v26.0219.5214 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Archers Online: PvP By BYRIL OOO
      Bundle ID: com.byril.stickmanarcher
      App Store Link: https://apps.apple.com/us/app/archers-online-pvp/id1295759006?uo=4

       
       

      🤩 Hack Features

      - Gold Multiplier
      - XP Multiplier
      - Unlimited Gems -> Head into the Archers Pass and skip a level.
      - Unlimited Chests
      - All Avatar Items Unlocked -> Will show as locked but can equip.
      -- Archers Premium Pass Enabled
      -- Vault Premium Pass Enabled
      -- No Forced Ads
      • 17 replies
    • Lamar - Idle Vlogger v237.0.3 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Lamar - Idle Vlogger By Advant Limited
      Bundle ID: com.advant.lamar
      iTunes Store Link: https://apps.apple.com/us/app/lamar-idle-vlogger/id1595314851
       

      Hack Features:
      - Unlimited Cash -> Will increase instead of decrease.
      - Unlimited Gold -> Spend some.


      Jailbreak required hack(s): [Mod Menu Hack] Lamar - Idle Vlogger v151.07.05 +2 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 136 replies
    • Lost Sword v1.5.2 +1 Jailed Cheat [ Auto Win ]
      Modded/Hacked App: Lost Sword By Wemade Connect Co., Ltd.
      Bundle ID: com.wemadeconnect.ios.lostdgl
      App Store Link: https://apps.apple.com/us/app/lost-sword/id6482099823?uo=4

       
       

      🤩 Hack Features

      - Auto Win
      • 34 replies
×
  • 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