Jump to content

AxCE

Senior Member
  • Posts

    800
  • Joined

  • Last visited

Everything posted by AxCE

  1. 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
  2. <?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
  3. Sorry, im really bad at this...Where can i find the bundle id?
  4. 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.
  5. 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?
  6. I've waited so long for this hack
  7. https://iosgods.com/topic/36128-beat-the-boss-4-v110-1/
  8. https://iosgods.com/topic/36128-beat-the-boss-4-v110-1/
  9. Hello, today i'll show ya how to hack BeatTheBoss4. Required: -Jailbreak -GameGem Features: -Unlimited Money -Unlimited Ammo (just a few weapons ) [Money]Steps: [Hidden Content] Video: [Hidden Content] [Ammo]Steps: [Hidden Content]
  10. Download AppAdmin from Cydia, you'll be able to downgrade it...
  11. If im gonna paste "delete from genp where agrp = 'A4QBZ46HAP.com.gameloft.SingleSignonGames' " in the search bar and hit search, it says "affected rows 0" How can i find the thing to delete?
  12. I have the same problem, and i tried to just copy the whole command:"sed -i'' 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' ios_binaryldid -s ios_binary" but it didn't worked...Im a completely noob with all this stuff
×
  • 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