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

    • Castle Crush-Match 3 v2.25.0 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Castle Crush-Match 3 By KIWI MIBO NETWORK TECHNOLOGY CO.,LIMITED
      Bundle ID: com.mibo.castlecrush.apple
      iTunes Store Link: https://apps.apple.com/us/app/castle-crush-match-3/id1663431964?uo=4


      Hack Features

      - Coins

      - Lives

      - Stars

      - Moves Freeze

      - Booster

      - Auto Win [ Just Hit Target ]


      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Like
      • 25 replies
    • Castle Crush-Match 3 v2.25.0 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Castle Crush-Match 3 By KIWI MIBO NETWORK TECHNOLOGY CO.,LIMITED
      Bundle ID: com.mibo.castlecrush.apple
      iTunes Store Link: https://apps.apple.com/us/app/castle-crush-match-3/id1663431964?uo=4


      Hack Features

      - Coins

      - Lives

      - Stars

      - Moves Freeze

      - Booster

      - Auto Win [ Just Hit Target ]


      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/
        • Informative
        • Agree
        • Like
      • 32 replies
    • Squishmallows Match v1.0.5 [ +2 Cheats ] Auto Win
      Modded/Hacked App: Squishmallows Match By East Side Games Inc
      Bundle ID: com.eastsidegames.squishmallows
      App Store Link: https://apps.apple.com/ph/app/squishmallows-match/id6450057167?uo=4

       

      🤩 Hack Features

      - Auto Win
      - Lives [ 0 Play Unlimited ]

        • Like
      • 12 replies
    • Squishmallows Match v1.0.5 [ +2 Jailed ] Auto Win
      Modded/Hacked App: Squishmallows Match By East Side Games Inc
      Bundle ID: com.eastsidegames.squishmallows
      App Store Link: https://apps.apple.com/ph/app/squishmallows-match/id6450057167?uo=4
       

      🤩 Hack Features

      - Auto Win
      - Lives [ 0 Play Unlimited ]

        • Like
      • 17 replies
    • Piggy Kingdom - Match 3 Games v2.3.0 [ +6 Cheats ] Currency Max
      Modded/Hacked App: Piggy Kingdom - Match 3 Games By OLLEYO PTE. LTD.
      Bundle ID: com.olleyo.piggy.match
      iTunes Store Link: https://apps.apple.com/us/app/piggy-kingdom-match-3-games/id1635337354?uo=4


      🚀 Hack Features

      - Coins

      - Lives

      - Build Coins

      - Moves

      - Booster

      - Color Move Only [ Without Matching Move Anywhere ]


      🍏 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/
        • Thanks
        • Like
      • 27 replies
    • Piggy Kingdom - Match 3 Games v2.3.0 [ +6 Jailed ] Currency Max
      Modded/Hacked App: Piggy Kingdom - Match 3 Games By OLLEYO PTE. LTD.
      Bundle ID: com.olleyo.piggy.match
      iTunes Store Link: https://apps.apple.com/us/app/piggy-kingdom-match-3-games/id1635337354?uo=4


      🚀 Hack Features

      - Coins

      - Lives

      - Build Coins

      - Moves

      - Booster

      - Color Move Only [ Without Matching Move Anywhere ]


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Like
      • 28 replies
    • Jolly Match 3 - Puzzle Game v1.0.2047 [ +5 Cheats ] Auto Win
      Modded/Hacked App: Jolly Match 3 - Puzzle Game By Jollyco LLC
      Bundle ID: com.jollyco.jollybattlematch3
      App Store Link: https://apps.apple.com/us/app/jolly-match-3-puzzle-game/id1554274735?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Stars

      - Lives

      - Booster
        • Like
      • 5 replies
    • Jolly Match 3 - Puzzle Game v1.0.2047 [ +5 Jailed ] Auto Win
      Modded/Hacked App: Jolly Match 3 - Puzzle Game By Jollyco LLC
      Bundle ID: com.jollyco.jollybattlematch3
      App Store Link: https://apps.apple.com/us/app/jolly-match-3-puzzle-game/id1554274735?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Stars

      - Lives

      - Booster
        • Like
      • 5 replies
    • Candy Pop Story : Match 3 v1.28.0916 [ +3 Cheats ] Auto Win
      Modded/Hacked App: Candy Pop Story : Match 3 By F.O.G LIMITED
      Bundle ID: com.gamoper.candysweetstory.ios
      App Store Link: https://apps.apple.com/us/app/candy-pop-story-match-3/id6670773988?uo=4


      🤩 Hack Features

      - Auto Win
      - Coins
      - Moves
      -
        • Thanks
      • 11 replies
    • Candy Pop Story : Match 3 v1.28.0916 [ +3 Jailed ] Auto Win
      Modded/Hacked App: Candy Pop Story : Match 3 By F.O.G LIMITED
      Bundle ID: com.gamoper.candysweetstory.ios
      App Store Link: https://apps.apple.com/us/app/candy-pop-story-match-3/id6670773988?uo=4
       

      🤩 Hack Features

      - Auto Win
      - Coins
      - Moves
        • Winner
        • Like
      • 10 replies
    • Words of Wonders: Crossword v5.2.21 [ +8 Cheats ] Auto Win
      Modded/Hacked App: Words of Wonders: Crossword By FUGO BILISIM TEKNOLOJILERI VE YAZILIM TICARET ANONIM SIRKETI
      Bundle ID: com.fugo.wow
      App Store Link: https://apps.apple.com/us/app/words-of-wonders-crossword/id1369521645?uo=4


      🤩 Hack Features

      - Auto ADS OFF

      - Auto Win

      - Gems

      - w Coins

      - Hints

      - Hammer

      - Rocket
        • Thanks
        • Winner
        • Like
      • 7 replies
    • Words of Wonders: Crossword v5.2.21 [ +8 Jailed ] Auto Win
      Modded/Hacked App: Words of Wonders: Crossword By FUGO BILISIM TEKNOLOJILERI VE YAZILIM TICARET ANONIM SIRKETI
      Bundle ID: com.fugo.wow
      App Store Link: https://apps.apple.com/us/app/words-of-wonders-crossword/id1369521645?uo=4
       

      🤩 Hack Features

      - Auto ADS OFF

      - Auto Win

      - Gems

      - w Coins

      - Hints

      - Hammer

      - Rocket
        • Thanks
        • Like
      • 8 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