Jump to content

hikiasi

Member
  • Posts

    44
  • Joined

  • Last visited

Everything posted by hikiasi

  1. i see!! thank you so much for help!!
  2. Could you please advice me - I understood correctly that PlayerInfo is a class and it can be changed for example to PropMng ? And if we want to make a tweak with offset for example 25D0B6C in which is located public int GetPrice(PropID id) { return 0; } do we have to specify this offset somewhere and have it return 00F0271EC0035FD6 in hex ? or do we just write in total like this and convert hex to decimal value %hook PropMng -(int)GetPrice{ int GetPrice = 144256280972976086; return GetPrice; } %end
  3. great tutorial! thank you so much for this!!
  4. i see!! thank you so much for help!!!
  5. Greetings all! can anyone tell me where can I find template menu mod from IOSGods ? Looked completely Starter Pack tutorial but unfortunately I didn't find anything there about how to create the menu mod itself for uploading to the site. From the last post I already found the required offset, so all I need to do is basically insert it into the menu mod. But unfortunately I haven't found this template anywhere, because there are IGAuth and IGMenu in which this offset should be embedded, so that it would be like a button. And so far it just works in Live Offset Patcher.
  6. Hello to all! I'm new to making mods, and I'm currently trying to make a mod for one game. I'm doing everything according to this guide and encountered a problem that after applying the patch the currency does change to the new currency, but only after purchasing an item, the balance becomes negative. Items can still be bought, but while the patch is enabled, after it will write that there are not enough funds. How can I avoid that the balance becomes negative ? this is what I'm patching: public int money { [Token(Token = "0x600034E")] [Address(RVA = "0x25C9E88", Offset = "0x25C9E88", VA = "0x25C9E88")] get { return 0; } } with this value 00F0271EC0035FD6 Literally below in the code there is also refresh: [Token(Token = "0x1700003B")] public int refresh { [Token(Token = "0x600034F")] [Address(RVA = "0x25D0B40", Offset = "0x25D0B40", VA = "0x25D0B40")] get { return 0; } } I tried changing it to the same value I change the amount of balance to, but it didn't work
  7. thank you so much for tut!
  8. Greetings to all! Recently downloaded ipa mlbb with map hack and drone view, played 8 hours or so in normal games and got banned🫠 Can you please tell me if there is any way to log out of the account? I tried uninstalling apps and reinstalling, but it didn't work, the old account is still saved. I install via trollstore, no jailbreak on the phone, but i had Filza and Apps Manager if it can help in this situation. I read a lot, that i need just wipe data with Filza, but how ?
×
  • 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