-
Posts
307 -
Joined
-
Last visited
Everything posted by Serachrono
-
Mod Menu Hack DigimonLinks v2.5.4 +3 Cheats [Godmode/O-HK]
Serachrono replied to Joka's topic in ViP Cheats
Thx -
Mod Menu Hack [iOSGods ViP] Brave Frontier v2.19.6 +11 Cheats
Serachrono replied to Rook's topic in ViP Cheats
thx @DiDA pls update -
I'm curious too, how do other members make Non jailbroken IPA hacks as well?
-
[Offset] Plants vs. Zombies™ Heroes By Electronic Arts v1.14.13 [Health]
Serachrono replied to a topic in Coding Center
thx -
thx
-
thx
-
As the title suggests, I've been hacking with IDA but ive come to realise that i cant hack features such as skill cooldown, enemies not attacking using igameguardian since theres no actual value given for them in-game. So I was just wondering if the method must be by strings because it seems like thats the only primary method i can think of.
-
Help/Support DiDA Code Injection compile error - openurl deprecated
Serachrono replied to Serachrono's topic in Help & Support
i switched to ios9.3 sdk and changed target so now i just got this error. ERROR: package name has characters that aren't lowercase alphanums or '-+.'. make: *** [internal-package] Error 255 nevermind just had to change dm.pl file. -
Help/Support DiDA Code Injection compile error - openurl deprecated
Serachrono replied to Serachrono's topic in Help & Support
github one -
Help/Support DiDA Code Injection compile error - openurl deprecated
Serachrono replied to Serachrono's topic in Help & Support
PvZ2.mm:17:40: error: instance method '-openURL:::' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access] [[UIApplication sharedApplication] openURL:options:completionHandler:[NS... ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:107:40: note: receiver is instance of class declared here NS_CLASS_AVAILABLE_IOS(2_0) @interface UIApplication : UIResponder ^ PvZ2.mm:17:48: error: use of undeclared identifier 'options' [[UIApplication sharedApplication] openURL:options:completionHandler... ^ PvZ2.mm:17:56: error: use of undeclared identifier 'completionHandler' [[UIApplication sharedApplication] openURL:options:completionHandler... ^ 3 errors generated. make[4]: *** [/Users/HTD/PvZ2/.theos/obj/debug/armv7/PvZ2.mm.0c55d4d0.o] Error 1 make[3]: *** [/Users/HTD/PvZ2/.theos/obj/debug/armv7/PvZ2.bundle/PvZ2] Error 2 make[2]: *** [internal-bundle-all_] Error 2 make[1]: *** [PvZ2.all.bundle.variables] Error 2 make: *** [internal-all] Error 2 i tried that already and it gave me this -
Help/Support DiDA Code Injection compile error - openurl deprecated
Serachrono replied to Serachrono's topic in Help & Support
what would u write instead then? -
PvZ2.mm:17:42: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead [-Werror,-Wdeprecated-declarations] [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"... ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:127:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url NS_DEPRECATED_IOS(2_0, 10_0, "Please use ope... ^ 1 error generated. make[4]: *** [/Users/HTD/PvZ2/.theos/obj/debug/armv7/PvZ2.mm.0c55d4d0.o] Error 1 make[3]: *** [/Users/HTD/PvZ2/.theos/obj/debug/armv7/PvZ2.bundle/PvZ2] Error 2 make[2]: *** [internal-bundle-all_] Error 2 make[1]: *** [PvZ2.all.bundle.variables] Error 2 make: *** [internal-all] Error 2 I get this error when compiling. Here is the file the problem is talking about. #import <Preferences/Preferences.h> @interface PvZ2ListController: PSListController { } @end @implementation PvZ2ListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"PvZ2" target:self] retain]; } return _specifiers; } /* The "Visit iOSGods.com" link inside the Preferences button */ - (void)link { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com"]]; } @end // vim:ft=objc
-
Hello!! So when compiling i get this error, <built-in>:1:10: error: non-portable path to file '"/uUsershHTDDDesktopttheosPPrefix.pch"'; specified path differs in case from file name on disk [-Werror,-Wnonportable-include-path] #include "/users/htd/Desktop/theos/Prefix.pch" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "/uUsershHTDDDesktopttheosPPrefix.pch" 1 error generated. make[3]: *** [/users/htd/pvz2/.theos/obj/debug/armv7/Tweak.xm.fce13921.o] Error 1 make[2]: *** [/users/htd/pvz2/.theos/obj/debug/armv7/PvZ2.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [PvZ2.all.tweak.variables] Error 2 Dont know which file to go to in order to fix this.
-
So I'm learning to hack by IDA and i got the address from igg but when i try the command debugserver on mterminal, it doesnt work, it says command is not found. Im on 10.3.3 with g0blin jb. Got root access for everything (didnt need to do anything to get it either)
-
When i test compile with iosgods csii patcher i get error: > Making all for tweak hi… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7)… <built-in>:1:10: error: non-portable path to file '"/uUsershHTDttheosPPrefix.pch"'; specified path differs in case from file name on disk [-Werror,-Wnonportable-include-path] #include "/users/htd/theos/Prefix.pch" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "/uUsershHTDttheosPPrefix.pch" 1 error generated. make[3]: *** [/users/htd/hi/.theos/obj/debug/armv7/Tweak.xm.9fadb8b0.o] Error 1 make[2]: *** [/users/htd/hi/.theos/obj/debug/armv7/hi.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [hi.all.tweak.variables] Error 2
-
So when using iosgods patcher to compile i get this error, make[2]: *** No rule to make target `internal-bundle-all_', needed by `internal-bundle-all'. Stop. make[1]: *** [BlitzBrigade.all.bundle.variables] Error 2 make: *** [internal-all] Error 2 nothing i do fixes it
-
nvm just deleted a line in common.mk
-
so when i compile, i get this error touch: /users/htd/hi/.theos/build_session/Users/HTD/theos/makefiles/common.mk: No such file or directory make: *** [/users/htd/hi/.theos/build_session/Users/HTD/theos/makefiles/common.mk] Error 1 not sure what to do :\
-
Help/Support Another way to get ida offsets?
Serachrono replied to Serachrono's topic in Help & Support
Ahh i see, ok thx man -
So Igg and gameplayer haven't been working for me and i was just wondering if there was any other way to get ida offsets for things in-game? thx in advance