Jump to content

AxCE

Senior Member
  • Posts

    800
  • Joined

  • Last visited

Everything posted by AxCE

  1. Were you able to fix the "reboot loop"?
  2. Thats also with Igg possible...
  3. Yeah, ik..I dont really know what he wanna hack...
  4. I would propose IDA but thats not easy..So just try it with GameGem, iGameGuardian or GamePlayer.
  5. Idk...I don't have any other devices atm so i could share it.
  6. Yes, this is just happening with this .deb...Should i send ya all files?I mean its not a very big problem but its annoying
  7. <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Filter</key> <dict> <key>Bundles</key> <array> <string>com.gameloft.nova3ads</string> </array> </dict> </dict> </plist> Thats my .plist
  8. Sorry, im really bad at this...Where can i find the bundle id?
  9. Tweak.xm:#import "writeData.h" #import "Macros.h" #import <Foundation/Foundation.h> #import <substrate.h> int (*speedOld)(void *self, int arg0, int arg1); int speed(void *self, int arg0, int arg1){ if(speedOld(self, arg0, arg1)>0){ //if you aren't moving you'd be stuck in place with this writeData(0x33d3a8, 0x0020c046); //trick the game into thinking its always on the ground writeData(0x535370, 0x7047); //remove all collision } return speedOld(self, arg0, arg1); } %ctor{ MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0x114dd0 + 1),(void*)speed,(void**)&speedOld); } Yes, i guess.
  10. Hello everyone... I made a tweak with theos and when i make the package i get the .deb without an error. But after i installed the .deb i cant open settings but i can open the game and the hack works...And if im gonna turn off my phone it stucks in a reboot loop. If i wanna fix that, i have to enter the safemode, remove the .deb and respring again. Can someone help me fix that?
  11. I've waited so long for this hack
  12. https://iosgods.com/topic/36128-beat-the-boss-4-v110-1/
  13. https://iosgods.com/topic/36128-beat-the-boss-4-v110-1/
×
  • 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