-
Posts
11,503 -
Joined
-
Last visited
Everything posted by Amuyea
-
I meant remove the deb, and see if it's crashing. Try this. http://cydia.saurik.com/package/crash-reporter/
-
Depends on the game, you start from beginning or whatever with hacked items/currency
-
Remove the deb
-
Help/Support How can I get "Preferences.h" for theos???
Amuyea replied to Rxeyjn's topic in Help & Support
You need the file "Preferences.h" in your theos -
Explain more in details.
-
Tweak.xm?
-
Did you install the deb right? In flex, it's fine?
-
You are welcome
-
Japan Error?
Amuyea replied to Amuyea's topic in One Piece Treasure Cruise (Global & Japan)'s OPTC Discussion
Thanks, lol -
What does this says?
-
ExpressVPN/Hotspotshield GIVE-away 6 EliTe MEmbErsHip aCCounTS
Amuyea replied to Max-Q's topic in Community Giveaways
I'm in -
I see that you have the error. Try this. %hook CupidIAPHelper -(void)setIsVipMember:(bool)arg1 { arg1 = TRUE; } %end Guide: https://iosgods.com/topic/831-tutorial-how-to-hack-using-mobile-substrate-method-hooking/
-
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?