-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Help/Support What can I use to edit/hack an .apk?
Ted2 replied to Joka's topic in Android Help & Support
GameData.smali -
Help/Support What can I use to edit/hack an .apk?
Ted2 replied to Joka's topic in Android Help & Support
nice man, it's simple to hack. good for practicing smali hacking! If you need any help, I could make a tutorial for you on this game if you want? -
Help/Support What can I use to edit/hack an .apk?
Ted2 replied to Joka's topic in Android Help & Support
Yep, smali. I just hacked the weapons & coins. It's easy, goodluck! -
Help/Support What can I use to edit/hack an .apk?
Ted2 replied to Joka's topic in Android Help & Support
Not every android game get hacked in the same way. You can hack a .dll You can hack a .lib Or you can mod a smali file We can not tell you 'how' to hack the game if we don't know the game, so link me the game please? If this is the game you're trying: https://play.google.com/store/apps/details?id=com.fungamesforfree.snipershooter.free&hl=nl it's neither unity hacking or ida hacking, bcs both files don't exist in the files, that means you have to hack it somewhere in the smali files, the smali files are inside the classes.dex so you'll have to decompile it, i'm sure there are tutorials on how to do that. After it's decompiled, you wanna search in the smali files. goodluck -
Help/Support How are the Non Jailbroken .ipa hacks made?
Ted2 replied to Ted2's topic in Help & Support
true shit -
Help/Support How are the Non Jailbroken .ipa hacks made?
Ted2 replied to Ted2's topic in Help & Support
Hmm, it seems pretty intresting to me, but couldn't find exacttly how they're made . I'm really curious -
Help/Support How are the Non Jailbroken .ipa hacks made?
Ted2 replied to Ted2's topic in Help & Support
Intresting, so if you're jailbroken, it's possible to add the dylib you made in the .ipa & release it for non jailbroken phones? Or am I wrong about that -
Yo, Just curious, might be a stupid question either.. I've been seen allot .ipa hacks for non jailbroken phones like these: https://iosgods.com/forum/78-vip-non-jailbroken-hacks-cheats/ I think they're just made by modding the binary of the game, but I'm not sure so that's why I ask it.. How are they made? Thankssss
-
Solved it, you were right about them
-
Help/Support Nothing can be done for 'internal-bundle-compile' error
Ted2 replied to Ted2's topic in Help & Support
Thanks worked & sorry then.. I really couldn't find it.. my bad I guess -
yoo still trying to get theos working, i think i'm pretty close now.. But I'm getting the error ' Nothing can be done for internal-bundle-compile' So I searched on the forum, but nothing fixed it. So I did make package messages=yes & I got this: iPhone-van-Joey:/var/mobile/brp root# make package me ssages=yes Making all for tweak brp... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=brp _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[2]: Nothing to be done for `internal-library-compile'. Making all in brp... make[1]: Entering directory `/private/var/mobile/brp/brp' Making all for bundle brp... mkdir -p "obj/brp.bundle/" mkdir -p "obj/brp.bundle/" mkdir -p "obj/brp.bundle/" for d in Resources; do \ if [ -d "$d" ]; then \ rsync -a "$d/" "./obj/brp.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \ else \ echo "Warning: ignoring missing bundle resource directory $d."; \ fi; \ done make -f Makefile --no-print-directory --no-keep-going \ internal-bundle-compile \ _THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=brp _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[3]: Nothing to be done for `internal-bundle-compile'. make[1]: Leaving directory `/private/var/mobile/brp/brp' rm -rf "/private/var/mobile/brp/_" /var/mobile/brp/theos/bin/fakeroot.sh -p "/private/var/mobile/brp/.theos/fakeroot" -c mkdir -p "/private/var/mobile/brp/_" [ -d layout ] && rsync -a "layout/" "/private/var/mobile/brp/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak brp... mkdir -p "/private/var/mobile/brp/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/brp.dylib "/private/var/mobile/brp/_/Library/MobileSubstrate/DynamicLibraries/" if [ -f brp.plist ]; then cp brp.plist "/private/var/mobile/brp/_/Library/MobileSubstrate/DynamicLibraries/"; fi Making stage in brp... make[1]: Entering directory `/private/var/mobile/brp/brp' [ -d layout ] && rsync -a "layout/" "/private/var/mobile/brp/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for bundle brp... mkdir -p "/private/var/mobile/brp/_/Library/PreferenceBundles/brp.bundle" rsync -a "./obj/brp.bundle/" "/private/var/mobile/brp/_/Library/PreferenceBundles/brp.bundle" mkdir -p /private/var/mobile/brp/_/Library/PreferenceLoader/Preferences cp entry.plist /private/var/mobile/brp/_/Library/PreferenceLoader/Preferences/brp.plist make[1]: Leaving directory `/private/var/mobile/brp/brp' mkdir -p "/private/var/mobile/brp/_/DEBIAN" sed -e '/^[Vv]ersion:/d' "/private/var/mobile/brp/control" > "/private/var/mobile/brp/_/DEBIAN/control" echo "Version: 1.0.0-3" >> "/private/var/mobile/brp/_/DEBIAN/control" echo "Installed-Size: 328" >> "/private/var/mobile/brp/_/DEBIAN/control" COPYFILE_DISABLE=1 /var/mobile/brp/theos/bin/fakeroot.sh -p "/private/var/mobile/brp/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/brp/_" "./com.ted.brp_1.0.0-3_iphoneos-arm.deb" dyld: could not load inserted library '/var/mobile/brp/theos/bin/libfauxsu.dylib' because no suitable image found. Did find: /var/mobile/brp/theos/bin/libfauxsu.dylib: can't map segments into 16KB pages /var/mobile/brp/theos/bin/fauxsu: line 43: 3893 Trace/BPT trap: 5 "$@" make: *** [internal-package] Error 133 iPhone-van-Joey:/var/mobile/brp root# Any help? Would be great, I'm getting tired of this pff
-
Yea that's what they tell me, I downloaded all the headers you guys have posted here but none of them worked. It's so anoying
-
Sooo, I finally got a iPhone which I could jailbreak again & I wanted to setup theos.. I got a shitloads of errors while compiling it & I fixed most of them by searching on the forum but I can't with this one... https://www.dropbox.com/s/nou0he3vsks51am/Foto%2003-01-17%2009%2005%2041.png?dl=0 Help would be great! Thankyouuu EDIT: Fixed it, got 'logos.h not found' now.. the error I had in the beginning too.. what's this mann..
-
down for me too, I suggest not to upgrade. site will probably be up soon there are probably somewhere links for the tool tho
-
DIY Hack How to get PopCorn Time iOS 9-10.0.2 NO JAILBREAK
Ted2 replied to Samollthecamel's topic in DIY Cheats
thankkkks -
isLevelUnlocked isWorldUnlocked isUnlocked hasLevelUnlocked hasWorldUnlocked usefull too, sometimes
-
Yea, I loaded another game & saw something usefull. But now I get it, I had no clue where you got it from lol. Thankyou
-
Hey, Shmoo wrote a very nice tutorial with a new way of making a MShook tweak: https://iosgods.com/topic/4295-tutorial-how-to-hack-with-mshook-new-way/ I get the most part, except one thing. This is the code I am not getting: %ctor{ MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN10Characters5Money8GetValueEv")),(void*)getMoney, NULL); } Where does he get the function called 'getMoney' from? I never saw it somewhere in his tutorial... Do I miss something? See I something over my head? Help would be awesome
-
Patcher Hack Sniper 3D Assassin: Shoot to Kill v1.9.2 +5
Ted2 replied to Chrizk0's topic in Free Jailbreak Cheats
will ya update? -
Help/Support How can I get a cracked binary on iOS 9.3.3
Ted2 replied to Ted2's topic in Help & Support
I did that too, what did I got? The option menu -
Help/Support How can I get a cracked binary on iOS 9.3.3
Ted2 replied to Ted2's topic in Help & Support
Well, I don't think I'm not the only one who didn't know you had to use this command: Clutch -i to know which number a app is to crack. -
Help/Support How can I get a cracked binary on iOS 9.3.3
Ted2 replied to Ted2's topic in Help & Support
yea, it did for me too before. I've f**ked up something I guess, I don't like this way either, but better this than nothing I've Clutch2 2.0.4, from the iphonecake repo. edit: oops, sorry. you said it to him Does an old version of clutch work on iOS 9.3.3 too? -
Help/Support How can I get a cracked binary on iOS 9.3.3
Ted2 replied to Ted2's topic in Help & Support
I figured out, I have to do this: Clutch -i - it will show all apps & the numbers of it then: clutch -b (number of app which was showed when doing clutch -i) so: su alpine clutch -i clutch -b 13 -
Help/Support How can I get a cracked binary on iOS 9.3.3
Ted2 replied to Ted2's topic in Help & Support
I can't even setup Clutch, whenever I type 'Clutch -C' I get the exact same error in the picture