Jump to content

Serachrono

Senior Member
  • Posts

    307
  • Joined

  • Last visited

Everything posted by Serachrono

  1. I'm curious too, how do other members make Non jailbroken IPA hacks as well?
  2. So would i set value of cool down timer and then gradually put smaller each time, timer gets smaller?
  3. What do u mean by unity tool? Can u elaborate? How can u use debugger? If u mean setting a watchpoint, you’d still need an address from igg to do it.
  4. 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.
  5. 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.
  6. 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
  7. 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
  8. 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.
  9. 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)
  10. 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
  11. 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
  12. nvm just deleted a line in common.mk
  13. 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 :\
  14. Ahh i see, ok thx man
  15. 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
  16. thx
×
  • 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