Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. In some of the apps, when you try to hack a class with a "." or a dot function. Flex to Tweak.xm Tutorial: https://iosgods.com/topic/904-tutorialvideo-hack-games-with-flex-and-convert-it-to-deb-tweak/ There are more on this kind, check them out! Let's get started! In Flex, it would work fine, but when you try to convert flex to tweak.xm and make package. It gives you an error, "error: cannot use dot operator on a type" *I don't hack this application, it's an example to solve this issue* Using the tutorial, flex to tweak.xm. I get this, %hook OkCupid.OKMessage -(BOOL)read { return TRUE; } %end It will throw me an error after "make package" command in terminal. A way around the error template: %hook AnyRandomNameHere - (id)description { return %orig(); } %end %ctor { %init(AnyRandomNameHere = objc_getClass("ClassNameWithADotHere")); } Now, I will convert it in this way. Final Code: %hook CupidMess -(BOOL)read { return TRUE; } %end %ctor { %init(CupidMess = objc_getClass("OkCupid.OKMessage")); }; I saved the file and use "make package" command and it proceed without error! Adding 2 or more dot functions Guide Credits: @Amuyea for this tutorial. @AnotherLurker for this post regard to this issue in Help & Support. https://iosgods.com/topic/41019-theos-errorswift/?do=findComment&comment=1340552
  2. I nearly forgot what I did before But yeah, it's nice way around this issue.
  3. I actually faced this problem before and did sh!t on it and saved note on this kind, "file got lost somewhere on laptop"... Had to search for the game with . class and did sh!t again. You are welcome
  4. Use Cyberduck or winscp to ssh into your device. Use notepad+ or whatever to edit the file. Type "make package install" through terminal
  5. I was going to put tutorial but "someone" did. Maybe I will post it with information later. *I did this on my own* %hook CupidSetting -(bool) IsVipMember { return TRUE; } %end %hook CupidIAPHelper -(void)setIsVipMember:(bool)arg1 { arg1 = TRUE; } %end %ctor { %init(CupidSetting = objc_getClass("Cupid.Setting"), CupidIAPHelper = objc_getClass("Cupid.IAPHelper"), CupidAppDelegate = objc_getClass("Cupid.AppDelegate")); }; @Demi-God
  6. Which guide are you following and give us some details on what's wrong.
  7. Open the app 20 times It would "fix" the error but I never seen "Make sure you have internet access"
  8. You don't use the deb file. You download from here only https://iosgods.com/forum/12-save-game-cheats/ Check the pinned topics about this. I have no idea about iOS 11 tho.
  9. I would say appcake, appaddict or member on here can help.
  10. For non-jailbroken or?
  11. You need Apple File Conduit 2 to be able to use iFunbox. Also make sure that you are downloading these from good repo and check the version. You can use Cyberduck, WinSCP or Putty and SSH into your phone with the IP in settings. (Need OpenSSH)
  12. It's free app with "Requires iOS 11.0 or later."
  13. Use search bar if it's there. If not then make hack request
  14. Use iBackupbot to use SAV on your device.
  15. Don't click ads
  16. Don't click the ads. Also, it might be better to use computer to download then use ifunbox to transfer
  17. I can do this. But what device do you have
  18. Locked This topic is now closed to further replies.
  19. Locked This topic is now closed to further 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