-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Fill in the standard template. Don't be lazy.
-
Make a request in the mod request section ??♂️
-
Help/Support iGMenu isSwitchWithIdentifierActive problems
Ted2 replied to Ted2's topic in Help & Support
Fixed code: void Update(void *cheats) { if(![menu isSwitchWithIdentifierActive: @"Money"]) { old_Update(cheats); } else { add_Money(cheats); } } -
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?
-
Yes, works now
-
No space in hide & pasting don't work
-
He also posted on github
-
Shmoo already done it for dominations by now https://twitter.com/hackedbyshmoo/status/1005249829096841216
-
Call of Duty: Black Ops Zombies v1.3.5 - Abusing Static Classes With Threads
Ted2 replied to a topic in Coding Center
Sick shmoo! -
Change the hacks bundle id(in plist) to the duplicated app
-
When no one cares ~ Blazer.
-
Help/Support Best jailbreak or stable for iOS 10.3.3
Ted2 replied to iosgods435's topic in Help & Support
Helix is most stable. See all available Jb's on: https://canijailbreak.com- 1 reply
-
- 2
-
-
Mod Menu Hack [x64] World of Warriors v1.13.0 +4 Cheats [Unlimited Currencies + More]
Ted2 replied to Joka's topic in ViP Cheats
Sick! Vip worthy for sure, -
Server sided, also I did hack this game. However they'll ban your account with it, so I never released
-
Help/Support iGMenu doesn't recognize if function is turned on or not
Ted2 replied to Ted2's topic in Help & Support
Bowmasters https://itunes.apple.com/us/app/bowmasters-multiplayer-game/id1118431695?mt=8&uo=4&at=1010lce4 -
Help/Support iGMenu doesn't recognize if function is turned on or not
Ted2 replied to Ted2's topic in Help & Support
The latest results I ended up with is: Frozen Character. -
Help/Support iGMenu doesn't recognize if function is turned on or not
Ted2 replied to Ted2's topic in Help & Support
@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. -
Help/Support iGMenu doesn't recognize if function is turned on or not
Ted2 replied to Ted2's topic in Help & Support
Makes sense -
Help/Support iGMenu doesn't recognize if function is turned on or not
Ted2 replied to Ted2's topic in Help & Support
With the code in my post, godmode does work. Only the enabling & disabling didn't... -
Help/Support iGMenu doesn't recognize if function is turned on or not
Ted2 replied to Ted2's topic in Help & Support
This makes it unfreeze, however now Godmode isn't working xd -
Help/Support iGMenu doesn't recognize if function is turned on or not
Ted2 replied to Ted2's topic in Help & Support
Yes, I haven't had that issue before. Could it be bcs we're hooking UpdateCharacter? -
Help/Support iGMenu doesn't recognize if function is turned on or not
Ted2 replied to Ted2's topic in Help & Support
@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.