Jump to content

Alihackali

Senior Member
  • Posts

    224
  • Joined

  • Last visited

Everything posted by Alihackali

  1. im using r16 modmenu #import "Menu.h" void setUp() { /****** [r16Hook hook:@"0x10198FA54" with:(void *)Player_Update original:(void **)&_Player_Update]; [r16Hook hook:@"0x10198FA54" with:(void *)ItemCheck original:(void **)&_ItemCheck]; [menu addPatch:@"Godmode" description:@"Leave this on you won't die" offsets:@[@"0x10198FA54", @"0x10198FA54"] hexPatches:@[@"0xC0035FD6", @"0xC0035FD6"]]; ******/ [menu addSwitch:@"Inf-Mana" description:@"Leave this on infinite mp" ]; [menu addSlider:@"Custom Fov" description:@"Set your custom fov" initialValue:1.00 minValue:1.00 maxValue:200.00]; [menu addTextfieldWide:@"ChatSpam" description:@"Set your custom chatspam or value"]; [menu addTextfieldRight:@"Spawn Item:" description:@""]; [menu addTextfieldRight:@"Item Amount:" description:@""]; [menu addTextfieldRight:@"Set_MaxMinions" description:@"Use this to surpass max minions limit"]; [menu addIndexSwitch:@"Damage" description:@"" items:@[@"mana", @"godmode", @"item", @"Increased", @"High", @"Ohk"]]; } void startAuthentication() { #import "r16Logo.h" menu.socialShareMessage = @"Im using @@APPNAME@@ Cheats by @@USER@@"; menu.sharingIconBorderColor = rgba(0xffffff, 1.0); //only color that needs to be set r16Theme.baseColor = rgba(0xfc03df, 0.9); //r16Theme.headerBackground = rgba(0x5f04cf, 1.0); //r16Theme.footerBackground = rgba(0x5f04cf, 1.0); //r16Theme.menuBackground = rgba(0x7300ff, 0.9); //r16Theme.keyOnColor = rgba(0x8423fa,1.0); //r16Theme.keyOffColor = rgba(0x7b00ff,0.9); //r16Theme.menuShadowColor = rgba(0x7200fc, 0.9); [menu closeTaps:1 width:270 maxVisableToggles:5 title:@"@@APPNAME@@" credits:@"Made by @@USER@@"]; setUp(); } static void didFinishLaunching(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef info) { timer(0.1){ startAuthentication(); }); } void launchEvent() { CFNotificationCenterAddObserver(CFNotificationCenterGetLocalCenter(), NULL, &didFinishLaunching, (CFStringRef)UIApplicationDidFinishLaunchingNotification, NULL, CFNotificationSuspensionBehaviorDrop); } __attribute__((constructor)) static void initialize() { launchEvent(); }
  2. any help thanks @Laxus @Puddin @Zahir @Rook @AlyssaX64
  3. Hello can someone help me? I have this code I want when the mode menu image is clicked Sends me to a website or any other link [menu closeTaps:1 width:270 maxVisableToggles:5 title:@"@@APPNAME@@" credits:@"Made by @@////i want to put the link here////@@"]; same like iosgods mods when clicked image send me to website setUp(); } @Rook anyhelp please
  4. i have mod menu ted 2. i made game cheat with mod menu ted2 but when i make package install with the iphone rootless the game not working well crash
  5. is there any modmenu supports rootless ?? because mod menu ted2 not supports yet anyone knows Please When I support Mod ted2 with rootless the game well Crashing Thanks @Rook 😊
  6. the offset is correct Because I made modmenu and its works fine and same hex i explan what i did i extracted the UnityFramework and put it in hxd and Search the Offset what i find it in dnspy and i find it in hxd and replace it with the hex like this 0090261EC0035FD6 and save the UnityFramework and replace it with the old on in game and i repack it and install it and later it crash
  7. i did find the offset in dnspy and i did replace the hex byprogramme hxd to this 0090261EC0035FD6 high number and save the UnityFramework and put it it in game replace the old one and later the game when install it dont work crashing
  8. nop modmenu ted2 work only for palera1n rootless not working with Dopamine.
  9. good everything work fine cool thanks a lot
  10. macbook-pro ~ % sh /Users/arico/Desktop/SUtestP/make.sh /Users/arico/Desktop/SUtestP/packages/com.arico.supd_1.1-11+debug_iphoneos-arm.deb package scheme (rootful [f], rootless [l], or jailed [j]): l make: *** No rule to make target 'clean'. Stop. arico@aricos-macbook-pro ~ % its show me same problem nothing change do u have Teaching how to support
  11. me@me-macbook-pro ~ % sh /Users/me/Desktop/SUP/make.sh /Users/me/Desktop/SUP/packages/com.me.supd_1.1-10+debug_iphoneos-arm.deb package scheme (rootful [f], rootless [l], or jailed [j]): l make: *** No rule to make target 'clean'. Stop. me@me-macbook-pro ~ % can u help please @quatorze
  12. hi now i have modmenu ted2 so i add make file same as up but still not working can't Download it form cydia what i do please @quatorze
  13. how i can use kittymemory from iosgods because in the now i can't support rootless jailbreak yet
  14. this mean Mod of @Ted2 never support rootless 😔
  15. that is cool man .. but please can u explain how we can find the real offset so i can make a modmenu
  16. a lot of mods they are not available on iosgods and iosgods from day 0 is most for free and most important tweak is free igg rook . Please if ted2 can support the modmenu too
  17. hi Can someone explain to me how I can support Rootless for Modmenu Ted2 @Rook@Ted2 thanks
  18. i need to make people can install the app by troollstroe and it can work so please what i have to use when i put this PROFILE = /Users/cert.mobileprovision in my makefile it still show me error ==> Error: Could not find profile '/Users/cert.mobileprovision' make: *** [/Users/alla/theos/mod/jailed/package/ipa-jailed.mk:11: internal-package] Error 1 but when i put this it's make package work fine CODESIGN_IPA = 0 @Rook
×
  • 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