Sunday, 3 October 2021

Help, can’t find my Invoice Number

Hi, I did a mass deletion of emails to maximize space and I no longer have access to my Invoice number. What can I do?

from iOSGods RSS Feed https://ift.tt/3FhRxkv

Make DEB file support iOS 12.1 from iOS 10

Hello everyone Sorry for my bad language, im still learning it I need help with one sentence. The game player is called. I have ios 12.1, but the last version the program was running on is 10. I need to fix something in the deb archive files, but I absolutely do not understand anything about this Tell me, is it really possible to do it? Link to the archive, where there is a DEB file: https://ift.tt/2ZVhciU Many people need this program on Ios> 10, but the developer has not updated it for a long time

from iOSGods RSS Feed https://ift.tt/3orsh5u

Applying iGameGod Immediately Kicks me Out?

Hello! So whenever I try to apply gamegod to some games it just immediately kicks me out. Sorry if this is common sense to some people but I’m just wondering why.

from iOSGods RSS Feed https://ift.tt/2YccYme

Unity framework live offset patcher modding??

So I’ve modded this game easily on android but using the live offset patcher to test nothing happens when try to change it I already seen someone of the VA only 7 characters long instead of 9 for iOS is that the problem?

from iOSGods RSS Feed https://ift.tt/3l5Cket

Plz help with mshook using new mod menu

Since it's been a while - I forgot how to actually code stuff, could you please tell me how do properly I implement that? bool (*get_isEnemy)(void *instance) = (bool (*)(void *))getRealOffset(0x101FB0804); float (*old_getDamage)(void *e); float getDamage(void *e){ bool enemy = get_isEnemy(e); if (e && enemy == false) { return 9999.0f; } return old_getDamage(e); } /// HOOK(0xaddress, old_getDamage, getDamage); Currently that just crashes the game.

from iOSGods RSS Feed https://ift.tt/3isFJSX