Jump to content

IGM Help


Go to solution Solved by Rook,

12 posts in this topic

Recommended Posts

Posted

Show me your tweak.xm and makefile.

Tweak.xm:

 

#import "Hack.h"

#import "HackManager.h"

@class Hack;

@class HackManager;

 

#define PLIST_PATH @"/var/mobile/Library/Preferences/com.johnkittz.farmkill.plist"

 

#define FENCEHACK 0

#define ZOMBIEHACK 1

#define CASHHACK 2

#define SURVIVORHACK 3

 

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:@"JohnKittz" coordX:10 coordY:20 andOrientation:UIInterfaceOrientationLandscapeRight andSupportedOrientations:supportedOrientations];

 

    [hackmanager addHackWithKey:@"kfence" andName:@"Fence life" andType:NUMBER];

    [hackmanager addHackWithKey:@"kzom" andName:@"zombie stats" andType:NUMBER];

    [hackmanager addHackWithKey:@"kCash" andName:@"Cash" andType:NUMBER];

    [hackmanager addHackWithKey:@"ksurvivor" andName:@"survivors" andType:NUMBER];

    return %orig;

}

%end

 

%hook SkippyConstants

- (float)bonusCashMultiplier

{

    return [[hackmanager getHackValueAtIndex:CASHHACK]floatValue];

}

%end

 

%hook FarmKillData

- (int)farmKillCashMult

{

    return [[hackmanager getHackValueAtIndex:CASHHACK]intValue];

}

%end

 

%hook MudskipperStatsScreen

- (int)bonusCash

{

    return [[hackmanager getHackValueAtIndex:CASHHACK]intValue];

}

%end

 

%hook MoneyDrop

- (float)amount

{

    return [[hackmanager getHackValueAtIndex:CASHHACK]floatValue];

}

 

- (float)moneyMultiply

{

    return [[hackmanager getHackValueAtIndex:CASHHACK]floatValue];

}

%end

 

%hook Zombie

- (float)attack

{

    return [[hackmanager getHackValueAtIndex:ZOMBIEHACK]floatValue];

}

 

- (float)life

{

    return [[hackmanager getHackValueAtIndex:ZOMBIEHACK]floatValue];

}

%end

 

%hook Fence

- (float)life

{

    return [[hackmanager getHackValueAtIndex:FENCEHACK]floatValue];

}

%end

 

%hook FarmKillStats

- (int)stats_survivorsKilled

{

    return [[hackmanager getHackValueAtIndex:SURVIVORHACK]intValue];

}

%end

Makefile:

 

ARCHS = armv7 arm64

 

FarmKill_LDFLAGS += -W1,-segalign,4000

 

include theos/makefiles/common.mk

 

TWEAK_NAME = FarmKill

FarmKill_FILES = Tweak.xm HackManager.m Hack.m

FarmKill_FRAMEWORKS = UIKit

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

    install.exec "killall -9 SpringBoard"

 

  • Solution
Posted

FarmKill_FRAMEWORKS = UIKit CoreGraphics

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

    • Skullgirls Fighting RPG v8.4.0 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Skullgirls: Fighting RPG By Autumn Games, LLC
      Bundle ID: com.autumn.skullgirls
      iTunes Store Link: https://apps.apple.com/us/app/skullgirls-fighting-rpg/id1280762571?uo=4


      Hack Features:
      - Auto win

      - Damage [ One HiT WiN ]

      - Energy Max

      - Skill

      - Enemy Disable

      - Goals Claimed [ Free Pass Only ]
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 212 replies
    • Skullgirls Fighting RPG v8.4.0 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Skullgirls: Fighting RPG By Autumn Games, LLC
      Bundle ID: com.autumn.skullgirls
      iTunes Store Link: https://apps.apple.com/us/app/skullgirls-fighting-rpg/id1280762571?uo=4


      Hack Features:

      - Auto win

      - Damage [ One HiT WiN ]

      - Energy Max

      - Skill

      - Enemy Disable

      - Goals Claimed [ Free Pass Only ]
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 119 replies
    • Fighter Jet Combat : Warzone v1.2.1 [ +2 APK MOD ] Currency Max
      Mod APK Game Name: Fighter Jet Combat : Warzone
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ovilex.flightcombat&hl=en

       

      🤩 Hack Features

      - Unlimited Gold / After Hack Disable
      - Unlimited Cash / After Hack Disable
        • Agree
      • 2 replies
    • Chum Chum Blast! v1.13.815 [ +9 APK MOD ] Auto Win
      Mod APK Game Name: Chum Chum Blast!
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ritzdeligames.eraserblast&hl=en

      🤩 Hack Features

      - Auto Win
      - ADS Ticket
      - Coins / Golden Pass To Get
      - Unlimited Stars
      - Unlimited Booster
      - Lives Inf
      - Moves Unlimited
      - Golden Pass
      - Free & Golden Pass / Claim Unlimited 
      • 4 replies
    • Merge Cruise: Mystery Puzzle v0.37.970 [ +2 APK MOD ] Currency Max
      Mod APK Game Name: Merge Cruise: Mystery Puzzle
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.peerplay.megamerge&hl=en

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Energy
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 9 replies
    • Dragon Wings: RPG Shoot em up v3.6.0 [ +5 APK MOD ] Currency Max
      Mod APK Game Name: Dragon Wings: RPG Shoot 'em up By Spirit Bomb Company Limited
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=rpg.arcade.space.shooter.dragon.wings&hl=en

      🤩 Hack Features

      - Super Card Active
      - Unlimited Gems
      - Unlimited Gold
      - Never Die
      - ATK
        • Agree
        • Thanks
        • Winner
        • Like
      • 8 replies
    • Swamp Attack 2 v1.1.0 [ +4 APK MOD ] Currency Max
      Mod APK Game Name: Swamp Attack 2
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.hyperdotstudios.swampattack2&hl=en

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Card EXP
      - Monster ATK NO
        • Like
      • 3 replies
    • Merge Crime: Mystery & Romance v1.13.0 [ +3 APK MOD ] Currency Max
      Mod APK Game Name: Merge Crime: Mystery & Romance
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.standegg.mergecrime&hl=en

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Energy
        • Like
      • 2 replies
    • Soccer Journey: Champion Squad v1.0.14 [ +12 APK MOD ] Currency Max
      Mod APK Game Name: Soccer Journey: Champion Squad By KONG SOFTWARE JOINT STOCK
      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Player Energy
      - Unlimited Match Energy
      - Unlimited Tokens
      - Unlimited EXP User
      - Unlimited Scout Ticket +3
      - Unlimited Standard Scout +4
      - Unlimited Cube +4
      - Unlimited Training +3
      - Upgrade Cost All Building [ Earn Cash Unlimited ]
      - Speed UP Cost All Building [ Earn Cash Unlimited ]
        • Winner
      • 3 replies
    • Forest Cabin: Survive v2.00.007 [ +4 APK MOD ] Battle Coins
      Mod APK Game Name: Forest Cabin: Survive
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.qxgame.gmerge
      🤩 Hack Features

      - Speed 2X Active
      - Unlimited Battle Coin
      - Unlimited Battle Energy
      - ATK Speed
        • Agree
        • Winner
        • Like
      • 7 replies
    • Immortal Rising 2 v1.4.13 Jailed Cheats +5
      Modded/Hacked App: Immortal Rising 2 By Planetarium Labs Pte. Ltd.
      Bundle ID: com.badbeans.immortalrising2
      iTunes Store Link: https://apps.apple.com/us/app/immortal-rising-2/id6467105374?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:
      - More damage
      - No CD
      - Earn more gold
      - Earn more exp
      - Freeze combokill
      - God mode
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 224 replies
    • [Welcome to Dreamland TW] 歡迎來到夢樂園 v1.4 Jailed Cheats +5
      Modded/Hacked App: 歡迎來到夢樂園 By POSEIDON NET LIMITED
      Bundle ID: com.poseidongame.dsl
      App Store Link: https://apps.apple.com/tw/app/%E6%AD%A1%E8%BF%8E%E4%BE%86%E5%88%B0%E5%A4%A2%E6%A8%82%E5%9C%92/id6748006168?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - God Mode
      - Multiply Attack
      - Auto Win
       

      Note: If stuck at loading screen report to me for update

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/203854-welcome-to-dreamland-tw-%E6%AD%A1%E8%BF%8E%E4%BE%86%E5%88%B0%E5%A4%A2%E6%A8%82%E5%9C%92-v13-jailed-cheats-5/
      • 2 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