Jump to content

How do I find the correct path of a game to make a deb file for a hack?


xLay

7 posts in this topic

Recommended Posts

Posted

Hi guys, I’m currently in the works of making a deb file for a game I’ve been hacking for years.

now every device or every installation of the game has a different folder name.

how can I point a deb to install these files in the correct path for installation? I’ve got past experience from making a deb file in the past but all I did was copy and edit someone else’s .deb file. 

Thank you. 👍

Posted

If you are talking about the Data directory, then only package the save you want and make a Save Game cheat . If you are editing the Bundle files then you need to make an ipa file and put it in Non-JB. The way this would be possible with a deb is to make a shell script that would look for the directory by checking the unique files inside the game. And that script would be run on installation since you can specify that in the control file. Cheers and good luck! :) 

Posted

How can I replace this file in this directory /var/mobile/Containers/Data/Application/940B8E06-2AE7-42A8-87D3-B820EDC4CE87/Documents/packages/insertzipfilehere.zip

notice the 940B8E06-2AE7-42A8-87D3-B820EDC4CE87 will be different on every phone, how do I make sure I bypass that? I’ve done it before but it’s been a while.

EDIT: Found a CRC Manipulator for the patched zip files that contain the files for me to edit, it's CRC server sided so any modded slot games that are tampered with changes the checksum and replaces it with the original zip so that is sorted, just need to make a deb file to  copy the modified zip file to this directory:
/var/mobile/Containers/Data/Application/940B8E06-2AE7-42A8-87D3-B820EDC4CE87/Documents/packages/insertzipfilehere.zip

 

Posted
53 minutes ago, LayA said:

How can I replace this file in this directory /var/mobile/Containers/Data/Application/940B8E06-2AE7-42A8-87D3-B820EDC4CE87/Documents/games/cegcmorechilli/configuration.xml 

notice the 940B8E06-2AE7-42A8-87D3-B820EDC4CE87 will be different on every phone, how do I make sure I bypass that? I’ve done it before but it’s been a while.

EDIT: Found a CRC Manipulator for the patched zip files that contain the files for me to edit, it's CRC server sided so any modded slot games that are tampered with changes the checksum and replaces it with the original zip so that is sorted, just need to make a deb file to  copy the modified zip file to this directory:
/var/mobile/Containers/Data/Application/940B8E06-2AE7-42A8-87D3-B820EDC4CE87/Documents/packages/insertzipfilehere.zip

 

I would suggest you make a Tweak with theos (if you don’t have it installed, I can build it for you :) ) that would have this code in Tweak.xm

#include <stdio.h>
#include "zipfile2chararray.h" // A FILE WITH YOUR ZIP FILE PUT AS A CHAR ARRAY

%ctor {
  NSString DocumentsDirectory = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask, YES) objectAtIndex:0];
  char *FilePath = [[NSString stringWithFormat:@"%@/packages/hack.zip", DocumentsDirectory] UTF8String];
  FILE *zipFile = fopen(FilePath, "w");
  if (zipFile) {
    fprintf(zipFile, "%s", zipFileContents);
    fclose(zipFile);
  }
}

 

Posted
25 minutes ago, bR34Kr said:

I would suggest you make a Tweak with theos (if you don’t have it installed, I can build it for you :) ) that would have this code in Tweak.xm


#include <stdio.h>
#include "zipfile2chararray.h" // A FILE WITH YOUR ZIP FILE PUT AS A CHAR ARRAY

%ctor {
  NSString DocumentsDirectory = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask, YES) objectAtIndex:0];
  char *FilePath = [[NSString stringWithFormat:@"%@/packages/hack.zip", DocumentsDirectory] UTF8String];
  FILE *zipFile = fopen(FilePath, "w");
  if (zipFile) {
    fprintf(zipFile, "%s", zipFileContents);
    fclose(zipFile);
  }
}

 

I don't have theos installed currently, if you can build one for me that will help me so much. make sure you credit yourself in the description, i will attach the zip file also and give you the exact path it needs to go, it needs to replace the original zip file.
just name it "Moon Race Hack"
the app by the way is https://apps.apple.com/au/app/lightning-link-casino/id1243005112

Zip: https://www65.zippyshare.com/v/JxbZhO43/file.html

Path: /var/mobile/Containers/Data/Application/940B8E06-2AE7-42A8-87D3-B820EDC4CE87/Documents/packages/ 

Thank you!

Posted
On 10/4/2019 at 11:36 AM, LayA said:

 

I don't have theos installed currently, if you can build one for me that will help me so much. make sure you credit yourself in the description, i will attach the zip file also and give you the exact path it needs to go, it needs to replace the original zip file.
just name it "Moon Race Hack"
the app by the way is https://apps.apple.com/au/app/lightning-link-casino/id1243005112

Zip: https://www65.zippyshare.com/v/JxbZhO43/file.html

Path: /var/mobile/Containers/Data/Application/940B8E06-2AE7-42A8-87D3-B820EDC4CE87/Documents/packages/ 

Thank you!

I pray you get this to work I will pay for a lightning link mod for ios :D

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Universe Invader 2: Alien War v1.0.8 [ +12 Cheats ] Currency Max
      Modded/Hacked App: Universe Invader 2: Alien War By GCENTER VIET NAM TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.GCenter.com.universe.invaders.alien.war.attack.V2
      App Store Link: https://apps.apple.com/us/app/universe-invader-2-alien-war/id6739988487?uo=4

       
      🤩 Hack Features

      - Auto Win

      - ViP Point

      - Gems

      - Coins

      - Energy

      - Booster

      - Keys +2

      - Life

      - DMG

      - Zone Unlock [ No Need Star ]

      - Ship & Dron Unlock Cost 0
      • 0 replies
    • Universe Invader 2: Alien War v1.0.8 [ +12 Jailed ] Currency Max
      Modded/Hacked App: Universe Invader 2: Alien War By GCENTER VIET NAM TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.GCenter.com.universe.invaders.alien.war.attack.V2
      App Store Link: https://apps.apple.com/us/app/universe-invader-2-alien-war/id6739988487?uo=4


      🤩 Hack Features

      - Auto Win

      - ViP Point

      - Gems

      - Coins

      - Energy

      - Booster

      - Keys +2

      - Life

      - DMG

      - Zone Unlock [ No Need Star ]

      - Ship & Dron Unlock Cost 0
      • 0 replies
    • Solo Leveling:Arise v1.2.77 Jailed Cheats +2
      Modded/Hacked App: Solo Leveling:Arise By Netmarble Corporation
      Bundle ID: com.netmarble.sololv
      iTunes Store Link: https://apps.apple.com/us/app/solo-leveling-arise/id1662742277?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:
      - Immunte to Physical Damage
      - Multiply Attack



      iOS Hack Download IPA Link: https://iosgods.com/topic/184739-solo-levelingarise-v1265-jailed-cheats-2/
      • 395 replies
    • Agar.io v2.30.2 Jailed Cheats +1
      Modded/Hacked App: Agar.io by Miniclip SA
      Bundle ID: com.miniclip.agar.io
      iTunes Store Link: https://itunes.apple.com/us/app/agar-io/id995999703?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Normal Mode Zoom Hack - Tested with value 0.08 - More Zoom = More Small Value
      - BR Mode Zoom Hack - Tested with value 0.08 - More Zoom = More Small Value


      Hack Download Link: https://iosgods.com/topic/82572-arm64-agario-v230-jailed-cheats-1/
      • 1,262 replies
    • [ Arknights China ] 明日方舟 Cheats v2.6.01 +8
      Modded/Hacked App: 明日方舟 By Shanghai Hypergryph Network Technology Co., Ltd.
      Bundle ID: com.hypergryph.arknights
      iTunes Store Link: https://apps.apple.com/cn/app/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/id1454663939?uo=4


      Hack Features:
      - God Mode
      - Frozen Enemies
      - One Hit Kill
      - Instant - Win
      - No Deploy Cost
      - Multiply Damage
      - Multiply Defense
      - Multiply Character Speed


      iOS Hack Download Link: https://iosgods.com/topic/149509-arknights-china-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-cheats-v1560-8/
      • 310 replies
    • PewDiePie's Tuber Simulator Cheats v2.55.0 +3
      Modded/Hacked App: PewDiePie's Tuber Simulator By Outerminds Inc.
      Bundle ID: com.outerminds.tubular
      iTunes Store Link: https://apps.apple.com/us/app/pewdiepies-tuber-simulator/id1093190533?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Infinite Subscriber
      - Infinite Views
      - Infinite Bux

      NOTE: Please complete tutorial first before enabling the hacks otherwise it won't work

      NOTe 2: Please make a youtube video to get some views first (without hack) then before enable infinite views

       

      Non-Jailbroken Hack: https://iosgods.com/topic/86411-pewdiepies-tuber-simulator-v2450-jailed-cheats-3/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/86366-pewdiepies-tuber-simulator-cheats-v2460-3/
      • 1,155 replies
    • Battle Legion - Mass Battler Cheats v4.3.8 +4
      Modded/Hacked App: Battle Legion - Mass Battler By GODSPEED GAMING SOLUTIONS PRIVATE LIMITED
      Bundle ID: com.traplight.battleslides
      iTunes Store Link: https://apps.apple.com/us/app/battle-legion-mass-battler/id1435133042?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Multiply Attack
      - Multiply Defense
      - Instant Win
      - Enemies Don't Move
      - Enemies Don't Attack

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/129669-battle-legion-mass-battler-cheats-v424-4/
      • 574 replies
    • Honkai Impact 3 (SEA) Cheats v8.3.0 +2 [ Multiply Attack & Defense ]
      Modded/Hacked App: Honkai Impact 3 By COGNOSPHERE PTE. LTD.
      Bundle ID: com.miHoYo.bh3oversea
      iTunes Store Link: https://apps.apple.com/ph/app/honkai-impact-3/id1299582178?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Multiply Attack
      - Multiply Defense

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/134285-honkai-impact-3-sea-cheats-v810-2-multiply-attack-defense/
      • 496 replies
    • SnapEdit - Remove Objects AI Modded v5.9.4 +1
      Modded/Hacked App: SnapEdit - Remove Objects AI By SilverAI Joint Stock Company
      Bundle ID: com.sfun.snapedit
      App Store Link: https://apps.apple.com/us/app/snapedit-remove-objects-ai/id1611282499?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - PREMIUM

       

      Free Non-Jailbroken Hack: https://iosgods.com/topic/197205-snapedit-remove-objects-ai-v594-jailed-mod-1/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/175364-snapedit-remove-objects-ai-modded-v594-1/
      • 97 replies
    • Subnautica v1.21.82617 +100++ Jailed Cheats [ Developer Menu ]
      Modded/Hacked App: Subnautica By Unknown Worlds Entertainment, Inc.
      Bundle ID: com.UnknownWorlds.Subnautica
      App Store Link: https://apps.apple.com/us/app/subnautica/id6478639011?uo=4

       
       

      🤩 Hack Features

      - Developer Menu -> Pause the game and you will see a Developer Menu button.

      For all developer commands, go here.
      • 5 replies
    • Subnautica v1.21.82617 +100++ Cheats [ Developer Menu ]
      Modded/Hacked App: Subnautica By Unknown Worlds Entertainment, Inc.
      Bundle ID: com.UnknownWorlds.Subnautica
      App Store Link: https://apps.apple.com/us/app/subnautica/id6478639011?uo=4

       


      🤩 Hack Features

      - Developer Menu -> Pause the game and you will see a Developer Menu button.

      For all developer commands, go here..
      • 4 replies
    • Dawn of Ages: Medieval Games v2.0.8 +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Dawn of Ages: total war battle By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      App Store Link: https://apps.apple.com/us/app/dawn-of-ages-total-war-battle/id6477473268?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Dumb Enemy
      - Premium Enabled
      • 12 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