-
Posts
592 -
Joined
-
Last visited
Everything posted by Mr_BigBoss
-
Help/Support Can someone help me with this offset?
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
Oh ok, Thanks for trying. -
Help/Support Can someone help me with this offset?
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
There "R" @Joka Any suggestions? #31 not working. -
Good luck to you too man. @Klepto again thanks for this give aways and the good time! May someone do the same for you .
-
Help/Support Can someone help me with this offset?
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
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 -
Help/Support Can someone help me with this offset?
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
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? -
Help/Support Can someone help me with this offset?
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
Sorry Joka, but what should i change to x32? Thank you. -
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.
-
You have a funny profile pictures i like it. I hope you do win buddy. Good luck!
-
@Joka sexy pictures
-
@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.
-
I see your new i wish all the best
-
GiancarloElSexy, i like your profile picture
-
Help/Support Searching for the latest IGMM
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
Yeah i came across that but was not sure cause didn't read about the tapping. Thank Ted2 -
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
-
@afafafa Welcome to iOSgods. Hope you enjoy your stay
-
Help/Support Error making package using Theos!
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
Problem solved! I download the include.zip with everything in it. Thanks you all! -
Help/Support Error making package using Theos!
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
Dida helped me with that thanks. Now looking for Preferences.h -
Help/Support Error making package using Theos!
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
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 { } } -
Help/Support Error making package using Theos!
Mr_BigBoss replied to Mr_BigBoss's topic in Help & Support
I will PM it to you. Its only one code :s -
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
-
Nice name you have