Jump to content

AxCE

Senior Member
  • Posts

    800
  • Joined

  • Last visited

Everything posted by AxCE

  1. Okay. Antother question.So if i would have a void i could write that in my tweak.xm and it would work? %hook xxxxx -(void)xxxxxx{ } %end
  2. Can you tell me how with theos? Or is there a TuT?
  3. But how can i null them ? (with Flex 2 only)
  4. I am trying to hack games with Flex 2 (cuz i dont have a pc atm) And there are a lot of, i guess usefull voids but i cant change them. Even if i download a patch which should make it able to override i cant do it. Any ideas?
  5. Thanks, thats very usefull...The thing is, i wanted to start hacking with ida but i dont have a pc atm so i can only hack with igg and stuff...
  6. Why r u asking him? Is it possible?
  7. Just, can one make a tweak patcher without flex/ida?
  8. Hello,can one make a patcher/tweak with just igg/gamegem...I mean like just return/make unl. the amount of coins/hex?
  9. Unban first and then combine but i got the solutions.
  10. Shamu?
  11. I like short walks to the fridge.

    1. Rook
    2. StrangePickle

      StrangePickle

      in my underwear

    3. WolfDesigns
    4. KFCzZz

      KFCzZz

      Smacking her with my duck

    5. Crypto

      Crypto

      While my dog is watching

  12. Okay, Thanks. ill try it.Another question, can i make a patcher/tweak with just gamegem/igg i mean put the hex or just the amout of coins in there and make it return or inf.?
  13. tf? so it upgraded to ios 10?
  14. The tut i've followed: https://iosgods.com/topic/5595-tutorial-how-to-get-unbanned-from-gameloft-games-on-your-idevice/page-1?hl=+unban%C2%A0 have this problem:When i type this:delete from genp where agrp = 'A4QBZ46HAP.com.gameloft.SingleSignonGames' into the search bar (in keychain-2.db) it cant find anything... Idk what to do?
  15. I saw a TuT how to unban from gameloft games..And i tried to download the tool (tried with the fix) but it didnt worked.So when i try to do it manually i have this problem: When i type this:delete from genp where agrp = 'A4QBZ46HAP.com.gameloft.SingleSignonGames' into the search bar (in keychain-2.db) it says: unrecognized token: agrp = 'A4QBZ46HAP.com.gameloft.SingleSignonGames' Idk what to do? And btw can i combine those two hacks somehow? https://iosgods.com/topic/30612-modern-combat-5-v181-multiplayer-hacks-9-features/ https://iosgods.com/topic/35343-modern-combat-5-v201-ultrahack-aimbot-radar/
  16. Thanks alot!!!
  17. WOW!How have you done this...I mean i just wanna do this to learn a bit and stuff..Have you done this?
  18. HappyWheels
  19. Okay first of all setup theos.
  20. Im trying to learn this too..But its really frustrating...Ig you have a pc learn hacking with ida pro.
  21. My makefile looks like this now: hweels_LDFLAGS += -Wl,-segalign,4000ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = hweels hweels_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" I tried it but it doesnt work either
  22. Please Help
  23. Now i have this in my Makefile: ARCHS = armv7 arm64 SDK = iPhoneOS8.3 include theos/makefiles/common.mk TWEAK_NAME = hweels hweels_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" But it still doesnt work My tweak.xm: #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> #import <SpringBoard/SpringBoard.h> %hook Session -(float) gravity{ return -5.00f; } %end
  24. Now i have it like this: ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = hweels hweels_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
×
  • 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