Jump to content

AxCE

Senior Member
  • Posts

    800
  • Joined

  • Last visited

Everything posted by AxCE

  1. Why do you have to check that i mean you also have in the code that the game thinks that you're always on the ground?
  2. Yes, i can only use Flex 2 but im on my way Another question (im really new to all this so...) For ex. this header int (*speedOld)(void *self, int arg0, int arg1); I have no idea what i have to put where...im confused, because there's int and void :\ Can you help me please?
  3. Thanks. Yes, ik but i can't hack by myself because i don't have a pc atm. and shmoo never made it to an tweak/patcher and i thaught that that would be a good way to learn :S (i'll not post it)
  4. I am trying to make a patcher, a part of it is a source from shmoo so i can only show a part of it..(i hope so) So i wanna convert the source via armconverter.com. A part of is is offset/hex which im able to convert but the other part is that : int (*speedOld)(void *self, int arg0, int arg1); int speed(void *self, int arg0, int arg1){ if(speedOld(self, arg0, arg1)>0){ } How can i convert that? Please Help. @@DiDA @@shmoo
  5. Lol i guess that was also my first game I loved it!
  6. I've found the solution but i have another question. Is it alright, when i ask you in this topic or should i make a new one? My question isnt long...
  7. First i tried without the second Session and it didn't worked either.? My makefile: include theos/makefiles/common.mk TWEAK_NAME = hw hw_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" I have an iphone5s. Do i have to add ARCHS = armv7 arm64 TARGET = iphone:x.x:x.x ? NeverMind I found the solution Thanks for the Help.
  8. I really saw almost every TuT. I wouldn't ask otherwise. void with argument -(void)setCoins:(int)argument { argument = 999999; } -(void)setHasCoins:(bool)argument { argument = TRUE; } -(void)setCoins:(id)argument { argument = [NSNumber numberWithInteger:999999]; } /* “argument” can be named anything. This is similar to returning non-void counterparts, except you name the argument and remove “return” */ Im frustrated. I tried...My tweak.xm: %hook Session -(float)gravity { return -5.0f; } %end %hook Session -(void)setGravity:(float)argument { argument = -5.00f; } %end I can install it but it doesnt change anything ingame? Help Please.
  9. This is a part of my tweak.xm:%hook Session -(void)setGravity:(float) Can i return that or not? And how?
  10. 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
  11. Can you tell me how with theos? Or is there a TuT?
  12. But how can i null them ? (with Flex 2 only)
  13. 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?
  14. 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...
  15. Why r u asking him? Is it possible?
  16. Just, can one make a tweak patcher without flex/ida?
  17. Hello,can one make a patcher/tweak with just igg/gamegem...I mean like just return/make unl. the amount of coins/hex?
  18. Unban first and then combine but i got the solutions.
  19. Shamu?
  20. 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

  21. 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.?
  22. tf? so it upgraded to ios 10?
  23. 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?
  24. 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/
  25. I'm learning it but i'll make it asap...
×
  • 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