Jump to content

Ted2

Senior Member
  • Posts

    4,933
  • Joined

  • Last visited

Everything posted by Ted2

  1. Depends on the engine it's made in, I suppose.
  2. Just because I like girls, you can't call me straight. Anyways: Open uncover & enable those two options: Then install: LLDB .deb: https://github.com/Proteas/native-lldb-for-ios/blob/master/lldb-v3.8.0-proteas-2016-05-06.deb Python .deb: https://github.com/Proteas/native-lldb-for-ios/blob/master/python-v2.7.6-proteas-2015-11-30.deb Thanks to the unc0ver team & Proteas. now in terminal: - Type "lldb" - Type "attach 'yourGameName'" - find a address with dlg or igg, idc which - watchpoints command: w s e -- 0xiGGAddress have fun Byeee!
  3. If you give me source, I'll suck your momma
  4. No, I copied my github content & pasted it here.
  5. If you don’t know the basics, then this topic is not for you. You should at least know what theos is and how to use templates.
  6. 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
  7. 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
  8. 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

  9. Ik heb t ook nodig eigenlijk, dus ik ga dr ook eens naar kijken.
  10. Thankyou for the feedback! Another question: Do you like the look of the input switch? If not, any idea what would look better?
  11. 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:
×
  • 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