Jump to content

Help With Different Kind of Code Injection


Go to solution Solved by castix,

10 posts in this topic

Recommended Posts

Posted

Hello all and thanks for trying to help.

 

What I need help with is if there is a way to inject ASCII. I learned how to inject basic hex, but I have a mod that relies on modifying ASCII and figured this would be the place to ask.

 

Aside from boolean functions/2optiontoggles, is there a way to use a text box instead where the player can type an integer and it converts it to hex?

An example modified code can be XX 20 XX 23 58 43 70 47 for diamonds

If a player inputs 1, it becomes 01 20 01 23 58 43 70 47

If he inputs 100, it becomes 01 20 64 23 58 43 70 47

 

I would really appreciate if you can help me out with this! Thank you :thumbsup:

Posted

No I don't think so because MS doesn't know the ascending order of HEX values. You can go for PSMultiValueCell or PSSegmentCell where the user gets a choice of pre-given values.

Posted

No I don't think so because MS doesn't know the ascending order of HEX values. You can go for PSMultiValueCell or PSSegmentCell where the user gets a choice of pre-given values.

Thank you @@castix

 

For anyone else, here is a good reference to the different kinds of cells for development outlined by Apple:

https://developer.apple.com/library/ios/documentation/PreferenceSettings/Conceptual/SettingsApplicationSchemaReference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007005-SW1

 

Now I know what the .plist should look like, but I'm still struggling to make it work with my tweak.xm because all the CSCI are all boolean. I'm looking to use "PSSliderSpecifier" "PSMultiValueSpecifier" and "PSRadioGroupSpecifier" not sure what it's supposed to look like.

 

Here is an example of 2 different codes that modify the same offset that I would like to make as a PSMultiValueSpecifier/PSRadioGroupSpecifier

 

if(GetPrefBool(@"kSpirits"))
{
writeData(0xF34E0D, 0x31303031);
} else {
writeData(0xF34E0D, 0x39393935);
}
if(GetPrefBool(@"kSpirits"))
{
writeData(0xF34E11, 0x30310073);
} else {
writeData(0xF34E11, 0x30300073);
}
if(GetPrefBool(@"kIdols"))
{
writeData(0xF34E0D, 0x31303031);
} else {
writeData(0xF34E0D, 0x39393935);
}
if(GetPrefBool(@"kIdols"))
{
writeData(0xF34E11, 0x30320073);
} else {
writeData(0xF34E11, 0x30300073);
}

 

Also, what is the difference between "PSMultiValueSpecifier" and "PSRadioGroupSpecifier"? I can't tell the difference O.o

Posted

PSMultiValueCell is like PSLinkListCell :

Tick option 1

Tick option 2

Tick option 3 .. etc.

 

I never heard PSRadioGroupSpecifier :ermm:

Posted (edited)

What is this? Because this is what I had in mind.

picker.png

Updated by Javi Tech
Posted

I see what you mean is PSLinkListCell

<dict>
      <key>cell</key>
      <string>PSLinkListCell</string>
      <key>detail</key>
      <string>PSListItemsController</string>
      <key>defaults</key>
      <string>Example</string>
      <key>key</key>
      <string>kExample</string>
      <key>label</key>
      <string>Example</string>
      <key>validTitles</key>
      <array>
        <string>Option 1</string>
        <string>Option 2</string>
        <string>Option 3</string>
        <string>Option 4</string>
        <string>Option 5</string>
      </array>
      <key>validValues</key>
      <array>
        <integer>Value Of Option 1</integer>
        <integer>Value Of Option 2</integer>
        <integer>Value Of Option 3</integer>
        <integer>Value Of Option 3</integer>
        <integer>Value Of Option 4</integer>
        <integer>Value Of Option 5</integer>
      </array>
    </dict>
Posted

 

I see what you mean is PSLinkListCell

<dict>
      <key>cell</key>
      <string>PSLinkListCell</string>
      <key>detail</key>
      <string>PSListItemsController</string>
      <key>defaults</key>
      <string>Example</string>
      <key>key</key>
      <string>kExample</string>
      <key>label</key>
      <string>Example</string>
      <key>validTitles</key>
      <array>
        <string>Option 1</string>
        <string>Option 2</string>
        <string>Option 3</string>
        <string>Option 4</string>
        <string>Option 5</string>
      </array>
      <key>validValues</key>
      <array>
        <integer>Value Of Option 1</integer>
        <integer>Value Of Option 2</integer>
        <integer>Value Of Option 3</integer>
        <integer>Value Of Option 3</integer>
        <integer>Value Of Option 4</integer>
        <integer>Value Of Option 5</integer>
      </array>
    </dict>

But how will I add it to the Tweak.xm, what changes should I make?

  • Solution
Posted (edited)

Like I said above I have no idea about HEX because HEX is not a NSIdentifier like boolean, integer or float but technically that's the Preference Specifier you want. You just need to find someone who knows how to.

 

--

 

You can use the .plist code above with the online generator now: http://armconverter.com/mshookgenerator/

Updated by DiDA

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

    • Galaxy War: Falltopia Shooter v1.0.194 [ +12 APK MOD ] ADS NO
      Mod APK Game Name: Galaxy War: Falltopia Shooter
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.threehp013.idle.plane.shooting.space.force.game

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Speed Boost Active
      - Currency / NO Need
      - Resources / NO Need
      - Defensec Pass
      - Upgrade Pass
      - Season Pass
      - Battle Pass
      - Blessings Active
      - HP / Equip & Unequip
      - ATK / Equip & Unequip
      - Def / Equip & Unequip
      • 0 replies
    • OnceWorld v1.1.2 +2 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: OnceWorld By PONIX LLC
      Bundle ID: work.ponix.onceworld
      App Store Link: https://apps.apple.com/us/app/onceworld/id6753948618?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      • 26 replies
    • Dawn of Zombies: Survival Game v2.274.3032 +6 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Dawn of Zombies: Survival Game By VISTREX LIMITED
      Bundle ID: com.survival.dawn
      iTunes Store Link: https://apps.apple.com/us/app/dawn-of-zombies-survival-game/id1465954247?uo=4


      Hack Features:
      - Damage Multiplier
      - Defence Multiplier
      - Speed Multiplier
      - Split Hack
      - No Energy Cost
      - Max Level -> Earn some XP.


      Jailbreak required hack(s): [Mod Menu Hack] Dawn of Zombies: Survival Game v2.250 +6 Cheats [ Damage & Defence ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 293 replies
    • Wool Craze -Yarn Color Sort 3D v4.9 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Wool Craze -Yarn Color Sort 3D By Hero Linkage Technology Co., Ltd.
      Bundle ID: com.color.wool.blast
      App Store Link: https://apps.apple.com/us/app/wool-craze-yarn-color-sort-3d/id6744317674?uo=4

      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Stars
      - Unlimited Life
      - Unlimited Booster
      • 0 replies
    • Wool Craze -Yarn Color Sort 3D v4.9 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Wool Craze -Yarn Color Sort 3D By Hero Linkage Technology Co., Ltd.
      Bundle ID: com.color.wool.blast
      App Store Link: https://apps.apple.com/us/app/wool-craze-yarn-color-sort-3d/id6744317674?uo=4

      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Stars
      - Unlimited Life
      - Unlimited Booster
      • 0 replies
    • Hello Town: Merge & Succeed v3.2 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Hello Town By Springcomes Co., Ltd.
      Bundle ID: com.spcomes.hellotown
      iTunes Store Link: https://apps.apple.com/us/app/hello-town/id6737850281?uo=4


      Hack Features

      - Diamonds
      - Gold
      - Energy Freeze



      For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 32 replies
    • Hello Town: Merge & Succeed v3.2 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Hello Town By Springcomes Co., Ltd.
      Bundle ID: com.spcomes.hellotown
      iTunes Store Link: https://apps.apple.com/us/app/hello-town/id6737850281?uo=4

       

      Hack Features

      - Diamonds
      - Gold
      - Energy Freeze



      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 32 replies
    • Dragon Wings: RPG Shoot em up v1.16.1 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Dragon Wings: RPG Shoot 'em up By Spirit Bomb Company Limited
      Bundle ID: rpg.arcade.space.shooter.dragon.wings
      App Store Link: https://apps.apple.com/us/app/dragon-wings-rpg-shoot-em-up/id6741735947?uo=4

       

      🤩 Hack Features

      - Super Card Active

      - Gems

      - Gold

      - Never Die

      - ATK 
      • 35 replies
    • Dragon Wings: RPG Shoot em up v1.16.1 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Dragon Wings: RPG Shoot 'em up By Spirit Bomb Company Limited
      Bundle ID: rpg.arcade.space.shooter.dragon.wings
      App Store Link: https://apps.apple.com/us/app/dragon-wings-rpg-shoot-em-up/id6741735947?uo=4
       

      🤩 Hack Features

      - Super Card Active

      - Gems

      - Gold

      - Never Die

      - ATK 
      • 36 replies
    • Stickman War: Epic Idle RPG v1.0.27 [ +5 Cheats ] Easy Win
      Modded/Hacked App: Stickman vs Zombie: Idle RPG By Pusilung HK Limited
      Bundle ID: com.TSH011.stickman.zombie.epic.war.idle.rpg.warfare
      App Store Link: https://apps.apple.com/us/app/stickman-vs-zombie-idle-rpg/id6743597727?uo=4

       
      🤩 Hack Features

      - Currency [ No Need ]

      - Resources [ No Need ]

      - Hero Status

      - Pet Status

      - Skill Status

      Note:- Hero Pet Skill After Hack Game Close Reopen Then Work
      • 15 replies
    • Stickman War: Epic Idle RPG v1.0.27 [ +5 Jailed ] Easy Win
      Modded/Hacked App: Stickman vs Zombie: Idle RPG By Pusilung HK Limited
      Bundle ID: com.TSH011.stickman.zombie.epic.war.idle.rpg.warfare
      App Store Link: https://apps.apple.com/us/app/stickman-vs-zombie-idle-rpg/id6743597727?uo=4


      🤩 Hack Features

      - Currency [ No Need ]

      - Resources [ No Need ]

      - Hero Status

      - Pet Status

      - Skill Status

      Note:- Hero Pet Skill After Hack Game Close Reopen Then Work
      • 20 replies
    • Minions World v1.2.4 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Minions World By Bugnone Michael
      Bundle ID: com.mikapps.minionsconquest
      App Store Link: https://apps.apple.com/ph/app/minions-world/id6503263089?uo=4


      🤩 Hack Features

      - Gems
      - Gold
      - Energy
      - Keys
      • 5 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