Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Fill in the standard template. Don't be lazy.
  2. Make a request in the mod request section ??‍♂️
  3. Fixed code: void Update(void *cheats) { if(![menu isSwitchWithIdentifierActive: @"Money"]) { old_Update(cheats); } else { add_Money(cheats); } }
  4. Hi.. So I again (actually still) have issues with isSwitchWithIdentifierActive option in iGMenu. This is the code I used: void (*add_Money)(void *cheats) = (void (*)(void *))getRealOffset(0xOffset); //original value or smth lul void(*old_Update)(void *cheats) = nil; bool isFeatureActive = false; // make function of LateUpdate offset void Update(void *cheats) { if(isFeatureActive == false){ old_Update(cheats); } else { add_Money(cheats); } } //under void startAuthentication() { MSHookFunction((void*)getRealOffset(0xOffset),(void*)Update,(void**)&old_Update); //Class: SomeClass -> Func: LateUpdate isFeatureActive = [menu isSwitchWithIdentifierActive:@"Switch1"]; [menu addSwitchWithIdentifier:@"Switch1" title:@"Add Money" description:@"Enable me for something awesome!"]; //under listener changes: isFeatureActive = [menu isSwitchWithIdentifierActive:@"Switch1"]; This does not work at all, however if I use this code, it does work perfectly fine. void Update(void *cheats) { if(1 < 2){ add_Money(cheats); } old_Update(cheats); } Any idea what might issue the first code?
  5. Yes, works now
  6. No space in hide & pasting don't work
  7. He also posted on github
  8. Shmoo already done it for dominations by now https://twitter.com/hackedbyshmoo/status/1005249829096841216
  9. Change the hacks bundle id(in plist) to the duplicated app
  10. When no one cares ~ Blazer.
  11. Helix is most stable. See all available Jb's on: https://canijailbreak.com
  12. Server sided, also I did hack this game. However they'll ban your account with it, so I never released
  13. Bowmasters https://itunes.apple.com/us/app/bowmasters-multiplayer-game/id1118431695?mt=8&amp;uo=4&amp;at=1010lce4
  14. The latest results I ended up with is: Frozen Character.
  15. @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.
  16. @Joka
  17. With the code in my post, godmode does work. Only the enabling & disabling didn't...
  18. This makes it unfreeze, however now Godmode isn't working xd
  19. Yes, I haven't had that issue before. Could it be bcs we're hooking UpdateCharacter?
  20. @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.
×
  • 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