-
Posts
11,503 -
Joined
-
Last visited
Everything posted by Amuyea
-
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
- 12 replies
-
- 12
-
-
-
-
-
I nearly forgot what I did before But yeah, it's nice way around this issue.
-
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
-
Help/Support how to make my tweak.xm changes work
Amuyea replied to Ryan Z's topic in Help & Support
Use Cyberduck or winscp to ssh into your device. Use notepad+ or whatever to edit the file. Type "make package install" through terminal -
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
-
Solved [VIP] [Mod Menu] Japan One Piece Treasure Cruise v8.0.2
Amuyea replied to hyony's topic in Filled iOS App Requests
Oh they updated. -
Help/Support Tutorial for cracking binary in iOS 10+
Amuyea replied to Eike's topic in Help & Support
Which guide are you following and give us some details on what's wrong. -
Help/Support Igameguardian instilization failed!
Amuyea replied to KhakiMasan's topic in Help & Support
Open the app 20 times It would "fix" the error but I never seen "Make sure you have internet access" -
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.
-
Help/Support Where can I get cracked ipa files
Amuyea replied to LickMyAss's topic in Help & Support
I would say appcake, appaddict or member on here can help. -
For non-jailbroken or?
-
Help/Support [Request] Decrypted version of Files app
Amuyea replied to zmrd's topic in Help & Support
It's free app with "Requires iOS 11.0 or later." -
Use search bar if it's there. If not then make hack request
-
Use iBackupbot to use SAV on your device.
-
Don't click ads
-
Solved iOS help how download from hidden content
Amuyea replied to Alexandy12's topic in Help & Support
Don't click the ads. Also, it might be better to use computer to download then use ifunbox to transfer -
and iOS?
-
I can do this. But what device do you have
-
Patcher Hack iOSGods iAP Cracker - iAP Tweak Modifier
Amuyea replied to Laxus 's topic in Free Jailbreak Cheats
Huh? -
Locked This topic is now closed to further replies.
-
Locked This topic is now closed to further replies.