Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. Locked due to video being deleted/copyright
  2. Post the full tweak.xm and tell which line is 65
  3. Don't put adlink
  4. Did you install it correctly?
  5. I'm not sure you need "static" https://iosgods.com/topic/4295-tutorial-how-to-hack-with-mshook-new-way/
  6. In the project folder
  7. Welcome to iOSGods and enjoy your stay!
  8. And the hack is in progress. Will update in few minutes. Sorry for long delay, due to high fever
  9. %hook transaction -(void)setCoins:(long long)fp8 { %orig; fp8 = 1000; } %end Think it as order. First is void then long long.
  10. #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
  11. It means that your restriction blocked it General -> Restrictions
  12. Try https://iosgods.com/topic/32809-how-to-easily-fix-old-deb-hacks-on-ios-93-and-higher/
  13. 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/
  14. %hook Energy -(BOOL)isEnergyFull{ return TRUE; } %end
  15. Don't they check rift raid?
  16. https://iosgods.com/topic/32809-how-to-easily-fix-old-deb-hacks-on-ios-93-and-higher/ ?
  17. Ifunbox is for JB mostly. Only below iOS 8.3 are able to access. You need ibackupbot
  18. Not really. There are VIP Non-jailbroken section which can do this. JB -> NJB is not possible because NJB have more security than JB
  19. You can also post the link to thread so that it's easier?
  20. Welcome, and there are tutorials for flex to deb
  21. 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
  22. I don't work with xmod
×
  • 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