Jump to content

Jax2120

Senior Member
  • Posts

    161
  • Joined

  • Last visited

Everything posted by Jax2120

  1. Not to my knowledge. GameGem just isn’t as good as iGG
  2. I unfortunately am not jailbroken anymore so I don't know how to help you but if anything I'd just wait for the discount to end.
  3. If you mess around with it using similar tactics as described in the guide, such as editing buttons to give you currency by making them a negative value, that you can find a way to do so. I personally have not played the game in a while nor tried to hack it as I am not jailbroken right now because it slowed my phone down so I do not know for certain.
  4. When his rank says Angle ◷ instead of angel ?

    1. Lord Alucard

      Lord Alucard

      It's supposed to say angle

  5. Yep, says it at the top of the instructions but thanks for helping make sure everyone knows.
  6. I'll try it when I get my phone rejailbroken. is anyone else having this issue?
  7. You can get some pro features by using flex2 and searching "subscription" or similar and changing bool options to true. Doesn't unlock all features but some. Haven't quit figured it all out yet.
  8. Hope this works, let's see
  9. To my knowledge the repo is no longer active, so I'm not sure how to download iGG now. I suggest making a help ticket on the matter.
  10. I recommended making a topic in the help forum with all of your questions so more experienced users can help you.
  11. Does it do this ingame or just in iGG? It shows up that way in iGG but not ingame. How many results do you get and what is your Nearby range?
  12. @Najku Is this iCloud activation or trying to sign into Apple ID for App Store?
  13. Glad to hear it, check one of the answers as a solution so the topic can be seen as closed.
  14. Have you tried restarting phone and trying without jailbreak then with?
  15. @kingseriy Says the "Network Extensions" feature is only available to users enrolled in Apple Developer Program. Please visit https://developer.apple.com/program to enroll. I enrolled the account I was using for Cydia Impactor and still receives error.
  16. Updated to 1.4.0
  17. I don't know much about this but "export" ARCHS = armv7 arm64 doesn't sound right. Try just ARCHS = armv7 arm64. Doubt this is the issue but thought I'd suggest it.
  18. My plist if it helps: @Amuyea <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Filter</key> <dict> <key>Bundles</key> <array> <string>com.apple.springboard</string> <string>com.ankama.tactilwars</string> <string>com.lightricks.Enlight-Editor</string> </array> </dict> </dict> </plist>
  19. We're not magicians. The best you can do is email them or some how make an appeal.
  20. Yep. Flex says ENAppDelegate and FBSDKApplicationDelegate. I've tried both. On another app I am trying this for, the app I'd rather it work on, it says UnityAppController and AppEventListener. Neither work.
  21. *Clever 2nd Comment*
  22. So I'm very new to this, I've only done things so far with iGameGuardian and Flex. I wanted to try to make a MS Tweak that just launches a Ui on app launch with a message and links. I got the layout for it (I tend to learn best from reverse engineering others examples then reworking it) from someone's tutorial on here. I did make package install and it installed. I added the apps bundle to the plist and searched the method in Flex. When I launch the app nothing happens. Tweak.xm: %hook ENAppDelegate -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Tactile Wars Tweak" message:@"by Jax2120" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:@"Visit Me", nil]; [alert show]; [alert release]; return %orig(); %new } -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { if(buttonIndex !=alertView.cancelButtonIndex) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com/profile/572545-jax2120/"]]; } } %end
  23. Resolved, my sdk was only partially complete for some unknown reason and was missing necessary libraries. Thanks for trying to help @Ted2
  24. Ive tried reinstalling Theos 4 times.
×
  • 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