Jump to content

 Something great is coming! 🤖

Stay tuned for the big reveal happening here on iOSGods on the 20th of February!

The countdown has finished!

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Server sided, also I did hack this game. However they'll ban your account with it, so I never released
  2. Bowmasters https://itunes.apple.com/us/app/bowmasters-multiplayer-game/id1118431695?mt=8&uo=4&at=1010lce4
  3. The latest results I ended up with is: Frozen Character.
  4. @DiDA What about this? https://ghostbin.com/paste/coxmb This should work, right? (When I do not have a modmenu bool above it it works) Edit: got it working, altough I have to use bool isFeatureActive = false; isFeatureActive = [menu isSwitchWithIdentifierActive:@"getGems"]; x2 Seems too much, but maybe that's just me. Also it doesn't recognize if it's getting disabled.
  5. @Joka
  6. With the code in my post, godmode does work. Only the enabling & disabling didn't...
  7. This makes it unfreeze, however now Godmode isn't working xd
  8. Yes, I haven't had that issue before. Could it be bcs we're hooking UpdateCharacter?
  9. @shmoo Okay so now my Character is freezing.. (also if the option is disabled) xd Mate, I already told you I would fix it. Don't go to topics & change subjects.
  10. Idk too what example you're refering too, but why would bool isFeatureActive = if([menu getBool:@"GodmodeSwitch"]) make a diffrence?
  11. Hi, This is my code: void CharacterUpdate(void *character){ if(character != NULL) { bool isAI = *(int *)((uint64_t)character + 0x221); //isAI = 0x221 //Class Character: CharacterBase if(isAI) { // Check if it's the AI before doing something if([menu getBool:@"GodmodeSwitch"]) //checking if feature is enabled or not. return; //return what it normally returns } else { *(float *)((uint64_t)character + 0x48) = 99999999; //health = 0x48 //Class CharacterBase } } old_CharacterUpdate(character); } MSHookFunction((void*)getRealOffset(0xOffset),(void*)CharacterUpdate,(void**)&old_CharacterUpdate); //Class: CharacterBase -> Func: UpdateCharacter [menu addSwitchWithIdentifier:@"GodmodeSwitch" title:@"Godmode" description:@"You can't die."]; But somehow it doesn't seem to know when it's on or not, it just acts like it's always ON
  12. Ah, did you add the new iGMenu framework (the one you put in lib folder)? Cause DiDA changed the method of MSHooking & that required the new framework
  13. Sick! If the movement speed can be modified from the top of a function, you may be able to add a UISlider or ModText to the MM, just a suggestion
  14. Wait for DiDA. He'll be online soon
  15. Invisible hack on Mini Militia LUL so funny

  16. Yea today jailbreak guys :facepalm2: losers

    1. ripiww
    2. Fadexz
    3. NICKGG77

      NICKGG77

      no the exploit out today probably tommorrow jailbreak

×
  • 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