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

    • Vikings Revenge v1.0.11 [+5 Jailed Cheats]
      Modded/Hacked App: Vikings Revenge By Estoty LLC
      Bundle ID: com.vikings.game
      App Store Link: https://apps.apple.com/us/app/vikings-revenge/id6745582935?uo=4



      🤩 Hack Features

      - Add All Resources
      - Increase Tool Level
      - Never Die
      - Skip Current Quest (Use it when you needed)
      - Enable No Ads
      • 2 replies
    • Vikings Revenge v1.0.11 [+5 Cheats]
      Modded/Hacked App: Vikings Revenge By Estoty LLC
      Bundle ID: com.vikings.game
      App Store Link: https://apps.apple.com/us/app/vikings-revenge/id6745582935?uo=4

       

      🤩 Hack Features

      - Add All Resources
      - Increase Tool Level
      - Never Die
      - Skip Current Quest (Use it when you needed)
      - Enable No Ads
      • 4 replies
    • Slay Quest v1.3.12 [+3 Cheats]
      Modded/Hacked App: Slay Quest By Quest Lab Games Korlatolt Felelossegu Tarsasag
      Bundle ID: com.questlab.slayquest
      App Store Link: https://apps.apple.com/us/app/slay-quest/id6670221918?uo=4



      🤩 Hack Features

      - Unlimited Resources
      - Never Die
      - One Hit Kill
       
      • 7 replies
    • Slay Quest v1.3.12 [+3 Jailed Cheats]
      Modded/Hacked App: Slay Quest By Quest Lab Games Korlatolt Felelossegu Tarsasag
      Bundle ID: com.questlab.slayquest
      App Store Link: https://apps.apple.com/us/app/slay-quest/id6670221918?uo=4

       

      🤩 Hack Features

      - Unlimited Resources
      - Never Die
      - One Hit Kill
      • 5 replies
    • Forest Survival - Zombie War v4.0 [+3 Cheats]
      Modded/Hacked App: Forest Survival - Zombie War By APPWILL COMPANY LTD
      Bundle ID: com.g1.forest.survival
      App Store Link: https://apps.apple.com/us/app/forest-survival-zombie-war/id6450904348?uo=4



      🤩 Hack Features

      - Enemy Can't Attack
      - Add Resources
      - Auto Win
       
      • 2 replies
    • Forest Survival - Zombie War v4.0 [+3 Jailed Cheats]
      Modded/Hacked App: Forest Survival - Zombie War By APPWILL COMPANY LTD
      Bundle ID: com.g1.forest.survival
      App Store Link: https://apps.apple.com/us/app/forest-survival-zombie-war/id6450904348?uo=4



      🤩 Hack Features

      - Enemy Can't Attack
      - Add Resources
      - Auto Win
      • 3 replies
    • NFL Rivals 26 Mobile Football v3.2.3 [ +3 Cheats ] AI Stupid
      Modded/Hacked App: NFL Rivals - Football Game By Mythical, Inc.
      Bundle ID: com.mythical.superteam
      iTunes Store Link: https://apps.apple.com/us/app/nfl-rivals-football-game/id1640028998?uo=4


      Hack Features:
      - AI ON Your Team 
      - Tackle 
      - No Interceptions
      • 66 replies
    • NFL Rivals 26 Mobile Football v3.2.3 [ +3 Jailed ] AI Stupid
      Modded/Hacked App: NFL Rivals - Football Game By Mythical, Inc.
      Bundle ID: com.mythical.superteam
      iTunes Store Link: https://apps.apple.com/us/app/nfl-rivals-football-game/id1640028998?uo=4


      Hack Features:

      - AI ON Your Team 
      - Tackle No
      - No Interceptions
      • 66 replies
    • Legend of Gladiator v1.7.0 [+5 Jailed Cheats]
      Modded/Hacked App: Legend of Gladiator By TapNation
      Bundle ID: com.onestepstudio.legendofgladiator
      App Store Link: https://apps.apple.com/us/app/legend-of-gladiator/id6745028264?uo=4



      🤩 Hack Features

      - Add Gems
      - Add Gold
      - Never Die
      - No Stamina Cost (Enable inside battle)
      - Remove Ads (Not rewarded)
      • 18 replies
    • Legend of Gladiator v1.7.0 [+5 Cheats]
      Modded/Hacked App: Legend of Gladiator By TapNation
      Bundle ID: com.onestepstudio.legendofgladiator
      App Store Link: https://apps.apple.com/us/app/legend-of-gladiator/id6745028264?uo=4

       

      🤩 Hack Features

      - Add Gems
      - Add Gold
      - Never Die
      - No Stamina Cost (Enable inside battle)
      - Remove Ads (Not rewarded)
      • 4 replies
    • Defense Legend 5: TD Strategy v1.0.44 [ +14 Cheats ] Currency Max
      Modded/Hacked App: Defense Legend 5: Survivor TD By GCENTER VIET NAM TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.Gcenter.DefenseLegend.TowerDefense.TD.survivor.V5
      App Store Link: https://apps.apple.com/us/app/defense-legend-5-survivor-td/id6449526611?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Unlimited Currency
      - Unlimited Resources
      - Heroes Unlocked
      - Heroes Skin Unlocked
      - Gun Unlocked
      - Unlimited Battle Items
      - Unlimited Skill Points
      - Premium Pass Active
      - Premium Pass / Claim Unlimited
      - Free Pass / Claim Unlimited
      - Unlimited Battle Cash / Sell Tower
      - Unlimited Tower Range
      • 2 replies
    • Defense Legend 5: TD Strategy v1.0.44 [ +14 Jailed ] Currency Max
      Modded/Hacked App: Defense Legend 5: Survivor TD By GCENTER VIET NAM TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.Gcenter.DefenseLegend.TowerDefense.TD.survivor.V5
      App Store Link: https://apps.apple.com/us/app/defense-legend-5-survivor-td/id6449526611?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Unlimited Currency
      - Unlimited Resources
      - Heroes Unlocked
      - Heroes Skin Unlocked
      - Gun Unlocked
      - Unlimited Battle Items
      - Unlimited Skill Points
      - Premium Pass Active
      - Premium Pass / Claim Unlimited
      - Free Pass / Claim Unlimited
      - Unlimited Battle Cash / Sell Tower
      - Unlimited Tower Range
      • 3 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