Jump to content

Alihackali

Senior Member
  • Posts

    224
  • Joined

  • Last visited

Everything posted by Alihackali

  1. and if i follow the error ifeq ($(_THEOS_PACKAGE_FORMAT_LOADED),) _THEOS_PACKAGE_FORMAT_LOADED := 1 ifeq ($(_THEOS_FINAL_PACKAGE),$(_THEOS_TRUE)) export COMPRESSION ?= 9 else export COMPRESSION ?= 1 endif internal-package:: $(ECHO_NOTHING)"$(IPA_SCRIPT)"$(ECHO_END) after-package:: __THEOS_LAST_PACKAGE_FILENAME = $(THEOS_PACKAGE_DIR)/$(OUTPUT_NAME) endif
  2. alla@alla-macbook-pro videoipa % make package > Making all for tweak videoipa… ==> Preprocessing Tweak.xm… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (arm64)… ==> Compiling Tweak.xm (arm64e)… ==> Linking tweak videoipa (arm64)… ==> Generating debug symbols for videoipa… ==> Linking tweak videoipa (arm64e)… ==> Generating debug symbols for videoipa… ==> Merging tweak videoipa… > Making stage for tweak videoipa… ==> Unpacking BNEI.ipa… ==> Setting bundle ID… ==> Setting display name… ==> Copying dependencies… ==> Injecting dependencies… ==> Signing BNEI0297.app… ==> Error: Could not find profile '*' make: *** [/Users/alla/theos/mod/jailed/package/ipa-jailed.mk:11: internal-package] Error 1 alla@alla-macbook-pro videoipa %
  3. i get this error when i make package with ipa Signing BNEI0297.app… ==> Error: Could not find profile '*'
  4. hi Does anyone explain how to make tweak in theos-jailed-master So that I can integrate them and run the app to work without jailbreaking I know how a tweak with Theos but i want to make it with Theos-jailed
  5. x1, [x1, #0x528] ; 0x100719528@PAGEOFF, "isPremiumUser",@selector(isPremiumUser) it's shown me just that @Laxus any help please
  6. I have been see this but he make for game not app because I still have problem don't know how to find the right hook
  7. I'm trying to hack a App DarkRoom I find👇 this but I don't find the hook and There is no one on the site who explains hacking Apps On the ( ida or Hopper ) 0x0000000100550dc4 219442F9 ldr x1, [x1, #0x528] ; 0x100719528@PAGEOFF, "isPremiumUser",@selector(isPremiumUser) void sub_100550dc0() { r16 = *_objc_msgSend; r0 = [r0 isPremiumUser]; goto .l1; .l1: r16 = *_objc_msgSend; r1 = @selector(isPremiumUser); return; }
  8. thanks for everything but you did not complete the H5GG explain how to make a mod menu that changes or allows offsets to call a function in html for the modmenu thanks again
  9. I put the mode menu code in html, but I don't know how to put the Offset , it's a bit complicated. Can you please explain where to put the Offset and link it in the button ? h5gg.require(7.9); var h5frida=h5gg.loadPlugin("h5frida", "h5frida-15.1.24.dylib"); if(!h5frida) throw "Failed to load h5frida plugin"; function ActiveCodePatch(fpath, vaddr, bytes) { if(!h5frida.ActiveCodePatch(fpath, vaddr, bytes)) { var result = h5frida.ApplyCodePatch(fpath, vaddr, bytes); alert(fpath+":0x"+vaddr.toString(16)+"-修改失败!\n" + fpath+":0x"+vaddr.toString(16)+"-PatchFailed!\n" + result);return false; } return true; } function DeactiveCodePatch(fpath, vaddr, bytes) { return h5frida.DeactiveCodePatch(fpath, vaddr, bytes); } /*HERE IS OUR OFFSET PATCHING CODE*/ //this is just a POC if (switch_Jump) { ActiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x28D89C8, "0090261EC0035FD6"); } else { //when you desactivate a patch, it need to be the same HEX that you use to enable the hack. DeactiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x28D89C8, "0090261EC0035FD6"); } @tuancc here is the mod https://github.com/H5GG/H5GG/blob/main/examples-HTML5/H5Menu(DarkStyle).html
  10. I have to put the mode menu code in html, but I don't know how to put the Offset , it's a bit complicated. Can you please explain where to put the Offset and link it in the button? Happy Secret 𓄼 . f v c k . 𓄹 here is the mod https://github.com/H5GG/H5GG/blob/main/examples-HTML5/H5Menu(DarkStyle).html
  11. Hello, can you help me now? I have this offset, but I don't know how to make it work with this Template ted2 // Cherry.UnitStatus // Token: 0x06003E60 RID: 15968 RVA: 0x00016170 File Offset: 0x00014370 [Token(Token = "0x60030A7")] [Address(RVA = "0x1841444", Offset = "0x1841444", VA = "0x101841444")] public float CalcSpeedBuff(float source) { return 0f; } It just shows me this in Template ted2 I don't understand how to make it work can u help ? Slider Switch: [switches addSliderSwitch:NSSENCRYPT("Custom Move Speed") description:NSSENCRYPT("Set your custom move speed") minimumValue:0 maximumValue:10 sliderColor:UIColorFromHex(0xBD0000) ];
  12. thanks a lot that's help .. But sir is it possible to do a teaching lesson Because I put your offset in dnspy and I couldn't find the right offset but I put the Original: fneg s0, s8 (0041211E) in hex I find it but not on dnspy But I searched a lot on an offset related to money or something like that. I did not find the offset correct, so is it possible? Tutorial how to find offset money easily Like you did Thanks again @Happy Secret
×
  • 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