Jump to content

Mr_BigBoss

Senior Member
  • Posts

    592
  • Joined

  • Last visited

Everything posted by Mr_BigBoss

  1. @afafafa Welcome to iOSgods. Hope you enjoy your stay
  2. Problem solved! I download the include.zip with everything in it. Thanks you all!
  3. Dida helped me with that thanks. Now looking for Preferences.h
  4. Now i get this: //var/mobile/db/db/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. //var/mobile/db/db/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak db... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=db _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes //var/mobile/db/db/theos/bin/logos.pl -c warnings=error Tweak.xm > ./obj/Tweak.xm.mm Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. clang++ -x objective-c++ -c -I"//var/mobile/db/db" -DTARGET_IPHONE=1 -O2 -I//var/mobile/db/db/theos/include -include //var/mobile/db/db/theos/Prefix.pch -Wall -Werror -isysroot "//var/mobile/db/db/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_3_0 -miphoneos-version-min=3.0 -I/usr/include -include "logos/logos.h" ./obj/Tweak.xm.mm -o obj/Tweak.xm.e772d3ba.o Tweak.xm:15:3: error: use of undeclared identifier 'vm_writeData' vm_writeData(0xC45A80, 0x147097E5); ^ 1 error generated. make[2]: *** [obj/Tweak.xm.e772d3ba.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [db.all.tweak.variables] Error 2 @DiDA Tweak.xm looks like this now: /* Generated using http://armconverter.com/codeinjectgenerator/ */ /* To MSHook Offsets, use http://armconverter.com/mshookgenerator/ */ #import <Foundation/Foundation.h> #import <substrate.h> #define PLIST_PATH @"/var/mobile/Library/Preferences/com.mrbigboss.db.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %ctor { if(GetPrefBool(@"attack")) { vm_writeData(0xC45A80, 0x147097E5); } else { } }
  5. I will PM it to you. Its only one code :s
  6. Hi, I was wondering if someone can help me with this. Its my first time doing it on my own When i use "make package" i get error so i used "make package messages=yes" and i get this: > Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. > clang++ -x objective-c++ -c -I"//var/mobile/db/db" -DTARGET_IPHONE=1 -O2 -I//var/mobile/db/db/theos/include -include //var/mobile/db/db/theos/Prefix.pch -Wall -Werror -isysroot "//var/mobile/db/db/theos/sdks/iPhoneOS9.3.sdk" -arch armv7 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_3_0 -miphoneos-version-min=3.0 -I/usr/include -include "logos/logos.h" ./obj/Tweak.xm.mm -o obj/Tweak.xm.e772d3ba.o > Tweak.xm:1:3: error: expected unqualified-id > { > ^ > 1 error generated. > make[2]: *** [obj/Tweak.xm.e772d3ba.o] Error 1 > make[1]: *** [internal-library-all_] Error 2 > make: *** [db.all.tweak.variables] Error 2 > Thanks
  7. Nice name you have
  8. Seif23000 is a nice guy! ios brother
  9. Thanks Zimon. They look great!
  10. Hi there, I did break ptrace on Terminal for the game Dynasty Blades, it said invalid command?
  11. Thanks i wish the same for you. Good luck!
  12. Luciferstar, good luck!
  13. I was first lol Thanks. Same do you
  14. I think she is a cool girl.
  15. Its writting in the topic . Complement the one who posted above you. Like i'm going to complement you lol farid915 looks like a nice guy. Heads up bro.
  16. Try to sign out in GameCenter if using iOS.
  17. @Joka i changed it anyways for safety lol
  18. Alright thanks. I will let you know when im on it.
  19. @Ted2 hey whats up, i did check again etc but no luck. All is set following dida's tutorial.
  20. Yes i did and i'm going to double check again.
×
  • 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