Jump to content

xLay

Member
  • Posts

    53
  • Joined

  • Last visited

Posts posted by xLay

  1. 8 hours ago, DADi said:

    Hello,

    Please connect and use WiFi, seems to be an issue causing the game to freeze on Mobile Data.

    Confirmed working with wifi. Had these issues also. Any reason as to why it works on wifi & not data? Switching off wifi after entering main screen works also. 

    • Thanks 1
  2. 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!

    • Like 1
  3. 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

     

  4. 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. 👍

    • Like 1
×
  • 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