Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. This makes it unfreeze, however now Godmode isn't working xd
  2. Yes, I haven't had that issue before. Could it be bcs we're hooking UpdateCharacter?
  3. @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.
  4. Idk too what example you're refering too, but why would bool isFeatureActive = if([menu getBool:@"GodmodeSwitch"]) make a diffrence?
  5. 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
  6. 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
  7. 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
  8. Wait for DiDA. He'll be online soon
  9. Invisible hack on Mini Militia LUL so funny

  10. Yea today jailbreak guys :facepalm2: losers

    1. ripiww
    2. Fadexz
    3. NICKGG77

      NICKGG77

      no the exploit out today probably tommorrow jailbreak

  11. Idk, he said "maybe DiDa could help?" So I thought let's make a proper topic before he PM's you
  12. Currently trying to compile a NJB tweak for someone, but all his patches in flex return pass-through, including arguments. I've no idea how to do that in tweak.xm I tried: return %orig; return %orig(arg1, arg2); But it doesn't work for him. Anyone can apply it to this hook as example? %hook SomeClass -(id)someMethod:(int)arg1:(Class)arg2:(int)arg3:(id)arg4:(Class)arg5:(bool)arg6:(bool)arg7:(bool)arg8 { return nil; } %end Thankyou.
  13. Yea, try what DiDA says But if you don't understand how: - Open Filza & rename the cydia deb you just downloaded to "cydia.deb" - Place it in /var/mobile - Go to putty & type: "cd /var/mobile - Then run this command: "dpkg -i cydia.deb" - Then run "sbreload" or "reboot"
  14. now run "uicache" without the quotes & then run "sbreload" without the quotes & see if Cydia pops up now
  15. Yea do & then SSH into your device
  16. Do you have iFunbox or Putty on your pc?
  17. Do you have a macbook or PC?
  18. fock knows. im out of ideas
×
  • 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