Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. So I've never worked with vectors, so I read @shmoo his tutorial on it. But I'm not sure what to do. This is the code: VMOV.F64 D16, #2.0 <-------> STR R0, [SP,#0x3C] STR.W R0, [R5,#0xCF4] MOV R0, #(cfstr_Acceleration_0 - 0x392CE4) ADD R0, PC ; "acceleration" STR.W R0, [R5,#0xCBC] VMOV R2, R3, D16 ????? LDR.W R10, [SP,#0x98] LDR.W R0, [R11] MOV R1, R10 BLX.W _objc_msgSend MOV R7, R7 BLX.W _objc_retainAutoreleasedReturnValue The one marked with <------> is the correct value, but I need to set it to like to #100+. The one marked with ??? calls the VMOV.F64 (i think, it's the only function with D16 in it) So how would I set the first function to #100? Thankyou in advance!
  2. You've to save them with a program, if you didn't you can't save it from an older version.
  3. Hey, first of all, if you need any help or support. You'll have to make a topic in the help/support forum: https://iosgods.com/forum/27-help-support/ Also please tell us some info, did you use a hack? Are you on ios or android? What game is it? Etc. thankyou
  4. You factory reset your phone, this means you'll have to rejailbreak. So you'll need the jailbreak tool, not the 'go into jb mode' tool
  5. Do you also 'lock' your device when you clicked the button called 'close' on the allert when you click 'go' ?
  6. If you don't know where they are, you don't have them so you can not downgrade.so, Mark solved please
  7. You can't, since Apple doesn't sign those firmwares anymore. Maybe if you have saved your BLOBS on x32 devices I thought.
  8. It's locked. That means it's not working or some other issues.
  9. https://iosgods.com/topic/50744-16-gb-iphone-cant-install-certain-tweaks-and-apps-heres-a-solution/
  10. When you get hit in won't effect your health or maybe a little. Not sure
  11. I didn't had to decompile it. Just unzip it, take the .dll & make modifications in it. After that, save it & replace the old one & then use 7zip to make a .zip from the files, rename to . Apk & sign it
  12. https://www.reddit.com/r/jailbreakdevelopers/comments/3qrkdv/help_for_a_new_developer/ copy Perl to usr/bin Or see this: https://iosgods.com/topic/24832-compile-error-foundationh-not-found/?utm_source=dlvr.it&utm_medium=facebook
  13. No while loading the game
  14. EDIT: Missed a file, stupid. Please lock this topic
  15. Hi, Whenever I type the command 'make' on theosjailed, I get this: MacBook-Pro:brp Joey$ make /users/joey/projects/theos-jailed/brp/theos/makefiles/targets/Darwin/iphone.mk:41: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak brp... Preprocessing Tweak.xm... Compiling Tweak.xm... Compiling fishhook/fishhook.c... Preprocessing iSpy.class.xm... Compiling iSpy.class.xm... Preprocessing iSpy.instance.xm... Compiling iSpy.instance.xm... Preprocessing iSpy.msgSend.common.xm... Compiling iSpy.msgSend.common.xm... Preprocessing iSpy.msgSend.whitelist.xm... Compiling iSpy.msgSend.whitelist.xm... Preprocessing iSpy.msgSend.xm... Compiling iSpy.msgSend.xm... Preprocessing iSpy.msgSend_stret.xm... Compiling iSpy.msgSend_stret.xm... Preprocessing typestring.xm... Compiling typestring.xm... Preprocessing iSpy.logwriter.xm... Compiling iSpy.logwriter.xm... Preprocessing iSpy.SSLPinning.xm... Compiling iSpy.SSLPinning.xm... Linking tweak brp... clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 ld: library not found for -ldylib1.o clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/brp.dylib.855abb9a.unsigned] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [brp.all.tweak.variables] Error 2 MacBook-Pro:brp Joey$ Anyone knows how to fix this? Thankyou
  16. Pfft, they added some protection. Can't seem to bypass it yet.
×
  • 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