Jump to content

Mr_BigBoss

Senior Member
  • Posts

    592
  • Joined

  • Last visited

Everything posted by Mr_BigBoss

  1. Oh ok, Thanks for trying.
  2. There "R" @Joka Any suggestions? #31 not working.
  3. Good luck to you too man. @Klepto again thanks for this give aways and the good time! May someone do the same for you .
  4. Ooh sorry buddies. I did not notice the 31 lol. Yes i tried it before i posted but it did not work . How can i know if binary is 32 or 64? @Joka sorry
  5. Yes Armv7. Yes try x32 you said? So what in this offset should i change to x32? VMOV.F32 D0, #31.0 The whole offset? or the F32 -> X32?
  6. Sorry Joka, but what should i change to x32? Thank you.
  7. Hi everyone, Once again here to ask help . I was wondering what i could change to the code below. I couldn't find any tutorial on this offset. Anyone idea what i can change? FYI: this is offset for to do damage. I want to get the function one hit kill. VMOV.F32 D0, #1.0 Anyone? Thank you.
  8. You have a funny profile pictures i like it. I hope you do win buddy. Good luck!
  9. @Joka sexy pictures
  10. @Infocus i wish u the same! @Klepto @DiDA Thanks for doing this guys . I dont know on what base you choose but may the best win. Wish you guys the best.
  11. I see your new i wish all the best
  12. GiancarloElSexy, i like your profile picture
  13. Yeah i came across that but was not sure cause didn't read about the tapping. Thank Ted2
  14. Hi there friends, I'm looking for the latest IGMM like in the latest hacks. With the three finger tap thing Can someone post the link to the correct topic? Thanks. And i don't mean this one; https://iosgods.com/topic/50448-nic-template-mod-menu-theos-template-easily-create-your-own-igmms/ Thankssss
  15. @afafafa Welcome to iOSgods. Hope you enjoy your stay
  16. Problem solved! I download the include.zip with everything in it. Thanks you all!
  17. Dida helped me with that thanks. Now looking for Preferences.h
  18. 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 { } }
  19. I will PM it to you. Its only one code :s
  20. 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
  21. Nice name you have
×
  • 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