Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. And the hack is in progress. Will update in few minutes. Sorry for long delay, due to high fever
  2. %hook transaction -(void)setCoins:(long long)fp8 { %orig; fp8 = 1000; } %end Think it as order. First is void then long long.
  3. #include <substrate.h> static bool missileCollision() { return FALSE; } static bool shopItemsPurchased() { return TRUE; } static void shopItemsPurchased2() { } static int getCurrency() { return 99999999; } static bool playerIsDead() { return FALSE; } static void missionMaxLevel() { } static bool slotTokenCollision() { return FALSE; } static bool playerIsImmune() { return TRUE; } static bool ObstacleColliding() { return FALSE; } %ctor { MSHookFunction(MSFindSymbol(NULL, "__ZN7Missile19CollidingWithPlayerER4Game"),(void*)missileCollision, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN8ShopItem11IsPurchasedEv"),(void*)shopItemsPurchased, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN8ShopItem18PurchaseSuccessfulEv"),(void*)shopItemsPurchased2, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN4Game14GetCurrencyQtyEv"),(void*)getCurrency, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN6Player6IsDeadEv"),(void*)playerIsDead, NULL); MSHookFunction(MSFindSymbol(NULL, " __ZN14MissionManager15ReachedMaxLevelEv"),(void*)missionMaxLevel, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN9SlotToken19CollidingWithPlayerER4Game"),(void*)slotTokenCollision, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZNK6Player8IsImmuneEv"),(void*)playerIsImmune, NULL); MSHookFunction(MSFindSymbol(NULL, "__ZN8Obstacle19CollidingWithPlayerER4Game"),(void*)ObstacleColliding, NULL); } // You missed end
  4. It means that your restriction blocked it General -> Restrictions
  5. Try https://iosgods.com/topic/32809-how-to-easily-fix-old-deb-hacks-on-ios-93-and-higher/
  6. Tried reading this? https://iosgods.com/topic/38312-new-2017-how-to-apply-save-game-cheats-for-non-jailbroken-idevices-working-on-ios-8-9-10/
  7. %hook Energy -(BOOL)isEnergyFull{ return TRUE; } %end
  8. Don't they check rift raid?
  9. https://iosgods.com/topic/32809-how-to-easily-fix-old-deb-hacks-on-ios-93-and-higher/ ?
  10. Ifunbox is for JB mostly. Only below iOS 8.3 are able to access. You need ibackupbot
  11. Not really. There are VIP Non-jailbroken section which can do this. JB -> NJB is not possible because NJB have more security than JB
  12. You can also post the link to thread so that it's easier?
  13. Welcome, and there are tutorials for flex to deb
  14. Updated for new version. However, no unlinking has been done and I have to look more after my finals which is in 1-2 weeks
  15. I don't work with xmod
  16. VIP version is ready to be uploaded
  17. Support the owner of it. "julioverne" https://twitter.com/iJulioVerne
  18. It's in Payload folder
  19. Welcome to iOSGods, enjoy your stay
  20. What are you talking about? Use different browser or unblock adblock stuff?
  21. It's not updated for new version.
  22. But no tut on how to create hacks with theos jailed
  23. I don't think they changed much from my thread. https://iosgods.com/topic/33096-updated-episode-interactive-pwner-3-7-apps/
×
  • 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