Jump to content

AxCE

Senior Member
  • Posts

    800
  • Joined

  • Last visited

Everything posted by AxCE

  1. There is just:"select the folder you've hacked"?
  2. Hey Guys, I wanna upload SaveGame Cheats. I've hacked a game and now i wanna upload it on iosddl,dropbox,etc. but which folder/data do i have to select/upload?
  3. Cause it has no com. , it just looks way different
  4. Hi. I wanna make a tweak with theos..I followed this TuT: https://iosgods.com/topic/904-tutorialvideo-hack-games-with-flex-and-convert-it-to-deb-tweak/ Im here now; I have to replace [com.apple.springboard] with the CFBundleIdentifier Name...In the TuT is it com.miniclip.fragger but at my CFBundleIdentifier Name there is just me.pou.app Is that correct?Or or isn't that even the real name?
  5. So i have to add:"{}" and that means NULL?
  6. so i have to add -(void) die {}I dont get it
  7. Sorry..But i dont speak english and im a total noob with this...So what should i add to -(void) die if i wanna null it?
  8. i mean if i wanna make the player invncible what do i have to add?
  9. Nice
  10. I wanna NULL-(void) die but how? In the TuT is just: -(void)showCoins { } /* This is a nulled method. Standalone-voids cannot be returned */
  11. Oh okay...But how can i NULL them if i don't even have access?
  12. So how can i do that?
  13. Hi, so in wanted to create a hack with Flex 2. If im gonna click on a selected unit and then click on "Return value (void)" it is gonna say: "This parameter cannot be overriden. I would appreciate it, if someone can help me!
  14. Were you able to fix the "reboot loop"?
  15. Thats also with Igg possible...
  16. Yeah, ik..I dont really know what he wanna hack...
  17. I would propose IDA but thats not easy..So just try it with GameGem, iGameGuardian or GamePlayer.
  18. Idk...I don't have any other devices atm so i could share it.
  19. 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
  20. <?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
  21. Sorry, im really bad at this...Where can i find the bundle id?
  22. 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.
  23. 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?
×
  • 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