Jump to content

Wowowowww

Member
  • Posts

    74
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xr
  • iOS Version
    14.3
  • Jailbroken
    Yes
  • Rooted
    No

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Wowowowww's Achievements

Apprentice

Apprentice (3/14)

  • Appreciating Others
  • 3 Years In
  • 2 Years In
  • Mega Dedicated
  • Conversation Starter

Recent Badges

6

Reputation

2

Community Answers

  1. Hey I fixed my problem using theos auto installer from randy!! What I did is install the 11.4 sdk of 11.2 sdk change my mod make file from using 11.2sdk to 11.4. Lastly copied cstdint from a GitHub repo (it will say it’s missing and you have to import it) and finally do the same for initializer list! THEN BOOM IT WORKED. Hope this helps someone in the future and happy modding
  2. Yeah... on my older phone with unc0ver it works fine. Only problem is that it has bad battery life . Like I airdropped the cv folder to that fine nothing change and it compiled just fine. So its something with theos or dependencies it has but I’m not smart enough to figure that out haha. So I’m hoping someone know how to figure out how to fix this current problem I’m having that’s causing this phone not to fully make the deb file while the other one does
  3. Update I deleted everything and tried to download auto theos installer on the zebra package manager and it WORKED. Sadly another problem occur with the linking part on making my deb file (How do I put a screenshots to show the error) ixsm-64gb:~ mobile% cd cv ixsm-64gb:~/cv mobile% make package ===> Setting SYSROOT to /opt/theos/sdks/iPhoneOS11.2.sdk/... ==> A newer version of the template is available! > Making all for tweak cv… ===> Setting SYSROOT to /opt/theos/sdks/iPhoneOS11.2.sdk/... ===> Setting SYSROOT to /opt/theos/sdks/iPhoneOS11.2.sdk/... ===> Setting SYSROOT to /opt/theos/sdks/iPhoneOS11.2.sdk/... ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (arm64)… ==> Linking tweak cv (arm64)… ld: warning: object file (/opt/theos/vendor/lib/libroot_oldabi.a(dyn.o)) was built for newer iOS version (7.0) than being linked (5.0)==> Stripping cv (arm64)… strip: warning: changes being made to the file will invalidate the code signature in: /private/var/mobile/cv/.theos/obj/arm64/cv.dylib cp: target '/var/mobile/cv/.theos/obj/cv.dylib.af633153.unsigned': No such file or directory make[2]: *** [/opt/theos/makefiles/instance/library.mk:51: /var/mobile/cv/.theos/obj/cv.dylib.af633153.unsigned] Error 1 make[1]: *** [/opt/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2 make: *** [/opt/theos/makefiles/master/rules.mk:146: cv.all.tweak.variables] Error 2 ixsm-64gb:~/cv mobile%
  4. Uhh so I found out it is possible but you have to do manually by copying the int64 values(pointer value/ int value) and converting it into a hexadecimal (the pointer location/hex value) hope that makes sense very bad at explaining
  5. So being on Taurine right now Theos auto installer worked super fine at a point of time but then I got that apt bug and accidentally reset of frustration (forgot about the apt fix button in settings :/). Now that isn’t working so I tried to follow the Theos installation tutorial from the website. Everything downloaded and but when it tries to actually install Theos into the /opt/Theos directory it gets a permission denied someone please assist me!
  6. Basically I did that but with show success I will try to use shownotice and tell you the result sometime tomorrow 👍
  7. Basically I have a certain function that I use to set up a variable I need to mod something else and I want to make a pop up appear on my screen essentially like the pop up you get when using Ted2’s mod menu template
  8. So I use this struct with others games no problem but with some games we don’t have the correct string method which is CreateString(sbyte* value) some im wondering is there a alternative method we could use to allow us to modify strings as I seen a method signature similar to the one provided above CreateString(sbyte* value, int startIndex,int length) so I’m just wondering if anyone else figured out a solution to this Sorry for typos!! Update for android there a fix for this using bynamemodding but no known fix for iOS yet
  9. Got this error and I have no idea how to fix it so hoping someone had this similar issue but with a solution Compiling Tweak.xm (arm64)… In file included from Tweak.xm:2: /var/mobile/ant/unity.h:7:10: error: redefinition of 'getRealOffset' uint64_t getRealOffset(uint64_t offset){ ^ /var/mobile/ant/Macros.h:33:10: note: previous definition is here uint64_t getRealOffset(uint64_t offset){ ^ In file included from Tweak.xm:2: /var/mobile/ant/unity.h:8:19: error: arithmetic on a pointer to the function type 'intptr_t (uint32_t)' (aka 'long (unsigned int)') return ASLR_BIAS + offset; ~~~~~~~~~ ^ /var/mobile/ant/unity.h:225:65: error: expected expression void *unkptr0 = *(void **)(ASLR_BIAS + /*SECOND LOCATION HERE*/); ^ 3 errors generated. make[3]: *** [/theos/makefiles/instance/rules.mk:289: /var/mobile/ant/.theos/obj/arm64/Tweak.xm.ab3b5956.o] Error 1 make[2]: *** [/theos/makefiles/instance/library.mk:52: /var/mobile/ant/.theos/obj/arm64/ant.dylib] Error 2 make[1]: *** [/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2 make: *** [/theos/makefiles/master/rules.mk:119: ant.all.tweak.variables] Error 2
  10. Um never mind I’m mildly retarded I have fix my problem but for anyone else that need help in the future you have to return a value of the same type as the parameter for instance if a float you would return #.0f
×
  • 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