Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Goodjob mate!
  2. Me too, found some things on google tho
  3. Thanks, works great!
  4. If you wanna start .dll hacking (reflector) see this: - https://iosgods.com/topic/34375-modding-basic-unity-android-games-with-net-reflector-easier-to-understand/ - https://iosgods.com/topic/41704-the-basics-hacking-mod-android-games-with-net-reflector/ - https://iosgods.com/topic/31346-hacking-unity-games-with-net-reflector-assembly-csharpdll-hacking/
  5. thanks mate, will look into it after work!
  6. root method (something like flex) data/data/com.packagenameofgame.something --> SharedPreferences folder are files in that can be hacked sometimes. Sava games are possible way one: share the preferencesfolder file you hacked (root needed) way two: actually way one, but now you make this possible for non rooted users. You create a .zip/.data etc file with the files inside the SharedPreferences folder, then the hard part comes. You'll need to code some .smali so the data files you added will load in game (hard shit imo) Smali hacking, just find the right .smali to hack & edit values etc. IDA hacking, it's .so file hacking (simulair as iOS IDA binary hacking) .dll hacking, some games are easy to hack using this, some are not. You'll need the program .net reflector. LuckyPatcher tool, But I don't call this hacking lol. PS: allot people forget about .smali hacking, I don't know why.. because not any game has .so or .dll files
  7. Hey, I've used windows before, and when I had a hex editor I had the option 'goto' to get to the locations of the function I wanted to hack. I can't seem to find that option on any Mac Hex editor, or is it just called diffrently?
  8. I didn't say that haha, it was just funny because I searched for it 2 mins ago before you posted it
  9. Hahah, funny this. 2 mins ago I searched for this & found it on android forum Anyways, thankss
  10. Thanks mate!
  11. heyy I was wondering if we could encrypt or hacks, so people can't read the functions you've used in your hack.. For example that a game dev won't be able to see what you did..
  12. naice mate, but I see it's a document folder & you say in the post that jailbreak is required..? Anyways, goodjob
  13. Yess, - https://iosgods.com/topic/30729-simple-smali-hacking/ - https://iosgods.com/topic/43631-smali-hacking-tutorial-2-boolean/
  14. Once you changed a value in the game, you can't just create a .apk from your current data, sadly. Sometimes it's stored in data/data/packagenameofgame/sharedpreferences. Most of the time if it's written there, it's also written in the smali files. But just create a backup of your hacked app is not possible.
  15. Why do you name TapTitans2 specific? I mean there are tutorials, but on diffrent games..
  16. Hmm, will try. Thanks again ❤
  17. Yes, but those have got a symbol..
  18. Heyy I'm not sure if this function is hackable at all, but this is the function: _Currency_HasAmount_m708671023 PUSH {R4-R7,LR} ADD R7, SP, #0xC PUSH.W {R8,R10,R11} SUB SP, SP, #8 MOVW R5, #:lower16:(__ZZ29Currency_HasAmount_m708671023E24s_Il2CppMethodIntialized - 0x142EEA) ; Currency_HasAmount_m708671023::s_Il2CppMethodIntialized MOV R4, R0 MOVT.W R5, #:upper16:(__ZZ29Currency_HasAmount_m708671023E24s_Il2CppMethodIntialized - 0x142EEA) ; Currency_HasAmount_m708671023::s_Il2CppMethodIntialized MOV R8, R1 ADD R5, PC ; Currency_HasAmount_m708671023::s_Il2CppMethodIntialized LDRB R0, [R5] ; Currency_HasAmount_m708671023::s_Il2CppMethodIntialized CBNZ R0, loc_142F02 Can this function be added into a MSHook tweak, if yes What's the symbol & what's the function what I'll need to use Thankyou in advance
  19. I don't think you can man..
  20. Added Video Tutorial, goodluck guys!
  21. Thanks & what's wrong with them?
×
  • 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