Jump to content

Looping through an NSArray? + calling headers?!


11 posts in this topic

Recommended Posts

Posted

Hey So im trying to Loop through an NSArray I created and i keep coming back with 

 

error: unused variable 'jidd' 

 

here is my code.

 

 

%hook KikStanzaChangeGroupName


- (id) initWithGroup:(id)group andNewName:(id)name
{
NSArray *jid = @[@"[email protected]", @"[email protected]"];


for (int i = 0; i < jid.count; i++)
{
  NSString *jidd = jid[i];
      group = @"%@", jidd;
  }
 return %orig;
}


%end

could someone tell me what I am doing wrong/fix it?

 

I was thinking that i needed a .m or .h files but im not 100% positive.

 

 

Okay so the second question I have is, how would I call another header within a header? what i mean is this. If I for example, did

 

%hook CoreDataConversationManager


- (void) sendTextMessage:(id)command withRenderInstructionSet:(id)arg1 toConversation:(id)arg2 isSuggestedResponse:(BOOL)arg3
{

  if ([command isEqualToString:@"$ChangeName"]) command = @"new name";
return %orig;
}


%end

okay so if I typed out $ChangeName and clicked enter, it would do the same action as above (KikStanzaChangeGroupName) and change the name without actually having to go to that ChangeGroup Name ViewController and clicking save.

 

Posted (edited)

It's quite simple, you used the wrong accessor method.

To get the index of an item in an array, it makes more sense to use the "objectAtIndex:" method :)

%hook KikStanzaChangeGroupName

- (id) initWithGroup:(id)group andNewName:(id)name
{
NSArray *jid = @[@"[email protected]", @"[email protected]"];

for (int i = 0; i < jid.count; i++)
{
  NSString *jidd = [jid objectAtIndex:[NSNumber numberWithInt:i]];
      group = @"%@", jidd;
  }
%orig;
}


%end
Updated by KingRalph
Posted

 

It's quite simple, you used the wrong accessor method.

To get the index of an item in an array, it makes more sense to use the "objectAtIndex:" method :)

%hook KikStanzaChangeGroupName

- (id) initWithGroup:(id)group andNewName:(id)name
{
NSArray *jid = @[@"[email protected]", @"[email protected]"];

for (int i = 0; i < jid.count; i++)
{
  NSString *jidd = [jid objectAtIndex:[NSNumber numberWithInt:i]];
      group = @"%@", jidd;
  }
%orig;
}


%end

https://gyazo.com/cf12bca73e6dbab40042f119db4c9746 

 

I copied and pasted what you did and I got this :S?

Posted

The errors are related to type casting and stuff :3

 

Do this:

%hook KikStanzaChangeGroupName

- (id) initWithGroup:(id)group andNewName:(id)name
{
NSArray *jid = @[@"[email protected]", @"[email protected]"];

for (int i = 0; i < jid.count; i++)
{
  NSString *jidd = [jid objectAtIndex:(NSUInteger)[NSNumber numberWithInt:i]];
      group = @"%@", jidd;
  }
%orig;
}


%end

Posted

 

The errors are related to type casting and stuff :3

 

Do this:

%hook KikStanzaChangeGroupName

- (id) initWithGroup:(id)group andNewName:(id)name
{
NSArray *jid = @[@"[email protected]", @"[email protected]"];

for (int i = 0; i < jid.count; i++)
{
  NSString *jidd = [jid objectAtIndex:(NSUInteger)[NSNumber numberWithInt:i]];
      group = @"%@", jidd;
  }
%orig;
}


%end

that seemed to fix one, it still says the group = jidd is an unused expression... so would I do this?:  [NSString stringWithFormat:@"%@", jidd]

Posted

that seemed to fix one, it still says the group = jidd is an unused expression... so would I do this?:  [NSString stringWithFormat:@"%@", jidd]

Nope. You could ignore it (if it's not fatal) or you could do this:

 

%hook KikStanzaChangeGroupName

- (id) initWithGroup:(id)group andNewName:(id)name
{
NSArray *jid = @[@"[email protected]", @"[email protected]"];

for (int i = 0; i < jid.count; i++)
{
  NSString *jidd = [jid objectAtIndex:(NSUInteger)[NSNumber numberWithInt:i]];
      group = @"%@", jidd;
  }
%orig;
}


%end 
Posted

 

Nope. You could ignore it (if it's not fatal) or you could do this:

 

%hook KikStanzaChangeGroupName

- (id) initWithGroup:(id)group andNewName:(id)name
{
NSArray *jid = @[@"[email protected]", @"[email protected]"];

for (int i = 0; i < jid.count; i++)
{
  NSString *jidd = [jid objectAtIndex:(NSUInteger)[NSNumber numberWithInt:i]];
      group = @"%@", jidd;
  }
%orig;
}


%end

 

Hey, so I made this, now it only does the first one in the array, how would I make it loop so it is equal to the first one and then the second??

 

%hook KikStanzaChangeGroupName

-(id) initWithGroup:(id)group andNewName:(id)name
{
    NSArray *verified_users = @[@"[email protected]", @"[email protected]"];

    for (int i = 0; i < verified_users.count; i++) {
group = [verified_users objectAtIndex:i];
}
return %orig;
}
%end

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Dragon Barrage: Brick Breaker v1.1.6 [ +6 APK MOD ] Auto Win
      Modded/Hacked App: Dragon Barrage By Ryogo Oka
      Bundle ID: game01.hosistem.ne
      App Store Link: https://apps.apple.com/us/app/dragon-barrage/id6760708796?uo=4

      🤩 Hack Features

      - ATK MAX
      :::::: VIP ::::::
      - Auto ADS NO
      - Auto Win
      - Unlimited Gems / Sell Items Then Get
      - Unlimited Energy
      - Enemy Freeze
      • 0 replies
    • Dragon Barrage v1.1.6 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Dragon Barrage By Ryogo Oka
      Bundle ID: game01.hosistem.ne
      App Store Link: https://apps.apple.com/us/app/dragon-barrage/id6760708796?uo=4

      🤩 Hack Features

      - ATK MAX
      :::::: VIP ::::::
      - Auto ADS NO
      - Auto Win
      - Unlimited Gems
      - Unlimited Energy
      - Enemy Freeze
      • 0 replies
    • Dragon Barrage v1.1.6 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Dragon Barrage By Ryogo Oka
      Bundle ID: game01.hosistem.ne
      App Store Link: https://apps.apple.com/us/app/dragon-barrage/id6760708796?uo=4

      🤩 Hack Features

      - ATK MAX
      :::::: VIP ::::::
      - Auto ADS NO
      - Auto Win
      - Unlimited Gems
      - Unlimited Energy
      - Enemy Freeze
      • 0 replies
    • Ghost Sniper: War FPS Shooter v1.0.1 [ +6 APK MOD ] Currency Max
      Mod APK Game Name: Ghost Sniper: War FPS Shooter
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=sniper.war.target.soldier.shooter.aldagames.com

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Energy
      - Unlimited Stars
      - Ammo Freeze
        • Like
      • 1 reply
    • Ghost Sniper: War FPS Shooter v1.0.1 [ +6 Jailed ] Currency Max
      Modded/Hacked App: Ghost Sniper: War FPS Shooter By Alda Games, s.r.o.
      Bundle ID: sniper.war.target.soldier.shooter.aldagames.com
      App Store Link: https://apps.apple.com/us/app/ghost-sniper-war-fps-shooter/id6756882608?uo=4

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Energy
      - Unlimited Stars
      - Ammo Freeze
      • 1 reply
    • Ghost Sniper: War FPS Shooter v1.0.1 [ +6 Cheats ] Currency Max
      Modded/Hacked App: Ghost Sniper: War FPS Shooter By Alda Games, s.r.o.
      Bundle ID: sniper.war.target.soldier.shooter.aldagames.com
      App Store Link: https://apps.apple.com/us/app/ghost-sniper-war-fps-shooter/id6756882608?uo=4

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Energy
      - Unlimited Stars
      - Ammo Freeze
      • 0 replies
    • Swamp Attack 2 v1.2.2 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Swamp Attack 2 By Voodoo
      Bundle ID: com.hyperdotstudios.swampattack2
      iTunes Store Link: https://apps.apple.com/us/app/swamp-attack-2/id1531686083?uo=4


      Hack Features:
      - Gems
      - Gold
      - Ammo
      - Monster ATK No


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 55 replies
    • Swamp Attack 2 v1.2.2 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Swamp Attack 2 By Voodoo
      Bundle ID: com.hyperdotstudios.swampattack2
      iTunes Store Link: https://apps.apple.com/us/app/swamp-attack-2/id1531686083?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:

      - Gems

      - Gold
      - Ammo
      - Monster ATK No


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 64 replies
    • Claw Quest: Roguelike RPG v1.5.2 [ +15 Cheats ] Currency Max
      Modded/Hacked App: Claw Quest: Roguelike RPG By Hexpion Pte. Ltd.
      Bundle ID: com.hexpion.sixpzeroeight
      App Store Link: https://apps.apple.com/us/app/claw-quest-roguelike-rpg/id6749590073?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Month Cards Active
      - Daily Rewards
      - Premium Pass Active
      - Unlimited Battle Coins / Use In Battle Store
      - Unlimited Battle Crystal / Use In Battle Store
      - Unlimited Battle Mana / Use In Battle Store
      - Unlimited Gems
      - Unlimited Gold
      - Unlimited Energy
      - Unlimited S Keys
      - Unlimited Legendary Keys
      - Unlimited Golden Keys
      - Unlimited Silver Keys
      - Unlimited Shard
        • Winner
        • Like
      • 14 replies
    • Claw Quest: Roguelike RPG v1.5.2 [ +15 Jailed ] Currency Max
      Modded/Hacked App: Claw Quest: Roguelike RPG By Hexpion Pte. Ltd.
      Bundle ID: com.hexpion.sixpzeroeight
      App Store Link: https://apps.apple.com/us/app/claw-quest-roguelike-rpg/id6749590073?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Month Cards Active
      - Daily Rewards
      - Premium Pass Active
      - Unlimited Battle Coins / Use In Battle Store
      - Unlimited Battle Crystal / Use In Battle Store
      - Unlimited Battle Mana / Use In Battle Store
      - Unlimited Gems
      - Unlimited Gold
      - Unlimited Energy
      - Unlimited S Keys
      - Unlimited Legendary Keys
      - Unlimited Golden Keys
      - Unlimited Silver Keys
      - Unlimited Shard
        • Thanks
        • Winner
        • Like
      • 25 replies
    • Dragon Village Rumble +3 Jailed Cheats [ God Mode + More ]
      Modded/Hacked App: Dragon Village Rumble By Highbrow
      Bundle ID: com.highbrow.games.dvb.apple
      App Store Link: https://apps.apple.com/us/app/dragon-village-rumble/id6754904783?uo=4

       


      🤩 Hack Features

      - God Mode
      - One-Hit Kill
      - Game Speed Multiplier
        • Informative
        • Agree
        • Winner
        • Like
      • 55 replies
    • Pudgy Party - Battle Royale +7 Jailed Cheats [ Speed, Gravity + More ]
      Modded/Hacked App: Pudgy Party - Battle Royale By Mythical, Inc.
      Bundle ID: com.mythical.pudgyparty
      App Store Link: https://apps.apple.com/us/app/pudgy-party-battle-royale/id6744258913?uo=4

       
       

      🤩 Hack Features

      - Jump Height Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Gravity Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Speed Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Friction Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Freeze Bots
      - Dumb Bots
      - Free In-App Purchases
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 36 replies
×
  • 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