Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Yes, works now
  2. No space in hide & pasting don't work
  3. He also posted on github
  4. Shmoo already done it for dominations by now https://twitter.com/hackedbyshmoo/status/1005249829096841216
  5. Change the hacks bundle id(in plist) to the duplicated app
  6. When no one cares ~ Blazer.
  7. Helix is most stable. See all available Jb's on: https://canijailbreak.com
  8. Server sided, also I did hack this game. However they'll ban your account with it, so I never released
  9. Bowmasters https://itunes.apple.com/us/app/bowmasters-multiplayer-game/id1118431695?mt=8&uo=4&at=1010lce4
  10. The latest results I ended up with is: Frozen Character.
  11. @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.
  12. @Joka
  13. With the code in my post, godmode does work. Only the enabling & disabling didn't...
  14. This makes it unfreeze, however now Godmode isn't working xd
  15. Yes, I haven't had that issue before. Could it be bcs we're hooking UpdateCharacter?
  16. @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.
  17. Idk too what example you're refering too, but why would bool isFeatureActive = if([menu getBool:@"GodmodeSwitch"]) make a diffrence?
  18. 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
×
  • 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