Jump to content

Fred22

Senior Member
  • Posts

    348
  • Joined

  • Last visited

Everything posted by Fred22

  1. Installed now. Another problem tho... In the Settings there isn't the Injustice Hacks option. Can I send you my tweak.xm via PM and you have a look?
  2. here it is: ifeq ($(_THEOS_PACKAGE_FORMAT_LOADED),) _THEOS_PACKAGE_FORMAT_LOADED := 1 _THEOS_DEB_PACKAGE_CONTROL_PATH := $(or $(wildcard $(THEOS_PROJECT_DIR)/control),$(wildcard $(THEOS_PROJECT_DIR)/layout/DEBIAN/control)) _THEOS_DEB_CAN_PACKAGE := $(if $(_THEOS_DEB_PACKAGE_CONTROL_PATH),$(_THEOS_TRUE),$(_THEOS_FALSE)) _THEOS_DEB_HAS_DPKG_DEB := $(call __executable,dpkg-deb) ifneq ($(_THEOS_DEB_HAS_DPKG_DEB),$(_THEOS_TRUE)) internal-package-check:: @[member=Echo Undead]"$(MAKE) package requires dpkg-deb."; exit 1 endif ifeq ($(_THEOS_DEB_CAN_PACKAGE),$(_THEOS_TRUE)) # Control file found (or layout/ found.) THEOS_PACKAGE_NAME := $(shell grep -i "^Package:" "$(_THEOS_DEB_PACKAGE_CONTROL_PATH)" | cut -d' ' -f2-) THEOS_PACKAGE_ARCH := $(shell grep -i "^Architecture:" "$(_THEOS_DEB_PACKAGE_CONTROL_PATH)" | cut -d' ' -f2-) THEOS_PACKAGE_BASE_VERSION := $(shell grep -i "^Version:" "$(_THEOS_DEB_PACKAGE_CONTROL_PATH)" | cut -d' ' -f2-) $(_THEOS_ESCAPED_STAGING_DIR)/DEBIAN: $(ECHO_NOTHING)mkdir -p "$(THEOS_STAGING_DIR)/DEBIAN"$(ECHO_END) ifeq ($(_THEOS_HAS_STAGING_LAYOUT),1) # If we have a layout/ directory, copy layout/DEBIAN to the staging directory. $(ECHO_NOTHING)[ -d "$(THEOS_PROJECT_DIR)/layout/DEBIAN" ] && rsync -a "$(THEOS_PROJECT_DIR)/layout/DEBIAN/" "$(THEOS_STAGING_DIR)/DEBIAN" $(_THEOS_RSYNC_EXCLUDE_COMMANDLINE) || true$(ECHO_END) endif # _THEOS_HAS_STAGING_LAYOUT $(_THEOS_ESCAPED_STAGING_DIR)/DEBIAN/control: $(_THEOS_ESCAPED_STAGING_DIR)/DEBIAN $(ECHO_NOTHING)sed -e '/^[Vv]ersion:/d' "$(_THEOS_DEB_PACKAGE_CONTROL_PATH)" > "$@"$(ECHO_END) $(ECHO_NOTHING)echo "Version: $(_THEOS_INTERNAL_PACKAGE_VERSION)" >> "$@"$(ECHO_END) $(ECHO_NOTHING)echo "Installed-Size: $(shell du $(_THEOS_PLATFORM_DU_EXCLUDE) DEBIAN -ks "$(THEOS_STAGING_DIR)" | cut -f 1)" >> "$@"$(ECHO_END) before-package:: $(_THEOS_ESCAPED_STAGING_DIR)/DEBIAN/control _THEOS_DEB_PACKAGE_FILENAME = $(THEOS_PACKAGE_DIR)/$(THEOS_PACKAGE_NAME)_$(_THEOS_INTERNAL_PACKAGE_VERSION)_$(THEOS_PACKAGE_ARCH).deb internal-package:: $(ECHO_NOTHING)COPYFILE_DISABLE=1 $(FAKEROOT) -r dpkg-deb -b "$(THEOS_STAGING_DIR)" "$(_THEOS_DEB_PACKAGE_FILENAME)" $(STDERR_NULL_REDIRECT)$(ECHO_END) # This variable is used in package.mk after-package:: __THEOS_LAST_PACKAGE_FILENAME = $(_THEOS_DEB_PACKAGE_FILENAME) else # _THEOS_DEB_CAN_PACKAGE == 0 internal-package:: @[member=Echo Undead]"$(MAKE) package requires you to have a layout/ directory in the project root, containing the basic package structure, or a control file in the project root describing the package."; exit 1 endif # _THEOS_DEB_CAN_PACKAGE endif # _THEOS_PACKAGE_FORMAT_LOADED
  3. That Part I fixed already The problem now is this shit: Last login: Wed Jan 13 02:34:23 on ttys000 Fredericos-Mac:~ root# cd /Users/fredericograciano/Desktop/injustice/ Fredericos-Mac:injustice root# make package Making all for tweak Injusticehacks... Preprocessing Tweak.xm... Compiling Tweak.xm... Linking tweak Injusticehacks... ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/lib/dylib1.o, missing required architecture arm64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/lib/dylib1.o (2 slices) Stripping Injusticehacks... Signing Injusticehacks... /Users/fredericograciano/Desktop/injustice/theos/bin/ldid: line 1: html: No such file or directory /Users/fredericograciano/Desktop/injustice/theos/bin/ldid: line 2: syntax error near unexpected token `<' /Users/fredericograciano/Desktop/injustice/theos/bin/ldid: line 2: ` <head><tit'e>Found</title></head> Making stage for tweak Injusticehacks... dpkg-deb: building package 'com.yourcompany.injusticehacks' in './com.yourcompany.injusticehacks_2.7.1-7_iphoneos-arm.deb'. Fredericos-Mac:injustice root# the make package works kind of it I get the .deb file but there is some bugs when using the command. and when I try to install the .deb on my phone I get this: dpkg-deb: file `/install.deb' contains ununderstood data member data.tar.xz , giving up dpkg: error processing /tmp/_theos_install.deb (--install): subprocess dpkg-deb --fsys-tarfile returned error exit status 2 Errors were encountered while processing:
  4. I did some digging on google and is something about the lib folder, the libsubstrate.dylib it says that is missing architecture from arm64 ...
  5. I did that before you posted but tried again, and still the same error.
  6. No problem haha So do you know how to fix this part? or anyone else? Thank you all
  7. that is how it is right now: Ok that include in the tweak.xm file fixed the problem, at least isn`t showing any errors in the terminal about the UIAlertView thing. Tho I`m getting this now: Thank you for your help PRO
  8. I used Goggwell Hook from this post: https://iosgods.com/topic/2143-tutorial-hacking-with-mshook/ I checked my substrate.h in the include folder and the msfind is in there. Not sure what is wrong.
  9. Well getting this when trying to make package: Anyone knows how to fix this stuff? Thank you.
  10. What is this part for? - Happy Little Debians with a Red Bow Tie Thought so. The only thing you'll need to install is MacPorts (see here for downloads). Once installed, open Terminal and type the following as root: export dpkg=/opt/local/bin sudo port selfupdate sudo port install dpkg Thank you.
  11. I did, but this symbol is a void, should I select void or Bool? and type in the return false?
  12. so it would be like this? static bool NoSaveCheck() { return false; } %ctor { MSHookFunction(MSFindSymbol(NULL, "____ZN15UPlayerSaveData18CheckForHackedSaveEv"),(bool*)NoSaveCheck, NULL); }
  13. So it would be better for me to Hook it and return a bool value of false. Or just NOP the B.W ? Thank you.
  14. yeah that is what I wanted to know, so I don`t need to call the symbol I can put any name right? so it will be easier to type the function to return... instead of writing all that *****
  15. ty Question: MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN7profile16isArmorPurchasedEib")),(void*)armorPurchased, NULL); this part (void*)armorPurchased, NULL); can i put any name where is armorPurchased? So it`s easier to call it? Like I can put like this too? MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN7profile16isArmorPurchasedEib")),(void*)__ZN7profile16isArmorPurchasedEib, NULL); ? Thank you
  16. alright, lets see my Lord!
  17. this https://itunes.apple.com/us/app/stolen!-collect-trade-your/id1035418737?mt=8
  18. I did, it says NOTE: 'Frameworks' found STOP: can't do 'Frameworks's frameworks' yet
  19. what is Killed 9 in Clutch? Thank you
  20. No no no, the dark theme is MINE!
  21. Well I think the forum needs a bit of work in relation with the Themes and Topic Creation. What I mean by that is, If I`m in the Dark Theme and I Create a topic and put the color all white and post it for people in the White Theme they will see nothing I think there should be a kind of code that checks if the person is in what Theme, and change the color to match with the theme. Maybe javascript? who knows
  22. Hey Man! Welcome to
  23. Got it, I shall post a tutorial later explaning all this shit LOL. I`m running OS X 10.11 on VMWare . Pretty fast. Can you help me on this part: https://github.com/rpetrich/iphoneheaders It says THIS HEADER PACK IS NOW DEPRECATED what should I do, install the deprecated one or there is a new one? THank you my DiDA
  24. do you use it on mac or windows? Can`t find that Command Line Tools in the Downloads Tab. I`m using XCode 7.2
  25. Yay, much easier, and using sublime text cause it`s sexier then notepad++ thank you I`m too lazy to install theos on my phone again... so much problems...
×
  • 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