Jump to content

[HELP] new to making tweaks and got an error


Go to solution Solved by Rook,

9 posts in this topic

Recommended Posts

Posted

Ll8AOMn.png

control

Package: com.L33T_Pr0xY.fragger
Name: fragger
Depends: mobilesubstrate
Version: 1.0
Architecture: iphoneos-arm
Description: An awesome MobileSubstrate tweak!
Maintainer: L33T_Pr0xY
Author: L33T_Pr0xY
Section: Tweaks

**************************************************
fragger.plist

{ Filter = { Bundles = ( "com.miniclip.Fragger" ); }; }

*********************************************************
Makefile

include theos/makefiles/common.mk

TWEAK_NAME = fragger
fragger_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

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

*******************************************************
Tweak.xm

%hook LevelLayer
-(int) grenades {
 return 999999;
}

-(void) setGrenades:(int) fp8 {
fp8 = 999999;
%orig(fp8);
}
%end

%hook Configuration
-(void) setUnlimitedGrenades: (BOOL) fp8 {
fp8=true;
%orig(fp8);
}
%end

%hook FraggerAppDelegate
-(void)applicationDidBecomeActive:
(id)application {
UIAlertView *alert =[(UIAlertView alloc)
initWithTitle:@"Welcom to
Fragger"message:@"Hacked by L33T Pr0xY. Visit
iOSGods.com" delegate:null
cancelButtonTitle:@"Thanks!"otherButtonTitles:
nil);
[alert show];
[alert release];
}
%end

 

Posted

The error has been generated in the popup part.

 

Replace it all with this:

%hook FraggerAppDelegate
-(void)applicationDidBecomeActive:(id)application {
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Welcome to Fragger" message:@"Hacked by L33T Pr0xY. Visit iOSGods.com" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil];
[alert show];
[alert release];
}
%end
Posted

Edit your makefile and add this:

include theos/makefiles/common.mk

TWEAK_NAME = fragger
fragger_FILES = Tweak.xm
fragger_FRAMEWORKS = UIKit

include $(THEOS_MAKE_PATH)/tweak.mk

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

@@EvillyG00d has explained this very well here: http://iosgods.com/topic/831-tutorial-how-to-hack-using-mobile-substrate-method-hooking/

  • Solution
Posted

okay i think that helped i now have two files idk if they always look like there crypt?

 

http://imgur.com/p0Cw4Kd

You can now copy those two files and paste them in /Library/MobileSubstrate/DynamicLibraries/ to activate the hack.

 

But a better way is to make the hack a .deb file so it auto does that for you. To do this, type:

make package

or

make package install

In PuTTy.

Posted (edited)

You can now copy those two files and paste them in /Library/MobileSubstrate/DynamicLibraries/ to activate the hack.

 

But a better way is to make the hack a .deb file so it auto does that for you. To do this, type:

make package

or

make package install

In PuTTy.

i made a .deb i putted on my repo im testing it now :)

 

 

IT WORKS thanks 

Updated by L33T_Pr0xY
Posted

i made a .deb i putted on my repo im testing it now :)

 

 

IT WORKS thanks 

Awesome!

 

If you have any more questions or problems, feel free to create a new support topic! :)

 

Happy Holidays! :)

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

    • Crunchyroll: Horror Hop +1 Jailed Cheat [ Full Game Unlocked ]
      Modded/Hacked App: Crunchyroll: Horror Hop By Crunchyroll, LLC
      Bundle ID: com.crunchyroll.gv.horrorhop
      App Store Link: https://apps.apple.com/us/app/crunchyroll-horror-hop/id6756440908?uo=4

       


      🤩 Hack Features

      -- Full Game Unlocked
      • 0 replies
    • Crunchyroll: Pikuniku +1 Jailed Cheat [ Full Game Unlocked ]
      Modded/Hacked App: Crunchyroll: Pikuniku By Crunchyroll, LLC
      Bundle ID: com.crunchyroll.gv.pikuniku
      App Store Link: https://apps.apple.com/us/app/crunchyroll-pikuniku/id6753320685?uo=4

       

      🤩 Hack Features

      -- Full Game Unlocked
      • 0 replies
    • Nekomancer: Tower Defense +8 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Nekomancer: Tower Defense By Olbbaemi wa Sudal Co., Ltd.
      Bundle ID: com.owlottergames.nekomancer
      App Store Link: https://apps.apple.com/us/app/nekomancer-tower-defense/id6761361835?uo=4

       


      🤩 Hack Features

      - Player Damage Multiplier
      - Tower Damage Multiplier
      - Player Defence Multiplier
      - Player God Mode
      - Player Attack Speed Multiplier
      - Freeze Enemies
      - XP Multiplier
      - Auto Win
      • 0 replies
    • Myth Reborn: Merge Master v2.0.9 [ +2 APK MOD ] Currency Max
      Mod APK Game Name: Myth Reborn: Merge Master
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.dobolix.mythreborn.merge.master

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      • 1 reply
    • Party Project: Merge&Makeover v1.5.2 [ +3 APK MOD ] Currency Max
      Mod APK Game Name: Party Project: Merge Makeover
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.paxiegames.ropemerge&hl=en

       

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coin
      - Energy NO Need

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - IK_IK

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.
      • 0 replies
    • Cat City : Idle Tycoon Games v1.0.8 [ +3 APK MOD ] Currency Max
      Mod APK Game Name: Cat City : Idle Tycoon Games
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.tree.idle.cat.city

       

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited cash
      - Unlimited EXP Can

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - IK_IK

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.
      • 1 reply
    • Cat City : Idle Tycoon Games v1.0.8 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Cat Snack Bar: City Simulation By treeplla Inc.
      Bundle ID: com.tree.idle.cat.city
      App Store Link: https://apps.apple.com/ph/app/cat-snack-bar-city-simulation/id6753163785?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited cash
      - Unlimited EXP Can
        • Thanks
        • Like
      • 5 replies
    • Cat City : Idle Tycoon Games v1.0.8 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Cat Snack Bar: City Simulation By treeplla Inc.
      Bundle ID: com.tree.idle.cat.city
      App Store Link: https://apps.apple.com/ph/app/cat-snack-bar-city-simulation/id6753163785?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited cash
      - Unlimited EXP Can
        • Informative
        • Thanks
        • Like
      • 3 replies
    • Yukon: Family Adventure v1.71.0 [ +4++ Cheats ] Everything Unlimited
      Modded/Hacked App: Yukon: Family Adventure By Enixan Europe Limited
      Bundle ID: com.enixan.yukon.family.adventure
      iTunes Store Link: https://apps.apple.com/us/app/yukon-family-adventure/id6455041311?uo=4


      🤩 Hack Features

      - Gems

      - Energy

      - Items

      - EXP
        • Agree
        • Thanks
        • Winner
        • Like
      • 29 replies
    • Yukon: Family Adventure v1.71.0 [ +4++ Jailed ] Everything Unlimited
      Modded/Hacked App: Yukon: Family Adventure By Enixan Europe Limited
      Bundle ID: com.enixan.yukon.family.adventure
      iTunes Store Link: https://apps.apple.com/us/app/yukon-family-adventure/id6455041311?uo=4


      🤩 Hack Features

      - Gems

      - Energy

      - Items

      - EXP
        • Informative
        • Haha
        • Thanks
        • Winner
        • Like
      • 46 replies
    • Clash of Realms: Battle Decks v1.3.3 [ +4 APK MOD ] Currency Max
      Mod APK Game Name: Clash of Realms: Battle Decks
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.fanqu.b8&hl=en

       

      🤩 Hack Features

      - Avatar Frame & Decor Unlocked
      - Battle Pass Active
      - Currency Freeze
      :::: VIP ::::
      - Unlimited Currency

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      iOSGods App for Android







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - IK_IK

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.
      • 1 reply
    • Clash of Realms: Battle Decks v1.8.1 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Clash of Realms: Battle Decks By HONGKONG FANGQU NETWORK CO., LIMITED
      Bundle ID: com.fanqu.b8
      App Store Link: https://apps.apple.com/us/app/clash-of-realms-battle-decks/id6749603720?uo=4

      🤩 Hack Features

      - Avatar Frame & Decor Unlocked
      - Battle Pass Active
      - Currency Freeze
      :::: VIP ::::
      - Unlimited Currency
        • Like
      • 11 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