Jump to content

4 posts in this topic

Recommended Posts

Posted (edited)

add in my Makefile

X_FILES = Tweak.xm HackManager.m Hack.m

 

 

 

 

#import "Hack.h"
#import "HackManager.h"
@class Hack;
@class HackManager;

#define PLIST_PATH @"/var/mobile/Library/Preferences/com.XXXXXXX.Fragger.plist"

#define SCOREHACK 0
#define GRENADESHACK 1
#define SECRETSHACK 2

HackManager *hackmanager = nil;

%hook FraggerAppDelegate
- (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12
{
//All Orientations in struct are: landscapeLeft, landscapeRight, portrait, and portraitUpsideDown. They are set to false by default. Set the ones supported in the app to true.
struct AllowedOrientations supportedOrientations = MakeInitialOrientations();
supportedOrientations.landscapeLeft = true;
supportedOrientations.landscapeRight = true;

hackmanager = [[HackManager alloc]initWithDictPath:PLIST_PATH hackerName:@"by bla bla" coordX:10 coordY:20 andOrientation:UIInterfaceOrientationLandscapeRight andSupportedOrientations:supportedOrientations];

[hackmanager addHackWithKey:@"kScore" andName:@"Score" andType:NUMBER];
[hackmanager addHackWithKey:@"kGrenades" andName:@"Grenades" andType:NUMBER];
[hackmanager addHackWithKey:@"kSecret" andName:@"Secret Mode" andType:BOOLEAN];

return %orig;
}
%end

%hook Configuration
- (BOOL)secretMode
{
return [[hackmanager getHackValueAtIndex:SECRETSHACK]boolValue];
}

- (void)setSecretMode:(BOOL)fp8
{
%orig([[hackmanager getHackValueAtIndex:SECRETSHACK]boolValue]);
}

- (BOOL)tweakingPhysics
{
return [[hackmanager getHackValueAtIndex:SECRETSHACK]boolValue];
}

- (void)setTweakingPhysics:(BOOL)fp8
{
%orig([[hackmanager getHackValueAtIndex:SECRETSHACK]boolValue]);
}
%end

%hook LevelLayer
- (int)grenades
{
return [[hackmanager getHackValueAtIndex:GRENADESHACK]intValue];
}

- (void)setGrenades:(int)fp8
{
%orig([[hackmanager getHackValueAtIndex:GRENADESHACK]intValue]);
}
%end

%hook LevelScore
- (int)value
{
return [[hackmanager getHackValueAtIndex:SCOREHACK]intValue];
}

- (void)setValue:(int)fp8
{
%orig([[hackmanager getHackValueAtIndex:SCOREHACK]intValue]);
}
%end

 

 

 

 

 

i get more errors any help confused.gif

login as: root
[email protected]'s password:*******
GM-4:~ root# cd /var/mobile/fraggergm4
GM-4:/var/mobile/fraggergm4 root# make
/var/mobile/fraggergm4/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.
/var/mobile/fraggergm4/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for tweak FRaGGERGM4...
Linking tweak FRaGGERGM4...
Undefined symbols for architecture armv7:
"_CGAffineTransformMakeRotation", referenced from:
-[HackManager initWithDictPath:hackerName:coordX:coordY:andOrientation:andSupportedOrientations:] in HackManager.m.228bc9a4.o
-[HackManager deviceOrientationDidChange:] in HackManager.m.228bc9a4.o
"_OBJC_CLASS_$_UIAlertView", referenced from:
objc-class-ref in HackManager.m.228bc9a4.o
"_OBJC_CLASS_$_UIButton", referenced from:
objc-class-ref in HackManager.m.228bc9a4.o
"_OBJC_CLASS_$_UIDevice", referenced from:
objc-class-ref in HackManager.m.228bc9a4.o
"_OBJC_CLASS_$_UIWindow", referenced from:
objc-class-ref in HackManager.m.228bc9a4.o
"_UIDeviceOrientationDidChangeNotification", referenced from:
-[HackManager initWithDictPath:hackerName:coordX:coordY:andOrientation:andSupportedOrientations:] in HackManager.m.228bc9a4.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [obj/FRaGGERGM4.dylib.64873355.unsigned] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [FRaGGERGM4.all.tweak.variables] Error 2
GM-4:/var/mobile/fraggergm4 root#

 

 

 

 

 

IMG_0437.PNG?dl=1

Updated by Ianouar3G
Posted (edited)

Add:
 

ProjectName_FRAMEWORKS = UIKit CoreGraphics

In the patchers makefile (both makefiles). :)

Also, import UIKit.

 

@@Ianouar3G

Updated by DiDA
Posted (edited)

Add:

 

projectname_FRAMEWORKS = UIkit
In the patchers makefile (both makefiles). :)

 

Also, import UIKit.

thx i add "X_FRAMEWORKS = UIkit" But I still some errors

 

 

VYdY6UrB.png

Updated by DiDA
Posted

thx i add "X_FRAMEWORKS = UIkit" But I still some errors

I had the same problem and that solved it for me.

 

Take a look at these two threads:

 

http://iosgods.com/topic/3319-error-ld-symbols-not-found-for-architecture-armv7-theos-on-ios-8/

 

http://iosgods.com/topic/4171-need-help-with-voidlink-error-for-my-patcher/

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

    • Coop TD v1.3.8 +3 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: Coop TD By Supermagic Inc.
      Bundle ID: com.supermagic.ios.cooptd
      iTunes Store Link: https://apps.apple.com/us/app/coop-td/id6503702666?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Unlimited In-Game Gold
      - Unlimited In-Game Main Stones
      • 49 replies
    • Coop TD v1.3.8 +3 Cheats [ Damage + More ]
      Modded/Hacked App: Coop TD By Supermagic Inc.
      Bundle ID: com.supermagic.ios.cooptd
      iTunes Store Link: https://apps.apple.com/us/app/coop-td/id6503702666?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Unlimited In-Game Gold
      - Unlimited In-Game Main Stones
        • Like
      • 50 replies
    • Loot Heroes v1.9.1 +28 Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Loot Heroes: Fantasy RPG Games By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes-fantasy-rpg-games/id6642699678?uo=4


      Hack Features:
      - Freeze Everything -> Currencies, Hero Cards, Hero Skill Points will all freeze.
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - No Attack Delay
      - All Critical Hits
      - All Heroes Unlocked
      - All Skins Unlocked
      - No Skill Cooldown
      - Nickname Edit Unlocked
      - No Nickname Filter
      - No Guild Name Filter
      - No Dash Cooldown
      - Unlimited Boosters
      - Auto Play
      - No Camp Upgrade Cost
      - Unlimited Bolts
      - No Ads

      VIP
      - Unlimited Everything -> Currencies, Hero Cards, Hero Skill Points will all increase instead of decrease.
      - Currency Modifier -> Earn or spend some.
      - Unlimited Hero Cards -> Earn some.
      - Unlimited Hero Skill Points -> Earn some.
      - Trophy Modifier -> Earn or lose some to stick to the leaderboard.
      - Guild Score Modifier -> Earn some.
      - Unlimited Event Score -> Earn some.
      - Max Hero Mastery Level
      - Auto Win
      - Battle Pass Unlocked
      - VIP Enabled
      • 143 replies
    • Loot Heroes v1.9.1 +28 Cheats [ Unlimited Everything ]
      Modded/Hacked App: Loot Heroes By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes/id6642699678?uo=4


      Hack Features:
      - Freeze Everything -> Currencies, Hero Cards, Hero Skill Points will all freeze.
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - No Attack Delay
      - All Critical Hits
      - All Heroes Unlocked
      - All Skins Unlocked
      - No Skill Cooldown
      - Nickname Edit Unlocked
      - No Nickname Filter
      - No Guild Name Filter
      - No Dash Cooldown
      - Unlimited Boosters
      - Auto Play
      - No Camp Upgrade Cost
      - Unlimited Bolts
      - No Ads

      VIP
      - Unlimited Everything -> Currencies, Hero Cards, Hero Skill Points will all increase instead of decrease.
      - Currency Modifier -> Earn or spend some.
      - Unlimited Hero Cards -> Earn some.
      - Unlimited Hero Skill Points -> Earn some.
      - Trophy Modifier -> Earn or lose some to stick to the leaderboard.
      - Guild Score Modifier -> Earn some.
      - Unlimited Event Score -> Earn some.
      - Max Hero Mastery Level
      - Auto Win
      - Battle Pass Unlocked
      - VIP Enabled
      • 305 replies
    • Robot Breaker v0.2.1 [+4 Cheats]
      Modded/Hacked App: Robot Breaker By Charged Monkey s.r.o.
      Bundle ID: com.chargedmonkey.robotbreaker
      App Store Link: https://apps.apple.com/us/app/robot-breaker/id6742655817?uo=4



      🤩 Hack Features

      - Increase Tool Level
      - Set No Ads (Not Rewarded)
      - Skip Current Quest
      - Unlimited Resources 
      • 1 reply
    • Robot Breaker v0.2.1 [+4 Jailed Cheats]
      Modded/Hacked App: Robot Breaker By Charged Monkey s.r.o.
      Bundle ID: com.chargedmonkey.robotbreaker
      App Store Link: https://apps.apple.com/us/app/robot-breaker/id6742655817?uo=4



      🤩 Hack Features

      - Increase Tool Level
      - Set No Ads (Not Rewarded)
      - Skip Current Quest
      - Unlimited Resources 
      • 1 reply
    • Tiny Defense - Tower Defense v0.5.0 [ +9 Cheats ] Currency Max
      Modded/Hacked App: Tiny Defense - Tower Defense By jeongwoo park
      Bundle ID: com.bumbloo.tinydefense
      App Store Link: https://apps.apple.com/us/app/tiny-defense-tower-defense/id6520386369?uo=4

       

      🤩 Hack Features

      - Gems

      - Coins

      - Energy

      - Battle Coins

      - Fingerprint Box Coins

      - Premium Box

      - Common Box

      - ATK

      - ATK Speed

      Disable Currency After Hack
      • 14 replies
    • Tiny Defense - Tower Defense v0.5.0 [ +9 Jailed ] Currency Max
      Modded/Hacked App: Tiny Defense - Tower Defense By jeongwoo park
      Bundle ID: com.bumbloo.tinydefense
      App Store Link: https://apps.apple.com/us/app/tiny-defense-tower-defense/id6520386369?uo=4
       

      🤩 Hack Features

      - Gems

      - Coins

      - Energy

      - Battle Coins

      - Fingerprint Box Coins

      - Premium Box

      - Common Box

      - ATK

      - ATK Speed

      Disable Currency After Hack
      • 9 replies
    • Medieval Merge v1.90.1 [Currency/SRDebug 99+ Options]
      Modded/Hacked App: Medieval Merge: Epic RPG Games By Pixodust Aplicativos LTDA
      Bundle ID: com.pixodust.games.free.rpg.medieval.merge.puzzle.empire
      iTunes Store Link: https://apps.apple.com/us/app/medieval-merge-epic-rpg-games/id1553126598?uo=4

      Hack Features:
      - SRDebugger 99+ Toggles
      Open IGMM first and enable "Open SRDebug" then open settings in game for the UI to popup  


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Like
      • 180 replies
    • Brick Out - Shoot the ball v25.0702.01 +5 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Brick Out - Shoot the ball By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.brickoutshoottheball
      iTunes Store Link: https://apps.apple.com/us/app/brick-out-shoot-the-ball/id1489900957?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - No Ads
      - Free Revives


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      • 113 replies
    • Brick Out - Shoot the ball v25.0702.01 +5 [Currency Hack]
      Modded/Hacked App: Brick Out - Shoot the ball By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.brickoutshoottheball
      iTunes Store Link: https://apps.apple.com/us/app/brick-out-shoot-the-ball/id1489900957?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No Ads
      - Add 10000 Rubies
      - Free Revives


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      • 114 replies
    • State Connect: Traffic Control v1.145 +2 Jailed Cheats [SRDebugger]
      Modded/Hacked App: State Connect: Traffic Control By AI GAMES FZ LLC
      Bundle ID: state.connect.game
      iTunes Store Link: https://apps.apple.com/us/app/state-connect-traffic-control/id1590353335?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - No Ads Popup
      - Free Everything


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      • 33 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