Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. iOS Mod Menu Template for Theos! Sample UI of the Menu: I suggest reading all this on the Github page ! Features: Customizable UI Customizable menu & button image icon 4 types of switches: Offset Patcher Switch Empty Switch Textfield Switch Slider Switch Backend Offset Patcher Switch is based on KittyMemory Original bytes are not required Write bytes, instead of integers Supports MSHookMemory Open Source --> want something changed? Do it! Usage: Download this .tar file & place it inside /var/theos/templates/ios & then run nic.pl to create a project . If you want to customize the template, download the github project & copy the "project" folder on your phone. Make the changes you want, cd into your project & run this command: /var/theos/bin/nicify.pl ./ This will create a new .tar file inside the folder, place this in: /var/theos/templates/ios. Patching a offset without switch: patchOffset(0x1002DB3C8, 0xC0035FD6); patchOffset(0x10020D2D3, 0x00008052C0035FD6); Offset Patcher Switch: Note : "Bytes" allow up to two arm instructions per offset, not more. [switches addOffsetSwitch:@"One Hit Kill" description:@"Enemy will die instantly!" offsets:{0x1001BB2C0, 0x1002CB3B0} bytes:{0x00E0BF12C0035FD6, 0xC0035FD6}]; Empty Switch: [switches addSwitch:@"Anti Ban" description:@"You can't get banned, keep this enabled!"]; Textfield Switch: [switches addTextfieldSwitch:@"Custom Gold: " description:@"Here you can enter your own gold amount!" inputBorderColor:[UIColor colorWithRed:0.74 green:0.00 blue:0.00 alpha:1.0]]; Slider Switch: [switches addSliderSwitch:@"Custom Move Speed: " description:@"Set your custom move speed!" minimumValue:0 maximumValue:10 sliderColor:[UIColor colorWithRed:0.74 green:0.00 blue:0.00 alpha:1.0]]; Checking if a switch is on: bool isOn = [switches isSwitchOn:@"Switch Name Goes Here"]; if(isOn) { //Do stuff } //Or check directly: if([switches isSwitchOn:@"Switch Name Goes Here"]) { // Do stuff } Getting textfield or slider value: int userValue = [[switches getValueFromSwitch:@"Switch Name Goes Here"] intValue]; float userValue2 = [[switches getValueFromSwitch:@"Switch Name Goes Here"] floatValue]; The sample.xm in the project shows an example project. To Do: Re-design the textfield UI, I'm not a fan of it - (unless you guys don't want me to) Numeric Keyboard only with textfield Cleaning up a little You tell me! Contact: If you have any questions, suggestions, bugs or anything else: Discord: Joey #0309 Twitter: https://twitter.com/Joey_Not_Joey Credits @Ted2 For creating the menu, template & implementing KittyMemory . Ruit for creating KittyMemory dogo for creating SCLAlertView
  2. Modded/Hacked App: Six-Guns by Gameloft Bundle ID: com.gameloft.Bullet iTunes Store Link: https://itunes.apple.com/us/app/six-guns/id447331712?mt=8&uo=4&at=1010lce4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate or Substitute. - PreferenceLoader (from Cydia or Sileo). Hack Features: Custom Coins Custom Stars Hack Download Link: [Hidden Content] NOTE: Double click the menu header to hide the menu. Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game. STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - Ted2 Cheat Video/Screenshots: N/A
  3. watchpoints work on iOS 12 KreyGasmPogChamp 

    1. Show previous comments  6 more
    2. Ted2

      Ted2

      https://github.com/Proteas/native-lldb-for-ios

      & enable "get-task-allow" & "SET CS_DEBUGGED" on in unc0ver settings

    3. Laxus

      Laxus

      Tried that but lldb killed 9 on my X ios 12 xD 

    4. Ted2

      Ted2

      Set settings

    5. EvilDevilReX

      EvilDevilReX

      Awesome 😆

    6. Taylor Meyer

      Taylor Meyer

      hey ted sexy

  4. Ik heb t ook nodig eigenlijk, dus ik ga dr ook eens naar kijken.
  5. Thankyou for the feedback! Another question: Do you like the look of the input switch? If not, any idea what would look better?
  6. function pointer it is, no branch
  7. Modded/Hacked App: Bowmasters - Multiplayer Game by Playgendary GmbH Bundle ID: com.playgendary.bowmasters iTunes Store Link: https://itunes.apple.com/us/app/bowmasters-multiplayer-game/id1118431695?mt=8&uo=4&at=1010lce4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate or Substitute. - PreferenceLoader (from Cydia or Sileo). Hack Features: Custom Coins Custom Gems God Mode Kill Enemy -> click menu button to activate. No Ads -> Disable sh!tty ads. To hide menu: Double Click the header! Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game. STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - Ted2 (me) Cheat Video/Screenshots:
  8. Joey#0309
  9. 1. There is only ONE MSHook. 2. You need to hook a function where the instance variable can be accessed from: In the class where you have the instance variable, you can check if a Update function exists, this one is called every frame, which is efficient for hacking. Hook that. 3. Just add a empty switch. He has a sample.xm, so check that.
  10. then explain the problem. now you’re not asking anything, so idk tf you want
  11. As I said: that’s not how it works. Read some tutorials.
  12. that’s not how string hacking works. Anyways, to get out of graph view: hit space
  13. you said you have knowledge with ida & lldb
  14. what’s your actual question? ” i need offset, hex”, well go find it? please be more specific in your help support topics.
  15. The jailbreak detection is likely not possible to patch with flex. So you’ll need to load up the binary in IDA & try to patch offsets
  16. You’ll likely need to assemble the binary.
  17. 1. Use Code tags 2. Armv7 is outdated, don't hack it. 3. Either 0x388 or 0x390 holds the value, so get to change those 4. Small chance this will work
×
  • 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