Jump to content

0xSolana

Contributor
  • Posts

    762
  • Joined

  • Last visited

Everything posted by 0xSolana

  1. Using an app im not sure u want to hook it but patch it, u need to find an offset not a hook
  2. oh okay, yeah im stupid idk why i didn't tought about it before haha oh sad to know
  3. google it* But i remember u made a topic to edit memory segment on jailed. i tested it and attached my iPhone 12 iOS 15.1 to lldb (XCode) and i could used the JB code to patch an offset : h5gg.require(7.8); var modules = h5gg.getRangesList("UnityFramework"); //module file name var base = modules[0].start; //module base addr in runtime memory var addr = Number(base) + 0x01915304; //offset patchBytes(addr, "00E0AFD2C0035FD6"); //bytes /********************************************************/ //only jailbroken devices can do this function patchBytes(addr, hex) { for(i = 0;i<hex.length/2;i++) { var item = parseInt(hex.substring(i*2, i*2+2), 16); h5gg.setValue(addr+i,item, "U8"); } } from H5GG github ohh im dumb, the Address showed is ASLR + real offset right ?
  4. maybe a feature like LOP (Live Offset Patcher) but this would need to have the app in debug mode to allow the JB way of editing an offset in memory have u tried gogoled or chatGPT ? edit: also, is it just me or sometimes The Adress field is kinda incorrect ? the last 3 digit are correct but the rest before it isnt, Ex : offset : 0x1B97120 Adress showed : 0x10C5CF120
  5. Wow it's working so great ! so coool that we can click an adress and see the other instructions of it ! we can even click on branches ! INSANE ! Weard, i got it work on an old mac, but i don't remember how i did it. Maybe theos installation is good and u just need to get the took chain from XCode. Gl with frida !
  6. Modded/Hacked App: Flip Diving By MotionVolt Games Oy Bundle ID: com.motionvolt.flipdiving iTunes Store Link: https://apps.apple.com/us/app/flip-diving/id1045516045?uo=4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iGameGod / Filza / iMazing or any other file managers for iOS. - Cydia Substrate, Substitute or libhooker depending on your jailbreak. - PreferenceLoader (from Cydia, Sileo or Zebra). Hack Features: - No Ads - Always Perfect Jump - Free Spin (money doesn't decrease) - God Mod - No Need Tick Screen - No Missed Landing - No Bellyflop -- enable Always Perfect Jump - No Backflop -- enable Always Perfect Jump Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/ Modded Android APK(s): https://iosgods.com/forum/68-android-section/ For more fun, check out the Club(s): https://iosgods.com/clubs/ iOS Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download. STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza. STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen. STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings. STEP 6: 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 & Answers 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, please post your feedback below and help out other fellow members that are encountering issues. Credits: - 𓄼 . f v c k . 𓄹 Cheat Video/Screenshots: N/A
  7. you have this tutorial : i might do some too, but strings are not my favorite place tbh tho in this pseudo code, r0 seems holding the bool value if you are premium or not. Not sure, show the full arm code of sub_100550dc0
  8. China devs are always in advance Btw, the guy who made the tweak is the one that made the JB for iOS 15
  9. i think it, if it will be done, it would be without needing a connection
  10. I mean seeing the instructions where the Watchpoint got trigger (near it)
  11. Hey, You need to load the binary file of the game, usually it deals with the App name, here it’s Godus, it’s located in the .app of the app folder
  12. i think Unity5D que s berry good to see which class is usefull for ESP or what GameObject is in the scene stuff like this, but sadly there will always be some small bugs but it’s cool that u could achieve the beta ESP !! yes, u gonna need to change offsets and also maybe some function logic, since not all the same game check the same way if the player is dead / his team / health
  13. I think that this would still be a great idear, even if its only idk the 10 last Instructions, it will give us an idear
  14. usually it shouldn’t freez, @Rook ?? Maybe in the future
  15. thank you my boi Yeah if you can look trough each instance and get the transform and position of it, you are good ! but when i tried, it was crashing when getting transform of the instance
  16. Yeah, you would need to include a few headers, tho you can put all the code in the main file, but i prefer to make separate files, easier to update offsets Yeah it uses function pointers and hooking that for the moment only work on jailbroken devices, tho the drawing should work on jailed, the only way that this makes it only work on jailbroken, is the hook on the player class, and *probably* the function pointers. I used his drawing source yeah (gonna credit him, i forgot it), this drawing source is used a lot since it’s a public source. It’s a bit edited to have color lines and like a background color.
  17. it’s probably your jailbreak then not the template, KittyMemory work only on JB atm
  18. you have this one that is a used a lot :
  19. yes there is. most thing is the same for each ESP, only difference is offset and maybe the way of dealing with entities
×
  • 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